Skip to content
Success

Console Output

Pull request #41793 opened
02:21:31 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from a02553670ec7b08c293beb701d0c7c7a2922a85a+6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 (efef8124083173b3fab48f248ee292fe1b3e47af)
Running in Durability level: PERFORMANCE_OPTIMIZED
Loading library jps@master
Examining docker/jps
Attempting to resolve master as a branch
Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
using credential jps-reader
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/docker/jps.git
 > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-41793@libs/jps # timeout=10
Fetching upstream changes from https://github.com/docker/jps.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/docker/jps.git
using GIT_ASKPASS to set credentials GitHub credentials for docker/jps
 > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10
Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file"
First time build. Skipping changelog.
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines.
To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins.
[Pipeline] Start of Pipeline
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 2 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (pr-hack)
[Pipeline] script
[Pipeline] {
[Pipeline] echo
02:21:35 [2020-12-15T02:21:35.447Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
02:21:35 [2020-12-15T02:21:35.451Z] Trying to pass milestone 1
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
02:21:50 [2020-12-15T02:21:50.599Z] Still waiting to schedule task
02:21:50 [2020-12-15T02:21:50.601Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline
02:22:37 [2020-12-15T02:22:37.610Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c8cee9c7cf1966b7) in /home/ubuntu/workspace/moby_PR-41793
[Pipeline] {
[Pipeline] checkout
02:22:40 [2020-12-15T02:22:40.902Z] using credential docker-jenkins-github-credentials
02:22:40 [2020-12-15T02:22:40.908Z] Cloning the remote Git repository
02:22:40 [2020-12-15T02:22:40.908Z] Cloning with configured refspecs honoured and without tags
02:22:41 [2020-12-15T02:22:41.278Z] Cloning repository https://github.com/moby/moby.git
02:22:41 [2020-12-15T02:22:41.357Z]  > git init /home/ubuntu/workspace/moby_PR-41793 # timeout=10
02:22:41 [2020-12-15T02:22:41.688Z] Fetching upstream changes from https://github.com/moby/moby.git
02:22:41 [2020-12-15T02:22:41.689Z]  > git --version # timeout=10
02:22:41 [2020-12-15T02:22:41.706Z]  > git --version # 'git version 2.17.1'
02:22:41 [2020-12-15T02:22:41.706Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:22:41 [2020-12-15T02:22:41.715Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:05 [2020-12-15T02:23:05.494Z] Fetching without tags
02:23:05 [2020-12-15T02:23:05.912Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:05 [2020-12-15T02:23:05.360Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:23:05 [2020-12-15T02:23:05.374Z]  > git config --add remote.origin.fetch +refs/pull/41793/head:refs/remotes/origin/PR-41793 # timeout=10
02:23:05 [2020-12-15T02:23:05.402Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:05 [2020-12-15T02:23:05.444Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:23:05 [2020-12-15T02:23:05.503Z] Fetching upstream changes from https://github.com/moby/moby.git
02:23:05 [2020-12-15T02:23:05.503Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:05 [2020-12-15T02:23:05.505Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:05 [2020-12-15T02:23:05.928Z]  > git config core.sparsecheckout # timeout=10
02:23:05 [2020-12-15T02:23:05.978Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:07 [2020-12-15T02:23:07.976Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:07 [2020-12-15T02:23:07.976Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:23:07 [2020-12-15T02:23:07.849Z]  > git remote # timeout=10
02:23:07 [2020-12-15T02:23:07.878Z]  > git config --get remote.origin.url # timeout=10
02:23:07 [2020-12-15T02:23:07.913Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:07 [2020-12-15T02:23:07.926Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:23:07 [2020-12-15T02:23:07.956Z]  > git rev-parse HEAD^{commit} # timeout=10
02:23:07 [2020-12-15T02:23:07.982Z]  > git config core.sparsecheckout # timeout=10
02:23:08 [2020-12-15T02:23:08.010Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:12 [2020-12-15T02:23:12.499Z] Commit message: "vendor buildkit to v0.8.1"
02:23:12 [2020-12-15T02:23:12.500Z] First time build. Skipping changelog.
02:23:12 [2020-12-15T02:23:12.558Z]  > git --version # timeout=10
02:23:12 [2020-12-15T02:23:12.597Z]  > git --version # 'git version 2.17.1'
02:23:12 [2020-12-15T02:23:12.626Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:23:13 [2020-12-15T02:23:13.861Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41793:/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
02:23:22 [2020-12-15T02:23:22.006Z] Unable to find image 'alpine:latest' locally
02:23:22 [2020-12-15T02:23:22.006Z] latest: Pulling from library/alpine
02:23:22 [2020-12-15T02:23:22.006Z] 05e7bc50f07f: Pulling fs layer
02:23:22 [2020-12-15T02:23:22.006Z] 05e7bc50f07f: Verifying Checksum
02:23:22 [2020-12-15T02:23:22.006Z] 05e7bc50f07f: Download complete
02:23:22 [2020-12-15T02:23:22.270Z] 05e7bc50f07f: Pull complete
02:23:22 [2020-12-15T02:23:22.270Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2
02:23:22 [2020-12-15T02:23:22.270Z] Status: Downloaded newer image for alpine:latest
02:23:27 [2020-12-15T02:23:27.530Z] 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
02:23:28 [2020-12-15T02:23:28.721Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c8cee9c7cf1966b7) in /home/ubuntu/workspace/moby_PR-41793
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] checkout
[Pipeline] // stage
02:23:28 [2020-12-15T02:23:28.882Z] Running on ppc64le-ubuntu-23 in /home/docker/workspace/moby_PR-41793
02:23:28 [2020-12-15T02:23:28.883Z] using credential docker-jenkins-github-credentials
02:23:28 [2020-12-15T02:23:28.883Z] Running on s390x-ubuntu-03 in /home/jenkins/workspace/moby_PR-41793
[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] }
Stage "win-RS1" skipped due to when conditional
[Pipeline] }
[Pipeline] {
[Pipeline] {
[Pipeline] checkout
[Pipeline] checkout
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
02:23:29 [2020-12-15T02:23:29.019Z] using credential docker-jenkins-github-credentials
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
02:23:29 [2020-12-15T02:23:29.034Z] Cloning the remote Git repository
02:23:29 [2020-12-15T02:23:29.034Z] Cloning with configured refspecs honoured and without tags
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
02:23:29 [2020-12-15T02:23:29.104Z] Fetching changes from the remote Git repository
[Pipeline] // stage
02:23:29 [2020-12-15T02:23:29.123Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
02:23:29 [2020-12-15T02:23:29.137Z] Cloning the remote Git repository
02:23:29 [2020-12-15T02:23:29.137Z] Cloning with configured refspecs honoured and without tags
[Pipeline] }
[Pipeline] }
02:23:29 [2020-12-15T02:23:29.183Z] Fetching without tags
02:23:28 [2020-12-15T02:23:28.894Z]  > git rev-parse --is-inside-work-tree # timeout=10
02:23:29 [2020-12-15T02:23:29.151Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:23:29 [2020-12-15T02:23:29.191Z] Fetching upstream changes from https://github.com/moby/moby.git
02:23:29 [2020-12-15T02:23:29.191Z]  > git --version # timeout=10
02:23:29 [2020-12-15T02:23:29.217Z]  > git --version # 'git version 2.17.1'
02:23:29 [2020-12-15T02:23:29.217Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:29 [2020-12-15T02:23:29.218Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:29 [2020-12-15T02:23:29.849Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:29 [2020-12-15T02:23:29.146Z] Cloning repository https://github.com/moby/moby.git
02:23:29 [2020-12-15T02:23:29.149Z]  > git init /home/docker/workspace/moby_PR-41793 # timeout=10
02:23:29 [2020-12-15T02:23:29.155Z] Fetching upstream changes from https://github.com/moby/moby.git
02:23:29 [2020-12-15T02:23:29.155Z]  > git --version # timeout=10
02:23:29 [2020-12-15T02:23:29.158Z]  > git --version # 'git version 2.7.4'
02:23:29 [2020-12-15T02:23:29.158Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:29 [2020-12-15T02:23:29.160Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:29 [2020-12-15T02:23:29.040Z] Cloning repository https://github.com/moby/moby.git
02:23:29 [2020-12-15T02:23:29.041Z]  > git init /home/jenkins/workspace/moby_PR-41793 # timeout=10
02:23:29 [2020-12-15T02:23:29.058Z] Fetching upstream changes from https://github.com/moby/moby.git
02:23:29 [2020-12-15T02:23:29.058Z]  > git --version # timeout=10
02:23:29 [2020-12-15T02:23:29.060Z]  > git --version # 'git version 2.17.1'
02:23:29 [2020-12-15T02:23:29.060Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:29 [2020-12-15T02:23:29.060Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:30 [2020-12-15T02:23:30.070Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:30 [2020-12-15T02:23:30.070Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:23:30 [2020-12-15T02:23:30.244Z] Commit message: "vendor buildkit to v0.8.1"
02:23:30 [2020-12-15T02:23:30.274Z]  > git --version # timeout=10
02:23:30 [2020-12-15T02:23:30.315Z]  > git --version # 'git version 2.17.1'
02:23:30 [2020-12-15T02:23:30.339Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:23:29 [2020-12-15T02:23:29.850Z]  > git config core.sparsecheckout # timeout=10
02:23:29 [2020-12-15T02:23:29.872Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:29 [2020-12-15T02:23:29.978Z]  > git remote # timeout=10
02:23:29 [2020-12-15T02:23:29.999Z]  > git config --get remote.origin.url # timeout=10
02:23:30 [2020-12-15T02:23:30.018Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:30 [2020-12-15T02:23:30.019Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:23:30 [2020-12-15T02:23:30.045Z]  > git rev-parse HEAD^{commit} # timeout=10
02:23:30 [2020-12-15T02:23:30.072Z]  > git config core.sparsecheckout # timeout=10
02:23:30 [2020-12-15T02:23:30.094Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:31 [2020-12-15T02:23:31.043Z] + [ PR != PR ]
02:23:31 [2020-12-15T02:23:31.043Z] + [ master != master ]
02:23:31 [2020-12-15T02:23:31.043Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:23:31 [2020-12-15T02:23:31.375Z] + docker version
02:23:31 [2020-12-15T02:23:31.375Z] Client: Docker Engine - Community
02:23:31 [2020-12-15T02:23:31.375Z]  Version:           19.03.13
02:23:31 [2020-12-15T02:23:31.375Z]  API version:       1.40
02:23:31 [2020-12-15T02:23:31.375Z]  Go version:        go1.13.15
02:23:31 [2020-12-15T02:23:31.375Z]  Git commit:        4484c46d9d
02:23:31 [2020-12-15T02:23:31.375Z]  Built:             Wed Sep 16 17:02:36 2020
02:23:31 [2020-12-15T02:23:31.375Z]  OS/Arch:           linux/amd64
02:23:31 [2020-12-15T02:23:31.375Z]  Experimental:      false
02:23:31 [2020-12-15T02:23:31.375Z] 
02:23:31 [2020-12-15T02:23:31.375Z] Server: Docker Engine - Community
02:23:31 [2020-12-15T02:23:31.375Z]  Engine:
02:23:31 [2020-12-15T02:23:31.375Z]   Version:          19.03.13
02:23:31 [2020-12-15T02:23:31.375Z]   API version:      1.40 (minimum version 1.12)
02:23:31 [2020-12-15T02:23:31.375Z]   Go version:       go1.13.15
02:23:31 [2020-12-15T02:23:31.375Z]   Git commit:       4484c46d9d
02:23:31 [2020-12-15T02:23:31.375Z]   Built:            Wed Sep 16 17:01:06 2020
02:23:31 [2020-12-15T02:23:31.375Z]   OS/Arch:          linux/amd64
02:23:31 [2020-12-15T02:23:31.375Z]   Experimental:     true
02:23:31 [2020-12-15T02:23:31.375Z]  containerd:
02:23:31 [2020-12-15T02:23:31.375Z]   Version:          1.3.7
02:23:31 [2020-12-15T02:23:31.375Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
02:23:31 [2020-12-15T02:23:31.375Z]  runc:
02:23:31 [2020-12-15T02:23:31.375Z]   Version:          1.0.0-rc10
02:23:31 [2020-12-15T02:23:31.375Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:23:31 [2020-12-15T02:23:31.375Z]  docker-init:
02:23:31 [2020-12-15T02:23:31.375Z]   Version:          0.18.0
02:23:31 [2020-12-15T02:23:31.375Z]   GitCommit:        fec3683
[Pipeline] sh
02:23:31 [2020-12-15T02:23:31.665Z] + docker info
02:23:38 [2020-12-15T02:23:38.295Z] Fetching without tags
02:23:38 [2020-12-15T02:23:38.267Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:23:38 [2020-12-15T02:23:38.268Z]  > git config --add remote.origin.fetch +refs/pull/41793/head:refs/remotes/origin/PR-41793 # timeout=10
02:23:38 [2020-12-15T02:23:38.269Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:38 [2020-12-15T02:23:38.286Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:23:38 [2020-12-15T02:23:38.301Z] Fetching upstream changes from https://github.com/moby/moby.git
02:23:38 [2020-12-15T02:23:38.301Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:38 [2020-12-15T02:23:38.301Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:38 [2020-12-15T02:23:38.602Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:39 [2020-12-15T02:23:39.115Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:39 [2020-12-15T02:23:39.116Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:23:39 [2020-12-15T02:23:39.206Z] Commit message: "vendor buildkit to v0.8.1"
02:23:39 [2020-12-15T02:23:39.264Z]  > git --version # timeout=10
02:23:39 [2020-12-15T02:23:39.268Z]  > git --version # 'git version 2.17.1'
02:23:39 [2020-12-15T02:23:39.270Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:23:38 [2020-12-15T02:23:38.607Z]  > git config core.sparsecheckout # timeout=10
02:23:38 [2020-12-15T02:23:38.608Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:39 [2020-12-15T02:23:39.072Z]  > git remote # timeout=10
02:23:39 [2020-12-15T02:23:39.074Z]  > git config --get remote.origin.url # timeout=10
02:23:39 [2020-12-15T02:23:39.086Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:39 [2020-12-15T02:23:39.086Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:23:39 [2020-12-15T02:23:39.103Z]  > git rev-parse HEAD^{commit} # timeout=10
02:23:39 [2020-12-15T02:23:39.121Z]  > git config core.sparsecheckout # timeout=10
02:23:39 [2020-12-15T02:23:39.122Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:40 [2020-12-15T02:23:40.073Z] + docker version
02:23:40 [2020-12-15T02:23:40.073Z] Client: Docker Engine - Community
02:23:40 [2020-12-15T02:23:40.073Z]  Version:           19.03.7
02:23:40 [2020-12-15T02:23:40.073Z]  API version:       1.40
02:23:40 [2020-12-15T02:23:40.073Z]  Go version:        go1.12.17
02:23:40 [2020-12-15T02:23:40.073Z]  Git commit:        7141c199a2
02:23:40 [2020-12-15T02:23:40.073Z]  Built:             Sat Mar  7 16:48:47 2020
02:23:40 [2020-12-15T02:23:40.073Z]  OS/Arch:           linux/s390x
02:23:40 [2020-12-15T02:23:40.073Z]  Experimental:      false
02:23:40 [2020-12-15T02:23:40.073Z] 
02:23:40 [2020-12-15T02:23:40.073Z] Server: Docker Engine - Community
02:23:40 [2020-12-15T02:23:40.073Z]  Engine:
02:23:40 [2020-12-15T02:23:40.073Z]   Version:          19.03.7
02:23:40 [2020-12-15T02:23:40.073Z]   API version:      1.40 (minimum version 1.12)
02:23:40 [2020-12-15T02:23:40.073Z]   Go version:       go1.12.17
02:23:40 [2020-12-15T02:23:40.073Z]   Git commit:       7141c199a2
02:23:40 [2020-12-15T02:23:40.073Z]   Built:            Sat Mar  7 16:47:46 2020
02:23:40 [2020-12-15T02:23:40.073Z]   OS/Arch:          linux/s390x
02:23:40 [2020-12-15T02:23:40.073Z]   Experimental:     true
02:23:40 [2020-12-15T02:23:40.073Z]  containerd:
02:23:40 [2020-12-15T02:23:40.073Z]   Version:          1.2.13
02:23:40 [2020-12-15T02:23:40.073Z]   GitCommit:        7ad184331fa3e55e52b890ea95e65ba581ae3429
02:23:40 [2020-12-15T02:23:40.073Z]  runc:
02:23:40 [2020-12-15T02:23:40.073Z]   Version:          1.0.0-rc10
02:23:40 [2020-12-15T02:23:40.073Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:23:40 [2020-12-15T02:23:40.073Z]  docker-init:
02:23:40 [2020-12-15T02:23:40.073Z]   Version:          0.18.0
02:23:40 [2020-12-15T02:23:40.073Z]   GitCommit:        fec3683
[Pipeline] sh
02:23:40 [2020-12-15T02:23:40.450Z] + docker info
02:23:40 [2020-12-15T02:23:40.451Z] Client:
02:23:40 [2020-12-15T02:23:40.451Z]  Debug Mode: false
02:23:40 [2020-12-15T02:23:40.451Z] 
02:23:40 [2020-12-15T02:23:40.451Z] Server:
02:23:40 [2020-12-15T02:23:40.451Z]  Containers: 0
02:23:40 [2020-12-15T02:23:40.451Z]   Running: 0
02:23:40 [2020-12-15T02:23:40.451Z]   Paused: 0
02:23:40 [2020-12-15T02:23:40.451Z]   Stopped: 0
02:23:40 [2020-12-15T02:23:40.451Z]  Images: 0
02:23:40 [2020-12-15T02:23:40.451Z]  Server Version: 19.03.7
02:23:40 [2020-12-15T02:23:40.451Z]  Storage Driver: overlay2
02:23:40 [2020-12-15T02:23:40.451Z]   Backing Filesystem: <unknown>
02:23:40 [2020-12-15T02:23:40.451Z]   Supports d_type: true
02:23:40 [2020-12-15T02:23:40.451Z]   Native Overlay Diff: true
02:23:40 [2020-12-15T02:23:40.451Z]  Logging Driver: json-file
02:23:40 [2020-12-15T02:23:40.451Z]  Cgroup Driver: cgroupfs
02:23:40 [2020-12-15T02:23:40.451Z]  Plugins:
02:23:40 [2020-12-15T02:23:40.451Z]   Volume: local
02:23:40 [2020-12-15T02:23:40.451Z]   Network: bridge host ipvlan macvlan null overlay
02:23:40 [2020-12-15T02:23:40.451Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:23:40 [2020-12-15T02:23:40.451Z]  Swarm: inactive
02:23:40 [2020-12-15T02:23:40.451Z]  Runtimes: runc
02:23:40 [2020-12-15T02:23:40.451Z]  Default Runtime: runc
02:23:40 [2020-12-15T02:23:40.451Z]  Init Binary: docker-init
02:23:40 [2020-12-15T02:23:40.451Z]  containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429
02:23:40 [2020-12-15T02:23:40.451Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:23:40 [2020-12-15T02:23:40.451Z]  init version: fec3683
02:23:40 [2020-12-15T02:23:40.451Z]  Security Options:
02:23:40 [2020-12-15T02:23:40.451Z]   apparmor
02:23:40 [2020-12-15T02:23:40.451Z]   seccomp
02:23:40 [2020-12-15T02:23:40.451Z]    Profile: default
02:23:40 [2020-12-15T02:23:40.451Z]  Kernel Version: 4.15.0-91-generic
02:23:40 [2020-12-15T02:23:40.451Z]  Operating System: Ubuntu 18.04.4 LTS
02:23:40 [2020-12-15T02:23:40.451Z]  OSType: linux
02:23:40 [2020-12-15T02:23:40.451Z]  Architecture: s390x
02:23:40 [2020-12-15T02:23:40.451Z]  CPUs: 2
02:23:40 [2020-12-15T02:23:40.451Z]  Total Memory: 7.861GiB
02:23:40 [2020-12-15T02:23:40.451Z]  Name: s390x-ubuntu-03
02:23:40 [2020-12-15T02:23:40.451Z]  ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM
02:23:40 [2020-12-15T02:23:40.451Z]  Docker Root Dir: /var/lib/docker
02:23:40 [2020-12-15T02:23:40.451Z]  Debug Mode: false
02:23:40 [2020-12-15T02:23:40.451Z]  Registry: https://index.docker.io/v1/
02:23:40 [2020-12-15T02:23:40.451Z]  Labels:
02:23:40 [2020-12-15T02:23:40.451Z]  Experimental: true
02:23:40 [2020-12-15T02:23:40.451Z]  Insecure Registries:
02:23:40 [2020-12-15T02:23:40.451Z]   127.0.0.0/8
02:23:40 [2020-12-15T02:23:40.451Z]  Live Restore Enabled: false
02:23:40 [2020-12-15T02:23:40.451Z] 
02:23:40 [2020-12-15T02:23:40.451Z] WARNING: No swap limit support
[Pipeline] sh
02:23:40 [2020-12-15T02:23:40.829Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:23:40 [2020-12-15T02:23:40.829Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:23:40 [2020-12-15T02:23:40.829Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41793/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
02:23:40 [2020-12-15T02:23:40.829Z] + bash /home/jenkins/workspace/moby_PR-41793/check-config.sh
02:23:40 [2020-12-15T02:23:40.829Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:23:40 [2020-12-15T02:23:40.829Z] info: reading kernel config from /boot/config-4.15.0-91-generic ...
02:23:40 [2020-12-15T02:23:40.829Z] 
02:23:40 [2020-12-15T02:23:40.829Z] Generally Necessary:
02:23:40 [2020-12-15T02:23:40.829Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:23:40 [2020-12-15T02:23:40.829Z] - apparmor: enabled and tools installed
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_NAMESPACES: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_NET_NS: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_PID_NS: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_IPC_NS: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_UTS_NS: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_CGROUPS: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_CGROUP_CPUACCT: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_CGROUP_DEVICE: enabled
02:23:40 [2020-12-15T02:23:40.829Z] - CONFIG_CGROUP_FREEZER: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CGROUP_SCHED: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CPUSETS: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_MEMCG: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_KEYS: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_VETH: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_BRIDGE: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_NF_NAT: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_NF_NAT_NEEDED: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_POSIX_MQUEUE: enabled
02:23:41 [2020-12-15T02:23:41.120Z] 
02:23:41 [2020-12-15T02:23:41.120Z] Optional Features:
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_USER_NS: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_SECCOMP: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CGROUP_PIDS: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_MEMCG_SWAP: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:23:41 [2020-12-15T02:23:41.120Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_BLK_CGROUP: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IOSCHED_CFQ: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CGROUP_PERF: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CGROUP_HUGETLB: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_CFS_BANDWIDTH: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_RT_GROUP_SCHED: missing
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_VS: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_VS_NFCT: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_IP_VS_RR: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_EXT4_FS: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:23:41 [2020-12-15T02:23:41.120Z] - Network Drivers:
02:23:41 [2020-12-15T02:23:41.120Z]   - "overlay":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_VXLAN: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:23:41 [2020-12-15T02:23:41.120Z]       Optional (for encrypted networks):
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_CRYPTO: enabled
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_CRYPTO_AEAD: enabled
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_CRYPTO_GCM: enabled
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_CRYPTO_GHASH: enabled
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_XFRM: enabled
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_XFRM_USER: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_INET_ESP: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]   - "ipvlan":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_IPVLAN: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]   - "macvlan":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_MACVLAN: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_DUMMY: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]   - "ftp,tftp client in container":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z] - Storage Drivers:
02:23:41 [2020-12-15T02:23:41.120Z]   - "aufs":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_AUFS_FS: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]   - "btrfs":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:23:41 [2020-12-15T02:23:41.120Z]   - "devicemapper":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_BLK_DEV_DM: enabled
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]   - "overlay":
02:23:41 [2020-12-15T02:23:41.120Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:23:41 [2020-12-15T02:23:41.120Z]   - "zfs":
02:23:41 [2020-12-15T02:23:41.120Z]     - /dev/zfs: missing
02:23:41 [2020-12-15T02:23:41.120Z]     - zfs command: missing
02:23:41 [2020-12-15T02:23:41.120Z]     - zpool command: missing
02:23:41 [2020-12-15T02:23:41.120Z] 
02:23:41 [2020-12-15T02:23:41.120Z] Limits:
02:23:41 [2020-12-15T02:23:41.120Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:23:41 [2020-12-15T02:23:41.120Z] 
02:23:41 [2020-12-15T02:23:41.120Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:23:41 [2020-12-15T02:23:41.544Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a02553670ec7b08c293beb701d0c7c7a2922a85a .
02:23:41 [2020-12-15T02:23:41.544Z] #2 [internal] load .dockerignore
02:23:41 [2020-12-15T02:23:41.544Z] #2 transferring context: 87B done
02:23:41 [2020-12-15T02:23:41.544Z] #2 DONE 0.0s
02:23:41 [2020-12-15T02:23:41.544Z] 
02:23:41 [2020-12-15T02:23:41.544Z] #1 [internal] load build definition from Dockerfile
02:23:41 [2020-12-15T02:23:41.544Z] #1 transferring dockerfile: 16.58kB done
02:23:41 [2020-12-15T02:23:41.544Z] #1 DONE 0.0s
02:23:41 [2020-12-15T02:23:41.544Z] 
02:23:41 [2020-12-15T02:23:41.544Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
02:23:41 [2020-12-15T02:23:41.835Z] #3 DONE 0.2s
02:23:41 [2020-12-15T02:23:41.835Z] 
02:23:41 [2020-12-15T02:23:41.835Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
02:23:41 [2020-12-15T02:23:41.835Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
02:23:42 [2020-12-15T02:23:42.125Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 97.22kB / 8.88MB 0.1s
02:23:42 [2020-12-15T02:23:42.126Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
02:23:42 [2020-12-15T02:23:42.126Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done
02:23:42 [2020-12-15T02:23:42.126Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done
02:23:42 [2020-12-15T02:23:42.126Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 7.52MB / 8.88MB 0.2s
02:23:42 [2020-12-15T02:23:42.416Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.3s done
02:23:42 [2020-12-15T02:23:42.416Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4
02:23:42 [2020-12-15T02:23:42.416Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done
02:23:42 [2020-12-15T02:23:42.707Z] #4 DONE 0.7s
02:23:43 [2020-12-15T02:23:43.036Z] 
02:23:43 [2020-12-15T02:23:43.036Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
02:23:43 [2020-12-15T02:23:43.036Z] #7 DONE 0.1s
02:23:43 [2020-12-15T02:23:43.036Z] 
02:23:43 [2020-12-15T02:23:43.036Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
02:23:43 [2020-12-15T02:23:43.036Z] #5 DONE 0.1s
02:23:43 [2020-12-15T02:23:43.036Z] 
02:23:43 [2020-12-15T02:23:43.036Z] #6 [internal] load metadata for docker.io/library/debian:buster
02:23:43 [2020-12-15T02:23:43.036Z] #6 DONE 0.2s
02:23:43 [2020-12-15T02:23:43.036Z] 
02:23:43 [2020-12-15T02:23:43.036Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:23:43 [2020-12-15T02:23:43.036Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
02:23:43 [2020-12-15T02:23:43.036Z] #8 sha256:34df2acbe7473a9a58120e63c8a0547be2460d33f88557496252c423301f85f8 1.79kB / 1.79kB done
02:23:43 [2020-12-15T02:23:43.036Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
02:23:43 [2020-12-15T02:23:43.036Z] #8 sha256:2ccfa7a81d7b4297306fdd2a1fe1763c321c9273784674a28766b86687198484 6.19kB / 6.19kB done
02:23:43 [2020-12-15T02:23:43.348Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 393.22kB / 102.23MB 0.1s
02:23:43 [2020-12-15T02:23:43.348Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 10.71MB / 102.23MB 0.2s
02:23:43 [2020-12-15T02:23:43.348Z] #8 sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 156B / 156B 0.1s done
02:23:43 [2020-12-15T02:23:43.677Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 33.07MB / 102.23MB 0.4s
02:23:43 [2020-12-15T02:23:43.677Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 39.77MB / 102.23MB 0.5s
02:23:43 [2020-12-15T02:23:43.677Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 51.62MB / 102.23MB 0.7s
02:23:43 [2020-12-15T02:23:43.721Z] Still waiting to schedule task
02:23:43 [2020-12-15T02:23:43.721Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c8cee9c7cf1966b7)02:23:43 [2020-12-15T02:23:43.722Z] Still waiting to schedule task
02:23:43 [2020-12-15T02:23:43.722Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c8cee9c7cf1966b7)02:23:43 [2020-12-15T02:23:43.727Z] Still waiting to schedule task
02:23:43 [2020-12-15T02:23:43.727Z] All nodes of label ‘arm64&&linux’ are offline
02:23:43 [2020-12-15T02:23:43.728Z] Still waiting to schedule task
02:23:43 [2020-12-15T02:23:43.729Z] All nodes of label ‘windows-2019’ are offline
02:23:44 [2020-12-15T02:23:44.015Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 57.61MB / 102.23MB 0.8s
02:23:44 [2020-12-15T02:23:44.015Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 65.33MB / 102.23MB 0.9s
02:23:44 [2020-12-15T02:23:44.363Z] #8 ...
02:23:44 [2020-12-15T02:23:44.363Z] 
02:23:44 [2020-12-15T02:23:44.363Z] #21 [internal] load build context
02:23:44 [2020-12-15T02:23:44.363Z] #21 transferring context: 53.17MB 1.0s done
02:23:44 [2020-12-15T02:23:44.363Z] #21 DONE 1.1s
02:23:44 [2020-12-15T02:23:44.363Z] 
02:23:44 [2020-12-15T02:23:44.363Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
02:23:44 [2020-12-15T02:23:44.363Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
02:23:44 [2020-12-15T02:23:44.363Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
02:23:44 [2020-12-15T02:23:44.363Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
02:23:44 [2020-12-15T02:23:44.363Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.2s done
02:23:44 [2020-12-15T02:23:44.363Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.7s done
02:23:44 [2020-12-15T02:23:44.363Z] #60 DONE 1.2s
02:23:44 [2020-12-15T02:23:44.363Z] 
02:23:44 [2020-12-15T02:23:44.363Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:23:44 [2020-12-15T02:23:44.363Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 74.03MB / 102.23MB 1.0s
02:23:44 [2020-12-15T02:23:44.363Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 81.85MB / 102.23MB 1.1s
02:23:44 [2020-12-15T02:23:44.363Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 95.25MB / 102.23MB 1.3s
02:23:44 [2020-12-15T02:23:44.654Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 101.26MB / 102.23MB 1.4s
02:23:44 [2020-12-15T02:23:44.945Z] #8 sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 102.23MB / 102.23MB 1.6s done
02:23:44 [2020-12-15T02:23:44.945Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882
02:23:46 [2020-12-15T02:23:46.542Z] Client:
02:23:46 [2020-12-15T02:23:46.542Z]  Debug Mode: false
02:23:46 [2020-12-15T02:23:46.542Z] 
02:23:46 [2020-12-15T02:23:46.542Z] Server:
02:23:46 [2020-12-15T02:23:46.542Z]  Containers: 0
02:23:46 [2020-12-15T02:23:46.542Z]   Running: 0
02:23:46 [2020-12-15T02:23:46.542Z]   Paused: 0
02:23:46 [2020-12-15T02:23:46.542Z]   Stopped: 0
02:23:46 [2020-12-15T02:23:46.542Z]  Images: 1
02:23:46 [2020-12-15T02:23:46.542Z]  Server Version: 19.03.13
02:23:46 [2020-12-15T02:23:46.542Z]  Storage Driver: overlay2
02:23:46 [2020-12-15T02:23:46.542Z]   Backing Filesystem: extfs
02:23:46 [2020-12-15T02:23:46.542Z]   Supports d_type: true
02:23:46 [2020-12-15T02:23:46.542Z]   Native Overlay Diff: true
02:23:46 [2020-12-15T02:23:46.542Z]  Logging Driver: json-file
02:23:46 [2020-12-15T02:23:46.542Z]  Cgroup Driver: cgroupfs
02:23:46 [2020-12-15T02:23:46.542Z]  Plugins:
02:23:46 [2020-12-15T02:23:46.542Z]   Volume: local
02:23:46 [2020-12-15T02:23:46.542Z]   Network: bridge host ipvlan macvlan null overlay
02:23:46 [2020-12-15T02:23:46.542Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:23:46 [2020-12-15T02:23:46.542Z]  Swarm: inactive
02:23:46 [2020-12-15T02:23:46.542Z]  Runtimes: runc
02:23:46 [2020-12-15T02:23:46.542Z]  Default Runtime: runc
02:23:46 [2020-12-15T02:23:46.542Z]  Init Binary: docker-init
02:23:46 [2020-12-15T02:23:46.542Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
02:23:46 [2020-12-15T02:23:46.542Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:23:46 [2020-12-15T02:23:46.542Z]  init version: fec3683
02:23:46 [2020-12-15T02:23:46.542Z]  Security Options:
02:23:46 [2020-12-15T02:23:46.542Z]   apparmor
02:23:46 [2020-12-15T02:23:46.542Z]   seccomp
02:23:46 [2020-12-15T02:23:46.542Z]    Profile: default
02:23:46 [2020-12-15T02:23:46.542Z]  Kernel Version: 5.4.0-1025-aws
02:23:46 [2020-12-15T02:23:46.542Z]  Operating System: Ubuntu 18.04.5 LTS
02:23:46 [2020-12-15T02:23:46.542Z]  OSType: linux
02:23:46 [2020-12-15T02:23:46.542Z]  Architecture: x86_64
02:23:46 [2020-12-15T02:23:46.542Z]  CPUs: 2
02:23:46 [2020-12-15T02:23:46.542Z]  Total Memory: 7.569GiB
02:23:46 [2020-12-15T02:23:46.542Z]  Name: ip-10-100-84-83
02:23:46 [2020-12-15T02:23:46.542Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
02:23:46 [2020-12-15T02:23:46.542Z]  Docker Root Dir: /var/lib/docker
02:23:46 [2020-12-15T02:23:46.542Z]  Debug Mode: false
02:23:46 [2020-12-15T02:23:46.542Z]  Registry: https://index.docker.io/v1/
02:23:46 [2020-12-15T02:23:46.542Z]  Labels:
02:23:46 [2020-12-15T02:23:46.542Z]  Experimental: true
02:23:46 [2020-12-15T02:23:46.542Z]  Insecure Registries:
02:23:46 [2020-12-15T02:23:46.542Z]   127.0.0.0/8
02:23:46 [2020-12-15T02:23:46.542Z]  Live Restore Enabled: true
02:23:46 [2020-12-15T02:23:46.542Z] 
02:23:46 [2020-12-15T02:23:46.542Z] WARNING: No swap limit support
[Pipeline] sh
02:23:46 [2020-12-15T02:23:46.796Z] Fetching without tags
02:23:46 [2020-12-15T02:23:46.907Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:23:46 [2020-12-15T02:23:46.907Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:23:46 [2020-12-15T02:23:46.907Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41793/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
02:23:46 [2020-12-15T02:23:46.907Z] + bash /home/ubuntu/workspace/moby_PR-41793/check-config.sh
02:23:46 [2020-12-15T02:23:46.907Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:23:46 [2020-12-15T02:23:46.907Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
02:23:46 [2020-12-15T02:23:46.907Z] 
02:23:46 [2020-12-15T02:23:46.907Z] Generally Necessary:
02:23:46 [2020-12-15T02:23:46.907Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:23:46 [2020-12-15T02:23:46.907Z] - apparmor: enabled and tools installed
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_NAMESPACES: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_NET_NS: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_PID_NS: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_IPC_NS: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_UTS_NS: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_CGROUPS: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_CGROUP_CPUACCT: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_CGROUP_DEVICE: enabled
02:23:46 [2020-12-15T02:23:46.907Z] - CONFIG_CGROUP_FREEZER: enabled
02:23:47 [2020-12-15T02:23:47.007Z] #8 ...
02:23:47 [2020-12-15T02:23:47.007Z] 
02:23:47 [2020-12-15T02:23:47.007Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:23:47 [2020-12-15T02:23:47.007Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done
02:23:47 [2020-12-15T02:23:47.007Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done
02:23:47 [2020-12-15T02:23:47.007Z] #24 sha256:4dd501c606584f9790dd8647e92ba1fc0dd879488225927cdeb79c34eaed6cf1 529B / 529B done
02:23:47 [2020-12-15T02:23:47.007Z] #24 sha256:ad1a256857fd775dff080dfa2976eb4206dd82cd17685e928c4419470cde15ce 1.46kB / 1.46kB done
02:23:47 [2020-12-15T02:23:47.007Z] #24 sha256:b8cd59e115fe85cdffdb9750beb150c189e768249dc100d22cab4733fb0c7247 48.97MB / 48.97MB 1.3s done
02:23:47 [2020-12-15T02:23:47.007Z] #24 extracting sha256:b8cd59e115fe85cdffdb9750beb150c189e768249dc100d22cab4733fb0c7247 2.0s done
02:23:47 [2020-12-15T02:23:47.007Z] #24 DONE 3.9s
02:23:47 [2020-12-15T02:23:47.007Z] 
02:23:47 [2020-12-15T02:23:47.007Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CGROUP_SCHED: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CPUSETS: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_MEMCG: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_KEYS: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_VETH: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_BRIDGE: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_NF_NAT_IPV4: missing
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_NF_NAT: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_NF_NAT_NEEDED: missing
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_POSIX_MQUEUE: enabled
02:23:47 [2020-12-15T02:23:47.176Z] 
02:23:47 [2020-12-15T02:23:47.176Z] Optional Features:
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_USER_NS: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_SECCOMP: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CGROUP_PIDS: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_MEMCG_SWAP: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:23:47 [2020-12-15T02:23:47.176Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_BLK_CGROUP: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_IOSCHED_CFQ: missing
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CGROUP_PERF: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CGROUP_HUGETLB: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:23:47 [2020-12-15T02:23:47.176Z] - CONFIG_CFS_BANDWIDTH: enabled
02:23:47 [2020-12-15T02:23:47.177Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:23:47 [2020-12-15T02:23:47.177Z] - CONFIG_RT_GROUP_SCHED: missing
02:23:47 [2020-12-15T02:23:47.177Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:23:47 [2020-12-15T02:23:47.177Z] - CONFIG_IP_VS: enabled (as module)
02:23:47 [2020-12-15T02:23:47.177Z] - CONFIG_IP_VS_NFCT: enabled
02:23:47 [2020-12-15T02:23:47.212Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:47 [2020-12-15T02:23:47.442Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:23:47 [2020-12-15T02:23:47.442Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:23:47 [2020-12-15T02:23:47.442Z] - CONFIG_IP_VS_RR: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z] - CONFIG_EXT4_FS: enabled
02:23:47 [2020-12-15T02:23:47.442Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:23:47 [2020-12-15T02:23:47.442Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:23:47 [2020-12-15T02:23:47.442Z] - Network Drivers:
02:23:47 [2020-12-15T02:23:47.442Z]   - "overlay":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_VXLAN: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:23:47 [2020-12-15T02:23:47.442Z]       Optional (for encrypted networks):
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_CRYPTO: enabled
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_CRYPTO_AEAD: enabled
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_CRYPTO_GCM: enabled
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_CRYPTO_GHASH: enabled
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_XFRM: enabled
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_XFRM_USER: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_INET_ESP: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
02:23:47 [2020-12-15T02:23:47.442Z]   - "ipvlan":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_IPVLAN: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]   - "macvlan":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_MACVLAN: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_DUMMY: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]   - "ftp,tftp client in container":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z] - Storage Drivers:
02:23:47 [2020-12-15T02:23:47.442Z]   - "aufs":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_AUFS_FS: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]   - "btrfs":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:23:47 [2020-12-15T02:23:47.442Z]   - "devicemapper":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_BLK_DEV_DM: enabled
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]   - "overlay":
02:23:47 [2020-12-15T02:23:47.442Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:23:47 [2020-12-15T02:23:47.442Z]   - "zfs":
02:23:47 [2020-12-15T02:23:47.442Z]     - /dev/zfs: present
02:23:47 [2020-12-15T02:23:47.442Z]     - zfs command: missing
02:23:47 [2020-12-15T02:23:47.442Z]     - zpool command: missing
02:23:47 [2020-12-15T02:23:47.442Z] 
02:23:47 [2020-12-15T02:23:47.442Z] Limits:
02:23:47 [2020-12-15T02:23:47.442Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:23:47 [2020-12-15T02:23:47.442Z] 
02:23:47 [2020-12-15T02:23:47.442Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:23:47 [2020-12-15T02:23:47.781Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a02553670ec7b08c293beb701d0c7c7a2922a85a .
02:23:47 [2020-12-15T02:23:47.781Z] #2 [internal] load .dockerignore
02:23:47 [2020-12-15T02:23:47.781Z] #2 transferring context: 87B done
02:23:47 [2020-12-15T02:23:47.781Z] #2 DONE 0.0s
02:23:47 [2020-12-15T02:23:47.781Z] 
02:23:47 [2020-12-15T02:23:47.781Z] #1 [internal] load build definition from Dockerfile
02:23:47 [2020-12-15T02:23:47.781Z] #1 transferring dockerfile: 16.58kB done
02:23:47 [2020-12-15T02:23:47.781Z] #1 DONE 0.0s
02:23:47 [2020-12-15T02:23:47.781Z] 
02:23:47 [2020-12-15T02:23:47.781Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
02:23:48 [2020-12-15T02:23:48.038Z] #3 DONE 0.3s
02:23:48 [2020-12-15T02:23:48.038Z] 
02:23:48 [2020-12-15T02:23:48.038Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
02:23:48 [2020-12-15T02:23:48.038Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
02:23:48 [2020-12-15T02:23:48.038Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
02:23:48 [2020-12-15T02:23:48.038Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
02:23:48 [2020-12-15T02:23:48.038Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
02:23:48 [2020-12-15T02:23:48.038Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.1s
02:23:48 [2020-12-15T02:23:48.100Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:23:48 [2020-12-15T02:23:48.100Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:23:46 [2020-12-15T02:23:46.769Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:23:46 [2020-12-15T02:23:46.772Z]  > git config --add remote.origin.fetch +refs/pull/41793/head:refs/remotes/origin/PR-41793 # timeout=10
02:23:46 [2020-12-15T02:23:46.775Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:46 [2020-12-15T02:23:46.790Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:23:46 [2020-12-15T02:23:46.804Z] Fetching upstream changes from https://github.com/moby/moby.git
02:23:46 [2020-12-15T02:23:46.804Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:46 [2020-12-15T02:23:46.805Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:23:47 [2020-12-15T02:23:47.220Z]  > git config core.sparsecheckout # timeout=10
02:23:47 [2020-12-15T02:23:47.222Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:48 [2020-12-15T02:23:48.066Z]  > git remote # timeout=10
02:23:48 [2020-12-15T02:23:48.069Z]  > git config --get remote.origin.url # timeout=10
02:23:48 [2020-12-15T02:23:48.072Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:23:48 [2020-12-15T02:23:48.073Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:23:48 [2020-12-15T02:23:48.093Z]  > git rev-parse HEAD^{commit} # timeout=10
02:23:48 [2020-12-15T02:23:48.108Z]  > git config core.sparsecheckout # timeout=10
02:23:48 [2020-12-15T02:23:48.111Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:23:48 [2020-12-15T02:23:48.602Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
02:23:48 [2020-12-15T02:23:48.602Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
02:23:48 [2020-12-15T02:23:48.858Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
02:23:48 [2020-12-15T02:23:48.858Z] #4 DONE 0.7s
02:23:49 [2020-12-15T02:23:49.115Z] 
02:23:49 [2020-12-15T02:23:49.115Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
02:23:49 [2020-12-15T02:23:49.117Z] #8 extracting sha256:734669989488b7bb28db72c8a5f22048aaaf403b6df9988ac684f96140996882 4.3s done
02:23:49 [2020-12-15T02:23:49.258Z] Commit message: "vendor buildkit to v0.8.1"
02:23:49 [2020-12-15T02:23:49.315Z]  > git --version # timeout=10
02:23:49 [2020-12-15T02:23:49.317Z]  > git --version # 'git version 2.7.4'
02:23:49 [2020-12-15T02:23:49.323Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
02:23:49 [2020-12-15T02:23:49.373Z] #7 DONE 0.3s
02:23:49 [2020-12-15T02:23:49.373Z] 
02:23:49 [2020-12-15T02:23:49.373Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
02:23:49 [2020-12-15T02:23:49.373Z] #5 DONE 0.3s
02:23:49 [2020-12-15T02:23:49.373Z] 
02:23:49 [2020-12-15T02:23:49.373Z] #6 [internal] load metadata for docker.io/library/debian:buster
02:23:49 [2020-12-15T02:23:49.410Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0
02:23:49 [2020-12-15T02:23:49.410Z] #8 extracting sha256:6880a2f7a4f5b6c1639432d448e9b7a61fd7136c2f108028b8f6003769f66de0 0.0s done
02:23:49 [2020-12-15T02:23:49.629Z] #6 DONE 0.7s
02:23:49 [2020-12-15T02:23:49.704Z] #8 DONE 6.5s
02:23:49 [2020-12-15T02:23:49.704Z] 
02:23:49 [2020-12-15T02:23:49.705Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:23:49 [2020-12-15T02:23:49.887Z] 
02:23:49 [2020-12-15T02:23:49.887Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:23:49 [2020-12-15T02:23:49.887Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done
02:23:49 [2020-12-15T02:23:49.887Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done
02:23:49 [2020-12-15T02:23:49.887Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done
02:23:49 [2020-12-15T02:23:49.887Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done
02:23:50 [2020-12-15T02:23:50.232Z] + docker version
02:23:50 [2020-12-15T02:23:50.232Z] Client:
02:23:50 [2020-12-15T02:23:50.232Z]  Version:           18.06.1-ce
02:23:50 [2020-12-15T02:23:50.232Z]  API version:       1.38
02:23:50 [2020-12-15T02:23:50.232Z]  Go version:        go1.10.3
02:23:50 [2020-12-15T02:23:50.232Z]  Git commit:        e68fc7a
02:23:50 [2020-12-15T02:23:50.232Z]  Built:             Tue Aug 21 17:26:10 2018
02:23:50 [2020-12-15T02:23:50.232Z]  OS/Arch:           linux/ppc64le
02:23:50 [2020-12-15T02:23:50.232Z]  Experimental:      false
02:23:50 [2020-12-15T02:23:50.232Z] 
02:23:50 [2020-12-15T02:23:50.232Z] Server:
02:23:50 [2020-12-15T02:23:50.232Z]  Engine:
02:23:50 [2020-12-15T02:23:50.232Z]   Version:          18.06.1-ce
02:23:50 [2020-12-15T02:23:50.232Z]   API version:      1.38 (minimum version 1.12)
02:23:50 [2020-12-15T02:23:50.232Z]   Go version:       go1.10.3
02:23:50 [2020-12-15T02:23:50.232Z]   Git commit:       e68fc7a
02:23:50 [2020-12-15T02:23:50.232Z]   Built:            Tue Aug 21 17:24:20 2018
02:23:50 [2020-12-15T02:23:50.232Z]   OS/Arch:          linux/ppc64le
02:23:50 [2020-12-15T02:23:50.232Z]   Experimental:     true
[Pipeline] sh
02:23:50 [2020-12-15T02:23:50.626Z] + docker info
02:23:50 [2020-12-15T02:23:50.626Z] Containers: 0
02:23:50 [2020-12-15T02:23:50.626Z]  Running: 0
02:23:50 [2020-12-15T02:23:50.626Z]  Paused: 0
02:23:50 [2020-12-15T02:23:50.626Z]  Stopped: 0
02:23:50 [2020-12-15T02:23:50.626Z] Images: 0
02:23:50 [2020-12-15T02:23:50.626Z] Server Version: 18.06.1-ce
02:23:50 [2020-12-15T02:23:50.626Z] Storage Driver: overlay2
02:23:50 [2020-12-15T02:23:50.626Z]  Backing Filesystem: extfs
02:23:50 [2020-12-15T02:23:50.626Z]  Supports d_type: true
02:23:50 [2020-12-15T02:23:50.626Z]  Native Overlay Diff: true
02:23:50 [2020-12-15T02:23:50.626Z] Logging Driver: json-file
02:23:50 [2020-12-15T02:23:50.626Z] Cgroup Driver: cgroupfs
02:23:50 [2020-12-15T02:23:50.626Z] Plugins:
02:23:50 [2020-12-15T02:23:50.626Z]  Volume: local
02:23:50 [2020-12-15T02:23:50.626Z]  Network: bridge host ipvlan macvlan null overlay
02:23:50 [2020-12-15T02:23:50.626Z]  Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog
02:23:50 [2020-12-15T02:23:50.626Z] Swarm: inactive
02:23:50 [2020-12-15T02:23:50.626Z] Runtimes: runc
02:23:50 [2020-12-15T02:23:50.626Z] Default Runtime: runc
02:23:50 [2020-12-15T02:23:50.626Z] Init Binary: docker-init
02:23:50 [2020-12-15T02:23:50.626Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e
02:23:50 [2020-12-15T02:23:50.626Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340
02:23:50 [2020-12-15T02:23:50.626Z] init version: fec3683
02:23:50 [2020-12-15T02:23:50.626Z] Security Options:
02:23:50 [2020-12-15T02:23:50.626Z]  apparmor
02:23:50 [2020-12-15T02:23:50.626Z]  seccomp
02:23:50 [2020-12-15T02:23:50.626Z]   Profile: default
02:23:50 [2020-12-15T02:23:50.626Z] Kernel Version: 4.4.0-139-generic
02:23:50 [2020-12-15T02:23:50.626Z] Operating System: Ubuntu 16.04.3 LTS
02:23:50 [2020-12-15T02:23:50.626Z] OSType: linux
02:23:50 [2020-12-15T02:23:50.626Z] Architecture: ppc64le
02:23:50 [2020-12-15T02:23:50.626Z] CPUs: 4
02:23:50 [2020-12-15T02:23:50.626Z] Total Memory: 7.972GiB
02:23:50 [2020-12-15T02:23:50.626Z] Name: ppc64le-ubuntu-23
02:23:50 [2020-12-15T02:23:50.626Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE
02:23:50 [2020-12-15T02:23:50.626Z] Docker Root Dir: /var/lib/docker
02:23:50 [2020-12-15T02:23:50.626Z] Debug Mode (client): false
02:23:50 [2020-12-15T02:23:50.626Z] Debug Mode (server): false
02:23:50 [2020-12-15T02:23:50.626Z] Registry: https://index.docker.io/v1/
02:23:50 [2020-12-15T02:23:50.626Z] Labels:
02:23:50 [2020-12-15T02:23:50.626Z] Experimental: true
02:23:50 [2020-12-15T02:23:50.626Z] Insecure Registries:
02:23:50 [2020-12-15T02:23:50.626Z]  127.0.0.0/8
02:23:50 [2020-12-15T02:23:50.626Z] Live Restore Enabled: false
02:23:50 [2020-12-15T02:23:50.626Z] 
[Pipeline] sh
02:23:51 [2020-12-15T02:23:51.016Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:23:51 [2020-12-15T02:23:51.016Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:23:51 [2020-12-15T02:23:51.016Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41793/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
02:23:51 [2020-12-15T02:23:51.016Z] + bash /home/docker/workspace/moby_PR-41793/check-config.sh
02:23:51 [2020-12-15T02:23:51.016Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:23:51 [2020-12-15T02:23:51.016Z] info: reading kernel config from /boot/config-4.4.0-139-generic ...
02:23:51 [2020-12-15T02:23:51.016Z] 
02:23:51 [2020-12-15T02:23:51.016Z] Generally Necessary:
02:23:51 [2020-12-15T02:23:51.016Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:23:51 [2020-12-15T02:23:51.016Z] - apparmor: enabled and tools installed
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_NAMESPACES: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_NET_NS: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_PID_NS: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_IPC_NS: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_UTS_NS: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_CGROUPS: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_CGROUP_CPUACCT: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_CGROUP_DEVICE: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_CGROUP_FREEZER: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_CGROUP_SCHED: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_CPUSETS: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_MEMCG: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_KEYS: enabled
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_VETH: enabled (as module)
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_BRIDGE: enabled (as module)
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:23:51 [2020-12-15T02:23:51.016Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_NF_NAT: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_NF_NAT_NEEDED: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_POSIX_MQUEUE: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled
02:23:51 [2020-12-15T02:23:51.312Z] 
02:23:51 [2020-12-15T02:23:51.312Z] Optional Features:
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_USER_NS: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_SECCOMP: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_CGROUP_PIDS: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_MEMCG_SWAP: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:23:51 [2020-12-15T02:23:51.312Z]     (cgroup swap accounting is currently enabled)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_MEMCG_KMEM: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_BLK_CGROUP: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_IOSCHED_CFQ: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_CGROUP_PERF: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_CGROUP_HUGETLB: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_CFS_BANDWIDTH: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_RT_GROUP_SCHED: missing
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_IP_VS: enabled (as module)
02:23:51 [2020-12-15T02:23:51.312Z] - CONFIG_IP_VS_NFCT: enabled
02:23:51 [2020-12-15T02:23:51.313Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:23:51 [2020-12-15T02:23:51.313Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:23:51 [2020-12-15T02:23:51.313Z] - CONFIG_IP_VS_RR: enabled (as module)
02:23:51 [2020-12-15T02:23:51.313Z] - CONFIG_EXT4_FS: enabled
02:23:51 [2020-12-15T02:23:51.313Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:23:51 [2020-12-15T02:23:51.313Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:23:51 [2020-12-15T02:23:51.313Z] - Network Drivers:
02:23:51 [2020-12-15T02:23:51.313Z]   - "overlay":
02:23:51 [2020-12-15T02:23:51.313Z]     - CONFIG_VXLAN: enabled (as module)
02:23:51 [2020-12-15T02:23:51.313Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:23:51 [2020-12-15T02:23:51.313Z]       Optional (for encrypted networks):
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_CRYPTO: enabled
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_CRYPTO_AEAD: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_CRYPTO_GCM: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_CRYPTO_SEQIV: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_CRYPTO_GHASH: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_XFRM: enabled
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_XFRM_USER: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_INET_ESP: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]   - "ipvlan":
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_IPVLAN: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]   - "macvlan":
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_MACVLAN: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_DUMMY: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]   - "ftp,tftp client in container":
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z] - Storage Drivers:
02:23:51 [2020-12-15T02:23:51.605Z]   - "aufs":
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_AUFS_FS: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]   - "btrfs":
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:23:51 [2020-12-15T02:23:51.605Z]   - "devicemapper":
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_BLK_DEV_DM: enabled
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]   - "overlay":
02:23:51 [2020-12-15T02:23:51.605Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:23:51 [2020-12-15T02:23:51.605Z]   - "zfs":
02:23:51 [2020-12-15T02:23:51.605Z]     - /dev/zfs: missing
02:23:51 [2020-12-15T02:23:51.605Z]     - zfs command: missing
02:23:51 [2020-12-15T02:23:51.605Z]     - zpool command: missing
02:23:51 [2020-12-15T02:23:51.605Z] 
02:23:51 [2020-12-15T02:23:51.605Z] Limits:
02:23:51 [2020-12-15T02:23:51.605Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:23:51 [2020-12-15T02:23:51.605Z] 
02:23:51 [2020-12-15T02:23:51.605Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:23:51 [2020-12-15T02:23:51.810Z] #9 DONE 2.2s
02:23:51 [2020-12-15T02:23:51.810Z] 
02:23:51 [2020-12-15T02:23:51.810Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
02:23:52 [2020-12-15T02:23:52.046Z] + make bundles/buildx
02:23:52 [2020-12-15T02:23:52.340Z] make: command: Command not found
02:23:52 [2020-12-15T02:23:52.340Z] make: command: Command not found
02:23:52 [2020-12-15T02:23:52.340Z] mkdir bundles
02:23:52 [2020-12-15T02:23:52.340Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \
02:23:52 [2020-12-15T02:23:52.340Z] 	--build-arg BUILDX_COMMIT \
02:23:52 [2020-12-15T02:23:52.340Z] 	--build-arg BUILDX_REPO \
02:23:52 [2020-12-15T02:23:52.340Z] 	--build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \
02:23:52 [2020-12-15T02:23:52.340Z] 	--build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \
02:23:52 [2020-12-15T02:23:52.340Z] 	.
02:23:52 [2020-12-15T02:23:52.340Z] /bin/sh: 4: go: not found
02:23:52 [2020-12-15T02:23:52.340Z] /bin/sh: 5: go: not found
02:23:52 [2020-12-15T02:23:52.444Z] #10 DONE 0.6s
02:23:52 [2020-12-15T02:23:52.444Z] 
02:23:52 [2020-12-15T02:23:52.444Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:23:52 [2020-12-15T02:23:52.444Z] #37 DONE 0.1s
02:23:52 [2020-12-15T02:23:52.444Z] 
02:23:52 [2020-12-15T02:23:52.444Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:23:52 [2020-12-15T02:23:52.444Z] #25 0.652 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 0.670 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 0.698 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 0.774 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [227 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 0.949 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 1.219 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
02:23:52 [2020-12-15T02:23:52.444Z] #25 2.210 Fetched 8096 kB in 2s (5106 kB/s)
02:23:52 [2020-12-15T02:23:52.444Z] #25 2.210 Reading package lists...
02:23:52 [2020-12-15T02:23:52.444Z] #25 2.688 Reading package lists...
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.117 Building dependency tree...
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.241 The following additional packages will be installed:
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.241   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.241   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.241   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.242 Suggested packages:
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.242   krb5-doc krb5-user
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.242 Recommended packages:
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.242   krb5-locales publicsuffix libsasl2-modules
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.377 The following NEW packages will be installed:
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.378   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.378   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.378   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.378   libssh2-1 libssl1.1 openssl
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.405 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.405 Need to get 4592 kB of archives.
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.405 After this operation, 11.9 MB of additional disk space will be used.
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.405 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u4 [1199 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.419 Get:2 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u1 [158 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.455 Get:3 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.466 Get:4 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.466 Get:5 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.467 Get:6 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.469 Get:7 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u4 [827 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.558 Get:8 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.568 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.577 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.598 Get:11 http://deb.debian.org/debian buster/main s390x libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.598 Get:12 http://deb.debian.org/debian buster/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u4 [213 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.598 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.598 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.621 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.621 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.621 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.621 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.643 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.643 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.643 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.790 debconf: delaying package configuration, since apt-utils is not installed
02:23:52 [2020-12-15T02:23:52.444Z] #25 3.799 Fetched 4592 kB in 0s (18.2 MB/s)
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.007 Selecting previously unselected package libssl1.1:s390x.
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.007 (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.)
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.007 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.086 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u4) ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.412 Selecting previously unselected package openssl.
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.413 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.417 Unpacking openssl (1.1.1d-0+deb10u4) ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.818 Selecting previously unselected package ca-certificates.
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.819 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.822 Unpacking ca-certificates (20200601~deb10u1) ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.877 Selecting previously unselected package libkeyutils1:s390x.
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.877 Preparing to unpack .../03-libkeyutils1_1.6-6_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.877 Unpacking libkeyutils1:s390x (1.6-6) ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.902 Selecting previously unselected package libkrb5support0:s390x.
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.902 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.904 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.929 Selecting previously unselected package libk5crypto3:s390x.
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.929 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.931 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.970 Selecting previously unselected package libkrb5-3:s390x.
02:23:52 [2020-12-15T02:23:52.444Z] #25 4.971 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 4.973 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.029 Selecting previously unselected package libgssapi-krb5-2:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.029 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.032 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.066 Selecting previously unselected package libsasl2-modules-db:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.066 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.068 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.094 Selecting previously unselected package libsasl2-2:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.095 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.097 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.124 Selecting previously unselected package libldap-common.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.124 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.126 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.159 Selecting previously unselected package libldap-2.4-2:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.160 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.162 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.196 Selecting previously unselected package libnghttp2-14:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.197 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.199 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.226 Selecting previously unselected package libpsl5:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.226 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.229 Unpacking libpsl5:s390x (0.20.2-2) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.255 Selecting previously unselected package librtmp1:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.256 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.258 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.283 Selecting previously unselected package libssh2-1:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.283 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.286 Unpacking libssh2-1:s390x (1.8.0-2.1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.316 Selecting previously unselected package libcurl4:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.317 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.319 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.383 Selecting previously unselected package curl.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.384 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.386 Unpacking curl (7.64.0-4+deb10u1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.430 Selecting previously unselected package libonig5:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.430 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.432 Unpacking libonig5:s390x (6.9.1-1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.485 Selecting previously unselected package libjq1:s390x.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.485 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 ...
02:23:52 [2020-12-15T02:23:52.445Z] 
02:23:52 [2020-12-15T02:23:52.445Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:23:52 [2020-12-15T02:23:52.445Z] #29 DONE 0.1s
02:23:52 [2020-12-15T02:23:52.445Z] 
02:23:52 [2020-12-15T02:23:52.445Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.499 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.527 Selecting previously unselected package jq.
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.527 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.529 Unpacking jq (1.5+dfsg-2+b1) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.561 Setting up libkeyutils1:s390x (1.6-6) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.567 Setting up libpsl5:s390x (0.20.2-2) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 5.575 Setting up libssl1.1:s390x (1.1.1d-0+deb10u4) ...
02:23:52 [2020-12-15T02:23:52.445Z] #25 ...
02:23:52 [2020-12-15T02:23:52.445Z] 
02:23:52 [2020-12-15T02:23:52.445Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:23:54 [2020-12-15T02:23:54.161Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 0B / 50.40MB 4.4s
02:23:54 [2020-12-15T02:23:54.421Z] #24 ...
02:23:54 [2020-12-15T02:23:54.421Z] 
02:23:54 [2020-12-15T02:23:54.421Z] #21 [internal] load build context
02:23:54 [2020-12-15T02:23:54.421Z] #21 transferring context: 53.17MB 4.6s done
02:23:54 [2020-12-15T02:23:54.421Z] #21 DONE 4.7s
02:23:54 [2020-12-15T02:23:54.421Z] 
02:23:54 [2020-12-15T02:23:54.421Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:23:54 [2020-12-15T02:23:54.421Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.90MB / 50.40MB 4.6s
02:23:54 [2020-12-15T02:23:54.444Z] Sending build context to Docker daemon  58.05MB

02:23:54 [2020-12-15T02:23:54.444Z] Step 1/15 : ARG GO_VERSION=1.13.15
02:23:54 [2020-12-15T02:23:54.444Z] Step 2/15 : ARG BUILDX_COMMIT=v0.3.1
02:23:54 [2020-12-15T02:23:54.444Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git
02:23:54 [2020-12-15T02:23:54.444Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build
02:23:54 [2020-12-15T02:23:54.694Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 19.41MB / 50.40MB 4.8s
02:23:54 [2020-12-15T02:23:54.694Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 24.34MB / 50.40MB 4.9s
02:23:54 [2020-12-15T02:23:54.739Z] 1.13.15-buster: Pulling from library/golang
02:23:54 [2020-12-15T02:23:54.739Z] db4e2d8d5901: Pulling fs layer
02:23:54 [2020-12-15T02:23:54.739Z] dfe2d012519c: Pulling fs layer
02:23:54 [2020-12-15T02:23:54.739Z] 5d8f1d1f9197: Pulling fs layer
02:23:54 [2020-12-15T02:23:54.739Z] 1301750ffb48: Pulling fs layer
02:23:54 [2020-12-15T02:23:54.739Z] dc5c6edc9cff: Pulling fs layer
02:23:54 [2020-12-15T02:23:54.739Z] 3c370c2e2f82: Pulling fs layer
02:23:54 [2020-12-15T02:23:54.739Z] 5ffb2f5886e2: Pulling fs layer
02:23:54 [2020-12-15T02:23:54.739Z] 3c370c2e2f82: Waiting
02:23:54 [2020-12-15T02:23:54.739Z] 1301750ffb48: Waiting
02:23:54 [2020-12-15T02:23:54.739Z] 5ffb2f5886e2: Waiting
02:23:54 [2020-12-15T02:23:54.739Z] dc5c6edc9cff: Waiting
02:23:54 [2020-12-15T02:23:54.954Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 34.68MB / 50.40MB 5.1s
02:23:54 [2020-12-15T02:23:54.954Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 38.05MB / 50.40MB 5.2s
02:23:55 [2020-12-15T02:23:55.185Z] #30 2.515 + git clone https://github.com/kolyshkin/go-swagger.git .
02:23:55 [2020-12-15T02:23:55.185Z] #30 2.519 Cloning into '.'...
02:23:55 [2020-12-15T02:23:55.213Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 47.56MB / 50.40MB 5.3s
02:23:55 [2020-12-15T02:23:55.213Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 5.4s
02:23:55 [2020-12-15T02:23:55.473Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 5.8s done
02:23:55 [2020-12-15T02:23:55.657Z] dfe2d012519c: Verifying Checksum
02:23:55 [2020-12-15T02:23:55.657Z] dfe2d012519c: Download complete
02:23:55 [2020-12-15T02:23:55.657Z] 5d8f1d1f9197: Download complete
02:23:56 [2020-12-15T02:23:56.040Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946
02:23:56 [2020-12-15T02:23:56.238Z] #30 ...
02:23:56 [2020-12-15T02:23:56.238Z] 
02:23:56 [2020-12-15T02:23:56.238Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.655 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.655 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.663 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.683 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.683 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.684 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.691 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.699 Setting up libssh2-1:s390x (1.8.0-2.1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.704 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.711 Setting up openssl (1.1.1d-0+deb10u4) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.723 Setting up libonig5:s390x (6.9.1-1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.729 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.738 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 5.748 Setting up ca-certificates (20200601~deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 6.237 Updating certificates in /etc/ssl/certs...
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.141 126 added, 0 removed; done.
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.174 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.183 Setting up jq (1.5+dfsg-2+b1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.193 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.199 Setting up curl (7.64.0-4+deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.223 Processing triggers for libc-bin (2.28-10) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.273 Processing triggers for ca-certificates (20200601~deb10u1) ...
02:23:56 [2020-12-15T02:23:56.238Z] #25 7.294 Updating certificates in /etc/ssl/certs...
02:23:56 [2020-12-15T02:23:56.238Z] #25 8.881 0 added, 0 removed; done.
02:23:56 [2020-12-15T02:23:56.238Z] #25 8.881 Running hooks in /etc/ca-certificates/update.d...
02:23:56 [2020-12-15T02:23:56.238Z] #25 8.884 done.
02:23:56 [2020-12-15T02:23:56.238Z] #25 DONE 9.3s
02:23:56 [2020-12-15T02:23:56.551Z] 
02:23:56 [2020-12-15T02:23:56.551Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:23:56 [2020-12-15T02:23:56.551Z] #26 DONE 0.2s
02:23:56 [2020-12-15T02:23:56.551Z] 
02:23:56 [2020-12-15T02:23:56.551Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:23:56 [2020-12-15T02:23:56.969Z] #24 ...
02:23:56 [2020-12-15T02:23:56.969Z] 
02:23:56 [2020-12-15T02:23:56.969Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
02:23:56 [2020-12-15T02:23:56.969Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
02:23:56 [2020-12-15T02:23:56.969Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
02:23:56 [2020-12-15T02:23:56.969Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
02:23:56 [2020-12-15T02:23:56.969Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 4.9s done
02:23:56 [2020-12-15T02:23:56.969Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.4s done
02:23:56 [2020-12-15T02:23:56.969Z] #60 DONE 7.4s
02:23:56 [2020-12-15T02:23:56.969Z] 
02:23:56 [2020-12-15T02:23:56.969Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:23:57 [2020-12-15T02:23:57.242Z] db4e2d8d5901: Verifying Checksum
02:23:57 [2020-12-15T02:23:57.242Z] db4e2d8d5901: Download complete
02:23:58 [2020-12-15T02:23:58.125Z] 1301750ffb48: Verifying Checksum
02:23:58 [2020-12-15T02:23:58.125Z] 1301750ffb48: Download complete
02:23:58 [2020-12-15T02:23:58.430Z] 5ffb2f5886e2: Verifying Checksum
02:23:58 [2020-12-15T02:23:58.430Z] 5ffb2f5886e2: Download complete
02:23:58 [2020-12-15T02:23:58.723Z] #27 2.018 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
02:23:59 [2020-12-15T02:23:59.026Z] #27 2.374 
02:23:59 [2020-12-15T02:23:59.085Z] dc5c6edc9cff: Verifying Checksum
02:23:59 [2020-12-15T02:23:59.085Z] dc5c6edc9cff: Download complete
02:24:00 [2020-12-15T02:24:00.262Z] #24 ...
02:24:00 [2020-12-15T02:24:00.262Z] 
02:24:00 [2020-12-15T02:24:00.262Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:24:00 [2020-12-15T02:24:00.262Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.7s done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 4.1s done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.2s done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.3s done
02:24:00 [2020-12-15T02:24:00.262Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.5s
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.4s done
02:24:00 [2020-12-15T02:24:00.262Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 7.3s done
02:24:00 [2020-12-15T02:24:00.262Z] #8 ...
02:24:00 [2020-12-15T02:24:00.262Z] 
02:24:00 [2020-12-15T02:24:00.262Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:24:00 [2020-12-15T02:24:00.824Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.0s
02:24:01 [2020-12-15T02:24:01.072Z] #27 2.494 #=#=#                                                                         

#####                                                                      7.0%
########                                                                  11.5%
##############                                                            20.6%
#####################                                                     29.5%
##########################                                                36.3%
################################                                          45.3%
####################################                                      50.3%
######################################                                    52.9%
########################################                                  56.4%
###########################################                               59.9%
##############################################                            65.1%
##################################################                        70.5%
######################################################                    75.9%
#########################################################                 80.1%
#############################################################             85.5%
#################################################################         90.9%
#####################################################################     96.2%#27 ...
02:24:01 [2020-12-15T02:24:01.072Z] 
02:24:01 [2020-12-15T02:24:01.072Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + RM_GOPATH=0
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + TMP_GOPATH=
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + : /build
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + '[' -z '' ']'
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 ++ mktemp -d
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + export GOPATH=/tmp/tmp.6nvL1EENu9
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + GOPATH=/tmp/tmp.6nvL1EENu9
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + RM_GOPATH=1
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 + case "$(go env GOARCH)" in
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.184 ++ go env GOARCH
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.193 + export GO_BUILDMODE=-buildmode=pie
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.193 + GO_BUILDMODE=-buildmode=pie
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.193 ++ dirname /tmp/install/install.sh
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 + dir=/tmp/install
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 + bin=dockercli
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 + shift
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 + '[' '!' -f /tmp/install/dockercli.installer ']'
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 + . /tmp/install/dockercli.installer
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 ++ : stable
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 ++ : 17.06.2-ce
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 + install_dockercli
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 ++ uname -m
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.194 Install docker/cli version 17.06.2-ce from stable
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.208 + arch=s390x
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.208 + '[' s390x '!=' x86_64 ']'
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.208 + '[' s390x '!=' s390x ']'
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.208 + url=https://download.docker.com/linux/static
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.208 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz
02:24:01 [2020-12-15T02:24:01.072Z] #22 2.208 + tar -xz docker/docker
02:24:01 [2020-12-15T02:24:01.072Z] #22 8.305 + mkdir -p /build
02:24:01 [2020-12-15T02:24:01.072Z] #22 8.311 + mv docker/docker /build/
02:24:01 [2020-12-15T02:24:01.072Z] #22 8.316 + rmdir docker
02:24:01 [2020-12-15T02:24:01.072Z] #22 DONE 8.7s
02:24:01 [2020-12-15T02:24:01.072Z] 
02:24:01 [2020-12-15T02:24:01.072Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:24:01 [2020-12-15T02:24:01.072Z] #27 2.494 #=#=#                                                                         

#####                                                                      7.0%
########                                                                  11.5%
##############                                                            20.6%
#####################                                                     29.5%
##########################                                                36.3%
################################                                          45.3%
####################################                                      50.3%
######################################                                    52.9%
########################################                                  56.4%
###########################################                               59.9%
##############################################                            65.1%
##################################################                        70.5%
######################################################                    75.9%
#########################################################                 80.1%
#############################################################             85.5%
#################################################################         90.9%
#####################################################################     96.2%
######################################################################## 100.0%
02:24:01 [2020-12-15T02:24:01.231Z] db4e2d8d5901: Pull complete
02:24:01 [2020-12-15T02:24:01.526Z] dfe2d012519c: Pull complete
02:24:01 [2020-12-15T02:24:01.703Z] #27 4.929 
02:24:01 [2020-12-15T02:24:01.823Z] 3c370c2e2f82: Verifying Checksum
02:24:01 [2020-12-15T02:24:01.823Z] 3c370c2e2f82: Download complete
02:24:01 [2020-12-15T02:24:01.823Z] 5d8f1d1f9197: Pull complete
02:24:01 [2020-12-15T02:24:01.994Z] #27 5.116 
                                                                           0.0%
##############################                                            43.0%
###############################################################           87.9%
######################################################################## 100.0%
02:24:02 [2020-12-15T02:24:02.285Z] #27 5.766 
02:24:02 [2020-12-15T02:24:02.285Z] #27 ...
02:24:02 [2020-12-15T02:24:02.285Z] 
02:24:02 [2020-12-15T02:24:02.285Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.479 + RM_GOPATH=0
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.479 + TMP_GOPATH=
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.479 + : /build
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.479 + '[' -z '' ']'
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.479 ++ mktemp -d
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.491 + export GOPATH=/tmp/tmp.E80ACaf7qe
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.491 + GOPATH=/tmp/tmp.E80ACaf7qe
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.491 + RM_GOPATH=1
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.491 + case "$(go env GOARCH)" in
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.491 ++ go env GOARCH
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.496 + export GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.496 + GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.496 ++ dirname /tmp/install/install.sh
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + dir=/tmp/install
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + bin=tomlv
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + shift
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + '[' '!' -f /tmp/install/tomlv.installer ']'
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + . /tmp/install/tomlv.installer
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + install_tomlv
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.E80ACaf7qe/src/github.com/BurntSushi/toml
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.497 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:24:02 [2020-12-15T02:24:02.285Z] #32 1.538 Cloning into '/tmp/tmp.E80ACaf7qe/src/github.com/BurntSushi/toml'...
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.052 + cd /tmp/tmp.E80ACaf7qe/src/github.com/BurntSushi/toml
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.052 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.060 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.404 internal/cpu
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.404 runtime/internal/atomic
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.511 runtime/internal/sys
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.590 runtime/internal/math
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.682 math/bits
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.776 internal/bytealg
02:24:02 [2020-12-15T02:24:02.285Z] #32 2.874 math
02:24:02 [2020-12-15T02:24:02.285Z] #32 3.056 runtime
02:24:02 [2020-12-15T02:24:02.285Z] #32 7.380 internal/testlog
02:24:02 [2020-12-15T02:24:02.285Z] #32 7.576 encoding
02:24:02 [2020-12-15T02:24:02.285Z] #32 7.668 runtime/cgo
02:24:02 [2020-12-15T02:24:02.578Z] #32 ...
02:24:02 [2020-12-15T02:24:02.578Z] 
02:24:02 [2020-12-15T02:24:02.578Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:02 [2020-12-15T02:24:02.578Z] #11 2.858 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:02 [2020-12-15T02:24:02.578Z] #11 2.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:02 [2020-12-15T02:24:02.578Z] #11 3.150 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:02 [2020-12-15T02:24:02.578Z] #11 3.533 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
02:24:02 [2020-12-15T02:24:02.578Z] #11 5.770 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB]
02:24:02 [2020-12-15T02:24:02.578Z] #11 7.433 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
02:24:02 [2020-12-15T02:24:02.578Z] #11 ...
02:24:02 [2020-12-15T02:24:02.578Z] 
02:24:02 [2020-12-15T02:24:02.578Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + RM_GOPATH=0
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + TMP_GOPATH=
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + : /build
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + '[' -z '' ']'
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 ++ mktemp -d
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + export GOPATH=/tmp/tmp.NOu5nhCfx3
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + GOPATH=/tmp/tmp.NOu5nhCfx3
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + RM_GOPATH=1
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 + case "$(go env GOARCH)" in
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.042 ++ go env GOARCH
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.067 + export GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.067 + GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.067 ++ dirname /tmp/install/install.sh
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + dir=/tmp/install
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + bin=shfmt
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + shift
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + '[' '!' -f /tmp/install/shfmt.installer ']'
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + . /tmp/install/shfmt.installer
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + install_shfmt
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 + git clone https://github.com/mvdan/sh.git /tmp/tmp.NOu5nhCfx3/src/github.com/mvdan/sh
02:24:02 [2020-12-15T02:24:02.578Z] #49 2.074 Cloning into '/tmp/tmp.NOu5nhCfx3/src/github.com/mvdan/sh'...
02:24:02 [2020-12-15T02:24:02.578Z] #49 8.806 + cd /tmp/tmp.NOu5nhCfx3/src/github.com/mvdan/sh
02:24:02 [2020-12-15T02:24:02.578Z] #49 8.807 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
02:24:02 [2020-12-15T02:24:02.578Z] #49 8.917 + GO111MODULE=on
02:24:02 [2020-12-15T02:24:02.578Z] #49 8.917 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
02:24:02 [2020-12-15T02:24:02.578Z] #49 9.936 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:24:02 [2020-12-15T02:24:02.578Z] #49 9.940 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:24:02 [2020-12-15T02:24:02.578Z] #49 9.996 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:24:02 [2020-12-15T02:24:02.578Z] #49 10.07 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:24:02 [2020-12-15T02:24:02.578Z] #49 10.08 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:24:02 [2020-12-15T02:24:02.719Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 6.7s done
02:24:02 [2020-12-15T02:24:02.719Z] #24 DONE 13.1s
02:24:02 [2020-12-15T02:24:02.719Z] 
02:24:02 [2020-12-15T02:24:02.719Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:24:02 [2020-12-15T02:24:02.868Z] #49 ...
02:24:02 [2020-12-15T02:24:02.868Z] 
02:24:02 [2020-12-15T02:24:02.868Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.868 + RM_GOPATH=0
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.868 + TMP_GOPATH=
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.868 + : /build
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.869 + '[' -z '' ']'
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.869 ++ mktemp -d
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.869 + export GOPATH=/tmp/tmp.BXe0q7Q26L
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.869 + GOPATH=/tmp/tmp.BXe0q7Q26L
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.869 + RM_GOPATH=1
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.869 + case "$(go env GOARCH)" in
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.872 ++ go env GOARCH
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + export GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 ++ dirname /tmp/install/install.sh
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + dir=/tmp/install
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + bin=proxy
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + shift
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + '[' '!' -f /tmp/install/proxy.installer ']'
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + . /tmp/install/proxy.installer
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + install_proxy
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + case "$1" in
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + export CGO_ENABLED=0
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + CGO_ENABLED=0
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + _install_proxy
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d'
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.BXe0q7Q26L/src/github.com/docker/libnetwork
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.882 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:24:02 [2020-12-15T02:24:02.868Z] #62 1.892 Cloning into '/tmp/tmp.BXe0q7Q26L/src/github.com/docker/libnetwork'...
02:24:02 [2020-12-15T02:24:02.868Z] #62 ...
02:24:02 [2020-12-15T02:24:02.868Z] 
02:24:02 [2020-12-15T02:24:02.868Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + RM_GOPATH=0
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + TMP_GOPATH=
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + : /build
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + '[' -z '' ']'
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 ++ mktemp -d
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + export GOPATH=/tmp/tmp.NBGFiiIPjy
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + GOPATH=/tmp/tmp.NBGFiiIPjy
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + RM_GOPATH=1
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + case "$(go env GOARCH)" in
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 ++ go env GOARCH
02:24:02 [2020-12-15T02:24:02.868Z] #45 1.762 + export GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.762 + GO_BUILDMODE=-buildmode=pie
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.768 ++ dirname /tmp/install/install.sh
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + dir=/tmp/install
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + bin=gotestsum
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + shift
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + '[' '!' -f /tmp/install/gotestsum.installer ']'
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + . /tmp/install/gotestsum.installer
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 ++ : v0.5.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + install_gotestsum
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + set -e
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + export GO111MODULE=on
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + GO111MODULE=on
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.769 + GOBIN=/build
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.775 + go get gotest.tools/gotestsum@v0.5.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.791 go: finding gotest.tools/gotestsum v0.5.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 1.791 go: finding gotest.tools v0.5.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 2.297 go: downloading gotest.tools/gotestsum v0.5.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 2.614 go: extracting gotest.tools/gotestsum v0.5.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 3.927 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:24:02 [2020-12-15T02:24:02.869Z] #45 3.927 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:24:02 [2020-12-15T02:24:02.869Z] #45 3.927 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:24:02 [2020-12-15T02:24:02.869Z] #45 3.956 go: downloading github.com/jonboulle/clockwork v0.1.0
02:24:02 [2020-12-15T02:24:02.869Z] #45 3.956 go: downloading github.com/fatih/color v1.9.0
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.033 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.067 go: downloading github.com/spf13/pflag v1.0.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.178 go: downloading github.com/pkg/errors v0.9.1
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.340 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.631 go: extracting github.com/jonboulle/clockwork v0.1.0
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.680 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.778 go: extracting github.com/pkg/errors v0.9.1
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.855 go: extracting github.com/spf13/pflag v1.0.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 4.960 go: extracting github.com/fatih/color v1.9.0
02:24:02 [2020-12-15T02:24:02.869Z] #45 5.047 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:24:02 [2020-12-15T02:24:02.869Z] #45 5.075 go: downloading github.com/mattn/go-colorable v0.1.6
02:24:02 [2020-12-15T02:24:02.869Z] #45 5.075 go: downloading github.com/mattn/go-isatty v0.0.12
02:24:02 [2020-12-15T02:24:02.869Z] #45 5.167 go: extracting github.com/mattn/go-colorable v0.1.6
02:24:02 [2020-12-15T02:24:02.869Z] #45 5.215 go: extracting github.com/mattn/go-isatty v0.0.12
02:24:02 [2020-12-15T02:24:02.869Z] #45 6.180 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:24:02 [2020-12-15T02:24:02.869Z] #45 6.442 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:24:02 [2020-12-15T02:24:02.869Z] #45 7.548 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.10 go: finding github.com/fatih/color v1.9.0
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.16 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.20 go: finding github.com/pkg/errors v0.9.1
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.23 go: finding github.com/mattn/go-colorable v0.1.6
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.34 go: finding github.com/spf13/pflag v1.0.3
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.34 go: finding github.com/mattn/go-isatty v0.0.12
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.41 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:24:02 [2020-12-15T02:24:02.869Z] #45 10.58 go: finding github.com/jonboulle/clockwork v0.1.0
02:24:03 [2020-12-15T02:24:03.167Z] #45 10.61 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:24:03 [2020-12-15T02:24:03.167Z] #45 10.65 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:24:03 [2020-12-15T02:24:03.167Z] #45 10.68 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:24:03 [2020-12-15T02:24:03.167Z] #45 ...
02:24:03 [2020-12-15T02:24:03.167Z] 
02:24:03 [2020-12-15T02:24:03.167Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:24:03 [2020-12-15T02:24:03.167Z] #38 2.126 + git clone https://github.com/docker/distribution.git .
02:24:03 [2020-12-15T02:24:03.167Z] #38 2.126 Cloning into '.'...
02:24:03 [2020-12-15T02:24:03.167Z] #38 ...
02:24:03 [2020-12-15T02:24:03.167Z] 
02:24:03 [2020-12-15T02:24:03.167Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:24:03 [2020-12-15T02:24:03.167Z] #53 2.857 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:03 [2020-12-15T02:24:03.167Z] #53 3.148 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:03 [2020-12-15T02:24:03.167Z] #53 3.166 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:03 [2020-12-15T02:24:03.167Z] #53 3.555 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
02:24:03 [2020-12-15T02:24:03.167Z] #53 5.597 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB]
02:24:03 [2020-12-15T02:24:03.167Z] #53 7.546 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
02:24:03 [2020-12-15T02:24:03.167Z] #53 ...
02:24:03 [2020-12-15T02:24:03.167Z] 
02:24:03 [2020-12-15T02:24:03.167Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + RM_GOPATH=0
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + TMP_GOPATH=
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + : /build
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + '[' -z '' ']'
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 ++ mktemp -d
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + export GOPATH=/tmp/tmp.yHCZCHpqMi
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + GOPATH=/tmp/tmp.yHCZCHpqMi
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + RM_GOPATH=1
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 + case "$(go env GOARCH)" in
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.254 ++ go env GOARCH
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + export GO_BUILDMODE=-buildmode=pie
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + GO_BUILDMODE=-buildmode=pie
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 ++ dirname /tmp/install/install.sh
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + dir=/tmp/install
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + bin=golangci_lint
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + shift
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + . /tmp/install/golangci_lint.installer
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 ++ : v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + install_golangci_lint
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + set -e
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + export GO111MODULE=on
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + GO111MODULE=on
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + GOBIN=/build
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 go: finding github.com v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 go: finding github.com/golangci/golangci-lint v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.266 go: finding github.com/golangci v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 2.765 go: downloading github.com/golangci/golangci-lint v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 3.095 go: extracting github.com/golangci/golangci-lint v1.23.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.523 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.538 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.541 go: downloading github.com/spf13/cobra v0.0.5
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.583 go: downloading github.com/fatih/color v1.7.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.660 go: downloading github.com/spf13/viper v1.6.1
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.660 go: downloading github.com/sirupsen/logrus v1.4.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.701 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.730 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.755 go: downloading github.com/pkg/errors v0.8.1
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.785 go: extracting github.com/pkg/errors v0.8.1
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.825 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.833 go: downloading github.com/mattn/go-colorable v0.1.4
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.913 go: extracting github.com/spf13/viper v1.6.1
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.926 go: downloading github.com/spf13/jwalterweatherman v1.0.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.990 go: extracting github.com/fatih/color v1.7.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.993 go: extracting github.com/sirupsen/logrus v1.4.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.995 go: downloading gopkg.in/ini.v1 v1.51.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 6.996 go: extracting github.com/spf13/cobra v0.0.5
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.047 go: extracting github.com/mattn/go-colorable v0.1.4
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.120 go: extracting github.com/spf13/jwalterweatherman v1.0.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.122 go: extracting gopkg.in/ini.v1 v1.51.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.124 go: downloading github.com/fsnotify/fsnotify v1.4.7
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.138 go: downloading github.com/mattn/go-isatty v0.0.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.143 go: downloading github.com/spf13/afero v1.1.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.160 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.183 go: extracting github.com/mattn/go-isatty v0.0.8
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.268 go: downloading github.com/go-lintpack/lintpack v0.5.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.296 go: extracting github.com/mitchellh/go-homedir v1.1.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.300 go: extracting github.com/fsnotify/fsnotify v1.4.7
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.302 go: downloading github.com/hashicorp/hcl v1.0.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.304 go: extracting github.com/go-lintpack/lintpack v0.5.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.315 go: downloading github.com/subosito/gotenv v1.2.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.315 go: extracting github.com/spf13/afero v1.1.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.359 go: downloading github.com/spf13/cast v1.3.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.389 go: extracting github.com/subosito/gotenv v1.2.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.399 go: downloading github.com/pelletier/go-toml v1.2.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.469 go: downloading golang.org/x/text v0.3.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.499 go: extracting github.com/spf13/cast v1.3.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.566 go: downloading github.com/stretchr/testify v1.4.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.580 go: downloading github.com/mitchellh/mapstructure v1.1.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.617 go: extracting github.com/pelletier/go-toml v1.2.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.676 go: downloading github.com/go-critic/go-critic v0.4.1
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.678 go: extracting github.com/hashicorp/hcl v1.0.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.820 go: extracting github.com/mitchellh/mapstructure v1.1.2
02:24:03 [2020-12-15T02:24:03.167Z] #47 7.974 go: extracting github.com/stretchr/testify v1.4.0
02:24:03 [2020-12-15T02:24:03.167Z] #47 8.194 go: downloading gopkg.in/yaml.v2 v2.2.7
02:24:03 [2020-12-15T02:24:03.167Z] #47 8.584 go: extracting github.com/go-critic/go-critic v0.4.1
02:24:03 [2020-12-15T02:24:03.167Z] #47 9.007 go: extracting gopkg.in/yaml.v2 v2.2.7
02:24:03 [2020-12-15T02:24:03.459Z] #47 11.06 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:24:03 [2020-12-15T02:24:03.459Z] #47 ...
02:24:03 [2020-12-15T02:24:03.459Z] 
02:24:03 [2020-12-15T02:24:03.459Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.903 + RM_GOPATH=0
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.903 + TMP_GOPATH=
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.903 + : /build
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.903 + '[' -z '' ']'
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.903 ++ mktemp -d
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.910 + export GOPATH=/tmp/tmp.eDoA7sxDQG
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.910 + GOPATH=/tmp/tmp.eDoA7sxDQG
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.910 + RM_GOPATH=1
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.910 + case "$(go env GOARCH)" in
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.910 ++ go env GOARCH
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.911 + export GO_BUILDMODE=-buildmode=pie
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.911 + GO_BUILDMODE=-buildmode=pie
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.911 ++ dirname /tmp/install/install.sh
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + dir=/tmp/install
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + bin=rootlesskit
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + shift
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + . /tmp/install/rootlesskit.installer
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + install_rootlesskit
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + case "$1" in
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + export CGO_ENABLED=0
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + CGO_ENABLED=0
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + _install_rootlesskit
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.917 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.eDoA7sxDQG/src/github.com/rootless-containers/rootlesskit
02:24:03 [2020-12-15T02:24:03.459Z] #56 1.927 Cloning into '/tmp/tmp.eDoA7sxDQG/src/github.com/rootless-containers/rootlesskit'...
02:24:03 [2020-12-15T02:24:03.459Z] #56 5.861 + cd /tmp/tmp.eDoA7sxDQG/src/github.com/rootless-containers/rootlesskit
02:24:03 [2020-12-15T02:24:03.459Z] #56 5.861 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:24:03 [2020-12-15T02:24:03.459Z] #56 5.912 + for f in rootlesskit rootlesskit-docker-proxy
02:24:03 [2020-12-15T02:24:03.459Z] #56 5.913 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
02:24:03 [2020-12-15T02:24:03.459Z] #56 ...
02:24:03 [2020-12-15T02:24:03.459Z] 
02:24:03 [2020-12-15T02:24:03.459Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:24:03 [2020-12-15T02:24:03.459Z] #34 2.856 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:03 [2020-12-15T02:24:03.459Z] #34 2.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:03 [2020-12-15T02:24:03.459Z] #34 3.149 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:03 [2020-12-15T02:24:03.459Z] #34 3.644 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
02:24:03 [2020-12-15T02:24:03.459Z] #34 6.141 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB]
02:24:03 [2020-12-15T02:24:03.459Z] #34 8.023 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
02:24:03 [2020-12-15T02:24:03.750Z] #34 ...
02:24:03 [2020-12-15T02:24:03.750Z] 
02:24:03 [2020-12-15T02:24:03.750Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:24:03 [2020-12-15T02:24:03.750Z] #40 2.857 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:03 [2020-12-15T02:24:03.750Z] #40 2.975 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:03 [2020-12-15T02:24:03.750Z] #40 3.309 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:03 [2020-12-15T02:24:03.750Z] #40 3.556 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
02:24:03 [2020-12-15T02:24:03.750Z] #40 5.615 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB]
02:24:03 [2020-12-15T02:24:03.750Z] #40 7.226 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
02:24:03 [2020-12-15T02:24:03.750Z] #40 ...
02:24:03 [2020-12-15T02:24:03.750Z] 
02:24:03 [2020-12-15T02:24:03.750Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + RM_GOPATH=0
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + TMP_GOPATH=
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + : /build
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + '[' -z '' ']'
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 ++ mktemp -d
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + export GOPATH=/tmp/tmp.7jJUb5NK22
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + GOPATH=/tmp/tmp.7jJUb5NK22
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + RM_GOPATH=1
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.698 + case "$(go env GOARCH)" in
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.700 ++ go env GOARCH
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + export GO_BUILDMODE=-buildmode=pie
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + GO_BUILDMODE=-buildmode=pie
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 ++ dirname /tmp/install/install.sh
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + dir=/tmp/install
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + bin=vndr
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + shift
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + '[' '!' -f /tmp/install/vndr.installer ']'
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + . /tmp/install/vndr.installer
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + install_vndr
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.7jJUb5NK22/src/github.com/LK4D4/vndr
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.705 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
02:24:03 [2020-12-15T02:24:03.750Z] #43 1.716 Cloning into '/tmp/tmp.7jJUb5NK22/src/github.com/LK4D4/vndr'...
02:24:03 [2020-12-15T02:24:03.750Z] #43 2.223 + cd /tmp/tmp.7jJUb5NK22/src/github.com/LK4D4/vndr
02:24:03 [2020-12-15T02:24:03.750Z] #43 2.223 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
02:24:03 [2020-12-15T02:24:03.750Z] #43 2.239 + go build -buildmode=pie -v -o /build/vndr .
02:24:03 [2020-12-15T02:24:03.750Z] #43 2.914 internal/race
02:24:03 [2020-12-15T02:24:03.750Z] #43 2.918 internal/bytealg
02:24:03 [2020-12-15T02:24:03.750Z] #43 3.014 sync/atomic
02:24:03 [2020-12-15T02:24:03.750Z] #43 3.202 runtime
02:24:03 [2020-12-15T02:24:03.750Z] #43 3.248 unicode
02:24:03 [2020-12-15T02:24:03.750Z] #43 6.355 unicode/utf8
02:24:03 [2020-12-15T02:24:03.750Z] #43 6.958 math
02:24:03 [2020-12-15T02:24:03.750Z] #43 11.29 unicode/utf16
02:24:04 [2020-12-15T02:24:04.043Z] #43 11.50 container/list
02:24:04 [2020-12-15T02:24:04.043Z] #43 ...
02:24:04 [2020-12-15T02:24:04.043Z] 
02:24:04 [2020-12-15T02:24:04.043Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:24:04 [2020-12-15T02:24:04.043Z] #27 5.897 #=#=#                                                                         

#                                                                          1.8%
####################                                                      27.9%
############################################                              61.3%
######################################################################## 100.0%
02:24:04 [2020-12-15T02:24:04.043Z] #27 6.771 
02:24:04 [2020-12-15T02:24:04.092Z] #25 1.329 Get:1 http://deb.debian.org/debian buster InRelease [121 kB]
02:24:04 [2020-12-15T02:24:04.092Z] #25 1.342 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:04 [2020-12-15T02:24:04.351Z] #25 1.432 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:04 [2020-12-15T02:24:04.351Z] #25 1.564 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:24:04 [2020-12-15T02:24:04.566Z] 1301750ffb48: Pull complete
02:24:04 [2020-12-15T02:24:04.919Z] #25 1.872 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:24:04 [2020-12-15T02:24:04.919Z] #25 2.211 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:24:05 [2020-12-15T02:24:05.207Z] #27 6.895 
                                                                           0.1%
#####                                                                      8.1%
##########                                                                14.5%
################                                                          23.2%
######################                                                    31.7%
###########################                                               38.1%
##############################                                            42.6%
##################################                                        48.3%
########################################                                  56.0%
#############################################                             63.7%
###############################################                           65.4%
######################################################                    76.1%
#############################################################             85.0%
##################################################################        93.0%
######################################################################## 100.0%
02:24:05 [2020-12-15T02:24:05.498Z] #27 8.986 
02:24:06 [2020-12-15T02:24:06.672Z] dc5c6edc9cff: Pull complete
02:24:06 [2020-12-15T02:24:06.824Z] #25 3.969 Fetched 8409 kB in 3s (2916 kB/s)
02:24:07 [2020-12-15T02:24:07.757Z] #25 3.969 Reading package lists...
02:24:08 [2020-12-15T02:24:08.692Z] #25 5.015 Reading package lists...
02:24:08 [2020-12-15T02:24:08.949Z] #25 6.022 Building dependency tree...
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429 The following additional packages will be installed:
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429 Suggested packages:
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429   krb5-doc krb5-user
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429 Recommended packages:
02:24:09 [2020-12-15T02:24:09.207Z] #25 6.429   krb5-locales publicsuffix libsasl2-modules
02:24:09 [2020-12-15T02:24:09.465Z] #25 6.685 The following NEW packages will be installed:
02:24:09 [2020-12-15T02:24:09.465Z] #25 ...
02:24:09 [2020-12-15T02:24:09.465Z] 
02:24:09 [2020-12-15T02:24:09.465Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:24:09 [2020-12-15T02:24:09.465Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 7.3s done
02:24:09 [2020-12-15T02:24:09.465Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.1s done
02:24:09 [2020-12-15T02:24:09.465Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
02:24:09 [2020-12-15T02:24:09.465Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.6s
02:24:09 [2020-12-15T02:24:09.722Z] #8 ...
02:24:09 [2020-12-15T02:24:09.722Z] 
02:24:09 [2020-12-15T02:24:09.722Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.691   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.691   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.691   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.691   libssh2-1 libssl1.1 openssl
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.995 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.995 Need to get 5047 kB of archives.
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.995 After this operation, 12.1 MB of additional disk space will be used.
02:24:09 [2020-12-15T02:24:09.722Z] #25 6.995 Get:1 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.003 Get:2 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.003 Get:3 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.003 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.003 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.003 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.017 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.029 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.029 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.029 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.033 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.041 Get:12 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.041 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.046 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.046 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.053 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.061 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.061 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.081 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.081 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
02:24:09 [2020-12-15T02:24:09.722Z] #25 7.089 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
02:24:10 [2020-12-15T02:24:10.044Z] #25 7.284 debconf: delaying package configuration, since apt-utils is not installed
02:24:10 [2020-12-15T02:24:10.044Z] #25 7.320 Fetched 5047 kB in 0s (14.3 MB/s)
02:24:10 [2020-12-15T02:24:10.301Z] #25 7.367 Selecting previously unselected package libssl1.1:amd64.
02:24:10 [2020-12-15T02:24:10.301Z] #25 7.367 (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.)
02:24:10 [2020-12-15T02:24:10.301Z] #25 7.367 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ...
02:24:10 [2020-12-15T02:24:10.301Z] #25 7.417 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ...
02:24:10 [2020-12-15T02:24:10.560Z] #25 7.658 Selecting previously unselected package openssl.
02:24:10 [2020-12-15T02:24:10.560Z] #25 7.658 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ...
02:24:10 [2020-12-15T02:24:10.560Z] #25 7.661 Unpacking openssl (1.1.1d-0+deb10u4) ...
02:24:10 [2020-12-15T02:24:10.560Z] #25 7.845 Selecting previously unselected package ca-certificates.
02:24:10 [2020-12-15T02:24:10.560Z] #25 7.845 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ...
02:24:10 [2020-12-15T02:24:10.560Z] #25 7.856 Unpacking ca-certificates (20200601~deb10u1) ...
02:24:10 [2020-12-15T02:24:10.817Z] #25 7.937 Selecting previously unselected package libkeyutils1:amd64.
02:24:10 [2020-12-15T02:24:10.817Z] #25 7.937 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
02:24:10 [2020-12-15T02:24:10.817Z] #25 7.940 Unpacking libkeyutils1:amd64 (1.6-6) ...
02:24:10 [2020-12-15T02:24:10.817Z] #25 7.981 Selecting previously unselected package libkrb5support0:amd64.
02:24:10 [2020-12-15T02:24:10.817Z] #25 7.981 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
02:24:10 [2020-12-15T02:24:10.817Z] #25 7.986 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
02:24:10 [2020-12-15T02:24:10.817Z] #25 8.037 Selecting previously unselected package libk5crypto3:amd64.
02:24:10 [2020-12-15T02:24:10.817Z] #25 8.037 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
02:24:10 [2020-12-15T02:24:10.817Z] #25 8.042 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
02:24:10 [2020-12-15T02:24:10.817Z] #25 8.167 Selecting previously unselected package libkrb5-3:amd64.
02:24:10 [2020-12-15T02:24:10.817Z] #25 8.167 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.173 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.285 Selecting previously unselected package libgssapi-krb5-2:amd64.
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.285 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.290 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.369 Selecting previously unselected package libsasl2-modules-db:amd64.
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.369 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.374 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.435 Selecting previously unselected package libsasl2-2:amd64.
02:24:11 [2020-12-15T02:24:11.074Z] #25 8.435 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.142Z] 3c370c2e2f82: Pull complete
02:24:11 [2020-12-15T02:24:11.142Z] 5ffb2f5886e2: Pull complete
02:24:11 [2020-12-15T02:24:11.142Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2
02:24:11 [2020-12-15T02:24:11.142Z] Status: Downloaded newer image for golang:1.13.15-buster
02:24:11 [2020-12-15T02:24:11.142Z]  ---> 805dc2d65d1c
02:24:11 [2020-12-15T02:24:11.142Z] Step 5/15 : ARG BUILDX_REPO
02:24:11 [2020-12-15T02:24:11.142Z]  ---> Running in 63d0ae0d0bb2
02:24:11 [2020-12-15T02:24:11.142Z] Removing intermediate container 63d0ae0d0bb2
02:24:11 [2020-12-15T02:24:11.142Z]  ---> 48b7bb8d2978
02:24:11 [2020-12-15T02:24:11.142Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx
02:24:11 [2020-12-15T02:24:11.142Z]  ---> Running in 4bc768392199
02:24:11 [2020-12-15T02:24:11.142Z] Cloning into '/buildx'...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.441 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.498 Selecting previously unselected package libldap-common.
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.498 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.502 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.571 Selecting previously unselected package libldap-2.4-2:amd64.
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.571 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.571 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.646 Selecting previously unselected package libnghttp2-14:amd64.
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.646 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.650 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.706 Selecting previously unselected package libpsl5:amd64.
02:24:11 [2020-12-15T02:24:11.331Z] #25 8.706 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.588Z] #25 8.712 Unpacking libpsl5:amd64 (0.20.2-2) ...
02:24:11 [2020-12-15T02:24:11.588Z] #25 8.765 Selecting previously unselected package librtmp1:amd64.
02:24:11 [2020-12-15T02:24:11.588Z] #25 8.765 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.588Z] #25 8.769 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
02:24:11 [2020-12-15T02:24:11.588Z] #25 8.824 Selecting previously unselected package libssh2-1:amd64.
02:24:11 [2020-12-15T02:24:11.588Z] #25 8.824 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.846Z] #25 8.833 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
02:24:11 [2020-12-15T02:24:11.846Z] #25 8.916 Selecting previously unselected package libcurl4:amd64.
02:24:11 [2020-12-15T02:24:11.846Z] #25 8.916 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.846Z] #25 8.920 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
02:24:11 [2020-12-15T02:24:11.846Z] #25 9.026 Selecting previously unselected package curl.
02:24:11 [2020-12-15T02:24:11.846Z] #25 9.026 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
02:24:11 [2020-12-15T02:24:11.846Z] #25 9.030 Unpacking curl (7.64.0-4+deb10u1) ...
02:24:11 [2020-12-15T02:24:11.908Z] #27 9.148 
                                                                           0.0%
#                                                                          2.6%
##                                                                         3.9%
####                                                                       6.4%
#####                                                                      7.6%
######                                                                     9.5%
########                                                                  11.4%
#########                                                                 13.9%
###########                                                               16.3%
#############                                                             18.2%
##############                                                            20.1%
###############                                                           21.9%
################                                                          23.1%
#################                                                         24.9%
###################                                                       26.8%
####################                                                      28.7%
######################                                                    30.6%
#######################                                                   32.4%
########################                                                  34.3%
##########################                                                36.2%
###########################                                               38.7%
#############################                                             40.5%
##############################                                            43.0%
#################################                                         46.1%
##################################                                        48.5%
####################################                                      50.4%
#####################################                                     52.3%
######################################                                    54.1%
########################################                                  56.0%
#########################################                                 57.9%
###########################################                               59.8%
###########################################                               61.0%
#############################################                             62.9%
##############################################                            64.1%
###############################################                           65.8%
################################################                          67.5%
#################################################                         69.3%
###################################################                       71.1%
####################################################                      73.0%
#####################################################                     74.8%
########################################################                  78.0%
#########################################################                 79.8%
##########################################################                81.7%
############################################################              83.6%
#############################################################             85.4%
##############################################################            87.3%
################################################################          89.8%
#################################################################         91.3%
##################################################################        92.5%
###################################################################       94.4%
#####################################################################     96.8%
######################################################################    98.1%
######################################################################## 100.0%
02:24:11 [2020-12-15T02:24:11.908Z] #27 15.35 
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.127 Selecting previously unselected package libonig5:amd64.
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.127 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.135 Unpacking libonig5:amd64 (6.9.1-1) ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.215 Selecting previously unselected package libjq1:amd64.
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.215 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.223 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.279 Selecting previously unselected package jq.
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.279 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.282 Unpacking jq (1.5+dfsg-2+b1) ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.336 Setting up libkeyutils1:amd64 (1.6-6) ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.348 Setting up libpsl5:amd64 (0.20.2-2) ...
02:24:12 [2020-12-15T02:24:12.103Z] #25 9.359 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.480 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.490 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.503 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.513 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.525 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.538 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.552 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.562 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.572 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.587 Setting up openssl (1.1.1d-0+deb10u4) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.603 Setting up libonig5:amd64 (6.9.1-1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.616 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.624 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
02:24:12 [2020-12-15T02:24:12.360Z] #25 9.636 Setting up ca-certificates (20200601~deb10u1) ...
02:24:13 [2020-12-15T02:24:13.292Z] #25 10.37 Updating certificates in /etc/ssl/certs...
02:24:13 [2020-12-15T02:24:13.413Z] #27 16.72 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:24:13 [2020-12-15T02:24:13.413Z] #27 ...
02:24:13 [2020-12-15T02:24:13.413Z] 
02:24:13 [2020-12-15T02:24:13.413Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:13 [2020-12-15T02:24:13.413Z] #49 10.84 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:24:13 [2020-12-15T02:24:13.413Z] #49 11.31 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:24:13 [2020-12-15T02:24:13.413Z] #49 12.17 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:24:13 [2020-12-15T02:24:13.413Z] #49 13.11 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:24:13 [2020-12-15T02:24:13.413Z] #49 13.21 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:24:13 [2020-12-15T02:24:13.413Z] #49 13.31 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:24:13 [2020-12-15T02:24:13.413Z] #49 13.32 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:24:13 [2020-12-15T02:24:13.413Z] #49 13.87 runtime
02:24:13 [2020-12-15T02:24:13.413Z] #49 ...
02:24:13 [2020-12-15T02:24:13.413Z] 
02:24:13 [2020-12-15T02:24:13.413Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:13 [2020-12-15T02:24:13.413Z] #47 12.67 go: extracting golang.org/x/text v0.3.2
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.75 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.76 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.76 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.76 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.76 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.77 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.78 go: downloading github.com/ultraware/funlen v0.0.2
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.81 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.82 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.82 go: extracting github.com/go-toolsmith/strparse v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.86 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.87 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.87 go: downloading github.com/inconshreveable/mousetrap v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.87 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.87 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.89 go: downloading github.com/uudashr/gocognit v1.0.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.89 go: extracting github.com/ultraware/funlen v0.0.2
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.93 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.93 go: extracting github.com/go-toolsmith/astcast v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.95 go: downloading github.com/stretchr/objx v0.2.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.95 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:24:13 [2020-12-15T02:24:13.413Z] #47 13.95 go: downloading github.com/go-toolsmith/astp v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.01 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.03 go: extracting github.com/uudashr/gocognit v1.0.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.07 go: extracting github.com/inconshreveable/mousetrap v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.12 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.12 go: extracting github.com/go-toolsmith/astp v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.12 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.12 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.15 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.21 go: extracting github.com/stretchr/objx v0.2.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.24 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.29 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.36 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.41 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.44 go: downloading github.com/kisielk/gotool v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.46 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.49 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.49 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.60 go: extracting github.com/kisielk/gotool v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.63 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.72 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.73 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.73 go: extracting github.com/go-toolsmith/astcopy v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.74 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.75 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.75 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.93 go: downloading github.com/pmezard/go-difflib v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 14.99 go: extracting github.com/pmezard/go-difflib v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.02 go: downloading github.com/magiconair/properties v1.8.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.05 go: downloading github.com/go-toolsmith/astequal v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.05 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.10 go: extracting github.com/magiconair/properties v1.8.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.34 go: extracting github.com/go-toolsmith/astequal v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.35 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.38 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.45 go: downloading github.com/ultraware/whitespace v0.0.4
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.47 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.47 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.57 go: extracting github.com/ultraware/whitespace v0.0.4
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.59 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.60 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.66 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.80 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.83 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.90 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.90 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.90 go: downloading github.com/sourcegraph/go-diff v0.5.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.91 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.92 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.96 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:24:13 [2020-12-15T02:24:13.413Z] #47 15.96 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.07 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.09 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.09 go: downloading github.com/davecgh/go-spew v1.1.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.33 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.33 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.34 go: extracting github.com/sourcegraph/go-diff v0.5.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.35 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.51 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.55 go: downloading github.com/gobwas/glob v0.2.3
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.56 go: extracting github.com/davecgh/go-spew v1.1.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.62 go: extracting github.com/gobwas/glob v0.2.3
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.65 go: extracting github.com/go-toolsmith/astfmt v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.67 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.70 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.70 go: downloading github.com/go-toolsmith/typep v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.79 go: downloading github.com/spf13/pflag v1.0.5
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.82 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.82 go: downloading github.com/BurntSushi/toml v0.3.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.83 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.85 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.87 go: downloading github.com/gogo/protobuf v1.2.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.90 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 16.97 go: extracting github.com/go-toolsmith/typep v1.0.0
02:24:13 [2020-12-15T02:24:13.413Z] #47 17.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:24:13 [2020-12-15T02:24:13.413Z] #47 17.10 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:24:13 [2020-12-15T02:24:13.413Z] #47 17.11 go: extracting github.com/spf13/pflag v1.0.5
02:24:13 [2020-12-15T02:24:13.413Z] #47 17.41 go: extracting github.com/BurntSushi/toml v0.3.1
02:24:13 [2020-12-15T02:24:13.413Z] #47 18.91 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:24:13 [2020-12-15T02:24:13.413Z] #47 19.77 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:24:13 [2020-12-15T02:24:13.413Z] #47 20.11 go: extracting github.com/gogo/protobuf v1.2.1
02:24:13 [2020-12-15T02:24:13.713Z] #47 ...
02:24:13 [2020-12-15T02:24:13.713Z] 
02:24:13 [2020-12-15T02:24:13.713Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:24:13 [2020-12-15T02:24:13.713Z] #27 17.05 
02:24:13 [2020-12-15T02:24:13.713Z] #27 17.23 
######                                                                     9.5%
######################################################################## 100.0%
02:24:14 [2020-12-15T02:24:14.004Z] #27 17.38 
02:24:14 [2020-12-15T02:24:14.294Z] #27 ...
02:24:14 [2020-12-15T02:24:14.294Z] 
02:24:14 [2020-12-15T02:24:14.294Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:14 [2020-12-15T02:24:14.294Z] #43 12.08 crypto/internal/subtle
02:24:14 [2020-12-15T02:24:14.294Z] #43 12.17 crypto/subtle
02:24:14 [2020-12-15T02:24:14.294Z] #43 12.26 vendor/golang.org/x/crypto/cryptobyte/asn1
02:24:14 [2020-12-15T02:24:14.294Z] #43 12.47 internal/nettrace
02:24:14 [2020-12-15T02:24:14.294Z] #43 12.68 runtime/cgo
02:24:14 [2020-12-15T02:24:14.585Z] #43 ...
02:24:14 [2020-12-15T02:24:14.585Z] 
02:24:14 [2020-12-15T02:24:14.585Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:24:14 [2020-12-15T02:24:14.585Z] #38 13.17 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
02:24:14 [2020-12-15T02:24:14.585Z] #38 14.91 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:24:14 [2020-12-15T02:24:14.585Z] #38 ...
02:24:14 [2020-12-15T02:24:14.585Z] 
02:24:14 [2020-12-15T02:24:14.585Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:14 [2020-12-15T02:24:14.585Z] #32 22.30 sync
02:24:14 [2020-12-15T02:24:14.585Z] #32 22.30 internal/reflectlite
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.61 126 added, 0 removed; done.
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.66 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.67 Setting up jq (1.5+dfsg-2+b1) ...
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.68 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.69 Setting up curl (7.64.0-4+deb10u1) ...
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.70 Processing triggers for libc-bin (2.28-10) ...
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.72 Processing triggers for ca-certificates (20200601~deb10u1) ...
02:24:14 [2020-12-15T02:24:14.662Z] #25 11.73 Updating certificates in /etc/ssl/certs...
02:24:14 [2020-12-15T02:24:14.677Z] Removing intermediate container 4bc768392199
02:24:14 [2020-12-15T02:24:14.677Z]  ---> 951ff3249da6
02:24:14 [2020-12-15T02:24:14.677Z] Step 7/15 : WORKDIR /buildx
02:24:14 [2020-12-15T02:24:14.677Z]  ---> Running in 95c47b2bc069
02:24:14 [2020-12-15T02:24:14.968Z] Removing intermediate container 95c47b2bc069
02:24:14 [2020-12-15T02:24:14.968Z]  ---> 137dd7c24c1b
02:24:14 [2020-12-15T02:24:14.968Z] Step 8/15 : ARG BUILDX_COMMIT
02:24:14 [2020-12-15T02:24:14.968Z]  ---> Running in 1a7ba77a2f6d
02:24:14 [2020-12-15T02:24:14.968Z] Removing intermediate container 1a7ba77a2f6d
02:24:14 [2020-12-15T02:24:14.968Z]  ---> 2a400afb4695
02:24:14 [2020-12-15T02:24:14.968Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build
02:24:14 [2020-12-15T02:24:14.968Z]  ---> Running in 2022745be144
02:24:15 [2020-12-15T02:24:15.267Z] From https://github.com/docker/buildx
02:24:15 [2020-12-15T02:24:15.267Z]  * [new tag]         v0.3.1     -> build
02:24:15 [2020-12-15T02:24:15.596Z] #25 12.73 0 added, 0 removed; done.
02:24:15 [2020-12-15T02:24:15.596Z] #25 12.73 Running hooks in /etc/ca-certificates/update.d...
02:24:15 [2020-12-15T02:24:15.596Z] #25 12.73 done.
02:24:15 [2020-12-15T02:24:15.913Z] Switched to branch 'build'
02:24:16 [2020-12-15T02:24:16.097Z] #32 ...
02:24:16 [2020-12-15T02:24:16.097Z] 
02:24:16 [2020-12-15T02:24:16.097Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:16 [2020-12-15T02:24:16.097Z] #11 13.56 Fetched 8096 kB in 11s (745 kB/s)
02:24:16 [2020-12-15T02:24:16.097Z] #11 13.56 Reading package lists...
02:24:16 [2020-12-15T02:24:16.097Z] #11 17.44 Reading package lists...
02:24:16 [2020-12-15T02:24:16.097Z] #11 20.63 Building dependency tree...
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.51 The following additional packages will be installed:
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.51   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.51   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.51   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.51   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.51   mingw-w64-x86-64-dev
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.52 Suggested packages:
02:24:16 [2020-12-15T02:24:16.097Z] #11 21.52   gcc-8-locales seccomp wine64
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40 The following NEW packages will be installed:
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40 The following packages will be upgraded:
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.40   libsystemd0 libudev1
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.51 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded.
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.51 Need to get 73.7 MB of archives.
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.51 After this operation, 494 MB of additional disk space will be used.
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u5 [307 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u5 [145 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.56 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.79 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 22.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 23.07 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 23.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #11 23.27 Get:11 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]
02:24:16 [2020-12-15T02:24:16.097Z] #11 ...
02:24:16 [2020-12-15T02:24:16.097Z] 
02:24:16 [2020-12-15T02:24:16.097Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:24:16 [2020-12-15T02:24:16.097Z] #53 13.79 Fetched 8096 kB in 11s (728 kB/s)
02:24:16 [2020-12-15T02:24:16.097Z] #53 13.79 Reading package lists...
02:24:16 [2020-12-15T02:24:16.097Z] #53 17.69 Reading package lists...
02:24:16 [2020-12-15T02:24:16.097Z] #53 20.84 Building dependency tree...
02:24:16 [2020-12-15T02:24:16.097Z] #53 21.79 The following additional packages will be installed:
02:24:16 [2020-12-15T02:24:16.097Z] #53 21.80   libbtrfs0
02:24:16 [2020-12-15T02:24:16.097Z] #53 21.86 The following NEW packages will be installed:
02:24:16 [2020-12-15T02:24:16.097Z] #53 21.87   libbtrfs-dev libbtrfs0
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.00 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.00 Need to get 118 kB of archives.
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.00 After this operation, 390 kB of additional disk space will be used.
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.01 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.64 debconf: delaying package configuration, since apt-utils is not installed
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.77 Fetched 118 kB in 0s (1090 kB/s)
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.82 Selecting previously unselected package libbtrfs0.
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.82 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.88 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ...
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.88 Unpacking libbtrfs0 (4.20.1-2) ...
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.97 Selecting previously unselected package libbtrfs-dev.
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.97 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ...
02:24:16 [2020-12-15T02:24:16.097Z] #53 22.98 Unpacking libbtrfs-dev (4.20.1-2) ...
02:24:16 [2020-12-15T02:24:16.097Z] #53 23.11 Setting up libbtrfs0 (4.20.1-2) ...
02:24:16 [2020-12-15T02:24:16.097Z] #53 23.13 Setting up libbtrfs-dev (4.20.1-2) ...
02:24:16 [2020-12-15T02:24:16.097Z] #53 23.13 Processing triggers for libc-bin (2.28-10) ...
02:24:16 [2020-12-15T02:24:16.097Z] #53 ...
02:24:16 [2020-12-15T02:24:16.097Z] 
02:24:16 [2020-12-15T02:24:16.097Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:16 [2020-12-15T02:24:16.097Z] #47 22.84 go: finding github.com/fatih/color v1.7.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 22.86 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:24:16 [2020-12-15T02:24:16.097Z] #47 22.86 go: finding github.com/mattn/go-colorable v0.1.4
02:24:16 [2020-12-15T02:24:16.097Z] #47 22.91 go: finding github.com/mattn/go-isatty v0.0.8
02:24:16 [2020-12-15T02:24:16.097Z] #47 22.93 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.04 go: finding github.com/go-critic/go-critic v0.4.1
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.07 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.07 go: finding github.com/go-lintpack/lintpack v0.5.2
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.07 go: finding github.com/pkg/errors v0.8.1
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.09 go: finding github.com/sirupsen/logrus v1.4.2
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.09 go: finding github.com/go-toolsmith/astfmt v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.10 go: finding github.com/go-toolsmith/astequal v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.11 go: finding github.com/stretchr/testify v1.4.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.11 go: finding github.com/mitchellh/go-homedir v1.1.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.12 go: finding github.com/davecgh/go-spew v1.1.1
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.12 go: finding github.com/go-toolsmith/astp v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.13 go: finding github.com/go-toolsmith/astcast v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.14 go: finding github.com/go-toolsmith/typep v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.15 go: finding github.com/spf13/viper v1.6.1
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.25 go: finding github.com/pmezard/go-difflib v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.28 go: finding github.com/go-toolsmith/astcopy v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.34 go: finding github.com/stretchr/objx v0.2.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.34 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.35 go: finding github.com/go-toolsmith/strparse v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.36 go: finding gopkg.in/yaml.v2 v2.2.7
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.38 go: finding github.com/bombsimon/wsl/v2 v2.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.39 go: finding github.com/gobwas/glob v0.2.3
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.59 go: finding github.com/spf13/cobra v0.0.5
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.64 go: finding github.com/fsnotify/fsnotify v1.4.7
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.72 go: finding github.com/spf13/pflag v1.0.5
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.85 go: finding github.com/hashicorp/hcl v1.0.0
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.85 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:24:16 [2020-12-15T02:24:16.097Z] #47 23.92 go: finding github.com/magiconair/properties v1.8.1
02:24:16 [2020-12-15T02:24:16.388Z] #47 23.92 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.00 go: finding github.com/mitchellh/mapstructure v1.1.2
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.00 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.05 go: finding github.com/pelletier/go-toml v1.2.0
02:24:16 [2020-12-15T02:24:16.388Z] #47 ...
02:24:16 [2020-12-15T02:24:16.388Z] 
02:24:16 [2020-12-15T02:24:16.388Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:24:16 [2020-12-15T02:24:16.388Z] #40 13.94 Fetched 8096 kB in 11s (720 kB/s)
02:24:16 [2020-12-15T02:24:16.388Z] #40 13.94 Reading package lists...
02:24:16 [2020-12-15T02:24:16.388Z] #40 17.87 Reading package lists...
02:24:16 [2020-12-15T02:24:16.388Z] #40 21.05 Building dependency tree...
02:24:16 [2020-12-15T02:24:16.388Z] #40 21.97 The following additional packages will be installed:
02:24:16 [2020-12-15T02:24:16.388Z] #40 21.97   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
02:24:16 [2020-12-15T02:24:16.388Z] #40 21.98   libprotoc17 python-pkg-resources python-six zlib1g-dev
02:24:16 [2020-12-15T02:24:16.388Z] #40 21.98 Suggested packages:
02:24:16 [2020-12-15T02:24:16.388Z] #40 21.98   manpages-dev python-setuptools
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.62 The following NEW packages will be installed:
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.62   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.62   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.62   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.62   python-six zlib1g-dev
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.73 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded.
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.73 Need to get 3742 kB of archives.
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.73 After this operation, 22.0 MB of additional disk space will be used.
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.77 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.77 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.78 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.83 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.85 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.93 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.96 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.98 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 22.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB]
02:24:16 [2020-12-15T02:24:16.388Z] #40 23.70 debconf: delaying package configuration, since apt-utils is not installed
02:24:16 [2020-12-15T02:24:16.388Z] #40 23.93 Fetched 3742 kB in 0s (10.7 MB/s)
02:24:16 [2020-12-15T02:24:16.388Z] #40 24.06 Selecting previously unselected package libcap-dev:s390x.
02:24:16 [2020-12-15T02:24:16.388Z] #40 24.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.)
02:24:16 [2020-12-15T02:24:16.388Z] #40 24.08 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ...
02:24:16 [2020-12-15T02:24:16.388Z] #40 24.08 Unpacking libcap-dev:s390x (1:2.25-2) ...
02:24:16 [2020-12-15T02:24:16.388Z] #40 ...
02:24:16 [2020-12-15T02:24:16.388Z] 
02:24:16 [2020-12-15T02:24:16.388Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.05 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.07 go: finding github.com/spf13/afero v1.1.2
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.07 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.09 go: finding github.com/spf13/cast v1.3.0
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.09 go: finding golang.org/x/text v0.3.2
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.09 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.10 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.10 go: finding github.com/spf13/jwalterweatherman v1.0.0
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.11 go: finding github.com/subosito/gotenv v1.2.0
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.11 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.13 go: finding gopkg.in/ini.v1 v1.51.0
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.13 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.14 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.14 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:24:16 [2020-12-15T02:24:16.388Z] #47 24.16 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:24:16 [2020-12-15T02:24:16.681Z] #47 ...
02:24:16 [2020-12-15T02:24:16.681Z] 
02:24:16 [2020-12-15T02:24:16.681Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:24:16 [2020-12-15T02:24:16.681Z] #53 DONE 24.2s
02:24:16 [2020-12-15T02:24:16.681Z] 
02:24:16 [2020-12-15T02:24:16.681Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.17 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.18 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.19 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.20 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.20 go: finding github.com/kisielk/gotool v1.0.0
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.21 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:24:16 [2020-12-15T02:24:16.681Z] #47 ...
02:24:16 [2020-12-15T02:24:16.681Z] 
02:24:16 [2020-12-15T02:24:16.681Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:24:16 [2020-12-15T02:24:16.681Z] #34 14.23 Fetched 8096 kB in 11s (706 kB/s)
02:24:16 [2020-12-15T02:24:16.681Z] #34 14.23 Reading package lists...
02:24:16 [2020-12-15T02:24:16.681Z] #34 17.87 Reading package lists...
02:24:16 [2020-12-15T02:24:16.681Z] #34 21.04 Building dependency tree...
02:24:16 [2020-12-15T02:24:16.681Z] #34 21.97 The following additional packages will be installed:
02:24:16 [2020-12-15T02:24:16.681Z] #34 21.97   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
02:24:16 [2020-12-15T02:24:16.681Z] #34 21.98 Suggested packages:
02:24:16 [2020-12-15T02:24:16.681Z] #34 21.98   cmake-doc ninja-build lrzip
02:24:16 [2020-12-15T02:24:16.681Z] #34 21.98 Recommended packages:
02:24:16 [2020-12-15T02:24:16.681Z] #34 21.98   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.44 The following NEW packages will be installed:
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.48   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.48   vim-common xxd
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.57 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.57 Need to get 14.0 MB of archives.
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.57 After this operation, 62.1 MB of additional disk space will be used.
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.57 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.60 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.61 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 22.66 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 23.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 23.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 23.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 23.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 23.18 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 23.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB]
02:24:16 [2020-12-15T02:24:16.681Z] #34 24.09 debconf: delaying package configuration, since apt-utils is not installed
02:24:16 [2020-12-15T02:24:16.681Z] #34 24.13 Fetched 14.0 MB in 1s (17.0 MB/s)
02:24:16 [2020-12-15T02:24:16.681Z] #34 24.23 Selecting previously unselected package xxd.
02:24:16 [2020-12-15T02:24:16.681Z] #34 24.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
02:24:16 [2020-12-15T02:24:16.681Z] #34 24.36 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ...
02:24:16 [2020-12-15T02:24:16.681Z] #34 24.37 Unpacking xxd (2:8.1.0875-5) ...
02:24:16 [2020-12-15T02:24:16.681Z] #34 ...
02:24:16 [2020-12-15T02:24:16.681Z] 
02:24:16 [2020-12-15T02:24:16.681Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.27 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.30 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.35 go: finding github.com/sourcegraph/go-diff v0.5.1
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.36 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.38 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.39 go: finding github.com/tommy-muehle/go-mnd v1.1.1
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.40 go: finding github.com/ultraware/funlen v0.0.2
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.41 go: finding github.com/ultraware/whitespace v0.0.4
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.42 go: finding github.com/uudashr/gocognit v1.0.1
02:24:16 [2020-12-15T02:24:16.681Z] #47 24.47 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:24:16 [2020-12-15T02:24:16.681Z] #47 ...
02:24:16 [2020-12-15T02:24:16.681Z] 
02:24:16 [2020-12-15T02:24:16.681Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:16 [2020-12-15T02:24:16.681Z] #62 14.37 Checking out files:  99% (1896/1905)   
Checking out files: 100% (1905/1905)   
Checking out files: 100% (1905/1905), done.
02:24:16 [2020-12-15T02:24:16.681Z] #62 14.41 + cd /tmp/tmp.BXe0q7Q26L/src/github.com/docker/libnetwork
02:24:16 [2020-12-15T02:24:16.681Z] #62 14.41 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:24:16 [2020-12-15T02:24:16.681Z] #62 14.79 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
02:24:16 [2020-12-15T02:24:16.951Z] Removing intermediate container 2022745be144
02:24:16 [2020-12-15T02:24:16.951Z]  ---> f4cb7ad50dac
02:24:16 [2020-12-15T02:24:16.951Z] Step 10/15 : ARG GOOS
02:24:16 [2020-12-15T02:24:16.951Z]  ---> Running in 2a725a66aaa0
02:24:16 [2020-12-15T02:24:16.951Z] Removing intermediate container 2a725a66aaa0
02:24:16 [2020-12-15T02:24:16.951Z]  ---> 8d6d057e8db5
02:24:16 [2020-12-15T02:24:16.951Z] Step 11/15 : ARG GOARCH
02:24:16 [2020-12-15T02:24:16.951Z]  ---> Running in 04ecc458b0fc
02:24:17 [2020-12-15T02:24:17.021Z] #62 ...
02:24:17 [2020-12-15T02:24:17.021Z] 
02:24:17 [2020-12-15T02:24:17.021Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:24:17 [2020-12-15T02:24:17.021Z] #34 24.51 Selecting previously unselected package vim-common.
02:24:17 [2020-12-15T02:24:17.021Z] #34 24.51 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
02:24:17 [2020-12-15T02:24:17.021Z] #34 24.54 Unpacking vim-common (2:8.1.0875-5) ...
02:24:17 [2020-12-15T02:24:17.245Z] Removing intermediate container 04ecc458b0fc
02:24:17 [2020-12-15T02:24:17.245Z]  ---> 7f975c88bacc
02:24:17 [2020-12-15T02:24:17.245Z] 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
02:24:17 [2020-12-15T02:24:17.245Z]  ---> Running in e59511019fc7
02:24:17 [2020-12-15T02:24:17.337Z] #34 24.94 Selecting previously unselected package cmake-data.
02:24:17 [2020-12-15T02:24:17.337Z] #34 24.94 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
02:24:17 [2020-12-15T02:24:17.337Z] #34 24.95 Unpacking cmake-data (3.13.4-1) ...
02:24:18 [2020-12-15T02:24:18.120Z] #25 DONE 15.4s
02:24:18 [2020-12-15T02:24:18.120Z] 
02:24:18 [2020-12-15T02:24:18.120Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:24:18 [2020-12-15T02:24:18.378Z] #26 DONE 0.2s
02:24:18 [2020-12-15T02:24:18.378Z] 
02:24:18 [2020-12-15T02:24:18.378Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:24:19 [2020-12-15T02:24:19.404Z] #34 ...
02:24:19 [2020-12-15T02:24:19.404Z] 
02:24:19 [2020-12-15T02:24:19.404Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:19 [2020-12-15T02:24:19.404Z] #62 DONE 26.7s
02:24:19 [2020-12-15T02:24:19.404Z] 
02:24:19 [2020-12-15T02:24:19.404Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.21 Selecting previously unselected package libnet1:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.23 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.24 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.35 Selecting previously unselected package libnet1-dev.
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.35 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.36 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.48 Selecting previously unselected package libnl-3-200:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.48 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.48 Unpacking libnl-3-200:s390x (3.4.0-1) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.60 Selecting previously unselected package libnl-3-dev:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.60 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.61 Unpacking libnl-3-dev:s390x (3.4.0-1) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.92 Selecting previously unselected package libprotobuf-c1:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.92 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.92 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.98 Selecting previously unselected package libprotobuf-c-dev:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.99 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 24.99 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.07 Selecting previously unselected package zlib1g-dev:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.08 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.09 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.31 Selecting previously unselected package libprotobuf17:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.32 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.33 Unpacking libprotobuf17:s390x (3.6.1.3-2) ...
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.85 Selecting previously unselected package libprotobuf-lite17:s390x.
02:24:19 [2020-12-15T02:24:19.404Z] #40 25.85 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.405Z] #40 25.86 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ...
02:24:19 [2020-12-15T02:24:19.405Z] #40 26.02 Selecting previously unselected package libprotobuf-dev:s390x.
02:24:19 [2020-12-15T02:24:19.405Z] #40 26.02 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.405Z] #40 26.02 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ...
02:24:19 [2020-12-15T02:24:19.701Z] #40 27.20 Selecting previously unselected package libprotoc17:s390x.
02:24:19 [2020-12-15T02:24:19.701Z] #40 27.21 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ...
02:24:19 [2020-12-15T02:24:19.701Z] #40 27.21 Unpacking libprotoc17:s390x (3.6.1.3-2) ...
02:24:19 [2020-12-15T02:24:19.745Z] #27 1.353 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
02:24:19 [2020-12-15T02:24:19.745Z] #27 1.431 
02:24:20 [2020-12-15T02:24:20.002Z] #27 1.564 
####                                                                       5.8%
02:24:20 [2020-12-15T02:24:20.002Z] #27 ...
02:24:20 [2020-12-15T02:24:20.002Z] 
02:24:20 [2020-12-15T02:24:20.002Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:24:20 [2020-12-15T02:24:20.002Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.3s done
02:24:20 [2020-12-15T02:24:20.002Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.7s done
02:24:20 [2020-12-15T02:24:20.002Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 3.7s
02:24:20 [2020-12-15T02:24:20.002Z] #8 ...
02:24:20 [2020-12-15T02:24:20.002Z] 
02:24:20 [2020-12-15T02:24:20.002Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:24:20 [2020-12-15T02:24:20.009Z] #40 ...
02:24:20 [2020-12-15T02:24:20.009Z] 
02:24:20 [2020-12-15T02:24:20.009Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:24:20 [2020-12-15T02:24:20.009Z] #27 18.49 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:24:20 [2020-12-15T02:24:20.009Z] #27 18.57 skipping existing aab193acf6ba
02:24:20 [2020-12-15T02:24:20.009Z] #27 18.65 
02:24:20 [2020-12-15T02:24:20.009Z] #27 19.92 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
02:24:20 [2020-12-15T02:24:20.009Z] #27 19.97 skipping existing 4d43f82972ce
02:24:20 [2020-12-15T02:24:20.009Z] #27 20.06 
02:24:20 [2020-12-15T02:24:20.009Z] #27 21.30 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:24:20 [2020-12-15T02:24:20.009Z] #27 21.57 
02:24:20 [2020-12-15T02:24:20.009Z] #27 21.68 
######################################################################## 100.0%
02:24:20 [2020-12-15T02:24:20.009Z] #27 21.74 
02:24:20 [2020-12-15T02:24:20.009Z] #27 22.55 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:24:20 [2020-12-15T02:24:20.009Z] #27 22.83 
02:24:20 [2020-12-15T02:24:20.009Z] #27 22.94 
######################################################################## 100.0%
02:24:20 [2020-12-15T02:24:20.009Z] #27 23.08 
02:24:20 [2020-12-15T02:24:20.009Z] #27 23.25 Download of images into '/build' complete.
02:24:20 [2020-12-15T02:24:20.009Z] #27 23.25 Use something like the following to load the result into a Docker daemon:
02:24:20 [2020-12-15T02:24:20.009Z] #27 23.25   tar -cC '/build' . | docker load
02:24:20 [2020-12-15T02:24:20.009Z] #27 DONE 23.4s
02:24:20 [2020-12-15T02:24:20.009Z] 
02:24:20 [2020-12-15T02:24:20.009Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:20 [2020-12-15T02:24:20.009Z] #11 25.20 Get:12 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]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.48 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.50 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.51 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u5 [110 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.52 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.53 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.54 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.55 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.56 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.58 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.59 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.59 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 26.60 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u5 [322 kB]
02:24:20 [2020-12-15T02:24:20.009Z] #11 27.25 debconf: delaying package configuration, since apt-utils is not installed
02:24:20 [2020-12-15T02:24:20.009Z] #11 27.31 Fetched 73.7 MB in 4s (17.7 MB/s)
02:24:20 [2020-12-15T02:24:20.009Z] #11 27.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 ... 15177 files and directories currently installed.)
02:24:20 [2020-12-15T02:24:20.009Z] #11 27.50 Preparing to unpack .../libsystemd0_241-7~deb10u5_s390x.deb ...
02:24:20 [2020-12-15T02:24:20.009Z] #11 27.51 Unpacking libsystemd0:s390x (241-7~deb10u5) over (241-7~deb10u4) ...
02:24:20 [2020-12-15T02:24:20.259Z] #27 1.564 
####                                                                       5.8%
######################                                                    30.7%
########################################                                  56.2%
####################################################                      72.3%
#####################################################################     96.7%
######################################################################## 100.0%
02:24:20 [2020-12-15T02:24:20.302Z] #11 27.88 Setting up libsystemd0:s390x (241-7~deb10u5) ...
02:24:20 [2020-12-15T02:24:20.515Z] #27 2.090 
02:24:20 [2020-12-15T02:24:20.515Z] #27 2.210 
######################################################################## 100.0%
02:24:20 [2020-12-15T02:24:20.593Z] #11 28.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.)
02:24:20 [2020-12-15T02:24:20.593Z] #11 28.09 Preparing to unpack .../libudev1_241-7~deb10u5_s390x.deb ...
02:24:20 [2020-12-15T02:24:20.593Z] #11 28.10 Unpacking libudev1:s390x (241-7~deb10u5) over (241-7~deb10u4) ...
02:24:20 [2020-12-15T02:24:20.773Z] #27 2.312 
02:24:20 [2020-12-15T02:24:20.884Z] #11 28.31 Setting up libudev1:s390x (241-7~deb10u5) ...
02:24:20 [2020-12-15T02:24:20.884Z] #11 28.41 Selecting previously unselected package binutils-mingw-w64-i686.
02:24:20 [2020-12-15T02:24:20.884Z] #11 28.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15177 files and directories currently installed.)
02:24:20 [2020-12-15T02:24:20.884Z] #11 28.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ...
02:24:20 [2020-12-15T02:24:20.884Z] #11 28.50 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:24:21 [2020-12-15T02:24:21.030Z] #27 2.430 
#########################################################                 79.2%
######################################################################## 100.0%
02:24:21 [2020-12-15T02:24:21.030Z] #27 2.542 
02:24:21 [2020-12-15T02:24:21.543Z] #27 2.662 
##########                                                                14.0%
##########################                                                36.3%
########################################                                  55.6%
######################################################                    75.0%
###################################################################       94.0%
######################################################################## 100.0%
02:24:21 [2020-12-15T02:24:21.543Z] #27 3.221 
02:24:22 [2020-12-15T02:24:22.388Z] #11 29.92 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:24:22 [2020-12-15T02:24:22.388Z] #11 29.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ...
02:24:22 [2020-12-15T02:24:22.388Z] #11 29.93 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:24:23 [2020-12-15T02:24:23.420Z] #11 ...
02:24:23 [2020-12-15T02:24:23.420Z] 
02:24:23 [2020-12-15T02:24:23.420Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:24:23 [2020-12-15T02:24:23.621Z] #27 3.352 
                                                                           0.7%
####                                                                       6.3%
#########                                                                 13.8%
#############                                                             19.1%
#################                                                         24.3%
#####################                                                     29.6%
#########################                                                 34.8%
############################                                              40.0%
################################                                          45.2%
####################################                                      50.4%
#######################################                                   55.5%
##########################################                                59.6%
##############################################                            64.5%
##################################################                        70.0%
######################################################                    75.1%
#########################################################                 80.4%
##############################################################            87.3%
##################################################################        92.7%
######################################################################    97.7%
######################################################################## 100.0%
02:24:23 [2020-12-15T02:24:23.621Z] #27 5.242 
02:24:23 [2020-12-15T02:24:23.724Z] #30 31.06 Checking out files:  93% (1423/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.
02:24:23 [2020-12-15T02:24:23.724Z] #30 31.14 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
02:24:24 [2020-12-15T02:24:24.015Z] #30 31.58 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:24:24 [2020-12-15T02:24:24.188Z] #27 5.692 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:24:24 [2020-12-15T02:24:24.188Z] #27 5.788 
02:24:24 [2020-12-15T02:24:24.188Z] #27 5.875 
######################################################################## 100.0%
02:24:24 [2020-12-15T02:24:24.445Z] #27 5.896 
02:24:24 [2020-12-15T02:24:24.702Z] #27 6.260 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:24:24 [2020-12-15T02:24:24.958Z] #27 6.354 
02:24:24 [2020-12-15T02:24:24.958Z] #27 6.486 
##########################                                                37.3%
######################################################################## 100.0%
02:24:24 [2020-12-15T02:24:24.958Z] #27 6.520 
02:24:25 [2020-12-15T02:24:25.521Z] #27 7.113 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
02:24:25 [2020-12-15T02:24:25.521Z] #27 7.143 skipping existing c35d46ef359f
02:24:25 [2020-12-15T02:24:25.521Z] #27 7.175 
02:24:25 [2020-12-15T02:24:25.778Z] #27 7.514 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:24:26 [2020-12-15T02:24:26.035Z] #27 7.601 
02:24:26 [2020-12-15T02:24:26.291Z] #27 7.700 
######################################################################## 100.0%
02:24:26 [2020-12-15T02:24:26.291Z] #27 7.728 
02:24:26 [2020-12-15T02:24:26.548Z] #27 8.167 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:24:26 [2020-12-15T02:24:26.745Z] #30 ...
02:24:26 [2020-12-15T02:24:26.745Z] 
02:24:26 [2020-12-15T02:24:26.745Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:26 [2020-12-15T02:24:26.745Z] #32 24.05 errors
02:24:26 [2020-12-15T02:24:26.745Z] #32 24.05 sort
02:24:26 [2020-12-15T02:24:26.745Z] #32 24.40 strconv
02:24:26 [2020-12-15T02:24:26.745Z] #32 25.13 io
02:24:26 [2020-12-15T02:24:26.745Z] #32 26.20 internal/oserror
02:24:26 [2020-12-15T02:24:26.745Z] #32 26.26 syscall
02:24:26 [2020-12-15T02:24:26.745Z] #32 27.68 reflect
02:24:26 [2020-12-15T02:24:26.745Z] #32 32.28 time
02:24:26 [2020-12-15T02:24:26.745Z] #32 ...
02:24:26 [2020-12-15T02:24:26.745Z] 
02:24:26 [2020-12-15T02:24:26.745Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.852 + RM_GOPATH=0
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.852 + TMP_GOPATH=
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.852 + : /build
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.853 + '[' -z '' ']'
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.853 ++ mktemp -d
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.856 + export GOPATH=/tmp/tmp.VzMrlZkXjE
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.856 + GOPATH=/tmp/tmp.VzMrlZkXjE
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.856 + RM_GOPATH=1
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.856 + case "$(go env GOARCH)" in
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.857 ++ go env GOARCH
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.863 + export GO_BUILDMODE=-buildmode=pie
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.863 + GO_BUILDMODE=-buildmode=pie
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 ++ dirname /tmp/install/install.sh
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 + dir=/tmp/install
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 + bin=containerd
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 + shift
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 + '[' '!' -f /tmp/install/containerd.installer ']'
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 + . /tmp/install/containerd.installer
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 ++ set -e
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.871 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.872 + install_containerd
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.873 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.873 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.874 + git clone https://github.com/containerd/containerd.git /tmp/tmp.VzMrlZkXjE/src/github.com/containerd/containerd
02:24:26 [2020-12-15T02:24:26.745Z] #54 0.876 Cloning into '/tmp/tmp.VzMrlZkXjE/src/github.com/containerd/containerd'...
02:24:26 [2020-12-15T02:24:26.745Z] #54 ...
02:24:26 [2020-12-15T02:24:26.745Z] 
02:24:26 [2020-12-15T02:24:26.745Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:24:26 [2020-12-15T02:24:26.745Z] #40 27.85 Selecting previously unselected package protobuf-c-compiler.
02:24:26 [2020-12-15T02:24:26.745Z] #40 27.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 27.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.08 Selecting previously unselected package protobuf-compiler.
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.08 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.09 Unpacking protobuf-compiler (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.19 Selecting previously unselected package python-pkg-resources.
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.19 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.19 Unpacking python-pkg-resources (40.8.0-1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.29 Selecting previously unselected package python-six.
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.29 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.29 Unpacking python-six (1.12.0-1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.36 Selecting previously unselected package python-protobuf.
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.36 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.36 Unpacking python-protobuf (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 28.72 Setting up python-pkg-resources (40.8.0-1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 30.54 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 30.55 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 30.55 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 30.56 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 30.57 Setting up python-six (1.12.0-1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.09 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.10 Setting up libnl-3-200:s390x (3.4.0-1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.11 Setting up libprotobuf17:s390x (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.12 Setting up libcap-dev:s390x (1:2.25-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.13 Setting up libprotoc17:s390x (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.13 Setting up protobuf-compiler (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.15 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.15 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.16 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 32.17 Setting up python-protobuf (3.6.1.3-2) ...
02:24:26 [2020-12-15T02:24:26.745Z] #40 ...
02:24:26 [2020-12-15T02:24:26.745Z] 
02:24:26 [2020-12-15T02:24:26.745Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:26 [2020-12-15T02:24:26.745Z] #47 24.47 go: finding github.com/gogo/protobuf v1.2.1
02:24:26 [2020-12-15T02:24:26.745Z] #47 24.55 go: finding honnef.co/go/tools v0.0.1-2019.2.3
02:24:26 [2020-12-15T02:24:26.745Z] #47 24.58 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:24:26 [2020-12-15T02:24:26.745Z] #47 24.59 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:24:26 [2020-12-15T02:24:26.745Z] #47 24.73 go: finding github.com/BurntSushi/toml v0.3.1
02:24:26 [2020-12-15T02:24:26.745Z] #47 24.74 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:24:26 [2020-12-15T02:24:26.804Z] #27 8.265 
02:24:26 [2020-12-15T02:24:26.804Z] #27 8.378 
######################################################################## 100.0%
02:24:26 [2020-12-15T02:24:26.804Z] #27 8.403 
02:24:26 [2020-12-15T02:24:26.804Z] #27 8.434 Download of images into '/build' complete.
02:24:26 [2020-12-15T02:24:26.804Z] #27 8.434 Use something like the following to load the result into a Docker daemon:
02:24:26 [2020-12-15T02:24:26.804Z] #27 8.434   tar -cC '/build' . | docker load
02:24:27 [2020-12-15T02:24:27.037Z] #47 ...
02:24:27 [2020-12-15T02:24:27.037Z] 
02:24:27 [2020-12-15T02:24:27.037Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.62 Selecting previously unselected package binutils-mingw-w64.
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.63 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.63 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.75 Selecting previously unselected package libdevmapper1.02.1:s390x.
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.75 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.75 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ...
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.89 Selecting previously unselected package dmsetup.
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.90 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.037Z] #11 31.90 Unpacking dmsetup (2:1.02.155-3) ...
02:24:27 [2020-12-15T02:24:27.037Z] #11 32.01 Selecting previously unselected package mingw-w64-common.
02:24:27 [2020-12-15T02:24:27.037Z] #11 32.01 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
02:24:27 [2020-12-15T02:24:27.037Z] #11 32.01 Unpacking mingw-w64-common (6.0.0-3) ...
02:24:27 [2020-12-15T02:24:27.212Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0f8cc7a7537aadec3) in /home/ubuntu/workspace/moby_PR-41793
[Pipeline] {
[Pipeline] checkout
02:24:27 [2020-12-15T02:24:27.674Z] #11 ...
02:24:27 [2020-12-15T02:24:27.674Z] 
02:24:27 [2020-12-15T02:24:27.674Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:24:27 [2020-12-15T02:24:27.674Z] #40 34.86 Setting up libnl-3-dev:s390x (3.4.0-1) ...
02:24:27 [2020-12-15T02:24:27.674Z] #40 34.86 Processing triggers for libc-bin (2.28-10) ...
02:24:27 [2020-12-15T02:24:27.674Z] #40 DONE 35.3s
02:24:27 [2020-12-15T02:24:27.968Z] 
02:24:27 [2020-12-15T02:24:27.968Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:27 [2020-12-15T02:24:27.968Z] #43 25.45 github.com/LK4D4/vndr/godl/singleflight
02:24:27 [2020-12-15T02:24:27.968Z] #43 25.45 io
02:24:27 [2020-12-15T02:24:27.968Z] #43 25.65 strconv
02:24:27 [2020-12-15T02:24:27.968Z] #43 26.67 bytes
02:24:27 [2020-12-15T02:24:27.968Z] #43 28.51 reflect
02:24:27 [2020-12-15T02:24:27.968Z] #43 28.98 bufio
02:24:27 [2020-12-15T02:24:27.968Z] #43 30.26 syscall
02:24:27 [2020-12-15T02:24:27.968Z] #43 ...
02:24:27 [2020-12-15T02:24:27.968Z] 
02:24:27 [2020-12-15T02:24:27.968Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:24:27 [2020-12-15T02:24:27.968Z] #34 28.20 Selecting previously unselected package libicu63:s390x.
02:24:27 [2020-12-15T02:24:27.968Z] #34 28.21 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 28.21 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 32.76 Selecting previously unselected package libxml2:s390x.
02:24:27 [2020-12-15T02:24:27.968Z] #34 32.76 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 32.77 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 33.25 Selecting previously unselected package libarchive13:s390x.
02:24:27 [2020-12-15T02:24:27.968Z] #34 33.25 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 33.25 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 33.46 Selecting previously unselected package libjsoncpp1:s390x.
02:24:27 [2020-12-15T02:24:27.968Z] #34 33.46 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 33.46 Unpacking libjsoncpp1:s390x (1.7.4-3) ...
02:24:27 [2020-12-15T02:24:27.968Z] #34 33.53 Selecting previously unselected package librhash0:s390x.
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.54 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.54 Unpacking librhash0:s390x (1.3.8-1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.68 Selecting previously unselected package libuv1:s390x.
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.68 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.68 Unpacking libuv1:s390x (1.24.1-1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.81 Selecting previously unselected package cmake.
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.81 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 33.82 Unpacking cmake (3.13.4-1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.56 Setting up libicu63:s390x (63.1-6+deb10u1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.60 Setting up xxd (2:8.1.0875-5) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.61 Setting up libuv1:s390x (1.24.1-1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.62 Setting up vim-common (2:8.1.0875-5) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.63 Setting up librhash0:s390x (1.3.8-1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.65 Setting up cmake-data (3.13.4-1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.66 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.66 Setting up libjsoncpp1:s390x (1.7.4-3) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.68 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.69 Setting up cmake (3.13.4-1) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.70 Processing triggers for libc-bin (2.28-10) ...
02:24:27 [2020-12-15T02:24:27.969Z] #34 35.78 Processing triggers for mime-support (3.62) ...
02:24:28 [2020-12-15T02:24:28.260Z] #34 ...
02:24:28 [2020-12-15T02:24:28.260Z] 
02:24:28 [2020-12-15T02:24:28.260Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:28 [2020-12-15T02:24:28.260Z] #43 35.79 time
02:24:28 [2020-12-15T02:24:28.552Z] #43 ...
02:24:28 [2020-12-15T02:24:28.552Z] 
02:24:28 [2020-12-15T02:24:28.552Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:24:28 [2020-12-15T02:24:28.552Z] #34 DONE 36.2s
02:24:28 [2020-12-15T02:24:28.552Z] 
02:24:28 [2020-12-15T02:24:28.552Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:28 [2020-12-15T02:24:28.552Z] #11 36.18 Selecting previously unselected package mingw-w64-x86-64-dev.
02:24:28 [2020-12-15T02:24:28.552Z] #11 36.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
02:24:28 [2020-12-15T02:24:28.552Z] #11 36.20 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
02:24:29 [2020-12-15T02:24:29.193Z] #11 ...
02:24:29 [2020-12-15T02:24:29.193Z] 
02:24:29 [2020-12-15T02:24:29.193Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:29 [2020-12-15T02:24:29.193Z] #45 DONE 36.9s
02:24:29 [2020-12-15T02:24:29.193Z] 
02:24:29 [2020-12-15T02:24:29.193Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + RM_GOPATH=0
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + TMP_GOPATH=
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + : /build
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + '[' -z '' ']'
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 ++ mktemp -d
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + export GOPATH=/tmp/tmp.DbrQuGgDcj
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + GOPATH=/tmp/tmp.DbrQuGgDcj
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + RM_GOPATH=1
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.752 + case "$(go env GOARCH)" in
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.753 ++ go env GOARCH
02:24:29 [2020-12-15T02:24:29.193Z] #35 0.836 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + export GO_BUILDMODE=-buildmode=pie
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + GO_BUILDMODE=-buildmode=pie
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 ++ dirname /tmp/install/install.sh
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + dir=/tmp/install
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + bin=tini
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + shift
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + '[' '!' -f /tmp/install/tini.installer ']'
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + . /tmp/install/tini.installer
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + install_tini
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 + git clone https://github.com/krallin/tini.git /tmp/tmp.DbrQuGgDcj/tini
02:24:29 [2020-12-15T02:24:29.487Z] #35 0.836 Cloning into '/tmp/tmp.DbrQuGgDcj/tini'...
02:24:29 [2020-12-15T02:24:29.947Z] using credential docker-jenkins-github-credentials
02:24:29 [2020-12-15T02:24:29.962Z] Cloning the remote Git repository
02:24:29 [2020-12-15T02:24:29.962Z] Cloning with configured refspecs honoured and without tags
02:24:30 [2020-12-15T02:24:30.190Z] #35 1.518 + cd /tmp/tmp.DbrQuGgDcj/tini
02:24:30 [2020-12-15T02:24:30.190Z] #35 1.518 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
02:24:30 [2020-12-15T02:24:30.190Z] #35 1.518 + cmake .
02:24:30 [2020-12-15T02:24:30.485Z] #35 1.951 -- The C compiler identification is GNU 8.3.0
02:24:30 [2020-12-15T02:24:30.485Z] #35 1.982 -- Check for working C compiler: /usr/bin/cc
02:24:29 [2020-12-15T02:24:29.985Z] Cloning repository https://github.com/moby/moby.git
02:24:30 [2020-12-15T02:24:30.095Z]  > git init /home/ubuntu/workspace/moby_PR-41793 # timeout=10
02:24:30 [2020-12-15T02:24:30.329Z] Fetching upstream changes from https://github.com/moby/moby.git
02:24:30 [2020-12-15T02:24:30.329Z]  > git --version # timeout=10
02:24:30 [2020-12-15T02:24:30.368Z]  > git --version # 'git version 2.17.1'
02:24:30 [2020-12-15T02:24:30.368Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:24:30 [2020-12-15T02:24:30.413Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:24:30 [2020-12-15T02:24:30.987Z] #27 ...
02:24:30 [2020-12-15T02:24:30.987Z] 
02:24:30 [2020-12-15T02:24:30.987Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:24:30 [2020-12-15T02:24:30.987Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.2s done
02:24:30 [2020-12-15T02:24:30.987Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
02:24:30 [2020-12-15T02:24:30.987Z] #8 DONE 40.5s
02:24:30 [2020-12-15T02:24:30.987Z] 
02:24:30 [2020-12-15T02:24:30.987Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
02:24:31 [2020-12-15T02:24:31.116Z] #35 2.345 -- Check for working C compiler: /usr/bin/cc -- works
02:24:31 [2020-12-15T02:24:31.116Z] #35 2.346 -- Detecting C compiler ABI info
02:24:31 [2020-12-15T02:24:31.407Z] #35 2.786 -- Detecting C compiler ABI info - done
02:24:31 [2020-12-15T02:24:31.407Z] #35 2.822 -- Detecting C compile features
02:24:31 [2020-12-15T02:24:31.407Z] #35 ...
02:24:31 [2020-12-15T02:24:31.407Z] 
02:24:31 [2020-12-15T02:24:31.407Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:31 [2020-12-15T02:24:31.407Z] #49 29.01 reflect
02:24:31 [2020-12-15T02:24:31.407Z] #49 29.03 syscall
02:24:31 [2020-12-15T02:24:31.407Z] #49 34.85 time
02:24:31 [2020-12-15T02:24:31.407Z] #49 38.33 encoding/binary
02:24:31 [2020-12-15T02:24:31.698Z] #49 39.18 context
02:24:31 [2020-12-15T02:24:31.698Z] #49 ...
02:24:31 [2020-12-15T02:24:31.698Z] 
02:24:31 [2020-12-15T02:24:31.698Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:24:31 [2020-12-15T02:24:31.698Z] #41 1.938 Note: Building without setproctitle() and strlcpy() support.
02:24:31 [2020-12-15T02:24:31.698Z] #41 1.938       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:24:31 [2020-12-15T02:24:31.698Z] #41 2.011 Makefile.config:39: Warn: you have no libnftables installed
02:24:31 [2020-12-15T02:24:31.698Z] #41 2.011 Makefile.config:40: Warn: Building without nftables support
02:24:31 [2020-12-15T02:24:31.698Z] #41 2.011 Note: Building without GnuTLS support
02:24:31 [2020-12-15T02:24:31.698Z] #41 3.353 fatal: not a git repository (or any of the parent directories): .git
02:24:31 [2020-12-15T02:24:31.698Z] #41 3.361   GEN      .gitid
02:24:31 [2020-12-15T02:24:31.698Z] #41 3.375   GEN      criu/include/version.h
02:24:31 [2020-12-15T02:24:31.698Z] #41 3.394   GEN      include/common/asm
02:24:31 [2020-12-15T02:24:31.915Z] #9 ...
02:24:31 [2020-12-15T02:24:31.915Z] 
02:24:31 [2020-12-15T02:24:31.915Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:24:31 [2020-12-15T02:24:31.915Z] #27 DONE 13.3s
02:24:31 [2020-12-15T02:24:31.915Z] 
02:24:31 [2020-12-15T02:24:31.915Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
02:24:31 [2020-12-15T02:24:31.989Z] #41 4.297   PBCC     images/timens.pb-c.c
02:24:31 [2020-12-15T02:24:31.989Z] #41 4.302   DEP      images/timens.pb-c.d
02:24:31 [2020-12-15T02:24:31.989Z] #41 4.358   PBCC     images/fown.pb-c.c
02:24:31 [2020-12-15T02:24:31.989Z] #41 4.371   PBCC     images/google/protobuf/descriptor.pb-c.c
02:24:32 [2020-12-15T02:24:32.280Z] #41 4.437   PBCC     images/opts.pb-c.c
02:24:32 [2020-12-15T02:24:32.280Z] #41 4.475   PBCC     images/memfd.pb-c.c
02:24:32 [2020-12-15T02:24:32.280Z] #41 4.504   DEP      images/fown.pb-c.d
02:24:32 [2020-12-15T02:24:32.280Z] #41 4.546   DEP      images/google/protobuf/descriptor.pb-c.d
02:24:32 [2020-12-15T02:24:32.280Z] #41 4.586   DEP      images/opts.pb-c.d
02:24:32 [2020-12-15T02:24:32.280Z] #41 4.601   DEP      images/memfd.pb-c.d
02:24:32 [2020-12-15T02:24:32.280Z] #41 4.677   PBCC     images/sit.pb-c.c
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.692   DEP      images/sit.pb-c.d
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.736   PBCC     images/macvlan.pb-c.c
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.739   DEP      images/macvlan.pb-c.d
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.794   PBCC     images/autofs.pb-c.c
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.801   DEP      images/autofs.pb-c.d
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.852   PBCC     images/sysctl.pb-c.c
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.859   DEP      images/sysctl.pb-c.d
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.903   PBCC     images/time.pb-c.c
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.908   DEP      images/time.pb-c.d
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.943   PBCC     images/binfmt-misc.pb-c.c
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.953   DEP      images/binfmt-misc.pb-c.d
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.961   PBCC     images/seccomp.pb-c.c
02:24:32 [2020-12-15T02:24:32.572Z] #41 4.973   DEP      images/seccomp.pb-c.d
02:24:32 [2020-12-15T02:24:32.572Z] #41 5.020   PBCC     images/userns.pb-c.c
02:24:32 [2020-12-15T02:24:32.847Z] #9 DONE 2.8s
02:24:32 [2020-12-15T02:24:32.847Z] 
02:24:32 [2020-12-15T02:24:32.847Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.025   DEP      images/userns.pb-c.d
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.035   PBCC     images/cgroup.pb-c.c
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.046   DEP      images/cgroup.pb-c.d
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.077   PBCC     images/ext-file.pb-c.c
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.088   DEP      images/ext-file.pb-c.d
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.113   PBCC     images/rpc.pb-c.c
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.126   DEP      images/rpc.pb-c.d
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.143   PBCC     images/siginfo.pb-c.c
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.173   DEP      images/siginfo.pb-c.d
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.211   PBCC     images/pagemap.pb-c.c
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.245   DEP      images/pagemap.pb-c.d
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.293   PBCC     images/rlimit.pb-c.c
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.302   DEP      images/rlimit.pb-c.d
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.313   PBCC     images/file-lock.pb-c.c
02:24:32 [2020-12-15T02:24:32.914Z] #41 5.340   DEP      images/file-lock.pb-c.d
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.362   PBCC     images/tty.pb-c.c
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.390   DEP      images/tty.pb-c.d
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.416   PBCC     images/tun.pb-c.c
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.434   PBCC     images/netdev.pb-c.c
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.510   DEP      images/tun.pb-c.d
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.518   DEP      images/netdev.pb-c.d
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.565   PBCC     images/vma.pb-c.c
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.603   DEP      images/vma.pb-c.d
02:24:33 [2020-12-15T02:24:33.205Z] #41 5.644   PBCC     images/creds.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.648   DEP      images/creds.pb-c.d
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.690   PBCC     images/utsns.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.694   DEP      images/utsns.pb-c.d
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.745   PBCC     images/ipc-desc.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.748   PBCC     images/ipc-sem.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.752   DEP      images/ipc-desc.pb-c.d
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.791   DEP      images/ipc-sem.pb-c.d
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.807   PBCC     images/ipc-msg.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.810   DEP      images/ipc-msg.pb-c.d
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.843   PBCC     images/ipc-shm.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.847   DEP      images/ipc-shm.pb-c.d
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.877   PBCC     images/ipc-var.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.882   DEP      images/ipc-var.pb-c.d
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.925   PBCC     images/sk-opts.pb-c.c
02:24:33 [2020-12-15T02:24:33.496Z] #41 5.930   PBCC     images/packet-sock.pb-c.c
02:24:33 [2020-12-15T02:24:33.788Z] #41 6.033   DEP      images/sk-opts.pb-c.d
02:24:33 [2020-12-15T02:24:33.788Z] #41 6.040   DEP      images/packet-sock.pb-c.d
02:24:33 [2020-12-15T02:24:33.788Z] #41 6.103   PBCC     images/sk-netlink.pb-c.c
02:24:33 [2020-12-15T02:24:33.788Z] #41 6.151   DEP      images/sk-netlink.pb-c.d
02:24:33 [2020-12-15T02:24:33.788Z] #41 6.178   PBCC     images/sk-inet.pb-c.c
02:24:33 [2020-12-15T02:24:33.788Z] #41 6.237   DEP      images/sk-inet.pb-c.d
02:24:34 [2020-12-15T02:24:34.079Z] #41 6.263   PBCC     images/sk-unix.pb-c.c
02:24:34 [2020-12-15T02:24:34.079Z] #41 6.296   DEP      images/sk-unix.pb-c.d
02:24:34 [2020-12-15T02:24:34.079Z] #41 6.311   PBCC     images/mm.pb-c.c
02:24:34 [2020-12-15T02:24:34.079Z] #41 6.346   DEP      images/mm.pb-c.d
02:24:34 [2020-12-15T02:24:34.080Z] #41 6.399   PBCC     images/timerfd.pb-c.c
02:24:34 [2020-12-15T02:24:34.080Z] #41 6.419   DEP      images/timerfd.pb-c.d
02:24:34 [2020-12-15T02:24:34.080Z] #41 6.454   PBCC     images/timer.pb-c.c
02:24:34 [2020-12-15T02:24:34.080Z] #41 6.484   DEP      images/timer.pb-c.d
02:24:34 [2020-12-15T02:24:34.080Z] #41 6.502   PBCC     images/sa.pb-c.c
02:24:34 [2020-12-15T02:24:34.080Z] #41 6.557   DEP      images/sa.pb-c.d
02:24:34 [2020-12-15T02:24:34.224Z] #10 DONE 0.9s
02:24:34 [2020-12-15T02:24:34.224Z] 
02:24:34 [2020-12-15T02:24:34.224Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:34 [2020-12-15T02:24:34.224Z] #62 ...
02:24:34 [2020-12-15T02:24:34.224Z] 
02:24:34 [2020-12-15T02:24:34.224Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:24:34 [2020-12-15T02:24:34.224Z] #29 DONE 0.2s
02:24:34 [2020-12-15T02:24:34.224Z] 
02:24:34 [2020-12-15T02:24:34.224Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:24:34 [2020-12-15T02:24:34.224Z] #37 DONE 0.2s
02:24:34 [2020-12-15T02:24:34.224Z] 
02:24:34 [2020-12-15T02:24:34.224Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:24:34 [2020-12-15T02:24:34.371Z] #41 6.619   PBCC     images/pipe-data.pb-c.c
02:24:34 [2020-12-15T02:24:34.371Z] #41 6.635   DEP      images/pipe-data.pb-c.d
02:24:34 [2020-12-15T02:24:34.371Z] #41 6.682   PBCC     images/mnt.pb-c.c
02:24:34 [2020-12-15T02:24:34.371Z] #41 6.740   DEP      images/mnt.pb-c.d
02:24:34 [2020-12-15T02:24:34.371Z] #41 6.789   PBCC     images/sk-packet.pb-c.c
02:24:34 [2020-12-15T02:24:34.662Z] #41 6.817   DEP      images/sk-packet.pb-c.d
02:24:34 [2020-12-15T02:24:34.662Z] #41 6.867   PBCC     images/tcp-stream.pb-c.c
02:24:34 [2020-12-15T02:24:34.662Z] #41 6.929   DEP      images/tcp-stream.pb-c.d
02:24:34 [2020-12-15T02:24:34.662Z] #41 ...
02:24:34 [2020-12-15T02:24:34.662Z] 
02:24:34 [2020-12-15T02:24:34.662Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:34 [2020-12-15T02:24:34.662Z] #35 3.920 -- Detecting C compile features - done
02:24:34 [2020-12-15T02:24:34.662Z] #35 3.933 -- Performing Test HAS_BUILTIN_FORTIFY
02:24:34 [2020-12-15T02:24:34.662Z] #35 4.141 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:24:34 [2020-12-15T02:24:34.662Z] #35 4.258 -- Configuring done
02:24:34 [2020-12-15T02:24:34.662Z] #35 4.269 -- Generating done
02:24:34 [2020-12-15T02:24:34.662Z] #35 4.292 -- Build files have been written to: /tmp/tmp.DbrQuGgDcj/tini
02:24:34 [2020-12-15T02:24:34.662Z] #35 4.312 + make tini-static
02:24:34 [2020-12-15T02:24:34.662Z] #35 4.527 Scanning dependencies of target tini-static
02:24:34 [2020-12-15T02:24:34.662Z] #35 4.683 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:24:34 [2020-12-15T02:24:34.662Z] #35 5.497 [100%] Linking C executable tini-static
02:24:34 [2020-12-15T02:24:34.662Z] #35 5.888 [100%] Built target tini-static
02:24:34 [2020-12-15T02:24:34.662Z] #35 5.918 + mkdir -p /build
02:24:34 [2020-12-15T02:24:34.662Z] #35 5.921 + cp tini-static /build/docker-init
02:24:34 [2020-12-15T02:24:34.662Z] #35 DONE 6.2s
02:24:34 [2020-12-15T02:24:34.662Z] 
02:24:34 [2020-12-15T02:24:34.662Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:24:34 [2020-12-15T02:24:34.662Z] #41 6.959   PBCC     images/pipe.pb-c.c
02:24:34 [2020-12-15T02:24:34.662Z] #41 7.005   DEP      images/pipe.pb-c.d
02:24:34 [2020-12-15T02:24:34.662Z] #41 ...
02:24:34 [2020-12-15T02:24:34.662Z] 
02:24:34 [2020-12-15T02:24:34.662Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:34 [2020-12-15T02:24:34.662Z] #11 41.21 Selecting previously unselected package gcc-mingw-w64-base.
02:24:34 [2020-12-15T02:24:34.662Z] #11 41.21 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ...
02:24:34 [2020-12-15T02:24:34.662Z] #11 41.21 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:24:34 [2020-12-15T02:24:34.662Z] #11 41.29 Selecting previously unselected package gcc-mingw-w64-x86-64.
02:24:34 [2020-12-15T02:24:34.662Z] #11 41.29 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
02:24:34 [2020-12-15T02:24:34.662Z] #11 41.29 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:24:39 [2020-12-15T02:24:39.212Z] #11 ...
02:24:39 [2020-12-15T02:24:39.212Z] 
02:24:39 [2020-12-15T02:24:39.212Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:39 [2020-12-15T02:24:39.212Z] #32 36.07 internal/poll
02:24:39 [2020-12-15T02:24:39.212Z] #32 37.12 internal/fmtsort
02:24:39 [2020-12-15T02:24:39.212Z] #32 37.78 internal/syscall/execenv
02:24:39 [2020-12-15T02:24:39.212Z] #32 37.87 internal/syscall/unix
02:24:39 [2020-12-15T02:24:39.212Z] #32 38.12 os
02:24:39 [2020-12-15T02:24:39.212Z] #32 38.22 strings
02:24:39 [2020-12-15T02:24:39.212Z] #32 39.81 path
02:24:39 [2020-12-15T02:24:39.212Z] #32 40.16 text/tabwriter
02:24:39 [2020-12-15T02:24:39.212Z] #32 40.27 fmt
02:24:39 [2020-12-15T02:24:39.212Z] #32 40.59 path/filepath
02:24:39 [2020-12-15T02:24:39.212Z] #32 41.53 io/ioutil
02:24:39 [2020-12-15T02:24:39.212Z] #32 42.76 flag
02:24:39 [2020-12-15T02:24:39.212Z] #32 42.77 github.com/BurntSushi/toml
02:24:39 [2020-12-15T02:24:39.212Z] #32 43.96 log
02:24:39 [2020-12-15T02:24:39.212Z] #32 45.43 github.com/BurntSushi/toml/cmd/tomlv
02:24:39 [2020-12-15T02:24:39.212Z] #32 ...
02:24:39 [2020-12-15T02:24:39.212Z] 
02:24:39 [2020-12-15T02:24:39.212Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:24:39 [2020-12-15T02:24:39.212Z] #41 7.130   PBCC     images/pstree.pb-c.c
02:24:39 [2020-12-15T02:24:39.212Z] #41 7.134   DEP      images/pstree.pb-c.d
02:24:39 [2020-12-15T02:24:39.212Z] #41 7.195   PBCC     images/fs.pb-c.c
02:24:39 [2020-12-15T02:24:39.212Z] #41 7.204   DEP      images/fs.pb-c.d
02:24:39 [2020-12-15T02:24:39.212Z] #41 7.224   PBCC     images/signalfd.pb-c.c
02:24:39 [2020-12-15T02:24:39.212Z] #41 7.257   DEP      images/signalfd.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.294   PBCC     images/fh.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.331   PBCC     images/fsnotify.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.364   DEP      images/fh.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.592   DEP      images/fsnotify.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.657   PBCC     images/eventpoll.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.677   DEP      images/eventpoll.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.713   PBCC     images/eventfd.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.730   DEP      images/eventfd.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.754   PBCC     images/remap-file-path.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.783   DEP      images/remap-file-path.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.848   PBCC     images/fifo.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.871   DEP      images/fifo.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.882   PBCC     images/ghost-file.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.919   DEP      images/ghost-file.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 7.970   PBCC     images/regfile.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.009   DEP      images/regfile.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.034   PBCC     images/ns.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.046   DEP      images/ns.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.086   PBCC     images/fdinfo.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.144   DEP      images/fdinfo.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.184   PBCC     images/core-aarch64.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.190   PBCC     images/core-arm.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.224   PBCC     images/core-ppc64.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.264   PBCC     images/core-s390.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.307   PBCC     images/core-x86.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.347   PBCC     images/core.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.411   PBCC     images/inventory.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.432   DEP      images/core-aarch64.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.490   DEP      images/core-arm.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.562   DEP      images/core-ppc64.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.593   DEP      images/core-s390.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.625   DEP      images/core-x86.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.663   DEP      images/core.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.678   DEP      images/inventory.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.719   PBCC     images/cpuinfo.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.722   DEP      images/cpuinfo.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.761   PBCC     images/stats.pb-c.c
02:24:39 [2020-12-15T02:24:39.213Z] #41 8.794   DEP      images/stats.pb-c.d
02:24:39 [2020-12-15T02:24:39.213Z] #41 9.633 make[1]: Nothing to be done for 'all'.
02:24:39 [2020-12-15T02:24:39.213Z] #41 10.46   CC       images/stats.o
02:24:39 [2020-12-15T02:24:39.213Z] #41 10.81   CC       images/core.o
02:24:39 [2020-12-15T02:24:39.213Z] #41 11.25   CC       images/core-x86.o
02:24:39 [2020-12-15T02:24:39.213Z] #41 11.52   CC       images/core-arm.o
02:24:39 [2020-12-15T02:24:39.571Z] #41 11.75   CC       images/core-aarch64.o
02:24:39 [2020-12-15T02:24:39.863Z] #41 12.01   CC       images/core-ppc64.o
02:24:40 [2020-12-15T02:24:40.155Z] #41 12.41   CC       images/core-s390.o
02:24:40 [2020-12-15T02:24:40.458Z] #41 12.82   CC       images/cpuinfo.o
02:24:40 [2020-12-15T02:24:40.634Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0b78e0b5249e40415) in /home/ubuntu/workspace/moby_PR-41793
[Pipeline] {
[Pipeline] checkout
02:24:40 [2020-12-15T02:24:40.754Z] #41 ...
02:24:40 [2020-12-15T02:24:40.754Z] 
02:24:40 [2020-12-15T02:24:40.754Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:40 [2020-12-15T02:24:40.754Z] #32 DONE 48.2s
02:24:40 [2020-12-15T02:24:40.754Z] 
02:24:40 [2020-12-15T02:24:40.754Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:40 [2020-12-15T02:24:40.754Z] #43 38.71 strings
02:24:40 [2020-12-15T02:24:40.754Z] #43 40.19 os
02:24:40 [2020-12-15T02:24:40.754Z] #43 40.51 regexp/syntax
02:24:40 [2020-12-15T02:24:40.754Z] #43 43.05 flag
02:24:40 [2020-12-15T02:24:40.754Z] #43 43.85 go/token
02:24:40 [2020-12-15T02:24:40.754Z] #43 43.86 regexp
02:24:40 [2020-12-15T02:24:40.754Z] #43 44.41 go/scanner
02:24:40 [2020-12-15T02:24:40.754Z] #43 45.33 go/ast
02:24:40 [2020-12-15T02:24:40.754Z] #43 46.46 internal/lazyregexp
02:24:40 [2020-12-15T02:24:40.754Z] #43 46.67 net/url
02:24:40 [2020-12-15T02:24:40.754Z] #43 47.80 text/template/parse
02:24:40 [2020-12-15T02:24:40.754Z] #43 48.24 go/parser
02:24:40 [2020-12-15T02:24:40.754Z] #43 ...
02:24:40 [2020-12-15T02:24:40.754Z] 
02:24:40 [2020-12-15T02:24:40.754Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:24:40 [2020-12-15T02:24:40.754Z] #41 13.05   CC       images/inventory.o
02:24:40 [2020-12-15T02:24:40.774Z] #38 ...
02:24:40 [2020-12-15T02:24:40.774Z] 
02:24:40 [2020-12-15T02:24:40.774Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.768 + RM_GOPATH=0
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.768 + TMP_GOPATH=
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.768 + : /build
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.768 + '[' -z '' ']'
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.770 ++ mktemp -d
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.770 + export GOPATH=/tmp/tmp.cDOJjeol5c
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.770 + GOPATH=/tmp/tmp.cDOJjeol5c
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.770 + RM_GOPATH=1
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.770 + case "$(go env GOARCH)" in
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.777 ++ go env GOARCH
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.785 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.786 + export GO_BUILDMODE=-buildmode=pie
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.786 + GO_BUILDMODE=-buildmode=pie
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.786 ++ dirname /tmp/install/install.sh
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.786 + dir=/tmp/install
02:24:40 [2020-12-15T02:24:40.774Z] #56 5.786 + bin=rootlesskit
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + shift
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + . /tmp/install/rootlesskit.installer
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + install_rootlesskit
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + case "$1" in
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + export CGO_ENABLED=0
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + CGO_ENABLED=0
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + _install_rootlesskit
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.786 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.cDOJjeol5c/src/github.com/rootless-containers/rootlesskit
02:24:40 [2020-12-15T02:24:40.775Z] #56 5.807 Cloning into '/tmp/tmp.cDOJjeol5c/src/github.com/rootless-containers/rootlesskit'...
02:24:40 [2020-12-15T02:24:40.775Z] #56 ...
02:24:40 [2020-12-15T02:24:40.775Z] 
02:24:40 [2020-12-15T02:24:40.775Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + RM_GOPATH=0
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + TMP_GOPATH=
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + : /build
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + '[' -z '' ']'
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 ++ mktemp -d
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + export GOPATH=/tmp/tmp.yM6wvM5GDo
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + GOPATH=/tmp/tmp.yM6wvM5GDo
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + RM_GOPATH=1
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 + case "$(go env GOARCH)" in
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.806 ++ go env GOARCH
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.815 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + export GO_BUILDMODE=-buildmode=pie
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + GO_BUILDMODE=-buildmode=pie
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 ++ dirname /tmp/install/install.sh
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + dir=/tmp/install
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + bin=tomlv
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + shift
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + '[' '!' -f /tmp/install/tomlv.installer ']'
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + . /tmp/install/tomlv.installer
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + install_tomlv
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.yM6wvM5GDo/src/github.com/BurntSushi/toml
02:24:40 [2020-12-15T02:24:40.775Z] #32 5.818 Cloning into '/tmp/tmp.yM6wvM5GDo/src/github.com/BurntSushi/toml'...
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.220 + cd /tmp/tmp.yM6wvM5GDo/src/github.com/BurntSushi/toml
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.220 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.233 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.471 internal/cpu
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.498 runtime/internal/atomic
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.591 runtime/internal/sys
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.671 runtime/internal/math
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.719 math/bits
02:24:40 [2020-12-15T02:24:40.775Z] #32 6.836 internal/bytealg
02:24:41 [2020-12-15T02:24:41.032Z] #32 7.050 math
02:24:41 [2020-12-15T02:24:41.032Z] #32 7.228 runtime
02:24:41 [2020-12-15T02:24:41.051Z] #41 13.19   CC       images/fdinfo.o
02:24:41 [2020-12-15T02:24:41.342Z] #41 13.43   CC       images/fown.o
02:24:41 [2020-12-15T02:24:41.342Z] #41 13.58   CC       images/ns.o
02:24:41 [2020-12-15T02:24:41.342Z] #41 13.65   CC       images/regfile.o
02:24:41 [2020-12-15T02:24:41.598Z] #32 ...
02:24:41 [2020-12-15T02:24:41.598Z] 
02:24:41 [2020-12-15T02:24:41.598Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:24:41 [2020-12-15T02:24:41.598Z] #38 7.412 + git clone https://github.com/docker/distribution.git .
02:24:41 [2020-12-15T02:24:41.598Z] #38 7.427 Cloning into '.'...
02:24:41 [2020-12-15T02:24:41.634Z] #41 13.77   CC       images/ghost-file.o
02:24:41 [2020-12-15T02:24:41.634Z] #41 13.93   CC       images/fifo.o
02:24:41 [2020-12-15T02:24:41.634Z] #41 14.01   CC       images/remap-file-path.o
02:24:41 [2020-12-15T02:24:41.709Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0d01cf061a5478d66) in /home/ubuntu/workspace/moby_PR-41793
[Pipeline] {
[Pipeline] checkout
02:24:41 [2020-12-15T02:24:41.926Z] #41 14.13   CC       images/eventfd.o
02:24:41 [2020-12-15T02:24:41.926Z] #41 14.26   CC       images/eventpoll.o
02:24:41 [2020-12-15T02:24:41.926Z] #41 14.37   CC       images/fh.o
02:24:42 [2020-12-15T02:24:42.217Z] #41 14.49   CC       images/fsnotify.o
02:24:42 [2020-12-15T02:24:42.217Z] #41 ...
02:24:42 [2020-12-15T02:24:42.217Z] 
02:24:42 [2020-12-15T02:24:42.217Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:42 [2020-12-15T02:24:42.217Z] #49 39.75 encoding/base64
02:24:42 [2020-12-15T02:24:42.217Z] #49 39.75 os
02:24:42 [2020-12-15T02:24:42.217Z] #49 40.33 golang.org/x/sys/unix
02:24:42 [2020-12-15T02:24:42.217Z] #49 42.32 fmt
02:24:42 [2020-12-15T02:24:42.217Z] #49 45.84 encoding/json
02:24:42 [2020-12-15T02:24:42.217Z] #49 46.32 github.com/pkg/diff
02:24:42 [2020-12-15T02:24:42.217Z] #49 47.16 go/ast
02:24:42 [2020-12-15T02:24:42.217Z] #49 49.77 golang.org/x/crypto/ssh/terminal
02:24:42 [2020-12-15T02:24:42.508Z] #49 50.09 mvdan.cc/editorconfig
02:24:42 [2020-12-15T02:24:42.508Z] #49 ...
02:24:42 [2020-12-15T02:24:42.508Z] 
02:24:42 [2020-12-15T02:24:42.508Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:24:42 [2020-12-15T02:24:42.508Z] #41 14.67   CC       images/signalfd.o
02:24:42 [2020-12-15T02:24:42.508Z] #41 14.83   CC       images/fs.o
02:24:42 [2020-12-15T02:24:42.800Z] #41 14.94   CC       images/pstree.o
02:24:42 [2020-12-15T02:24:42.801Z] #41 15.08   CC       images/pipe.o
02:24:43 [2020-12-15T02:24:43.093Z] #41 15.26   CC       images/tcp-stream.o
02:24:43 [2020-12-15T02:24:43.093Z] #41 15.43   CC       images/sk-packet.o
02:24:43 [2020-12-15T02:24:43.384Z] #41 15.65   CC       images/mnt.o
02:24:43 [2020-12-15T02:24:43.679Z] #41 15.82   CC       images/pipe-data.o
02:24:43 [2020-12-15T02:24:43.679Z] #41 16.00   CC       images/sa.o
02:24:43 [2020-12-15T02:24:43.970Z] #41 16.19   CC       images/timer.o
02:24:43 [2020-12-15T02:24:43.970Z] #41 16.34   CC       images/timerfd.o
02:24:44 [2020-12-15T02:24:44.156Z] #38 ...
02:24:44 [2020-12-15T02:24:44.156Z] 
02:24:44 [2020-12-15T02:24:44.156Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:44 [2020-12-15T02:24:44.156Z] #11 8.059 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #11 8.187 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #11 8.189 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #11 10.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #11 ...
02:24:44 [2020-12-15T02:24:44.156Z] 
02:24:44 [2020-12-15T02:24:44.156Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:24:44 [2020-12-15T02:24:44.156Z] #40 8.006 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #40 8.167 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #40 8.179 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #40 9.320 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:24:44 [2020-12-15T02:24:44.156Z] #40 ...
02:24:44 [2020-12-15T02:24:44.156Z] 
02:24:44 [2020-12-15T02:24:44.156Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + RM_GOPATH=0
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + TMP_GOPATH=
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + : /build
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + '[' -z '' ']'
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 ++ mktemp -d
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + export GOPATH=/tmp/tmp.Hmb52B4V9a
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + GOPATH=/tmp/tmp.Hmb52B4V9a
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + RM_GOPATH=1
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.441 + case "$(go env GOARCH)" in
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.443 ++ go env GOARCH
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.474 + export GO_BUILDMODE=-buildmode=pie
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.474 + GO_BUILDMODE=-buildmode=pie
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.474 ++ dirname /tmp/install/install.sh
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 + dir=/tmp/install
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 + bin=dockercli
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 + shift
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 + '[' '!' -f /tmp/install/dockercli.installer ']'
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 + . /tmp/install/dockercli.installer
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 ++ : stable
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 ++ : 17.06.2-ce
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 + install_dockercli
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.486 Install docker/cli version 17.06.2-ce from stable
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.495 ++ uname -m
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.495 + arch=x86_64
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.495 + '[' x86_64 '!=' x86_64 ']'
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.495 + url=https://download.docker.com/linux/static
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.495 + tar -xz docker/docker
02:24:44 [2020-12-15T02:24:44.156Z] #22 7.501 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
02:24:44 [2020-12-15T02:24:44.261Z] using credential docker-jenkins-github-credentials
02:24:44 [2020-12-15T02:24:44.261Z] #41 16.54   CC       images/mm.o
02:24:44 [2020-12-15T02:24:44.268Z] Cloning the remote Git repository
02:24:44 [2020-12-15T02:24:44.268Z] Cloning with configured refspecs honoured and without tags
02:24:44 [2020-12-15T02:24:44.419Z] #22 ...
02:24:44 [2020-12-15T02:24:44.419Z] 
02:24:44 [2020-12-15T02:24:44.419Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:24:44 [2020-12-15T02:24:44.419Z] #53 8.006 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:44 [2020-12-15T02:24:44.419Z] #53 8.147 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:44 [2020-12-15T02:24:44.419Z] #53 8.151 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:44 [2020-12-15T02:24:44.419Z] #53 ...
02:24:44 [2020-12-15T02:24:44.419Z] 
02:24:44 [2020-12-15T02:24:44.419Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + RM_GOPATH=0
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + TMP_GOPATH=
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + : /build
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + '[' -z '' ']'
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 ++ mktemp -d
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + export GOPATH=/tmp/tmp.UWzDn97zbd
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + GOPATH=/tmp/tmp.UWzDn97zbd
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + RM_GOPATH=1
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + case "$(go env GOARCH)" in
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 ++ go env GOARCH
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + export GO_BUILDMODE=-buildmode=pie
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + GO_BUILDMODE=-buildmode=pie
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 ++ dirname /tmp/install/install.sh
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + dir=/tmp/install
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + bin=shfmt
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + shift
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + '[' '!' -f /tmp/install/shfmt.installer ']'
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + . /tmp/install/shfmt.installer
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + install_shfmt
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 + git clone https://github.com/mvdan/sh.git /tmp/tmp.UWzDn97zbd/src/github.com/mvdan/sh
02:24:44 [2020-12-15T02:24:44.419Z] #49 6.498 Cloning into '/tmp/tmp.UWzDn97zbd/src/github.com/mvdan/sh'...
02:24:44 [2020-12-15T02:24:44.552Z] #41 16.72   CC       images/sk-opts.o
02:24:44 [2020-12-15T02:24:44.552Z] #41 16.84   CC       images/sk-unix.o
02:24:44 [2020-12-15T02:24:44.314Z] Cloning repository https://github.com/moby/moby.git
02:24:44 [2020-12-15T02:24:44.388Z]  > git init /home/ubuntu/workspace/moby_PR-41793 # timeout=10
02:24:44 [2020-12-15T02:24:44.675Z] #49 ...
02:24:44 [2020-12-15T02:24:44.676Z] 
02:24:44 [2020-12-15T02:24:44.676Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + RM_GOPATH=0
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + TMP_GOPATH=
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + : /build
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + '[' -z '' ']'
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 ++ mktemp -d
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + export GOPATH=/tmp/tmp.lJOkHuWVmO
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + GOPATH=/tmp/tmp.lJOkHuWVmO
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + RM_GOPATH=1
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 + case "$(go env GOARCH)" in
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.232 ++ go env GOARCH
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + export GO_BUILDMODE=-buildmode=pie
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + GO_BUILDMODE=-buildmode=pie
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 ++ dirname /tmp/install/install.sh
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + dir=/tmp/install
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + bin=gotestsum
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + shift
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + '[' '!' -f /tmp/install/gotestsum.installer ']'
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + . /tmp/install/gotestsum.installer
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 ++ : v0.5.3
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + install_gotestsum
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + set -e
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + export GO111MODULE=on
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + GO111MODULE=on
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + GOBIN=/build
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.261 + go get gotest.tools/gotestsum@v0.5.3
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.299 go: finding gotest.tools/gotestsum v0.5.3
02:24:44 [2020-12-15T02:24:44.676Z] #45 6.306 go: finding gotest.tools v0.5.3
02:24:44 [2020-12-15T02:24:44.676Z] #45 7.159 go: downloading gotest.tools/gotestsum v0.5.3
02:24:44 [2020-12-15T02:24:44.676Z] #45 7.971 go: extracting gotest.tools/gotestsum v0.5.3
02:24:44 [2020-12-15T02:24:44.676Z] #45 10.17 go: downloading github.com/pkg/errors v0.9.1
02:24:44 [2020-12-15T02:24:44.676Z] #45 10.20 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:24:44 [2020-12-15T02:24:44.676Z] #45 10.35 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:24:44 [2020-12-15T02:24:44.676Z] #45 10.58 go: downloading github.com/jonboulle/clockwork v0.1.0
02:24:44 [2020-12-15T02:24:44.676Z] #45 10.61 go: downloading github.com/fatih/color v1.9.0
02:24:44 [2020-12-15T02:24:44.676Z] #45 10.74 go: downloading github.com/spf13/pflag v1.0.3
02:24:44 [2020-12-15T02:24:44.676Z] #45 ...
02:24:44 [2020-12-15T02:24:44.676Z] 
02:24:44 [2020-12-15T02:24:44.676Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:24:44 [2020-12-15T02:24:44.676Z] #34 7.159 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:24:44 [2020-12-15T02:24:44.676Z] #34 7.201 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:24:44 [2020-12-15T02:24:44.676Z] #34 7.202 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:24:44 [2020-12-15T02:24:44.676Z] #34 8.621 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:24:44 [2020-12-15T02:24:44.843Z] #41 16.98   CC       images/sk-inet.o
02:24:44 [2020-12-15T02:24:44.843Z] #41 17.22   CC       images/tun.o
02:24:45 [2020-12-15T02:24:45.037Z] #34 ...
02:24:45 [2020-12-15T02:24:45.037Z] 
02:24:45 [2020-12-15T02:24:45.037Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.963 + RM_GOPATH=0
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.963 + TMP_GOPATH=
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.963 + : /build
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.963 + '[' -z '' ']'
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.963 ++ mktemp -d
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.968 + export GOPATH=/tmp/tmp.9txoNx2NNR
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.968 + GOPATH=/tmp/tmp.9txoNx2NNR
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.968 + RM_GOPATH=1
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.968 + case "$(go env GOARCH)" in
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.969 ++ go env GOARCH
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + export GO_BUILDMODE=-buildmode=pie
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + GO_BUILDMODE=-buildmode=pie
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 ++ dirname /tmp/install/install.sh
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + dir=/tmp/install
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + bin=vndr
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + shift
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + '[' '!' -f /tmp/install/vndr.installer ']'
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + . /tmp/install/vndr.installer
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + install_vndr
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.9txoNx2NNR/src/github.com/LK4D4/vndr
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.993 Cloning into '/tmp/tmp.9txoNx2NNR/src/github.com/LK4D4/vndr'...
02:24:45 [2020-12-15T02:24:45.037Z] #43 6.995 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
02:24:45 [2020-12-15T02:24:45.037Z] #43 7.748 + cd /tmp/tmp.9txoNx2NNR/src/github.com/LK4D4/vndr
02:24:45 [2020-12-15T02:24:45.037Z] #43 7.755 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
02:24:45 [2020-12-15T02:24:45.037Z] #43 7.780 + go build -buildmode=pie -v -o /build/vndr .
02:24:45 [2020-12-15T02:24:45.037Z] #43 9.215 internal/race
02:24:45 [2020-12-15T02:24:45.037Z] #43 9.387 runtime
02:24:45 [2020-12-15T02:24:45.037Z] #43 9.413 sync/atomic
02:24:45 [2020-12-15T02:24:45.037Z] #43 10.47 unicode
02:24:45 [2020-12-15T02:24:45.037Z] #43 ...
02:24:45 [2020-12-15T02:24:45.037Z] 
02:24:45 [2020-12-15T02:24:45.037Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + RM_GOPATH=0
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + TMP_GOPATH=
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + : /build
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + '[' -z '' ']'
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 ++ mktemp -d
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + export GOPATH=/tmp/tmp.uS9J4Qf9vB
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + GOPATH=/tmp/tmp.uS9J4Qf9vB
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + RM_GOPATH=1
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 + case "$(go env GOARCH)" in
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.716 ++ go env GOARCH
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.743 + export GO_BUILDMODE=-buildmode=pie
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.743 + GO_BUILDMODE=-buildmode=pie
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.745 ++ dirname /tmp/install/install.sh
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + dir=/tmp/install
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + bin=golangci_lint
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + shift
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + . /tmp/install/golangci_lint.installer
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 ++ : v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + install_golangci_lint
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + set -e
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + export GO111MODULE=on
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + GO111MODULE=on
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + GOBIN=/build
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.747 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.763 go: finding github.com v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.781 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.781 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.811 go: finding github.com/golangci/golangci-lint v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 7.811 go: finding github.com/golangci v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 9.189 go: downloading github.com/golangci/golangci-lint v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 10.56 go: extracting github.com/golangci/golangci-lint v1.23.8
02:24:45 [2020-12-15T02:24:45.037Z] #47 ...
02:24:45 [2020-12-15T02:24:45.037Z] 
02:24:45 [2020-12-15T02:24:45.037Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:24:45 [2020-12-15T02:24:45.037Z] #30 7.232 + git clone https://github.com/kolyshkin/go-swagger.git .
02:24:45 [2020-12-15T02:24:45.037Z] #30 7.250 Cloning into '.'...
02:24:45 [2020-12-15T02:24:45.134Z] #41 17.35   CC       images/sk-netlink.o
02:24:45 [2020-12-15T02:24:45.134Z] #41 17.44   CC       images/packet-sock.o
02:24:45 [2020-12-15T02:24:45.134Z] #41 17.61   CC       images/ipc-var.o
02:24:45 [2020-12-15T02:24:45.326Z] #30 ...
02:24:45 [2020-12-15T02:24:45.326Z] 
02:24:45 [2020-12-15T02:24:45.326Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:45 [2020-12-15T02:24:45.326Z] #45 10.86 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:24:45 [2020-12-15T02:24:45.326Z] #45 10.96 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:24:45 [2020-12-15T02:24:45.326Z] #45 10.96 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:24:45 [2020-12-15T02:24:45.326Z] #45 11.09 go: extracting github.com/pkg/errors v0.9.1
02:24:45 [2020-12-15T02:24:45.326Z] #45 11.16 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:24:45 [2020-12-15T02:24:45.475Z] #41 17.70   CC       images/ipc-desc.o
02:24:45 [2020-12-15T02:24:45.475Z] #41 17.88   CC       images/ipc-shm.o
02:24:44 [2020-12-15T02:24:44.616Z] Fetching upstream changes from https://github.com/moby/moby.git
02:24:44 [2020-12-15T02:24:44.616Z]  > git --version # timeout=10
02:24:44 [2020-12-15T02:24:44.627Z]  > git --version # 'git version 2.17.1'
02:24:44 [2020-12-15T02:24:44.628Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:24:44 [2020-12-15T02:24:44.645Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:24:45 [2020-12-15T02:24:45.736Z] #45 11.96 go: extracting github.com/jonboulle/clockwork v0.1.0
02:24:45 [2020-12-15T02:24:45.766Z] #41 18.07   CC       images/ipc-msg.o
02:24:45 [2020-12-15T02:24:45.999Z] #45 12.19 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:24:46 [2020-12-15T02:24:46.057Z] #41 18.20   CC       images/ipc-sem.o
02:24:46 [2020-12-15T02:24:46.057Z] #41 18.32   CC       images/utsns.o
02:24:46 [2020-12-15T02:24:46.057Z] #41 18.44   CC       images/creds.o
02:24:46 [2020-12-15T02:24:46.225Z] using credential docker-jenkins-github-credentials
02:24:46 [2020-12-15T02:24:46.233Z] Cloning the remote Git repository
02:24:46 [2020-12-15T02:24:46.233Z] Cloning with configured refspecs honoured and without tags
02:24:46 [2020-12-15T02:24:46.347Z] #41 18.56   CC       images/vma.o
02:24:45 [2020-12-15T02:24:45.810Z] Cloning repository https://github.com/moby/moby.git
02:24:45 [2020-12-15T02:24:45.873Z]  > git init /home/ubuntu/workspace/moby_PR-41793 # timeout=10
02:24:46 [2020-12-15T02:24:46.595Z] #45 12.69 go: extracting github.com/fatih/color v1.9.0
02:24:46 [2020-12-15T02:24:46.595Z] #45 12.72 go: downloading github.com/mattn/go-colorable v0.1.6
02:24:46 [2020-12-15T02:24:46.595Z] #45 12.72 go: downloading github.com/mattn/go-isatty v0.0.12
02:24:46 [2020-12-15T02:24:46.595Z] #45 12.79 go: extracting github.com/spf13/pflag v1.0.3
02:24:46 [2020-12-15T02:24:46.638Z] #41 18.75   CC       images/netdev.o
02:24:46 [2020-12-15T02:24:46.638Z] #41 18.95   CC       images/tty.o
02:24:46 [2020-12-15T02:24:46.929Z] #41 19.25   CC       images/file-lock.o
02:24:46 [2020-12-15T02:24:46.929Z] #41 19.33   CC       images/rlimit.o
02:24:47 [2020-12-15T02:24:47.168Z] #45 13.09 go: extracting github.com/mattn/go-isatty v0.0.12
02:24:47 [2020-12-15T02:24:47.285Z] #41 19.42   CC       images/pagemap.o
02:24:47 [2020-12-15T02:24:47.285Z] #41 19.58   CC       images/siginfo.o
02:24:47 [2020-12-15T02:24:47.426Z] #45 13.55 go: extracting github.com/mattn/go-colorable v0.1.6
02:24:47 [2020-12-15T02:24:47.576Z] #41 19.75   CC       images/rpc.o
02:24:46 [2020-12-15T02:24:46.362Z] Fetching upstream changes from https://github.com/moby/moby.git
02:24:46 [2020-12-15T02:24:46.362Z]  > git --version # timeout=10
02:24:46 [2020-12-15T02:24:46.370Z]  > git --version # 'git version 2.7.4'
02:24:46 [2020-12-15T02:24:46.371Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:24:46 [2020-12-15T02:24:46.729Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:24:48 [2020-12-15T02:24:48.207Z] #41 20.48   CC       images/ext-file.o
02:24:48 [2020-12-15T02:24:48.498Z] #41 20.65   CC       images/cgroup.o
02:24:48 [2020-12-15T02:24:48.498Z] #41 ...
02:24:48 [2020-12-15T02:24:48.498Z] 
02:24:48 [2020-12-15T02:24:48.498Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:48 [2020-12-15T02:24:48.498Z] #11 55.94 Selecting previously unselected package g++-mingw-w64-x86-64.
02:24:48 [2020-12-15T02:24:48.498Z] #11 55.95 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ...
02:24:48 [2020-12-15T02:24:48.498Z] #11 55.95 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:24:49 [2020-12-15T02:24:49.327Z] #45 15.31 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:24:50 [2020-12-15T02:24:50.070Z] #11 ...
02:24:50 [2020-12-15T02:24:50.070Z] 
02:24:50 [2020-12-15T02:24:50.070Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:50 [2020-12-15T02:24:50.070Z] #49 50.65 mvdan.cc/sh/v3/fileutil
02:24:50 [2020-12-15T02:24:50.070Z] #49 50.82 mvdan.cc/sh/v3/syntax
02:24:50 [2020-12-15T02:24:50.070Z] #49 54.34 mvdan.cc/sh/v3/cmd/shfmt
02:24:50 [2020-12-15T02:24:50.070Z] #49 DONE 57.6s
02:24:50 [2020-12-15T02:24:50.070Z] 
02:24:50 [2020-12-15T02:24:50.070Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:24:50 [2020-12-15T02:24:50.070Z] #54 27.04 Checking out files:  89% (3308/3706)   
Checking out files:  90% (3336/3706)   
Checking out files:  91% (3373/3706)   
Checking out files:  92% (3410/3706)   
Checking out files:  93% (3447/3706)   
Checking out files:  94% (3484/3706)   
Checking out files:  95% (3521/3706)   
Checking out files:  96% (3558/3706)   
Checking out files:  97% (3595/3706)   
Checking out files:  98% (3632/3706)   
Checking out files:  99% (3669/3706)   
Checking out files: 100% (3706/3706)   
Checking out files: 100% (3706/3706), done.
02:24:50 [2020-12-15T02:24:50.070Z] #54 27.38 + cd /tmp/tmp.VzMrlZkXjE/src/github.com/containerd/containerd
02:24:50 [2020-12-15T02:24:50.070Z] #54 27.38 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + export 'BUILDTAGS=netgo osusergo static_build'
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + BUILDTAGS='netgo osusergo static_build'
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + export EXTRA_FLAGS=-buildmode=pie
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + EXTRA_FLAGS=-buildmode=pie
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + '[' '' = dynamic ']'
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.34 + make
02:24:50 [2020-12-15T02:24:50.070Z] #54 28.96 + bin/ctr
02:24:50 [2020-12-15T02:24:50.256Z] #45 ...
02:24:50 [2020-12-15T02:24:50.256Z] 
02:24:50 [2020-12-15T02:24:50.256Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:50 [2020-12-15T02:24:50.256Z] #43 16.25 internal/testlog
02:24:51 [2020-12-15T02:24:51.173Z] #54 ...
02:24:51 [2020-12-15T02:24:51.173Z] 
02:24:51 [2020-12-15T02:24:51.173Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:24:51 [2020-12-15T02:24:51.173Z] #41 20.95   CC       images/userns.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 21.09   CC       images/google/protobuf/descriptor.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 22.02   CC       images/opts.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 22.20   CC       images/seccomp.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 22.43   CC       images/binfmt-misc.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 22.55   CC       images/time.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 22.69   CC       images/sysctl.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 22.87   CC       images/autofs.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 22.99   CC       images/macvlan.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 23.16   CC       images/sit.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 23.36   CC       images/memfd.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 23.46   CC       images/timens.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 23.55   LINK     images/built-in.o
02:24:51 [2020-12-15T02:24:51.173Z] #41 23.65   GEN      compel/include/asm
02:24:51 [2020-12-15T02:24:51.173Z] #41 23.66   GEN      compel/include/version.h
02:24:51 [2020-12-15T02:24:51.185Z] #43 17.02 encoding
02:24:51 [2020-12-15T02:24:51.463Z] #41 23.69 touch .config
02:24:51 [2020-12-15T02:24:51.463Z] #41 23.69   GEN      include/common/config.h
02:24:51 [2020-12-15T02:24:51.463Z] #41 23.74   DEP      compel/arch/s390/plugins/std/syscalls/syscalls-s390.d
02:24:51 [2020-12-15T02:24:51.463Z] #41 23.77   GEN      compel/plugins/include/uapi/std/syscall-codes.h
02:24:51 [2020-12-15T02:24:51.464Z] #41 23.77   GEN      compel/plugins/include/uapi/std/syscall.h
02:24:51 [2020-12-15T02:24:51.464Z] #41 23.78   GEN      compel/arch/s390/plugins/std/syscalls/syscalls.S
02:24:51 [2020-12-15T02:24:51.464Z] #41 23.79   DEP      compel/arch/s390/plugins/std/syscalls/syscalls.d
02:24:51 [2020-12-15T02:24:51.464Z] #41 23.81   DEP      compel/arch/s390/plugins/std/parasite-head.d
02:24:51 [2020-12-15T02:24:51.464Z] #41 23.84   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
02:24:51 [2020-12-15T02:24:51.464Z] #41 23.84   DEP      compel/plugins/std/infect.d
02:24:51 [2020-12-15T02:24:51.747Z] #43 17.82 unicode/utf16
02:24:51 [2020-12-15T02:24:51.747Z] #43 ...
02:24:51 [2020-12-15T02:24:51.747Z] 
02:24:51 [2020-12-15T02:24:51.747Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.799 + RM_GOPATH=0
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.799 + TMP_GOPATH=
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.799 + : /build
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.799 + '[' -z '' ']'
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.799 ++ mktemp -d
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.803 + export GOPATH=/tmp/tmp.EYGuikQiNy
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.803 + GOPATH=/tmp/tmp.EYGuikQiNy
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.803 + RM_GOPATH=1
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.803 + case "$(go env GOARCH)" in
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.803 ++ go env GOARCH
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.873 + export GO_BUILDMODE=-buildmode=pie
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.873 + GO_BUILDMODE=-buildmode=pie
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.873 ++ dirname /tmp/install/install.sh
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + dir=/tmp/install
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + bin=proxy
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + shift
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + '[' '!' -f /tmp/install/proxy.installer ']'
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + . /tmp/install/proxy.installer
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + install_proxy
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + case "$1" in
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + export CGO_ENABLED=0
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + CGO_ENABLED=0
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + _install_proxy
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d'
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.885 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.EYGuikQiNy/src/github.com/docker/libnetwork
02:24:51 [2020-12-15T02:24:51.747Z] #62 7.955 Cloning into '/tmp/tmp.EYGuikQiNy/src/github.com/docker/libnetwork'...
02:24:51 [2020-12-15T02:24:51.754Z] #41 23.94   DEP      compel/plugins/std/string.d
02:24:51 [2020-12-15T02:24:51.754Z] #41 24.02   DEP      compel/plugins/std/log.d
02:24:51 [2020-12-15T02:24:51.754Z] #41 24.08   DEP      compel/plugins/std/fds.d
02:24:52 [2020-12-15T02:24:52.031Z] #62 ...
02:24:52 [2020-12-15T02:24:52.031Z] 
02:24:52 [2020-12-15T02:24:52.031Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:52 [2020-12-15T02:24:52.031Z] #45 17.20 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:24:52 [2020-12-15T02:24:52.045Z] #41 24.18   DEP      compel/plugins/std/std.d
02:24:52 [2020-12-15T02:24:52.045Z] #41 24.25   DEP      compel/plugins/shmem/shmem.d
02:24:52 [2020-12-15T02:24:52.045Z] #41 24.31   DEP      compel/plugins/fds/fds.d
02:24:52 [2020-12-15T02:24:52.045Z] #41 24.42   CC       compel/plugins/std/std.o
02:24:52 [2020-12-15T02:24:52.335Z] #41 24.68   CC       compel/plugins/std/fds.o
02:24:52 [2020-12-15T02:24:52.625Z] #41 24.96   CC       compel/plugins/std/log.o
02:24:53 [2020-12-15T02:24:53.256Z] #41 25.42   CC       compel/plugins/std/string.o
02:24:53 [2020-12-15T02:24:53.256Z] #41 ...
02:24:53 [2020-12-15T02:24:53.256Z] 
02:24:53 [2020-12-15T02:24:53.256Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:53 [2020-12-15T02:24:53.256Z] #43 50.84 encoding/xml
02:24:53 [2020-12-15T02:24:53.256Z] #43 50.93 text/template
02:24:53 [2020-12-15T02:24:53.256Z] #43 53.91 go/doc
02:24:53 [2020-12-15T02:24:53.256Z] #43 54.46 github.com/LK4D4/vndr/versioned
02:24:53 [2020-12-15T02:24:53.256Z] #43 54.50 compress/flate
02:24:53 [2020-12-15T02:24:53.256Z] #43 56.01 github.com/LK4D4/vndr/build
02:24:53 [2020-12-15T02:24:53.256Z] #43 56.04 hash/crc32
02:24:53 [2020-12-15T02:24:53.257Z] #43 56.37 compress/gzip
02:24:53 [2020-12-15T02:24:53.257Z] #43 56.82 vendor/golang.org/x/crypto/cryptobyte
02:24:53 [2020-12-15T02:24:53.257Z] #43 58.74 net
02:24:53 [2020-12-15T02:24:53.257Z] #43 58.80 vendor/golang.org/x/crypto/internal/chacha20
02:24:53 [2020-12-15T02:24:53.257Z] #43 59.16 vendor/golang.org/x/crypto/poly1305
02:24:53 [2020-12-15T02:24:53.257Z] #43 59.51 vendor/golang.org/x/crypto/chacha20poly1305
02:24:53 [2020-12-15T02:24:53.257Z] #43 59.88 vendor/golang.org/x/crypto/curve25519
02:24:53 [2020-12-15T02:24:53.257Z] #43 60.15 vendor/golang.org/x/text/transform
02:24:53 [2020-12-15T02:24:53.257Z] #43 60.54 vendor/golang.org/x/text/unicode/bidi
02:24:53 [2020-12-15T02:24:53.547Z] #43 ...
02:24:53 [2020-12-15T02:24:53.547Z] 
02:24:53 [2020-12-15T02:24:53.547Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:24:53 [2020-12-15T02:24:53.547Z] #41 25.80   CC       compel/plugins/std/infect.o
02:24:53 [2020-12-15T02:24:53.902Z] #41 26.02   CC       compel/arch/s390/plugins/std/parasite-head.o
02:24:53 [2020-12-15T02:24:53.902Z] #41 26.04   CC       compel/arch/s390/plugins/std/syscalls/syscalls.o
02:24:53 [2020-12-15T02:24:53.902Z] #41 26.08   CC       compel/arch/s390/plugins/std/syscalls/syscalls-s390.o
02:24:53 [2020-12-15T02:24:53.902Z] #41 26.15   AR       compel/plugins/std.lib.a
02:24:53 [2020-12-15T02:24:53.902Z] #41 26.18   CC       compel/plugins/fds/fds.o
02:24:53 [2020-12-15T02:24:53.930Z] #45 19.79 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:24:54 [2020-12-15T02:24:54.192Z] #41 26.45   AR       compel/plugins/fds.lib.a
02:24:54 [2020-12-15T02:24:54.192Z] #41 26.47   HOSTDEP  compel/src/lib/log-host.d
02:24:54 [2020-12-15T02:24:54.192Z] #41 26.52   HOSTDEP  compel/src/lib/handle-elf-host.d
02:24:54 [2020-12-15T02:24:54.496Z] #45 ...
02:24:54 [2020-12-15T02:24:54.496Z] 
02:24:54 [2020-12-15T02:24:54.496Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:24:54 [2020-12-15T02:24:54.496Z] #56 10.48 Checking out files:  99% (789/794)   
Checking out files: 100% (794/794)   
Checking out files: 100% (794/794), done.
02:24:54 [2020-12-15T02:24:54.496Z] #56 10.51 + cd /tmp/tmp.cDOJjeol5c/src/github.com/rootless-containers/rootlesskit
02:24:54 [2020-12-15T02:24:54.496Z] #56 10.52 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:24:54 [2020-12-15T02:24:54.496Z] #56 10.85 + for f in rootlesskit rootlesskit-docker-proxy
02:24:54 [2020-12-15T02:24:54.496Z] #56 10.86 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
02:24:54 [2020-12-15T02:24:54.496Z] #56 ...
02:24:54 [2020-12-15T02:24:54.496Z] 
02:24:54 [2020-12-15T02:24:54.496Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:24:54 [2020-12-15T02:24:54.496Z] #43 18.20 container/list
02:24:54 [2020-12-15T02:24:54.496Z] #43 19.87 crypto/internal/subtle
02:24:54 [2020-12-15T02:24:54.496Z] #43 20.12 crypto/subtle
02:24:54 [2020-12-15T02:24:54.496Z] #43 20.59 vendor/golang.org/x/crypto/cryptobyte/asn1
02:24:54 [2020-12-15T02:24:54.498Z] #41 26.61   HOSTDEP  compel/arch/s390/src/lib/handle-elf-host.d
02:24:54 [2020-12-15T02:24:54.499Z] #41 26.67   HOSTDEP  compel/src/main-host.d
02:24:54 [2020-12-15T02:24:54.499Z] #41 26.74   DEP      compel/src/lib/ptrace.d
02:24:54 [2020-12-15T02:24:54.499Z] #41 26.88   DEP      compel/src/lib/infect.d
02:24:54 [2020-12-15T02:24:54.752Z] #43 20.96 internal/nettrace
02:24:54 [2020-12-15T02:24:54.789Z] #41 27.05   DEP      compel/src/lib/infect-util.d
02:24:54 [2020-12-15T02:24:54.789Z] #41 27.10   DEP      compel/src/lib/infect-rpc.d
02:24:55 [2020-12-15T02:24:55.009Z] #43 21.17 runtime/cgo
02:24:55 [2020-12-15T02:24:55.080Z] #41 27.19   DEP      compel/arch/s390/src/lib/infect.d
02:24:55 [2020-12-15T02:24:55.080Z] #41 27.27   DEP      compel/arch/s390/src/lib/cpu.d
02:24:55 [2020-12-15T02:24:55.080Z] #41 27.32   DEP      compel/src/lib/log.d
02:24:55 [2020-12-15T02:24:55.080Z] #41 27.36   DEP      compel/src/main.d
02:24:55 [2020-12-15T02:24:55.080Z] #41 27.43   DEP      compel/src/lib/handle-elf.d
02:24:55 [2020-12-15T02:24:55.370Z] #41 27.51   DEP      compel/arch/s390/src/lib/handle-elf.d
02:24:55 [2020-12-15T02:24:55.370Z] #41 27.60   CC       compel/src/lib/log.o
02:24:55 [2020-12-15T02:24:55.592Z] #43 ...
02:24:55 [2020-12-15T02:24:55.592Z] 
02:24:55 [2020-12-15T02:24:55.592Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:24:55 [2020-12-15T02:24:55.592Z] #22 20.97 + mkdir -p /build
02:24:55 [2020-12-15T02:24:55.592Z] #22 21.00 + mv docker/docker /build/
02:24:55 [2020-12-15T02:24:55.592Z] #22 21.06 + rmdir docker
02:24:55 [2020-12-15T02:24:55.592Z] #22 DONE 21.5s
02:24:55 [2020-12-15T02:24:55.592Z] 
02:24:55 [2020-12-15T02:24:55.592Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:24:55 [2020-12-15T02:24:55.592Z] #53 11.51 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:24:55 [2020-12-15T02:24:55.592Z] #53 15.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:24:55 [2020-12-15T02:24:55.592Z] #53 20.26 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:24:55 [2020-12-15T02:24:55.592Z] #53 ...
02:24:55 [2020-12-15T02:24:55.592Z] 
02:24:55 [2020-12-15T02:24:55.592Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:55 [2020-12-15T02:24:55.592Z] #47 21.12 go: downloading github.com/pkg/errors v0.8.1
02:24:55 [2020-12-15T02:24:55.592Z] #47 21.12 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:24:55 [2020-12-15T02:24:55.592Z] #47 21.18 go: downloading github.com/mattn/go-colorable v0.1.4
02:24:55 [2020-12-15T02:24:55.592Z] #47 21.24 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:24:55 [2020-12-15T02:24:55.592Z] #47 21.26 go: downloading github.com/stretchr/testify v1.4.0
02:24:55 [2020-12-15T02:24:55.592Z] #47 21.26 go: downloading github.com/sirupsen/logrus v1.4.2
02:24:55 [2020-12-15T02:24:55.592Z] #47 21.36 go: downloading github.com/spf13/cobra v0.0.5
02:24:55 [2020-12-15T02:24:55.661Z] #41 27.77   CC       compel/arch/s390/src/lib/cpu.o
02:24:55 [2020-12-15T02:24:55.661Z] #41 27.88   CC       compel/arch/s390/src/lib/infect.o
02:24:55 [2020-12-15T02:24:55.661Z] Fetching without tags
02:24:55 [2020-12-15T02:24:55.472Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:24:55 [2020-12-15T02:24:55.540Z]  > git config --add remote.origin.fetch +refs/pull/41793/head:refs/remotes/origin/PR-41793 # timeout=10
02:24:55 [2020-12-15T02:24:55.569Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:24:55 [2020-12-15T02:24:55.610Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:24:55 [2020-12-15T02:24:55.668Z] Fetching upstream changes from https://github.com/moby/moby.git
02:24:55 [2020-12-15T02:24:55.668Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:24:55 [2020-12-15T02:24:55.670Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:24:55 [2020-12-15T02:24:55.848Z] #47 21.81 go: extracting github.com/pkg/errors v0.8.1
02:24:55 [2020-12-15T02:24:55.848Z] #47 21.98 go: downloading github.com/spf13/viper v1.6.1
02:24:55 [2020-12-15T02:24:55.848Z] #47 21.98 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:24:55 [2020-12-15T02:24:55.848Z] #47 22.05 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:24:56 [2020-12-15T02:24:56.086Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:24:56 [2020-12-15T02:24:56.104Z] #47 22.13 go: extracting github.com/mattn/go-colorable v0.1.4
02:24:56 [2020-12-15T02:24:56.104Z] #47 22.32 go: downloading github.com/ultraware/funlen v0.0.2
02:24:56 [2020-12-15T02:24:56.294Z] #41 28.34   CC       compel/src/lib/infect-rpc.o
02:24:56 [2020-12-15T02:24:56.294Z] #41 28.51   CC       compel/src/lib/infect-util.o
02:24:56 [2020-12-15T02:24:56.294Z] #41 28.73   CC       compel/src/lib/infect.o
02:24:56 [2020-12-15T02:24:56.361Z] #47 22.50 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:24:56 [2020-12-15T02:24:56.361Z] #47 22.50 go: extracting github.com/spf13/viper v1.6.1
02:24:56 [2020-12-15T02:24:56.361Z] #47 22.57 go: extracting github.com/sirupsen/logrus v1.4.2
02:24:56 [2020-12-15T02:24:56.361Z] #47 22.57 go: extracting github.com/spf13/cobra v0.0.5
02:24:56 [2020-12-15T02:24:56.617Z] #47 22.75 go: extracting github.com/stretchr/testify v1.4.0
02:24:57 [2020-12-15T02:24:57.181Z] #47 23.33 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:24:57 [2020-12-15T02:24:57.181Z] #47 23.33 go: extracting github.com/ultraware/funlen v0.0.2
02:24:57 [2020-12-15T02:24:57.181Z] #47 23.33 go: downloading github.com/magiconair/properties v1.8.1
02:24:57 [2020-12-15T02:24:57.442Z] #47 23.48 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:24:57 [2020-12-15T02:24:57.442Z] #47 ...
02:24:57 [2020-12-15T02:24:57.442Z] 
02:24:57 [2020-12-15T02:24:57.442Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:24:57 [2020-12-15T02:24:57.442Z] #34 13.37 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:24:57 [2020-12-15T02:24:57.442Z] #34 17.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:24:57 [2020-12-15T02:24:57.442Z] #34 ...
02:24:57 [2020-12-15T02:24:57.442Z] 
02:24:57 [2020-12-15T02:24:57.442Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:24:57 [2020-12-15T02:24:57.442Z] #40 13.46 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:24:57 [2020-12-15T02:24:57.442Z] #40 17.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:24:57 [2020-12-15T02:24:57.698Z] #40 ...
02:24:57 [2020-12-15T02:24:57.699Z] 
02:24:57 [2020-12-15T02:24:57.699Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:57 [2020-12-15T02:24:57.699Z] #47 23.68 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:24:57 [2020-12-15T02:24:57.798Z] #41 30.00   CC       compel/src/lib/ptrace.o
02:24:57 [2020-12-15T02:24:57.957Z] #47 24.09 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:24:57 [2020-12-15T02:24:57.957Z] #47 24.15 go: extracting github.com/magiconair/properties v1.8.1
02:24:57 [2020-12-15T02:24:57.957Z] #47 24.20 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:24:58 [2020-12-15T02:24:58.051Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:24:58 [2020-12-15T02:24:58.051Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:24:58 [2020-12-15T02:24:58.089Z] #41 30.31   AR       compel/libcompel.a
02:24:58 [2020-12-15T02:24:58.089Z] #41 30.36   HOSTCC   compel/src/main-host.o
02:24:56 [2020-12-15T02:24:56.094Z]  > git config core.sparsecheckout # timeout=10
02:24:56 [2020-12-15T02:24:56.110Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:24:57 [2020-12-15T02:24:57.903Z]  > git remote # timeout=10
02:24:57 [2020-12-15T02:24:57.941Z]  > git config --get remote.origin.url # timeout=10
02:24:57 [2020-12-15T02:24:57.966Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:24:57 [2020-12-15T02:24:57.998Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:24:58 [2020-12-15T02:24:58.024Z]  > git rev-parse HEAD^{commit} # timeout=10
02:24:58 [2020-12-15T02:24:58.054Z]  > git config core.sparsecheckout # timeout=10
02:24:58 [2020-12-15T02:24:58.090Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:24:58 [2020-12-15T02:24:58.214Z] #47 24.48 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:24:58 [2020-12-15T02:24:58.214Z] #47 ...
02:24:58 [2020-12-15T02:24:58.214Z] 
02:24:58 [2020-12-15T02:24:58.214Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:24:58 [2020-12-15T02:24:58.214Z] #32 14.38 unicode/utf8
02:24:58 [2020-12-15T02:24:58.214Z] #32 15.84 unicode
02:24:58 [2020-12-15T02:24:58.214Z] #32 20.90 runtime/cgo
02:24:58 [2020-12-15T02:24:58.380Z] #41 30.53   HOSTCC   compel/arch/s390/src/lib/handle-elf-host.o
02:24:58 [2020-12-15T02:24:58.380Z] #41 30.63   HOSTCC   compel/src/lib/handle-elf-host.o
02:24:58 [2020-12-15T02:24:58.380Z] #41 30.78   HOSTCC   compel/src/lib/log-host.o
02:24:58 [2020-12-15T02:24:58.473Z] #32 ...
02:24:58 [2020-12-15T02:24:58.474Z] 
02:24:58 [2020-12-15T02:24:58.474Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:58 [2020-12-15T02:24:58.474Z] #47 24.56 go: downloading gopkg.in/yaml.v2 v2.2.7
02:24:58 [2020-12-15T02:24:58.671Z] #41 30.87   HOSTLINK compel/compel-host-bin
02:24:58 [2020-12-15T02:24:58.671Z] #41 31.00   DEP      soccr/soccr.d
02:24:58 [2020-12-15T02:24:58.671Z] #41 31.13   CC       soccr/soccr.o
02:24:58 [2020-12-15T02:24:58.730Z] #47 24.67 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:24:58 [2020-12-15T02:24:58.730Z] #47 24.90 go: extracting gopkg.in/yaml.v2 v2.2.7
02:24:58 [2020-12-15T02:24:58.989Z] #47 24.93 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:24:58 [2020-12-15T02:24:58.989Z] #47 ...
02:24:58 [2020-12-15T02:24:58.989Z] 
02:24:58 [2020-12-15T02:24:58.989Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:58 [2020-12-15T02:24:58.989Z] #11 15.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:24:58 [2020-12-15T02:24:58.989Z] #11 19.56 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:24:59 [2020-12-15T02:24:59.246Z] #11 ...
02:24:59 [2020-12-15T02:24:59.246Z] 
02:24:59 [2020-12-15T02:24:59.246Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:24:59 [2020-12-15T02:24:59.246Z] #47 25.31 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
02:24:59 [2020-12-15T02:24:59.504Z] #47 25.60 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:24:59 [2020-12-15T02:24:59.705Z] #41 31.85   AR       soccr/libsoccr.a
02:24:59 [2020-12-15T02:24:59.705Z] #41 31.87 make[1]: 'soccr/libsoccr.a' is up to date.
02:24:59 [2020-12-15T02:24:59.705Z] #41 32.02   DEP      criu/arch/s390/sigframe.d
02:24:59 [2020-12-15T02:24:59.705Z] #41 32.16   DEP      criu/arch/s390/crtools.d
02:24:59 [2020-12-15T02:24:59.705Z] #41 ...
02:24:59 [2020-12-15T02:24:59.705Z] 
02:24:59 [2020-12-15T02:24:59.705Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.47 Selecting previously unselected package libapparmor1:s390x.
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.47 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.47 Unpacking libapparmor1:s390x (2.13.2-10) ...
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.53 Selecting previously unselected package libapparmor-dev:s390x.
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.53 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.53 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.67 Selecting previously unselected package libbtrfs0.
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.67 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.705Z] #11 65.67 Unpacking libbtrfs0 (4.20.1-2) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.71 Selecting previously unselected package libbtrfs-dev.
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.72 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.73 Unpacking libbtrfs-dev (4.20.1-2) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.81 Selecting previously unselected package libdevmapper-event1.02.1:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.81 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.82 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.87 Selecting previously unselected package libudev-dev:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.87 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 65.88 Unpacking libudev-dev:s390x (241-7~deb10u5) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.02 Selecting previously unselected package libsepol1-dev:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.02 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.02 Unpacking libsepol1-dev:s390x (2.8-1) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.26 Selecting previously unselected package libpcre16-3:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.26 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.26 Unpacking libpcre16-3:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.32 Selecting previously unselected package libpcre32-3:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.32 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.33 Unpacking libpcre32-3:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.41 Selecting previously unselected package libpcrecpp0v5:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.41 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.41 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.48 Selecting previously unselected package libpcre3-dev:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.48 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.49 Unpacking libpcre3-dev:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.77 Selecting previously unselected package libselinux1-dev:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.78 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 66.78 Unpacking libselinux1-dev:s390x (2.8-1+b1) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.02 Selecting previously unselected package libdevmapper-dev:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.02 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.04 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.09 Selecting previously unselected package libseccomp-dev:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.09 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.10 Unpacking libseccomp-dev:s390x (2.3.3-4) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.15 Selecting previously unselected package libsystemd-dev:s390x.
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.15 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_s390x.deb ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.15 Unpacking libsystemd-dev:s390x (241-7~deb10u5) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.42 Setting up libpcrecpp0v5:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.43 Setting up libseccomp-dev:s390x (2.3.3-4) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.43 Setting up libapparmor1:s390x (2.13.2-10) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.44 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.45 Setting up libpcre16-3:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.45 Setting up libsepol1-dev:s390x (2.8-1) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.46 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.47 Setting up libbtrfs0 (4.20.1-2) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.47 Setting up libpcre32-3:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.48 Setting up libudev-dev:s390x (241-7~deb10u5) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.49 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.49 Setting up libbtrfs-dev (4.20.1-2) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.50 Setting up libapparmor-dev:s390x (2.13.2-10) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.51 Setting up mingw-w64-common (6.0.0-3) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.51 Setting up libsystemd-dev:s390x (241-7~deb10u5) ...
02:24:59 [2020-12-15T02:24:59.706Z] #11 67.52 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
02:24:59 [2020-12-15T02:24:59.766Z] #47 25.78 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:24:59 [2020-12-15T02:24:59.766Z] #47 25.80 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
02:24:59 [2020-12-15T02:24:59.766Z] #47 25.85 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:24:59 [2020-12-15T02:24:59.766Z] #47 25.90 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.53 Setting up libpcre3-dev:s390x (2:8.39-12) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.53 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.54 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
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.55 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
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.55 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.56 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
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.56 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
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.56 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.57 Setting up libselinux1-dev:s390x (2.8-1+b1) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.57 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.58 Setting up dmsetup (2:1.02.155-3) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.59 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.59 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ...
02:24:59 [2020-12-15T02:24:59.997Z] #11 67.60 Processing triggers for libc-bin (2.28-10) ...
02:25:00 [2020-12-15T02:25:00.026Z] #47 26.05 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:25:00 [2020-12-15T02:25:00.294Z] #11 DONE 68.0s
02:25:00 [2020-12-15T02:25:00.294Z] 
02:25:00 [2020-12-15T02:25:00.294Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.935 + RM_GOPATH=0
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.935 + TMP_GOPATH=
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.935 + : /build
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.935 + '[' -z '' ']'
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.935 ++ mktemp -d
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.936 + export GOPATH=/tmp/tmp.dryOhvni4f
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.936 + GOPATH=/tmp/tmp.dryOhvni4f
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.936 + RM_GOPATH=1
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.936 + case "$(go env GOARCH)" in
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.936 ++ go env GOARCH
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.948 + export GO_BUILDMODE=-buildmode=pie
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.948 + GO_BUILDMODE=-buildmode=pie
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 ++ dirname /tmp/install/install.sh
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + dir=/tmp/install
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + bin=runc
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + shift
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + '[' '!' -f /tmp/install/runc.installer ']'
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + . /tmp/install/runc.installer
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + install_runc
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + uname -r
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.950 + grep -q '^3\.10\.0.*\.el7\.'
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.951 + RUNC_BUILDTAGS='seccomp apparmor selinux '
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.951 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.951 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.951 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dryOhvni4f/src/github.com/opencontainers/runc
02:25:01 [2020-12-15T02:25:01.335Z] #51 0.958 Cloning into '/tmp/tmp.dryOhvni4f/src/github.com/opencontainers/runc'...
02:25:01 [2020-12-15T02:25:01.626Z] #51 ...
02:25:01 [2020-12-15T02:25:01.626Z] 
02:25:01 [2020-12-15T02:25:01.626Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
02:25:01 [2020-12-15T02:25:01.626Z] #12 DONE 1.2s
02:25:01 [2020-12-15T02:25:01.626Z] 
02:25:01 [2020-12-15T02:25:01.626Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:01 [2020-12-15T02:25:01.626Z] #41 32.39   DEP      criu/arch/s390/cpu.d
02:25:01 [2020-12-15T02:25:01.626Z] #41 32.47   CC       criu/arch/s390/cpu.o
02:25:01 [2020-12-15T02:25:01.626Z] #41 32.80   CC       criu/arch/s390/crtools.o
02:25:01 [2020-12-15T02:25:01.626Z] #41 33.61   CC       criu/arch/s390/sigframe.o
02:25:01 [2020-12-15T02:25:01.626Z] #41 33.78   LINK     criu/arch/s390/crtools.built-in.o
02:25:01 [2020-12-15T02:25:01.626Z] #41 33.82   DEP      criu/pie/util-vdso.d
02:25:01 [2020-12-15T02:25:01.626Z] #41 33.95   DEP      criu/pie/util.d
02:25:01 [2020-12-15T02:25:01.917Z] #41 34.10   CC       criu/pie/util.o
02:25:01 [2020-12-15T02:25:01.917Z] #41 34.33   CC       criu/pie/util-vdso.o
02:25:02 [2020-12-15T02:25:02.549Z] #47 28.14 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:25:02 [2020-12-15T02:25:02.555Z] #41 ...
02:25:02 [2020-12-15T02:25:02.555Z] 
02:25:02 [2020-12-15T02:25:02.555Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:25:02 [2020-12-15T02:25:02.555Z] #56 65.92 + for f in rootlesskit rootlesskit-docker-proxy
02:25:02 [2020-12-15T02:25:02.555Z] #56 65.92 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
02:25:02 [2020-12-15T02:25:02.555Z] #56 DONE 70.0s
02:25:02 [2020-12-15T02:25:02.555Z] 
02:25:02 [2020-12-15T02:25:02.555Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
02:25:02 [2020-12-15T02:25:02.555Z] #13 DONE 0.9s
02:25:02 [2020-12-15T02:25:02.555Z] 
02:25:02 [2020-12-15T02:25:02.555Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:02 [2020-12-15T02:25:02.555Z] #41 34.66   AR       criu/pie/pie.lib.a
02:25:02 [2020-12-15T02:25:02.555Z] #41 34.68   DEP      criu/pie/restorer.d
02:25:02 [2020-12-15T02:25:02.555Z] #41 ...
02:25:02 [2020-12-15T02:25:02.555Z] 
02:25:02 [2020-12-15T02:25:02.555Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
02:25:02 [2020-12-15T02:25:02.555Z] #57 DONE 0.1s
02:25:02 [2020-12-15T02:25:02.555Z] 
02:25:02 [2020-12-15T02:25:02.555Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:02 [2020-12-15T02:25:02.555Z] #41 34.81   DEP      criu/arch/s390/restorer.d
02:25:02 [2020-12-15T02:25:02.850Z] #41 ...
02:25:02 [2020-12-15T02:25:02.850Z] 
02:25:02 [2020-12-15T02:25:02.850Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:25:02 [2020-12-15T02:25:02.850Z] #58 DONE 0.1s
02:25:02 [2020-12-15T02:25:02.850Z] 
02:25:02 [2020-12-15T02:25:02.850Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:02 [2020-12-15T02:25:02.850Z] #41 34.94   DEP      criu/arch/s390/vdso-pie.d
02:25:02 [2020-12-15T02:25:02.850Z] #41 35.01   DEP      criu/pie/parasite-vdso.d
02:25:02 [2020-12-15T02:25:02.850Z] #41 35.10   DEP      criu/pie/parasite.d
02:25:02 [2020-12-15T02:25:02.850Z] #41 35.20   CC       criu/pie/parasite.o
02:25:03 [2020-12-15T02:25:03.118Z] Commit message: "vendor buildkit to v0.8.1"
02:25:03 [2020-12-15T02:25:03.145Z]  > git --version # timeout=10
02:25:03 [2020-12-15T02:25:03.166Z]  > git --version # 'git version 2.17.1'
02:25:03 [2020-12-15T02:25:03.183Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
02:25:03 [2020-12-15T02:25:03.480Z] #47 29.50 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:25:03 [2020-12-15T02:25:03.506Z] #41 35.93   LINK     criu/pie/parasite.built-in.o
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:25:03 [2020-12-15T02:25:03.806Z] #41 ...
02:25:03 [2020-12-15T02:25:03.806Z] 
02:25:03 [2020-12-15T02:25:03.806Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:25:03 [2020-12-15T02:25:03.806Z] #14 1.106 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:25:03 [2020-12-15T02:25:03.806Z] #14 DONE 1.3s
02:25:03 [2020-12-15T02:25:03.806Z] 
02:25:03 [2020-12-15T02:25:03.806Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:03 [2020-12-15T02:25:03.806Z] #41 35.94   GEN      criu/pie/parasite-blob.h
02:25:03 [2020-12-15T02:25:03.806Z] #41 35.96   CC       criu/pie/parasite-vdso.o
02:25:03 [2020-12-15T02:25:03.806Z] #41 ...
02:25:03 [2020-12-15T02:25:03.806Z] 
02:25:03 [2020-12-15T02:25:03.806Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:03 [2020-12-15T02:25:03.806Z] #43 61.43 vendor/golang.org/x/text/secure/bidirule
02:25:03 [2020-12-15T02:25:03.806Z] #43 61.59 vendor/golang.org/x/text/unicode/norm
02:25:03 [2020-12-15T02:25:03.806Z] #43 64.14 vendor/golang.org/x/net/idna
02:25:03 [2020-12-15T02:25:03.806Z] #43 65.27 vendor/golang.org/x/net/http2/hpack
02:25:03 [2020-12-15T02:25:03.806Z] #43 65.87 mime
02:25:03 [2020-12-15T02:25:03.806Z] #43 66.64 mime/quotedprintable
02:25:03 [2020-12-15T02:25:03.806Z] #43 66.92 net/http/internal
02:25:03 [2020-12-15T02:25:03.806Z] #43 69.46 crypto/tls
02:25:04 [2020-12-15T02:25:04.097Z] #43 ...
02:25:04 [2020-12-15T02:25:04.097Z] 
02:25:04 [2020-12-15T02:25:04.097Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
02:25:04 [2020-12-15T02:25:04.389Z] #15 DONE 0.7s
02:25:04 [2020-12-15T02:25:04.389Z] 
02:25:04 [2020-12-15T02:25:04.389Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:04 [2020-12-15T02:25:04.389Z] #41 36.39   CC       criu/arch/s390/vdso-pie.o
02:25:04 [2020-12-15T02:25:04.389Z] #41 36.58   CC       criu/arch/s390/restorer.o
02:25:04 [2020-12-15T02:25:04.411Z] #47 ...
02:25:04 [2020-12-15T02:25:04.411Z] 
02:25:04 [2020-12-15T02:25:04.411Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:25:04 [2020-12-15T02:25:04.490Z] + docker version
02:25:04 [2020-12-15T02:25:04.678Z] Removing intermediate container e59511019fc7
02:25:04 [2020-12-15T02:25:04.678Z]  ---> 9f701fa2b16f
02:25:04 [2020-12-15T02:25:04.678Z] Step 13/15 : FROM golang:${GO_VERSION}-buster
02:25:04 [2020-12-15T02:25:04.678Z]  ---> 805dc2d65d1c
02:25:04 [2020-12-15T02:25:04.678Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx
02:25:04 [2020-12-15T02:25:04.678Z]  ---> 2c7af3cba933
02:25:04 [2020-12-15T02:25:04.678Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"]
02:25:04 [2020-12-15T02:25:04.678Z]  ---> Running in ad030754f5b9
02:25:04 [2020-12-15T02:25:04.678Z] Removing intermediate container ad030754f5b9
02:25:04 [2020-12-15T02:25:04.678Z]  ---> bfb7d866233d
02:25:04 [2020-12-15T02:25:04.678Z] Successfully built bfb7d866233d
02:25:04 [2020-12-15T02:25:04.678Z] Successfully tagged moby-buildx:latest
02:25:04 [2020-12-15T02:25:04.678Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \
02:25:04 [2020-12-15T02:25:04.678Z] if [ -n "${id}" ]; then \
02:25:04 [2020-12-15T02:25:04.678Z] 	docker cp ${id}:/usr/bin/buildx bundles/buildx \
02:25:04 [2020-12-15T02:25:04.678Z] 	&& touch bundles/buildx; \
02:25:04 [2020-12-15T02:25:04.678Z] 	docker rm -f ${id}; \
02:25:04 [2020-12-15T02:25:04.678Z] fi
02:25:04 [2020-12-15T02:25:04.678Z] da742fa07ac2a4adecae6a9228803939458bce70f0827ecfa1b9f2a3d0d120fa
02:25:04 [2020-12-15T02:25:04.678Z] bundles/buildx version
02:25:04 [2020-12-15T02:25:04.678Z] buildx v0.3.1 6db68d0
02:25:04 [2020-12-15T02:25:04.678Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:a02553670ec7b08c293beb701d0c7c7a2922a85a .
02:25:04 [2020-12-15T02:25:04.678Z] #1 [internal] booting buildkit
02:25:04 [2020-12-15T02:25:04.678Z] #1 pulling image moby/buildkit:buildx-stable-1
02:25:04 [2020-12-15T02:25:04.678Z] #1 pulling image moby/buildkit:buildx-stable-1 2.8s done
02:25:04 [2020-12-15T02:25:04.678Z] #1 creating container buildx_buildkit_default
02:25:04 [2020-12-15T02:25:04.678Z] #1 creating container buildx_buildkit_default 0.4s done
02:25:04 [2020-12-15T02:25:04.678Z] #1 DONE 3.1s
02:25:04 [2020-12-15T02:25:04.678Z] 
02:25:04 [2020-12-15T02:25:04.678Z] #2 [internal] load build definition from Dockerfile
02:25:04 [2020-12-15T02:25:04.678Z] #2 transferring dockerfile: 16.58kB 0.0s done
02:25:04 [2020-12-15T02:25:04.678Z] #2 DONE 0.0s
02:25:04 [2020-12-15T02:25:04.678Z] 
02:25:04 [2020-12-15T02:25:04.678Z] #3 [internal] load .dockerignore
02:25:04 [2020-12-15T02:25:04.678Z] #3 transferring context: 87B done
02:25:04 [2020-12-15T02:25:04.678Z] #3 DONE 0.0s
02:25:04 [2020-12-15T02:25:04.678Z] 
02:25:04 [2020-12-15T02:25:04.678Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
02:25:04 [2020-12-15T02:25:04.678Z] #4 DONE 1.0s
02:25:04 [2020-12-15T02:25:04.678Z] 
02:25:04 [2020-12-15T02:25:04.678Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
02:25:04 [2020-12-15T02:25:04.678Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
02:25:04 [2020-12-15T02:25:04.678Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.2s done
02:25:04 [2020-12-15T02:25:04.678Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93
02:25:04 [2020-12-15T02:25:04.678Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done
02:25:04 [2020-12-15T02:25:04.678Z] #5 DONE 0.4s
02:25:04 [2020-12-15T02:25:04.682Z] #41 36.88   CC       criu/pie/restorer.o
02:25:04 [2020-12-15T02:25:04.926Z] #38 30.04 Checking out files:  44% (745/1666)   
Checking out files:  45% (750/1666)   
Checking out files:  46% (767/1666)   
Checking out files:  47% (784/1666)   
Checking out files:  48% (800/1666)   
Checking out files:  49% (817/1666)   
Checking out files:  50% (833/1666)   
Checking out files:  51% (850/1666)   
Checking out files:  52% (867/1666)   
Checking out files:  53% (883/1666)   
Checking out files:  54% (900/1666)   
Checking out files:  55% (917/1666)   
Checking out files:  56% (933/1666)   
Checking out files:  57% (950/1666)   
Checking out files:  58% (967/1666)   
Checking out files:  59% (983/1666)   
Checking out files:  60% (1000/1666)   
Checking out files:  61% (1017/1666)   
Checking out files:  62% (1033/1666)   
Checking out files:  63% (1050/1666)   
Checking out files:  64% (1067/1666)   
Checking out files:  65% (1083/1666)   
Checking out files:  66% (1100/1666)   
Checking out files:  67% (1117/1666)   
Checking out files:  68% (1133/1666)   
Checking out files:  69% (1150/1666)   
Checking out files:  70% (1167/1666)   
02:25:04 [2020-12-15T02:25:04.926Z] #38 ...
02:25:04 [2020-12-15T02:25:04.926Z] 
02:25:04 [2020-12-15T02:25:04.926Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:04 [2020-12-15T02:25:04.926Z] #49 20.88 + cd /tmp/tmp.UWzDn97zbd/src/github.com/mvdan/sh
02:25:04 [2020-12-15T02:25:04.926Z] #49 20.88 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
02:25:04 [2020-12-15T02:25:04.926Z] #49 21.06 + GO111MODULE=on
02:25:04 [2020-12-15T02:25:04.926Z] #49 21.09 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
02:25:04 [2020-12-15T02:25:04.926Z] #49 23.12 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:25:04 [2020-12-15T02:25:04.926Z] #49 23.24 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:25:04 [2020-12-15T02:25:04.926Z] #49 23.28 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:25:04 [2020-12-15T02:25:04.926Z] #49 23.96 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:25:04 [2020-12-15T02:25:04.926Z] #49 23.99 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:25:04 [2020-12-15T02:25:04.926Z] #49 24.99 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:25:04 [2020-12-15T02:25:04.926Z] #49 25.98 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:25:04 [2020-12-15T02:25:04.926Z] #49 28.16 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:25:04 [2020-12-15T02:25:04.926Z] #49 30.49 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:25:04 [2020-12-15T02:25:04.926Z] #49 ...
02:25:04 [2020-12-15T02:25:04.926Z] 
02:25:04 [2020-12-15T02:25:04.926Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:25:04 [2020-12-15T02:25:04.969Z] 
02:25:04 [2020-12-15T02:25:04.969Z] #6 [internal] load build definition from Dockerfile
02:25:04 [2020-12-15T02:25:04.969Z] #6 transferring dockerfile: 16.58kB done
02:25:04 [2020-12-15T02:25:04.969Z] #6 DONE 0.0s
02:25:04 [2020-12-15T02:25:04.969Z] 
02:25:04 [2020-12-15T02:25:04.969Z] #9 [internal] load metadata for docker.io/library/debian:buster
02:25:05 [2020-12-15T02:25:05.264Z] #9 ...
02:25:05 [2020-12-15T02:25:05.264Z] 
02:25:05 [2020-12-15T02:25:05.264Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster
02:25:05 [2020-12-15T02:25:05.264Z] #7 DONE 0.4s
02:25:05 [2020-12-15T02:25:05.318Z] #41 ...
02:25:05 [2020-12-15T02:25:05.318Z] 
02:25:05 [2020-12-15T02:25:05.318Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
02:25:05 [2020-12-15T02:25:05.318Z] #16 DONE 1.0s
02:25:05 [2020-12-15T02:25:05.570Z] 
02:25:05 [2020-12-15T02:25:05.570Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
02:25:05 [2020-12-15T02:25:05.570Z] #8 DONE 0.5s
02:25:05 [2020-12-15T02:25:05.570Z] 
02:25:05 [2020-12-15T02:25:05.570Z] #9 [internal] load metadata for docker.io/library/debian:buster
02:25:05 [2020-12-15T02:25:05.570Z] #9 DONE 0.6s
02:25:05 [2020-12-15T02:25:05.621Z] 
02:25:05 [2020-12-15T02:25:05.621Z] #17 [dev-systemd-false  6/26] RUN ldconfig
02:25:05 [2020-12-15T02:25:05.904Z] 
02:25:05 [2020-12-15T02:25:05.905Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:05 [2020-12-15T02:25:05.905Z] #26 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 0.0s done
02:25:05 [2020-12-15T02:25:05.905Z] #26 DONE 0.1s
02:25:05 [2020-12-15T02:25:05.905Z] 
02:25:05 [2020-12-15T02:25:05.905Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
02:25:05 [2020-12-15T02:25:05.905Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done
02:25:05 [2020-12-15T02:25:05.905Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.84MB / 9.86MB 0.2s
02:25:06 [2020-12-15T02:25:06.209Z] #38 30.04 Checking out files:  44% (745/1666)   
Checking out files:  45% (750/1666)   
Checking out files:  46% (767/1666)   
Checking out files:  47% (784/1666)   
Checking out files:  48% (800/1666)   
Checking out files:  49% (817/1666)   
Checking out files:  50% (833/1666)   
Checking out files:  51% (850/1666)   
Checking out files:  52% (867/1666)   
Checking out files:  53% (883/1666)   
Checking out files:  54% (900/1666)   
Checking out files:  55% (917/1666)   
Checking out files:  56% (933/1666)   
Checking out files:  57% (950/1666)   
Checking out files:  58% (967/1666)   
Checking out files:  59% (983/1666)   
Checking out files:  60% (1000/1666)   
Checking out files:  61% (1017/1666)   
Checking out files:  62% (1033/1666)   
Checking out files:  63% (1050/1666)   
Checking out files:  64% (1067/1666)   
Checking out files:  65% (1083/1666)   
Checking out files:  66% (1100/1666)   
Checking out files:  67% (1117/1666)   
Checking out files:  68% (1133/1666)   
Checking out files:  69% (1150/1666)   
Checking out files:  70% (1167/1666)   
Checking out files:  71% (1183/1666)   
Checking out files:  72% (1200/1666)   
Checking out files:  73% (1217/1666)   
Checking out files:  74% (1233/1666)   
Checking out files:  75% (1250/1666)   
Checking out files:  76% (1267/1666)   
Checking out files:  77% (1283/1666)   
Checking out files:  78% (1300/1666)   
Checking out files:  79% (1317/1666)   
Checking out files:  80% (1333/1666)   
Checking out files:  80% (1344/1666)   
Checking out files:  81% (1350/1666)   
Checking out files:  82% (1367/1666)   
Checking out files:  83% (1383/1666)   
Checking out files:  84% (1400/1666)   
Checking out files:  85% (1417/1666)   
Checking out files:  86% (1433/1666)   
Checking out files:  87% (1450/1666)   
Checking out files:  88% (1467/1666)   
Checking out files:  89% (1483/1666)   
Checking out files:  90% (1500/1666)   
Checking out files:  91% (1517/1666)   
Checking out files:  92% (1533/1666)   
Checking out files:  93% (1550/1666)   
Checking out files:  94% (1567/1666)   
Checking out files:  95% (1583/1666)   
Checking out files:  96% (1600/1666)   
Checking out files:  97% (1617/1666)   
Checking out files:  98% (1633/1666)   
Checking out files:  99% (1650/1666)   
Checking out files: 100% (1666/1666)   
Checking out files: 100% (1666/1666), done.
02:25:06 [2020-12-15T02:25:06.209Z] #38 31.93 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
02:25:06 [2020-12-15T02:25:06.253Z] #17 DONE 0.9s
02:25:06 [2020-12-15T02:25:06.253Z] 
02:25:06 [2020-12-15T02:25:06.253Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:25:06 [2020-12-15T02:25:06.273Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 5.64MB / 9.86MB 0.3s
02:25:06 [2020-12-15T02:25:06.273Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done
02:25:06 [2020-12-15T02:25:06.273Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022
02:25:07 [2020-12-15T02:25:07.295Z] #18 0.770 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:25:07 [2020-12-15T02:25:07.295Z] #18 0.801 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:07 [2020-12-15T02:25:07.295Z] #18 0.814 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:07 [2020-12-15T02:25:07.586Z] #18 1.168 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
02:25:08 [2020-12-15T02:25:08.022Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.7s done
02:25:08 [2020-12-15T02:25:08.022Z] #62 DONE 2.2s
02:25:08 [2020-12-15T02:25:08.022Z] 
02:25:08 [2020-12-15T02:25:08.022Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:08 [2020-12-15T02:25:08.022Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.1s done
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 19.92MB / 57.46MB 1.7s
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 17.83MB / 73.58MB 1.7s
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 20.97MB / 54.14MB 1.7s
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.4s done
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.9s done
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 19.92MB / 96.52MB 1.7s
02:25:08 [2020-12-15T02:25:08.022Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 23.07MB / 57.46MB 1.8s
02:25:08 [2020-12-15T02:25:08.619Z] #18 2.299 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [227 kB]
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 22.02MB / 73.58MB 2.0s
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 24.12MB / 54.14MB 2.0s
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 26.21MB / 57.46MB 2.1s
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 25.17MB / 96.52MB 2.1s
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 29.36MB / 57.46MB 2.4s
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 27.26MB / 73.58MB 2.4s
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 29.36MB / 54.14MB 2.4s
02:25:08 [2020-12-15T02:25:08.724Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 30.41MB / 96.52MB 2.5s
02:25:09 [2020-12-15T02:25:09.170Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 33.55MB / 57.46MB 2.7s
02:25:09 [2020-12-15T02:25:09.170Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 31.46MB / 73.58MB 2.9s
02:25:09 [2020-12-15T02:25:09.170Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 34.60MB / 54.14MB 2.9s
02:25:09 [2020-12-15T02:25:09.170Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 36.70MB / 96.52MB 2.9s
02:25:09 [2020-12-15T02:25:09.170Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 37.75MB / 57.46MB 3.0s
02:25:09 [2020-12-15T02:25:09.170Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 38.80MB / 54.14MB 3.2s
02:25:09 [2020-12-15T02:25:09.482Z] #38 ...
02:25:09 [2020-12-15T02:25:09.482Z] 
02:25:09 [2020-12-15T02:25:09.482Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:25:09 [2020-12-15T02:25:09.482Z] #45 25.38 go: finding github.com/fatih/color v1.9.0
02:25:09 [2020-12-15T02:25:09.482Z] #45 25.43 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:25:09 [2020-12-15T02:25:09.482Z] #45 25.51 go: finding github.com/pkg/errors v0.9.1
02:25:09 [2020-12-15T02:25:09.482Z] #45 25.54 go: finding github.com/spf13/pflag v1.0.3
02:25:09 [2020-12-15T02:25:09.482Z] #45 25.66 go: finding github.com/mattn/go-colorable v0.1.6
02:25:09 [2020-12-15T02:25:09.482Z] #45 25.91 go: finding github.com/mattn/go-isatty v0.0.12
02:25:09 [2020-12-15T02:25:09.482Z] #45 26.80 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:25:09 [2020-12-15T02:25:09.482Z] #45 26.89 go: finding github.com/jonboulle/clockwork v0.1.0
02:25:09 [2020-12-15T02:25:09.482Z] #45 26.93 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:25:09 [2020-12-15T02:25:09.482Z] #45 27.01 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:25:09 [2020-12-15T02:25:09.482Z] #45 27.08 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:25:09 [2020-12-15T02:25:09.482Z] #45 ...
02:25:09 [2020-12-15T02:25:09.482Z] 
02:25:09 [2020-12-15T02:25:09.482Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:09 [2020-12-15T02:25:09.482Z] #47 34.46 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:25:09 [2020-12-15T02:25:09.482Z] #47 34.56 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.24 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.26 go: downloading github.com/subosito/gotenv v1.2.0
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.26 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.26 go: downloading github.com/hashicorp/hcl v1.0.0
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.28 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.28 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.29 go: downloading github.com/spf13/afero v1.1.2
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.34 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.48 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.49 go: downloading github.com/stretchr/objx v0.2.0
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.56 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:25:09 [2020-12-15T02:25:09.482Z] #47 35.68 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:25:09 [2020-12-15T02:25:09.513Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 37.75MB / 73.58MB 3.3s
02:25:09 [2020-12-15T02:25:09.513Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 42.99MB / 96.52MB 3.2s
02:25:09 [2020-12-15T02:25:09.513Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 40.89MB / 57.46MB 3.3s
02:25:11 [2020-12-15T02:25:11.770Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:25:11 [2020-12-15T02:25:11.787Z]  > git config --add remote.origin.fetch +refs/pull/41793/head:refs/remotes/origin/PR-41793 # timeout=10
02:25:11 [2020-12-15T02:25:11.803Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:25:10 [2020-12-15T02:25:10.416Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:25:10 [2020-12-15T02:25:10.445Z]  > git config --add remote.origin.fetch +refs/pull/41793/head:refs/remotes/origin/PR-41793 # timeout=10
02:25:10 [2020-12-15T02:25:10.475Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:25:12 [2020-12-15T02:25:12.831Z] #47 35.68 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:25:12 [2020-12-15T02:25:12.831Z] #47 35.89 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:25:12 [2020-12-15T02:25:12.831Z] #47 35.89 go: downloading github.com/davecgh/go-spew v1.1.1
02:25:12 [2020-12-15T02:25:12.831Z] #47 35.89 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:25:12 [2020-12-15T02:25:12.831Z] #47 35.90 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:25:12 [2020-12-15T02:25:12.831Z] #47 35.94 go: extracting github.com/subosito/gotenv v1.2.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 35.94 go: downloading github.com/pelletier/go-toml v1.2.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.01 go: extracting github.com/spf13/afero v1.1.2
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.22 go: extracting github.com/stretchr/objx v0.2.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.32 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.32 go: downloading github.com/fatih/color v1.7.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.41 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.76 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.78 go: extracting github.com/hashicorp/hcl v1.0.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.86 go: extracting github.com/davecgh/go-spew v1.1.1
02:25:12 [2020-12-15T02:25:12.831Z] #47 36.90 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.01 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.03 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.21 go: extracting github.com/pelletier/go-toml v1.2.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.36 go: extracting github.com/fatih/color v1.7.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.51 go: downloading github.com/spf13/cast v1.3.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.52 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.52 go: downloading github.com/fsnotify/fsnotify v1.4.7
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.67 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.67 go: downloading github.com/inconshreveable/mousetrap v1.0.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.68 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.70 go: downloading github.com/spf13/jwalterweatherman v1.0.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 37.97 go: extracting github.com/inconshreveable/mousetrap v1.0.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.02 go: extracting github.com/fsnotify/fsnotify v1.4.7
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.05 go: downloading github.com/mattn/go-isatty v0.0.8
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.19 go: downloading gopkg.in/ini.v1 v1.51.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.19 go: extracting github.com/spf13/cast v1.3.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.23 go: extracting github.com/spf13/jwalterweatherman v1.0.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.31 go: downloading github.com/kisielk/gotool v1.0.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.36 go: downloading github.com/uudashr/gocognit v1.0.1
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.37 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.45 go: extracting github.com/mattn/go-isatty v0.0.8
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.50 go: downloading github.com/spf13/pflag v1.0.5
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.52 go: extracting github.com/uudashr/gocognit v1.0.1
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.58 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.69 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.76 go: downloading github.com/mitchellh/mapstructure v1.1.2
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.84 go: extracting gopkg.in/ini.v1 v1.51.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.87 go: extracting github.com/kisielk/gotool v1.0.0
02:25:12 [2020-12-15T02:25:12.831Z] #47 38.95 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:25:12 [2020-12-15T02:25:12.831Z] #47 39.06 go: downloading github.com/go-lintpack/lintpack v0.5.2
02:25:12 [2020-12-15T02:25:12.833Z] Client: Docker Engine - Community
02:25:12 [2020-12-15T02:25:12.833Z]  Version:           19.03.13
02:25:12 [2020-12-15T02:25:12.833Z]  API version:       1.40
02:25:12 [2020-12-15T02:25:12.833Z]  Go version:        go1.13.15
02:25:12 [2020-12-15T02:25:12.833Z]  Git commit:        4484c46d9d
02:25:12 [2020-12-15T02:25:12.833Z]  Built:             Wed Sep 16 17:02:36 2020
02:25:12 [2020-12-15T02:25:12.833Z]  OS/Arch:           linux/amd64
02:25:12 [2020-12-15T02:25:12.833Z]  Experimental:      false
02:25:12 [2020-12-15T02:25:12.833Z] 
02:25:12 [2020-12-15T02:25:12.833Z] Server: Docker Engine - Community
02:25:12 [2020-12-15T02:25:12.833Z]  Engine:
02:25:12 [2020-12-15T02:25:12.833Z]   Version:          19.03.13
02:25:12 [2020-12-15T02:25:12.833Z]   API version:      1.40 (minimum version 1.12)
02:25:12 [2020-12-15T02:25:12.833Z]   Go version:       go1.13.15
02:25:12 [2020-12-15T02:25:12.833Z]   Git commit:       4484c46d9d
02:25:12 [2020-12-15T02:25:12.833Z]   Built:            Wed Sep 16 17:01:06 2020
02:25:12 [2020-12-15T02:25:12.833Z]   OS/Arch:          linux/amd64
02:25:12 [2020-12-15T02:25:12.833Z]   Experimental:     true
02:25:12 [2020-12-15T02:25:12.833Z]  containerd:
02:25:12 [2020-12-15T02:25:12.833Z]   Version:          1.3.7
02:25:12 [2020-12-15T02:25:12.833Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
02:25:12 [2020-12-15T02:25:12.833Z]  runc:
02:25:12 [2020-12-15T02:25:12.833Z]   Version:          1.0.0-rc10
02:25:12 [2020-12-15T02:25:12.833Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:25:12 [2020-12-15T02:25:12.833Z]  docker-init:
02:25:12 [2020-12-15T02:25:12.833Z]   Version:          0.18.0
02:25:12 [2020-12-15T02:25:12.833Z]   GitCommit:        fec3683
02:25:12 [2020-12-15T02:25:12.834Z] Fetching without tags
02:25:12 [2020-12-15T02:25:12.856Z] #18 3.595 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7872 B]
02:25:12 [2020-12-15T02:25:12.856Z] #18 ...
02:25:12 [2020-12-15T02:25:12.856Z] 
02:25:12 [2020-12-15T02:25:12.856Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.16   LINK     criu/pie/restorer.built-in.o
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.18   GEN      criu/pie/restorer-blob.h
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.24   DEP      criu/vdso.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.35   DEP      criu/uts_ns.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.42   DEP      criu/util.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.53   DEP      criu/uffd.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.64   DEP      criu/tun.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.83   DEP      criu/tty.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 38.97   DEP      criu/timerfd.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.12   DEP      criu/timens.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.18   DEP      criu/sysfs_parse.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.25   DEP      criu/sysctl.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.36   DEP      criu/string.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.38   DEP      criu/stats.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.49   DEP      criu/sockets.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.62   DEP      criu/sk-unix.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 39.82   DEP      criu/sk-tcp.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.02   DEP      criu/sk-queue.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.20   DEP      criu/sk-packet.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.31   DEP      criu/sk-netlink.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.41   DEP      criu/sk-inet.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.52   DEP      criu/signalfd.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.67   DEP      criu/sigframe.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.78   DEP      criu/shmem.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 40.95   DEP      criu/servicefd.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 41.09   DEP      criu/seize.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 41.27   DEP      criu/seccomp.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 41.37   DEP      criu/rst-malloc.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 41.45   DEP      criu/rbtree.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 41.48   DEP      criu/pstree.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 41.58   DEP      criu/protobuf.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 41.70   GEN      criu/protobuf-desc-gen.h
02:25:12 [2020-12-15T02:25:12.856Z] #41 42.65   DEP      criu/protobuf-desc.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 42.76   DEP      criu/proc_parse.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 42.96   DEP      criu/plugin.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 43.04   DEP      criu/pipes.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 43.19   DEP      criu/pie-util.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 43.30   DEP      criu/pie-util-vdso.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 43.42   DEP      criu/path.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 43.57   DEP      criu/parasite-syscall.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 43.77   DEP      criu/pagemap.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 43.97   DEP      criu/pagemap-cache.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 44.09   DEP      criu/page-xfer.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 44.27   DEP      criu/page-pipe.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 44.38   DEP      criu/netfilter.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 44.52   DEP      criu/net.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 44.73   DEP      criu/namespaces.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 44.89   DEP      criu/mount.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 44.98   DEP      criu/memfd.d
02:25:12 [2020-12-15T02:25:12.856Z] #41 ...
02:25:12 [2020-12-15T02:25:12.856Z] 
02:25:12 [2020-12-15T02:25:12.856Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:25:12 [2020-12-15T02:25:12.856Z] #18 6.320 Fetched 8096 kB in 6s (1452 kB/s)
02:25:12 [2020-12-15T02:25:12.866Z] Fetching without tags
[Pipeline] sh
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 41.94MB / 54.14MB 3.5s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 45.09MB / 57.46MB 3.6s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 45.09MB / 54.14MB 3.8s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 50.33MB / 96.52MB 3.6s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 48.23MB / 57.46MB 3.9s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 42.99MB / 73.58MB 3.9s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 49.28MB / 54.14MB 4.1s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 55.57MB / 96.52MB 3.9s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 52.43MB / 57.46MB 4.2s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 47.19MB / 73.58MB 4.2s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 52.43MB / 54.14MB 4.4s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 61.87MB / 96.52MB 4.2s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 55.57MB / 57.46MB 4.5s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 52.43MB / 73.58MB 4.5s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 4.6s done
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 67.11MB / 96.52MB 4.5s
02:25:12 [2020-12-15T02:25:12.873Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.6s done
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 56.62MB / 73.58MB 4.7s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 63.96MB / 73.58MB 5.0s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 74.45MB / 96.52MB 4.9s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 80.74MB / 96.52MB 5.1s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 70.25MB / 73.58MB 5.3s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.4s done
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 89.13MB / 96.52MB 5.4s
02:25:12 [2020-12-15T02:25:12.873Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.6s done
02:25:13 [2020-12-15T02:25:13.089Z] #47 39.18 go: downloading golang.org/x/text v0.3.2
02:25:13 [2020-12-15T02:25:13.150Z] + docker info
02:25:13 [2020-12-15T02:25:13.252Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:25:13 [2020-12-15T02:25:13.257Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:25:13 [2020-12-15T02:25:13.345Z] #47 39.33 go: extracting github.com/spf13/pflag v1.0.5
02:25:13 [2020-12-15T02:25:13.345Z] #47 39.37 go: extracting github.com/mitchellh/mapstructure v1.1.2
02:25:13 [2020-12-15T02:25:13.601Z] #47 39.55 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:25:13 [2020-12-15T02:25:13.857Z] #47 40.01 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:25:13 [2020-12-15T02:25:13.857Z] #47 40.07 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:25:13 [2020-12-15T02:25:13.923Z] #10 ...
02:25:13 [2020-12-15T02:25:13.923Z] 
02:25:13 [2020-12-15T02:25:13.923Z] #23 [internal] load build context
02:25:13 [2020-12-15T02:25:13.923Z] #23 transferring context: 53.17MB 8.0s done
02:25:13 [2020-12-15T02:25:13.923Z] #23 DONE 8.1s
02:25:13 [2020-12-15T02:25:13.923Z] 
02:25:13 [2020-12-15T02:25:13.923Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:13 [2020-12-15T02:25:13.923Z] #26 sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 54.14MB / 54.14MB 3.6s done
02:25:13 [2020-12-15T02:25:13.923Z] #26 extracting sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582
02:25:14 [2020-12-15T02:25:14.114Z] #47 40.19 go: extracting github.com/go-lintpack/lintpack v0.5.2
02:25:14 [2020-12-15T02:25:14.114Z] #47 40.25 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:25:14 [2020-12-15T02:25:14.245Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:25:14 [2020-12-15T02:25:14.246Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:25:14 [2020-12-15T02:25:14.371Z] #47 40.54 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
02:25:14 [2020-12-15T02:25:14.371Z] #47 40.54 go: downloading github.com/pmezard/go-difflib v1.0.0
02:25:12 [2020-12-15T02:25:12.830Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:25:12 [2020-12-15T02:25:12.872Z] Fetching upstream changes from https://github.com/moby/moby.git
02:25:12 [2020-12-15T02:25:12.873Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:25:12 [2020-12-15T02:25:12.874Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:25:13 [2020-12-15T02:25:13.268Z]  > git config core.sparsecheckout # timeout=10
02:25:13 [2020-12-15T02:25:13.293Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:25:14 [2020-12-15T02:25:14.134Z]  > git remote # timeout=10
02:25:14 [2020-12-15T02:25:14.161Z]  > git config --get remote.origin.url # timeout=10
02:25:14 [2020-12-15T02:25:14.183Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:25:14 [2020-12-15T02:25:14.185Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:25:14 [2020-12-15T02:25:14.212Z]  > git rev-parse HEAD^{commit} # timeout=10
02:25:14 [2020-12-15T02:25:14.249Z]  > git config core.sparsecheckout # timeout=10
02:25:14 [2020-12-15T02:25:14.268Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:25:14 [2020-12-15T02:25:14.388Z] #18 6.320 Reading package lists...
02:25:14 [2020-12-15T02:25:14.939Z] #47 40.87 go: extracting github.com/mitchellh/go-homedir v1.1.0
02:25:14 [2020-12-15T02:25:14.939Z] #47 40.87 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
02:25:14 [2020-12-15T02:25:14.939Z] #47 40.95 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:25:14 [2020-12-15T02:25:14.939Z] #47 40.97 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
02:25:14 [2020-12-15T02:25:14.939Z] #47 41.00 go: extracting github.com/pmezard/go-difflib v1.0.0
02:25:14 [2020-12-15T02:25:14.939Z] #47 41.03 go: downloading github.com/ultraware/whitespace v0.0.4
02:25:14 [2020-12-15T02:25:14.939Z] #47 41.04 go: extracting github.com/go-toolsmith/astfmt v1.0.0
02:25:14 [2020-12-15T02:25:14.939Z] #47 41.19 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:25:14 [2020-12-15T02:25:14.939Z] #47 ...
02:25:14 [2020-12-15T02:25:14.939Z] 
02:25:14 [2020-12-15T02:25:14.939Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:14 [2020-12-15T02:25:14.939Z] #49 31.18 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:25:14 [2020-12-15T02:25:14.939Z] #49 31.73 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:25:14 [2020-12-15T02:25:14.939Z] #49 31.85 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:25:14 [2020-12-15T02:25:14.939Z] #49 33.73 runtime/cgo
02:25:14 [2020-12-15T02:25:14.939Z] #49 33.86 runtime
02:25:12 [2020-12-15T02:25:12.827Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:25:12 [2020-12-15T02:25:12.839Z] Fetching upstream changes from https://github.com/moby/moby.git
02:25:12 [2020-12-15T02:25:12.840Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:25:12 [2020-12-15T02:25:12.841Z]  > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:25:13 [2020-12-15T02:25:13.262Z]  > git config core.sparsecheckout # timeout=10
02:25:13 [2020-12-15T02:25:13.278Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:25:15 [2020-12-15T02:25:15.198Z] #49 ...
02:25:15 [2020-12-15T02:25:15.198Z] 
02:25:15 [2020-12-15T02:25:15.198Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:15 [2020-12-15T02:25:15.198Z] #62 36.44 Checking out files:  43% (827/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.
02:25:15 [2020-12-15T02:25:15.198Z] #62 37.96 + cd /tmp/tmp.EYGuikQiNy/src/github.com/docker/libnetwork
02:25:15 [2020-12-15T02:25:15.198Z] #62 37.96 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:25:15 [2020-12-15T02:25:15.198Z] #62 38.65 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
02:25:15 [2020-12-15T02:25:15.448Z] #26 extracting sha256:fbe5c9ac66677a4494c2d36707222498adce02d2dcb8e08d2f8a59a0f10b2582 6.0s done
02:25:15 [2020-12-15T02:25:15.448Z] #26 DONE 9.6s
02:25:15 [2020-12-15T02:25:15.448Z] 
02:25:15 [2020-12-15T02:25:15.448Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:15 [2020-12-15T02:25:15.448Z] #27 0.206 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:15 [2020-12-15T02:25:15.701Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:25:15 [2020-12-15T02:25:15.701Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:25:15 [2020-12-15T02:25:15.744Z] #27 0.237 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
02:25:15 [2020-12-15T02:25:15.744Z] #27 0.246 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:15 [2020-12-15T02:25:15.744Z] #27 0.465 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB]
02:25:15 [2020-12-15T02:25:15.894Z] #18 8.068 Reading package lists...
02:25:16 [2020-12-15T02:25:16.054Z] #27 ...
02:25:16 [2020-12-15T02:25:16.054Z] 
02:25:16 [2020-12-15T02:25:16.054Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:16 [2020-12-15T02:25:16.054Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.8s done
02:25:16 [2020-12-15T02:25:16.054Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done
02:25:16 [2020-12-15T02:25:16.054Z] #10 DONE 9.8s
02:25:16 [2020-12-15T02:25:16.054Z] 
02:25:16 [2020-12-15T02:25:16.054Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:16 [2020-12-15T02:25:16.054Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6
02:25:16 [2020-12-15T02:25:16.350Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done
02:25:16 [2020-12-15T02:25:16.350Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0
02:25:16 [2020-12-15T02:25:16.526Z] #18 9.676 Building dependency tree...
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.19 libcap2-bin is already the newest version (1:2.25-2).
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.19 The following additional packages will be installed:
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   python3.7 python3.7-minimal vim-runtime xxd
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21 Suggested packages:
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21 Recommended packages:
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   aufs-dkms nftables build-essential python3-dev python3-keyring
02:25:16 [2020-12-15T02:25:16.526Z] #18 10.21   python3-keyrings.alt python3-xdg unzip
02:25:16 [2020-12-15T02:25:16.526Z] #18 ...
02:25:16 [2020-12-15T02:25:16.526Z] 
02:25:16 [2020-12-15T02:25:16.526Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:16 [2020-12-15T02:25:16.526Z] #43 74.09 net/http/httptrace
02:25:16 [2020-12-15T02:25:16.526Z] #43 74.20 net/http
02:25:16 [2020-12-15T02:25:16.526Z] #43 80.61 github.com/LK4D4/vndr/godl
02:25:16 [2020-12-15T02:25:16.526Z] #43 81.12 github.com/LK4D4/vndr
02:25:16 [2020-12-15T02:25:16.526Z] #43 ...
02:25:16 [2020-12-15T02:25:16.526Z] 
02:25:16 [2020-12-15T02:25:16.526Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:16 [2020-12-15T02:25:16.526Z] #51 6.216 + cd /tmp/tmp.dryOhvni4f/src/github.com/opencontainers/runc
02:25:16 [2020-12-15T02:25:16.526Z] #51 6.217 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:25:16 [2020-12-15T02:25:16.526Z] #51 6.609 + '[' -z '' ']'
02:25:16 [2020-12-15T02:25:16.526Z] #51 6.609 + target=static
02:25:16 [2020-12-15T02:25:16.526Z] #51 6.609 + make 'BUILDTAGS=seccomp apparmor selinux ' static
02:25:16 [2020-12-15T02:25:16.526Z] #51 7.092 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 .
02:25:16 [2020-12-15T02:25:16.817Z] #51 ...
02:25:16 [2020-12-15T02:25:16.817Z] 
02:25:16 [2020-12-15T02:25:16.817Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.06   DEP      criu/mem.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.27   DEP      criu/lsm.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.40   DEP      criu/log.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.48   DEP      criu/libnetlink.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.54   DEP      criu/kerndat.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.74   DEP      criu/kcmp-ids.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.84   DEP      criu/irmap.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 45.92   DEP      criu/ipc_ns.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.04   DEP      criu/image.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.12   DEP      criu/image-desc.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.18   DEP      criu/fsnotify.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.34   DEP      criu/filesystems.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.46   DEP      criu/files.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.56   DEP      criu/files-reg.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.75   DEP      criu/files-ext.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.85   DEP      criu/file-lock.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 46.94   DEP      criu/file-ids.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.05   DEP      criu/fifo.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.16   DEP      criu/fdstore.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.27   DEP      criu/fault-injection.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.29   DEP      criu/external.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.41   DEP      criu/eventpoll.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.62   DEP      criu/eventfd.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.78   DEP      criu/crtools.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 47.95   DEP      criu/cr-service.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 48.05   DEP      criu/cr-restore.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 48.26   DEP      criu/cr-errno.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 48.29   DEP      criu/cr-dump.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 48.51   DEP      criu/cr-dedup.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 48.62   DEP      criu/cr-check.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 48.88   DEP      criu/config.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 48.99   DEP      criu/clone-noasan.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 49.07   DEP      criu/cgroup.d
02:25:16 [2020-12-15T02:25:16.817Z] #41 49.27   DEP      criu/cgroup-props.d
02:25:17 [2020-12-15T02:25:17.107Z] #41 49.35   DEP      criu/bitmap.d
02:25:17 [2020-12-15T02:25:17.107Z] #41 49.37   DEP      criu/bfd.d
02:25:17 [2020-12-15T02:25:17.107Z] #41 49.43   DEP      criu/autofs.d
02:25:17 [2020-12-15T02:25:17.107Z] #41 49.57   DEP      criu/aio.d
02:25:17 [2020-12-15T02:25:17.398Z] #41 49.69   DEP      criu/action-scripts.d
02:25:17 [2020-12-15T02:25:17.689Z] #41 49.88   CC       criu/action-scripts.o
02:25:15 [2020-12-15T02:25:15.533Z]  > git remote # timeout=10
02:25:15 [2020-12-15T02:25:15.561Z]  > git config --get remote.origin.url # timeout=10
02:25:15 [2020-12-15T02:25:15.567Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:25:15 [2020-12-15T02:25:15.674Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:25:15 [2020-12-15T02:25:15.692Z]  > git rev-parse HEAD^{commit} # timeout=10
02:25:15 [2020-12-15T02:25:15.705Z]  > git config core.sparsecheckout # timeout=10
02:25:15 [2020-12-15T02:25:15.715Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:25:17 [2020-12-15T02:25:17.980Z] #41 50.14   CC       criu/aio.o
02:25:18 [2020-12-15T02:25:18.271Z] #41 50.49   CC       criu/autofs.o
02:25:18 [2020-12-15T02:25:18.271Z] #41 ...
02:25:18 [2020-12-15T02:25:18.271Z] 
02:25:18 [2020-12-15T02:25:18.271Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39 The following NEW packages will be installed:
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.39   xz-utils zip
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.49 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded.
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.49 Need to get 27.7 MB of archives.
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.49 After this operation, 117 MB of additional disk space will be used.
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.51 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.54 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.60 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.60 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.60 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.67 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.67 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.67 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.68 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.68 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.68 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.68 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.71 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.72 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.72 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.72 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.73 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.75 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.76 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.76 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.77 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.82 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.82 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 11.82 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 12.05 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 12.06 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 12.06 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB]
02:25:18 [2020-12-15T02:25:18.271Z] #18 12.06 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB]
02:25:18 [2020-12-15T02:25:18.416Z] Commit message: "vendor buildkit to v0.8.1"
02:25:18 [2020-12-15T02:25:18.473Z] #62 ...
02:25:18 [2020-12-15T02:25:18.473Z] 
02:25:18 [2020-12-15T02:25:18.473Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:25:18 [2020-12-15T02:25:18.473Z] #34 34.21 Fetched 8409 kB in 27s (308 kB/s)
02:25:18 [2020-12-15T02:25:18.473Z] #34 34.21 Reading package lists...
02:25:18 [2020-12-15T02:25:18.473Z] #34 ...
02:25:18 [2020-12-15T02:25:18.473Z] 
02:25:18 [2020-12-15T02:25:18.473Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:18 [2020-12-15T02:25:18.473Z] #47 41.19 go: downloading github.com/sourcegraph/go-diff v0.5.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 41.34 go: extracting github.com/ultraware/whitespace v0.0.4
02:25:18 [2020-12-15T02:25:18.473Z] #47 41.34 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
02:25:18 [2020-12-15T02:25:18.473Z] #47 41.61 go: downloading github.com/gobwas/glob v0.2.3
02:25:18 [2020-12-15T02:25:18.473Z] #47 41.85 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:25:18 [2020-12-15T02:25:18.473Z] #47 42.22 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:25:18 [2020-12-15T02:25:18.473Z] #47 42.61 go: extracting github.com/sourcegraph/go-diff v0.5.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 42.61 go: extracting github.com/gobwas/glob v0.2.3
02:25:18 [2020-12-15T02:25:18.473Z] #47 42.98 go: downloading github.com/go-critic/go-critic v0.4.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 43.09 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 43.27 go: downloading github.com/gogo/protobuf v1.2.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 43.34 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 43.37 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:25:18 [2020-12-15T02:25:18.473Z] #47 43.60 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:25:18 [2020-12-15T02:25:18.473Z] #47 43.60 go: downloading github.com/BurntSushi/toml v0.3.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 44.35 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:25:18 [2020-12-15T02:25:18.473Z] #47 44.40 go: extracting github.com/go-critic/go-critic v0.4.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 44.46 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:25:18 [2020-12-15T02:25:18.473Z] #47 44.50 go: extracting github.com/BurntSushi/toml v0.3.1
02:25:18 [2020-12-15T02:25:18.473Z] #47 ...
02:25:18 [2020-12-15T02:25:18.473Z] 
02:25:18 [2020-12-15T02:25:18.473Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:18 [2020-12-15T02:25:18.473Z] #11 34.64 Fetched 8409 kB in 27s (313 kB/s)
02:25:18 [2020-12-15T02:25:18.456Z]  > git --version # timeout=10
02:25:18 [2020-12-15T02:25:18.475Z]  > git --version # 'git version 2.17.1'
02:25:18 [2020-12-15T02:25:18.492Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
02:25:18 [2020-12-15T02:25:18.565Z] #18 12.13 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.19 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.24 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.24 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.24 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.25 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.25 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.26 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.26 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u2 [1199 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.30 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.31 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB]
02:25:18 [2020-12-15T02:25:18.566Z] #18 12.33 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB]
02:25:18 [2020-12-15T02:25:18.729Z] #11 34.64 Reading package lists...
02:25:18 [2020-12-15T02:25:18.729Z] #11 ...
02:25:18 [2020-12-15T02:25:18.729Z] 
02:25:18 [2020-12-15T02:25:18.729Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:25:18 [2020-12-15T02:25:18.729Z] #34 34.21 Reading package lists...
02:25:18 [2020-12-15T02:25:18.729Z] #34 ...
02:25:18 [2020-12-15T02:25:18.729Z] 
02:25:18 [2020-12-15T02:25:18.729Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:18 [2020-12-15T02:25:18.729Z] #40 34.95 Fetched 8409 kB in 27s (306 kB/s)
02:25:18 [2020-12-15T02:25:18.857Z] #18 12.52 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB]
02:25:18 [2020-12-15T02:25:18.857Z] #18 12.54 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB]
02:25:18 [2020-12-15T02:25:18.857Z] #18 12.56 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB]
02:25:18 [2020-12-15T02:25:18.985Z] #40 34.95 Reading package lists...
02:25:18 [2020-12-15T02:25:18.985Z] #40 ...
02:25:18 [2020-12-15T02:25:18.985Z] 
02:25:18 [2020-12-15T02:25:18.985Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
02:25:19 [2020-12-15T02:25:19.116Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.7s done
02:25:19 [2020-12-15T02:25:19.116Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad
02:25:19 [2020-12-15T02:25:19.489Z] #18 13.04 debconf: delaying package configuration, since apt-utils is not installed
02:25:19 [2020-12-15T02:25:19.489Z] #18 13.07 Fetched 27.7 MB in 1s (23.6 MB/s)
02:25:19 [2020-12-15T02:25:19.489Z] #18 13.11 Selecting previously unselected package pigz.
02:25:19 [2020-12-15T02:25:19.489Z] #18 13.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23199 files and directories currently installed.)
02:25:19 [2020-12-15T02:25:19.489Z] #18 13.14 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ...
02:25:19 [2020-12-15T02:25:19.489Z] #18 13.21 Unpacking pigz (2.4-1) ...
02:25:19 [2020-12-15T02:25:19.548Z] #34 45.09 Reading package lists...
02:25:19 [2020-12-15T02:25:19.548Z] #34 ...
02:25:19 [2020-12-15T02:25:19.548Z] 
02:25:19 [2020-12-15T02:25:19.548Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:25:19 [2020-12-15T02:25:19.548Z] #38 35.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
02:25:19 [2020-12-15T02:25:19.788Z] #18 ...
02:25:19 [2020-12-15T02:25:19.788Z] 
02:25:19 [2020-12-15T02:25:19.788Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:19 [2020-12-15T02:25:19.788Z] #43 DONE 87.3s
02:25:19 [2020-12-15T02:25:19.788Z] 
02:25:19 [2020-12-15T02:25:19.788Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:25:19 [2020-12-15T02:25:19.788Z] #18 13.34 Selecting previously unselected package libpython3.7-minimal:s390x.
02:25:19 [2020-12-15T02:25:19.788Z] #18 13.34 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
02:25:19 [2020-12-15T02:25:19.788Z] #18 13.34 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
02:25:19 [2020-12-15T02:25:19.804Z] #38 ...
02:25:19 [2020-12-15T02:25:19.804Z] 
02:25:19 [2020-12-15T02:25:19.804Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:19 [2020-12-15T02:25:19.804Z] #40 34.95 Reading package lists...
02:25:19 [2020-12-15T02:25:19.824Z] + docker version
02:25:20 [2020-12-15T02:25:20.080Z] #18 13.69 Selecting previously unselected package python3.7-minimal.
02:25:20 [2020-12-15T02:25:20.080Z] #18 13.69 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ...
02:25:20 [2020-12-15T02:25:20.080Z] #18 13.70 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
02:25:20 [2020-12-15T02:25:20.646Z] Commit message: "vendor buildkit to v0.8.1"
02:25:20 [2020-12-15T02:25:20.680Z]  > git --version # timeout=10
02:25:20 [2020-12-15T02:25:20.686Z]  > git --version # 'git version 2.7.4'
02:25:20 [2020-12-15T02:25:20.702Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
02:25:20 [2020-12-15T02:25:20.711Z] #18 14.38 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ...
02:25:20 [2020-12-15T02:25:20.711Z] #18 14.39 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
02:25:20 [2020-12-15T02:25:20.734Z] #40 45.96 Reading package lists...
02:25:20 [2020-12-15T02:25:20.734Z] #40 ...
02:25:20 [2020-12-15T02:25:20.734Z] 
02:25:20 [2020-12-15T02:25:20.734Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:25:20 [2020-12-15T02:25:20.734Z] #53 36.53 Fetched 8409 kB in 29s (293 kB/s)
02:25:20 [2020-12-15T02:25:20.734Z] #53 36.53 Reading package lists...
02:25:20 [2020-12-15T02:25:20.734Z] #53 ...
02:25:20 [2020-12-15T02:25:20.734Z] 
02:25:20 [2020-12-15T02:25:20.734Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:20 [2020-12-15T02:25:20.734Z] #47 46.22 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:25:20 [2020-12-15T02:25:20.990Z] #47 47.17 go: downloading github.com/go-toolsmith/astp v1.0.0
02:25:20 [2020-12-15T02:25:20.990Z] #47 47.19 go: downloading github.com/go-toolsmith/astcopy v1.0.0
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
02:25:21 [2020-12-15T02:25:21.199Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.3s done
02:25:21 [2020-12-15T02:25:21.199Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0
[Pipeline] sh
02:25:21 [2020-12-15T02:25:21.247Z] #47 47.26 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:25:21 [2020-12-15T02:25:21.247Z] #47 47.26 go: downloading github.com/go-toolsmith/astequal v1.0.0
02:25:21 [2020-12-15T02:25:21.247Z] #47 47.27 go: downloading github.com/go-toolsmith/typep v1.0.0
02:25:21 [2020-12-15T02:25:21.504Z] #47 47.56 go: extracting github.com/go-toolsmith/astp v1.0.0
02:25:21 [2020-12-15T02:25:21.504Z] #47 47.59 go: extracting github.com/go-toolsmith/typep v1.0.0
02:25:21 [2020-12-15T02:25:21.504Z] #47 47.65 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:25:21 [2020-12-15T02:25:21.761Z] #47 47.67 go: extracting github.com/go-toolsmith/astequal v1.0.0
02:25:21 [2020-12-15T02:25:21.761Z] #47 47.72 go: extracting github.com/go-toolsmith/astcast v1.0.0
02:25:21 [2020-12-15T02:25:21.761Z] #47 47.86 go: extracting github.com/go-toolsmith/astcopy v1.0.0
02:25:22 [2020-12-15T02:25:22.003Z] + docker version
02:25:22 [2020-12-15T02:25:22.017Z] #47 48.02 go: extracting github.com/go-toolsmith/strparse v1.0.0
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.66 Selecting previously unselected package python3-minimal.
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.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 ... 23448 files and directories currently installed.)
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.71 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ...
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.71 Unpacking python3-minimal (3.7.3-1) ...
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.76 Selecting previously unselected package libmpdec2:s390x.
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.77 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ...
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.77 Unpacking libmpdec2:s390x (2.4.2-2) ...
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.81 Selecting previously unselected package libpython3.7-stdlib:s390x.
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.82 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ...
02:25:22 [2020-12-15T02:25:22.217Z] #18 15.82 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
02:25:22 [2020-12-15T02:25:22.740Z] #10 ...
02:25:22 [2020-12-15T02:25:22.740Z] 
02:25:22 [2020-12-15T02:25:22.740Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:22 [2020-12-15T02:25:22.740Z] #27 0.762 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 1.137 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
02:25:22 [2020-12-15T02:25:22.740Z] #27 3.472 Fetched 8183 kB in 3s (2496 kB/s)
02:25:22 [2020-12-15T02:25:22.740Z] #27 3.472 Reading package lists...
02:25:22 [2020-12-15T02:25:22.740Z] #27 4.882 Reading package lists...
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.322 Building dependency tree...
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.755 The following additional packages will be installed:
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.755   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.755   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.756   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.757 Suggested packages:
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.757   krb5-doc krb5-user
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.757 Recommended packages:
02:25:22 [2020-12-15T02:25:22.740Z] #27 6.757   krb5-locales publicsuffix libsasl2-modules
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.106 The following NEW packages will be installed:
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.106   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.107   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.107   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.108   libssh2-1 libssl1.1 openssl
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.154 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.154 Need to get 5166 kB of archives.
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.154 After this operation, 14.6 MB of additional disk space will be used.
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.154 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u4 [1526 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.166 Get:2 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u1 [158 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.203 Get:3 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.204 Get:4 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.210 Get:5 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.220 Get:6 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u4 [843 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.221 Get:7 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.252 Get:8 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.267 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.270 Get:10 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.279 Get:11 http://deb.debian.org/debian buster/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.285 Get:12 http://deb.debian.org/debian buster/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.298 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.302 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.306 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.311 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.316 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.335 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.362 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
02:25:22 [2020-12-15T02:25:22.740Z] #27 7.436 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
02:25:22 [2020-12-15T02:25:22.849Z] #18 16.45 Selecting previously unselected package python3.7.
02:25:22 [2020-12-15T02:25:22.849Z] #18 16.45 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ...
02:25:22 [2020-12-15T02:25:22.849Z] #18 16.45 Unpacking python3.7 (3.7.3-2+deb10u2) ...
02:25:22 [2020-12-15T02:25:22.849Z] #18 16.52 Selecting previously unselected package libpython3-stdlib:s390x.
02:25:22 [2020-12-15T02:25:22.849Z] #18 16.52 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ...
02:25:22 [2020-12-15T02:25:22.849Z] #18 16.53 Unpacking libpython3-stdlib:s390x (3.7.3-1) ...
02:25:22 [2020-12-15T02:25:22.849Z] #18 16.56 Setting up python3-minimal (3.7.3-1) ...
02:25:23 [2020-12-15T02:25:23.036Z] #27 7.552 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
02:25:23 [2020-12-15T02:25:23.036Z] #27 7.770 debconf: delaying package configuration, since apt-utils is not installed
02:25:23 [2020-12-15T02:25:23.036Z] #27 7.802 Fetched 5166 kB in 0s (12.5 MB/s)
02:25:23 [2020-12-15T02:25:23.036Z] #27 7.828 Selecting previously unselected package libssl1.1:ppc64el.
02:25:23 [2020-12-15T02:25:23.330Z] #27 7.828 (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.)
02:25:23 [2020-12-15T02:25:23.331Z] #27 7.838 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.331Z] #27 7.847 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u4) ...
02:25:23 [2020-12-15T02:25:23.331Z] #27 8.095 Selecting previously unselected package openssl.
02:25:23 [2020-12-15T02:25:23.384Z] #47 ...
02:25:23 [2020-12-15T02:25:23.384Z] 
02:25:23 [2020-12-15T02:25:23.384Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:23 [2020-12-15T02:25:23.384Z] #43 39.56 vendor/golang.org/x/crypto/internal/subtle
02:25:23 [2020-12-15T02:25:23.384Z] #43 39.81 vendor/golang.org/x/crypto/curve25519
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.03 Selecting previously unselected package python3.
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.03 (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.)
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.05 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.07 Unpacking python3 (3.7.3-1) ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.13 Selecting previously unselected package libip4tc0:s390x.
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.13 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.13 Unpacking libip4tc0:s390x (1.8.2-4) ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.18 Selecting previously unselected package libip6tc0:s390x.
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.18 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.19 Unpacking libip6tc0:s390x (1.8.2-4) ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.22 Selecting previously unselected package libiptc0:s390x.
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.22 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.23 Unpacking libiptc0:s390x (1.8.2-4) ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.26 Selecting previously unselected package libnfnetlink0:s390x.
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.26 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.26 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.32 Selecting previously unselected package libnetfilter-conntrack3:s390x.
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.32 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.481Z] #18 17.33 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.097 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.099 Unpacking openssl (1.1.1d-0+deb10u4) ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.225 Selecting previously unselected package ca-certificates.
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.227 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.229 Unpacking ca-certificates (20200601~deb10u1) ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.283 Selecting previously unselected package libkeyutils1:ppc64el.
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.285 Preparing to unpack .../03-libkeyutils1_1.6-6_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.286 Unpacking libkeyutils1:ppc64el (1.6-6) ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.309 Selecting previously unselected package libkrb5support0:ppc64el.
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.311 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.312 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ...
02:25:23 [2020-12-15T02:25:23.624Z] #27 8.338 Selecting previously unselected package libk5crypto3:ppc64el.
02:25:23 [2020-12-15T02:25:23.640Z] #43 ...
02:25:23 [2020-12-15T02:25:23.640Z] 
02:25:23 [2020-12-15T02:25:23.640Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:23 [2020-12-15T02:25:23.641Z] #11 34.64 Reading package lists...
02:25:23 [2020-12-15T02:25:23.772Z] #18 17.36 Selecting previously unselected package libnftnl11:s390x.
02:25:23 [2020-12-15T02:25:23.772Z] #18 17.36 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.772Z] #18 17.37 Unpacking libnftnl11:s390x (1.1.2-2) ...
02:25:23 [2020-12-15T02:25:23.772Z] #18 17.41 Selecting previously unselected package iptables.
02:25:23 [2020-12-15T02:25:23.772Z] #18 17.41 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ...
02:25:23 [2020-12-15T02:25:23.772Z] #18 17.41 Unpacking iptables (1.8.2-4) ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.340 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.342 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.382 Selecting previously unselected package libkrb5-3:ppc64el.
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.384 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.386 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.470 Selecting previously unselected package libgssapi-krb5-2:ppc64el.
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.472 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.473 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.515 Selecting previously unselected package libsasl2-modules-db:ppc64el.
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.517 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.518 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.545 Selecting previously unselected package libsasl2-2:ppc64el.
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.547 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.553 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
02:25:23 [2020-12-15T02:25:23.920Z] #27 8.587 Selecting previously unselected package libldap-common.
02:25:24 [2020-12-15T02:25:24.063Z] #18 17.64 Selecting previously unselected package xxd.
02:25:24 [2020-12-15T02:25:24.063Z] #18 17.64 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ...
02:25:24 [2020-12-15T02:25:24.063Z] #18 17.66 Unpacking xxd (2:8.1.0875-5) ...
02:25:24 [2020-12-15T02:25:24.063Z] #18 17.73 Selecting previously unselected package vim-common.
02:25:24 [2020-12-15T02:25:24.063Z] #18 17.73 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
02:25:24 [2020-12-15T02:25:24.063Z] #18 17.76 Unpacking vim-common (2:8.1.0875-5) ...
02:25:24 [2020-12-15T02:25:24.063Z] #18 17.87 Selecting previously unselected package bash-completion.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.588 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.590 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.621 Selecting previously unselected package libldap-2.4-2:ppc64el.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.621 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.624 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.681 Selecting previously unselected package libnghttp2-14:ppc64el.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.683 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.685 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.725 Selecting previously unselected package libpsl5:ppc64el.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.725 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.725 Unpacking libpsl5:ppc64el (0.20.2-2) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.753 Selecting previously unselected package librtmp1:ppc64el.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.758 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.758 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.782 Selecting previously unselected package libssh2-1:ppc64el.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.784 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.786 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.824 Selecting previously unselected package libcurl4:ppc64el.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.826 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.833 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.884 Selecting previously unselected package curl.
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.886 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.887 Unpacking curl (7.64.0-4+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.215Z] #27 8.933 Selecting previously unselected package libonig5:ppc64el.
02:25:24 [2020-12-15T02:25:24.353Z] #18 17.87 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 8.935 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 8.937 Unpacking libonig5:ppc64el (6.9.1-1) ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 8.982 Selecting previously unselected package libjq1:ppc64el.
02:25:24 [2020-12-15T02:25:24.509Z] #27 8.988 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 8.991 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 9.025 Selecting previously unselected package jq.
02:25:24 [2020-12-15T02:25:24.509Z] #27 9.026 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 9.028 Unpacking jq (1.5+dfsg-2+b1) ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 9.060 Setting up libkeyutils1:ppc64el (1.6-6) ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 9.063 Setting up libpsl5:ppc64el (0.20.2-2) ...
02:25:24 [2020-12-15T02:25:24.509Z] #27 9.067 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u4) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.230 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.233 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.237 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.240 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.243 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.246 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.249 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.253 Setting up libssh2-1:ppc64el (1.8.0-2.1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.255 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.258 Setting up openssl (1.1.1d-0+deb10u4) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.264 Setting up libonig5:ppc64el (6.9.1-1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.267 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.272 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ...
02:25:24 [2020-12-15T02:25:24.803Z] #27 9.275 Setting up ca-certificates (20200601~deb10u1) ...
02:25:25 [2020-12-15T02:25:25.121Z] Client: Docker Engine - Community
02:25:25 [2020-12-15T02:25:25.121Z]  Version:           19.03.13
02:25:25 [2020-12-15T02:25:25.121Z]  API version:       1.40
02:25:25 [2020-12-15T02:25:25.121Z]  Go version:        go1.13.15
02:25:25 [2020-12-15T02:25:25.121Z]  Git commit:        4484c46d9d
02:25:25 [2020-12-15T02:25:25.121Z]  Built:             Wed Sep 16 17:02:36 2020
02:25:25 [2020-12-15T02:25:25.121Z]  OS/Arch:           linux/amd64
02:25:25 [2020-12-15T02:25:25.121Z]  Experimental:      false
02:25:25 [2020-12-15T02:25:25.121Z] 
02:25:25 [2020-12-15T02:25:25.121Z] Server: Docker Engine - Community
02:25:25 [2020-12-15T02:25:25.121Z]  Engine:
02:25:25 [2020-12-15T02:25:25.121Z]   Version:          19.03.13
02:25:25 [2020-12-15T02:25:25.121Z]   API version:      1.40 (minimum version 1.12)
02:25:25 [2020-12-15T02:25:25.121Z]   Go version:       go1.13.15
02:25:25 [2020-12-15T02:25:25.121Z]   Git commit:       4484c46d9d
02:25:25 [2020-12-15T02:25:25.121Z]   Built:            Wed Sep 16 17:01:06 2020
02:25:25 [2020-12-15T02:25:25.121Z]   OS/Arch:          linux/amd64
02:25:25 [2020-12-15T02:25:25.121Z]   Experimental:     true
02:25:25 [2020-12-15T02:25:25.121Z]  containerd:
02:25:25 [2020-12-15T02:25:25.121Z]   Version:          1.3.7
02:25:25 [2020-12-15T02:25:25.121Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
02:25:25 [2020-12-15T02:25:25.121Z]  runc:
02:25:25 [2020-12-15T02:25:25.121Z]   Version:          1.0.0-rc10
02:25:25 [2020-12-15T02:25:25.121Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:25:25 [2020-12-15T02:25:25.121Z]  docker-init:
02:25:25 [2020-12-15T02:25:25.121Z]   Version:          0.18.0
02:25:25 [2020-12-15T02:25:25.121Z]   GitCommit:        fec3683
[Pipeline] sh
02:25:25 [2020-12-15T02:25:25.397Z] Client:
02:25:25 [2020-12-15T02:25:25.397Z]  Debug Mode: false
02:25:25 [2020-12-15T02:25:25.397Z] 
02:25:25 [2020-12-15T02:25:25.397Z] Server:
02:25:25 [2020-12-15T02:25:25.397Z]  Containers: 0
02:25:25 [2020-12-15T02:25:25.397Z]   Running: 0
02:25:25 [2020-12-15T02:25:25.397Z]   Paused: 0
02:25:25 [2020-12-15T02:25:25.397Z]   Stopped: 0
02:25:25 [2020-12-15T02:25:25.397Z]  Images: 0
02:25:25 [2020-12-15T02:25:25.397Z]  Server Version: 19.03.13
02:25:25 [2020-12-15T02:25:25.397Z]  Storage Driver: overlay2
02:25:25 [2020-12-15T02:25:25.397Z]   Backing Filesystem: extfs
02:25:25 [2020-12-15T02:25:25.397Z]   Supports d_type: true
02:25:25 [2020-12-15T02:25:25.397Z]   Native Overlay Diff: true
02:25:25 [2020-12-15T02:25:25.397Z]  Logging Driver: json-file
02:25:25 [2020-12-15T02:25:25.397Z]  Cgroup Driver: cgroupfs
02:25:25 [2020-12-15T02:25:25.397Z]  Plugins:
02:25:25 [2020-12-15T02:25:25.397Z]   Volume: local
02:25:25 [2020-12-15T02:25:25.397Z]   Network: bridge host ipvlan macvlan null overlay
02:25:25 [2020-12-15T02:25:25.397Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:25:25 [2020-12-15T02:25:25.397Z]  Swarm: inactive
02:25:25 [2020-12-15T02:25:25.397Z]  Runtimes: runc
02:25:25 [2020-12-15T02:25:25.397Z]  Default Runtime: runc
02:25:25 [2020-12-15T02:25:25.397Z]  Init Binary: docker-init
02:25:25 [2020-12-15T02:25:25.397Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
02:25:25 [2020-12-15T02:25:25.397Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:25:25 [2020-12-15T02:25:25.397Z]  init version: fec3683
02:25:25 [2020-12-15T02:25:25.397Z]  Security Options:
02:25:25 [2020-12-15T02:25:25.397Z]   apparmor
02:25:25 [2020-12-15T02:25:25.397Z]   seccomp
02:25:25 [2020-12-15T02:25:25.397Z]    Profile: default
02:25:25 [2020-12-15T02:25:25.397Z]  Kernel Version: 5.4.0-1025-aws
02:25:25 [2020-12-15T02:25:25.397Z]  Operating System: Ubuntu 18.04.5 LTS
02:25:25 [2020-12-15T02:25:25.397Z]  OSType: linux
02:25:25 [2020-12-15T02:25:25.397Z]  Architecture: x86_64
02:25:25 [2020-12-15T02:25:25.397Z]  CPUs: 2
02:25:25 [2020-12-15T02:25:25.397Z]  Total Memory: 7.487GiB
02:25:25 [2020-12-15T02:25:25.397Z]  Name: ip-10-100-113-83
02:25:25 [2020-12-15T02:25:25.397Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
02:25:25 [2020-12-15T02:25:25.397Z]  Docker Root Dir: /var/lib/docker
02:25:25 [2020-12-15T02:25:25.397Z]  Debug Mode: false
02:25:25 [2020-12-15T02:25:25.397Z]  Registry: https://index.docker.io/v1/
02:25:25 [2020-12-15T02:25:25.397Z]  Labels:
02:25:25 [2020-12-15T02:25:25.397Z]  Experimental: true
02:25:25 [2020-12-15T02:25:25.397Z]  Insecure Registries:
02:25:25 [2020-12-15T02:25:25.397Z]   127.0.0.0/8
02:25:25 [2020-12-15T02:25:25.397Z]  Live Restore Enabled: true
02:25:25 [2020-12-15T02:25:25.397Z] 
02:25:25 [2020-12-15T02:25:25.397Z] WARNING: No swap limit support
[Pipeline] sh
02:25:25 [2020-12-15T02:25:25.460Z] #27 10.00 Updating certificates in /etc/ssl/certs...
02:25:25 [2020-12-15T02:25:25.479Z] + docker info
02:25:25 [2020-12-15T02:25:25.532Z] #11 45.66 Reading package lists...
02:25:25 [2020-12-15T02:25:25.532Z] #11 ...
02:25:25 [2020-12-15T02:25:25.532Z] 
02:25:25 [2020-12-15T02:25:25.532Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:25 [2020-12-15T02:25:25.532Z] #47 51.68 go: extracting github.com/gogo/protobuf v1.2.1
02:25:25 [2020-12-15T02:25:25.683Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:25:25 [2020-12-15T02:25:25.683Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:25:25 [2020-12-15T02:25:25.683Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41793/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
02:25:25 [2020-12-15T02:25:25.683Z] + bash /home/ubuntu/workspace/moby_PR-41793/check-config.sh
02:25:25 [2020-12-15T02:25:25.683Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:25:25 [2020-12-15T02:25:25.683Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
02:25:25 [2020-12-15T02:25:25.683Z] 
02:25:25 [2020-12-15T02:25:25.683Z] Generally Necessary:
02:25:25 [2020-12-15T02:25:25.683Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:25:25 [2020-12-15T02:25:25.683Z] - apparmor: enabled and tools installed
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NAMESPACES: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NET_NS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_PID_NS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_IPC_NS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_UTS_NS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_CGROUPS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_CGROUP_CPUACCT: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_CGROUP_DEVICE: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_CGROUP_FREEZER: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_CGROUP_SCHED: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_CPUSETS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_MEMCG: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_KEYS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_VETH: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_BRIDGE: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NF_NAT_IPV4: missing
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NF_NAT: enabled (as module)
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_NF_NAT_NEEDED: missing
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_POSIX_MQUEUE: enabled
02:25:25 [2020-12-15T02:25:25.683Z] 
02:25:25 [2020-12-15T02:25:25.683Z] Optional Features:
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_USER_NS: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_SECCOMP: enabled
02:25:25 [2020-12-15T02:25:25.683Z] - CONFIG_CGROUP_PIDS: enabled
02:25:25 [2020-12-15T02:25:25.754Z] #27 ...
02:25:25 [2020-12-15T02:25:25.754Z] 
02:25:25 [2020-12-15T02:25:25.754Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:25 [2020-12-15T02:25:25.754Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.5s done
02:25:25 [2020-12-15T02:25:25.754Z] #10 DONE 19.6s
02:25:25 [2020-12-15T02:25:25.754Z] 
02:25:25 [2020-12-15T02:25:25.754Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:25 [2020-12-15T02:25:25.754Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done
02:25:25 [2020-12-15T02:25:25.754Z] #10 DONE 19.6s
02:25:25 [2020-12-15T02:25:25.754Z] 
02:25:25 [2020-12-15T02:25:25.754Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
02:25:25 [2020-12-15T02:25:25.859Z] #18 19.32 Unpacking bash-completion (1:2.8-6) ...
02:25:25 [2020-12-15T02:25:25.859Z] #18 ...
02:25:25 [2020-12-15T02:25:25.859Z] 
02:25:25 [2020-12-15T02:25:25.859Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:25:25 [2020-12-15T02:25:25.859Z] #30 DONE 93.3s
02:25:25 [2020-12-15T02:25:25.859Z] 
02:25:25 [2020-12-15T02:25:25.859Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:25 [2020-12-15T02:25:25.859Z] #41 51.37   CC       criu/bfd.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 51.81   CC       criu/bitmap.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 51.91   CC       criu/cgroup-props.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 52.59   CC       criu/cgroup.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 54.50   CC       criu/clone-noasan.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 54.64   CC       criu/config.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 55.49   CC       criu/cr-check.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 56.57   CC       criu/cr-dedup.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 56.82   CC       criu/cr-dump.o
02:25:25 [2020-12-15T02:25:25.859Z] #41 58.25   CC       criu/cr-errno.o
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_MEMCG_SWAP: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:25:25 [2020-12-15T02:25:25.943Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_BLK_CGROUP: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_IOSCHED_CFQ: missing
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_CGROUP_PERF: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_CGROUP_HUGETLB: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_CFS_BANDWIDTH: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_RT_GROUP_SCHED: missing
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_IP_VS: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_IP_VS_NFCT: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_IP_VS_RR: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_EXT4_FS: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:25:25 [2020-12-15T02:25:25.943Z] - Network Drivers:
02:25:25 [2020-12-15T02:25:25.943Z]   - "overlay":
02:25:25 [2020-12-15T02:25:25.943Z]     - CONFIG_VXLAN: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:25:25 [2020-12-15T02:25:25.943Z]       Optional (for encrypted networks):
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_CRYPTO: enabled
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_CRYPTO_AEAD: enabled
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_CRYPTO_GCM: enabled
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_CRYPTO_GHASH: enabled
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_XFRM: enabled
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_XFRM_USER: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_INET_ESP: enabled (as module)
02:25:25 [2020-12-15T02:25:25.943Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
02:25:26 [2020-12-15T02:25:26.048Z] #11 DONE 0.2s
02:25:26 [2020-12-15T02:25:26.048Z] 
02:25:26 [2020-12-15T02:25:26.048Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
02:25:26 [2020-12-15T02:25:26.150Z] #41 58.28   CC       criu/cr-restore.o
02:25:26 [2020-12-15T02:25:26.150Z] #41 ...
02:25:26 [2020-12-15T02:25:26.150Z] 
02:25:26 [2020-12-15T02:25:26.150Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:25:26 [2020-12-15T02:25:26.150Z] #18 19.82 Selecting previously unselected package bzip2.
02:25:26 [2020-12-15T02:25:26.150Z] #18 19.82 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ...
02:25:26 [2020-12-15T02:25:26.150Z] #18 19.84 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
02:25:26 [2020-12-15T02:25:26.150Z] #18 19.91 Selecting previously unselected package xz-utils.
02:25:26 [2020-12-15T02:25:26.202Z]   - "ipvlan":
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_IPVLAN: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]   - "macvlan":
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_MACVLAN: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_DUMMY: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]   - "ftp,tftp client in container":
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z] - Storage Drivers:
02:25:26 [2020-12-15T02:25:26.202Z]   - "aufs":
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_AUFS_FS: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]   - "btrfs":
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:25:26 [2020-12-15T02:25:26.202Z]   - "devicemapper":
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_BLK_DEV_DM: enabled
02:25:26 [2020-12-15T02:25:26.202Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:25:26 [2020-12-15T02:25:26.202Z]   - "overlay":
02:25:26 [2020-12-15T02:25:26.203Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:25:26 [2020-12-15T02:25:26.203Z]   - "zfs":
02:25:26 [2020-12-15T02:25:26.203Z]     - /dev/zfs: present
02:25:26 [2020-12-15T02:25:26.203Z]     - zfs command: missing
02:25:26 [2020-12-15T02:25:26.203Z]     - zpool command: missing
02:25:26 [2020-12-15T02:25:26.203Z] 
02:25:26 [2020-12-15T02:25:26.203Z] Limits:
02:25:26 [2020-12-15T02:25:26.203Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:25:26 [2020-12-15T02:25:26.203Z] 
02:25:26 [2020-12-15T02:25:26.203Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:25:26 [2020-12-15T02:25:26.417Z] #12 DONE 0.2s
02:25:26 [2020-12-15T02:25:26.417Z] 
02:25:26 [2020-12-15T02:25:26.417Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:25:26 [2020-12-15T02:25:26.417Z] #31 DONE 0.1s
02:25:26 [2020-12-15T02:25:26.417Z] 
02:25:26 [2020-12-15T02:25:26.417Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.75 126 added, 0 removed; done.
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.77 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ...
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.78 Setting up jq (1.5+dfsg-2+b1) ...
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.78 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ...
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.78 Setting up curl (7.64.0-4+deb10u1) ...
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.78 Processing triggers for libc-bin (2.28-10) ...
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.79 Processing triggers for ca-certificates (20200601~deb10u1) ...
02:25:26 [2020-12-15T02:25:26.417Z] #27 10.80 Updating certificates in /etc/ssl/certs...
02:25:26 [2020-12-15T02:25:26.417Z] #27 ...
02:25:26 [2020-12-15T02:25:26.417Z] 
02:25:26 [2020-12-15T02:25:26.417Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:25:26 [2020-12-15T02:25:26.417Z] #39 DONE 0.1s
02:25:26 [2020-12-15T02:25:26.417Z] 
02:25:26 [2020-12-15T02:25:26.417Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:25:26 [2020-12-15T02:25:26.441Z] #18 19.91 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ...
02:25:26 [2020-12-15T02:25:26.441Z] #18 19.92 Unpacking xz-utils (5.2.4-1) ...
02:25:26 [2020-12-15T02:25:26.441Z] #18 20.07 Selecting previously unselected package apparmor.
02:25:26 [2020-12-15T02:25:26.441Z] #18 20.07 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ...
02:25:26 [2020-12-15T02:25:26.441Z] #18 20.14 Unpacking apparmor (2.13.2-10) ...
02:25:26 [2020-12-15T02:25:26.694Z] + sudo modprobe ip_vs
02:25:26 [2020-12-15T02:25:26.694Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a02553670ec7b08c293beb701d0c7c7a2922a85a .
02:25:26 [2020-12-15T02:25:26.694Z] #2 [internal] load build definition from Dockerfile
02:25:26 [2020-12-15T02:25:26.732Z] #18 20.39 Selecting previously unselected package aufs-tools.
02:25:26 [2020-12-15T02:25:26.732Z] #18 20.39 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ...
02:25:26 [2020-12-15T02:25:26.732Z] #18 20.39 Unpacking aufs-tools (1:4.14+20190211-1) ...
02:25:26 [2020-12-15T02:25:26.732Z] #18 20.46 Selecting previously unselected package libonig5:s390x.
02:25:26 [2020-12-15T02:25:26.732Z] #18 20.46 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ...
02:25:26 [2020-12-15T02:25:26.732Z] #18 20.46 Unpacking libonig5:s390x (6.9.1-1) ...
02:25:26 [2020-12-15T02:25:26.954Z] #2 transferring dockerfile: 16.58kB 0.0s done
02:25:26 [2020-12-15T02:25:26.954Z] #2 DONE 0.1s
02:25:26 [2020-12-15T02:25:26.954Z] 
02:25:26 [2020-12-15T02:25:26.954Z] #1 [internal] load .dockerignore
02:25:26 [2020-12-15T02:25:26.954Z] #1 transferring context: 87B done
02:25:26 [2020-12-15T02:25:26.954Z] #1 DONE 0.1s
02:25:26 [2020-12-15T02:25:26.954Z] 
02:25:26 [2020-12-15T02:25:26.954Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.57 Selecting previously unselected package libjq1:s390x.
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.57 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.57 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.66 Selecting previously unselected package jq.
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.66 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.66 Unpacking jq (1.5+dfsg-2+b1) ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.71 Selecting previously unselected package libaio1:s390x.
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.71 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.71 Unpacking libaio1:s390x (0.3.112-3) ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.74 Selecting previously unselected package libgpm2:s390x.
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.74 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.75 Unpacking libgpm2:s390x (1.20.7-5) ...
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.79 Selecting previously unselected package libicu63:s390x.
02:25:27 [2020-12-15T02:25:27.022Z] #18 20.79 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ...
02:25:27 [2020-12-15T02:25:27.061Z] #40 0.670 + git clone https://github.com/docker/distribution.git .
02:25:27 [2020-12-15T02:25:27.061Z] #40 0.674 Cloning into '.'...
02:25:27 [2020-12-15T02:25:27.313Z] #18 20.79 Unpacking libicu63:s390x (63.1-6+deb10u1) ...
02:25:27 [2020-12-15T02:25:27.524Z] #3 DONE 0.6s
02:25:27 [2020-12-15T02:25:27.524Z] 
02:25:27 [2020-12-15T02:25:27.524Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
02:25:27 [2020-12-15T02:25:27.524Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
02:25:27 [2020-12-15T02:25:27.785Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
02:25:27 [2020-12-15T02:25:27.785Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
02:25:27 [2020-12-15T02:25:27.785Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
02:25:27 [2020-12-15T02:25:27.785Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 625.20kB / 8.88MB 0.1s
02:25:27 [2020-12-15T02:25:27.785Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s
02:25:28 [2020-12-15T02:25:28.045Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
02:25:28 [2020-12-15T02:25:28.045Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s
02:25:28 [2020-12-15T02:25:28.305Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
02:25:28 [2020-12-15T02:25:28.305Z] #4 DONE 0.8s
02:25:28 [2020-12-15T02:25:28.565Z] 
02:25:28 [2020-12-15T02:25:28.565Z] #7 [internal] load metadata for docker.io/library/debian:buster
02:25:28 [2020-12-15T02:25:28.565Z] #7 ...
02:25:28 [2020-12-15T02:25:28.565Z] 
02:25:28 [2020-12-15T02:25:28.565Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
02:25:28 [2020-12-15T02:25:28.565Z] #6 DONE 0.2s
02:25:28 [2020-12-15T02:25:28.825Z] 
02:25:28 [2020-12-15T02:25:28.825Z] #7 [internal] load metadata for docker.io/library/debian:buster
02:25:28 [2020-12-15T02:25:28.825Z] #7 DONE 0.2s
02:25:28 [2020-12-15T02:25:28.825Z] 
02:25:28 [2020-12-15T02:25:28.825Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
02:25:29 [2020-12-15T02:25:29.086Z] #5 DONE 0.4s
02:25:29 [2020-12-15T02:25:29.086Z] 
02:25:29 [2020-12-15T02:25:29.086Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:29 [2020-12-15T02:25:29.086Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 0.0s done
02:25:29 [2020-12-15T02:25:29.162Z] #40 ...
02:25:29 [2020-12-15T02:25:29.162Z] 
02:25:29 [2020-12-15T02:25:29.162Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:29 [2020-12-15T02:25:29.162Z] #27 13.36 0 added, 0 removed; done.
02:25:29 [2020-12-15T02:25:29.162Z] #27 13.36 Running hooks in /etc/ca-certificates/update.d...
02:25:29 [2020-12-15T02:25:29.162Z] #27 13.37 done.
02:25:29 [2020-12-15T02:25:29.162Z] #27 DONE 13.6s
02:25:29 [2020-12-15T02:25:29.162Z] 
02:25:29 [2020-12-15T02:25:29.162Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:25:29 [2020-12-15T02:25:29.162Z] #28 DONE 0.1s
02:25:29 [2020-12-15T02:25:29.162Z] 
02:25:29 [2020-12-15T02:25:29.162Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:25:29 [2020-12-15T02:25:29.348Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done
02:25:29 [2020-12-15T02:25:29.348Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 2.29MB / 50.40MB 0.1s
02:25:29 [2020-12-15T02:25:29.348Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done
02:25:29 [2020-12-15T02:25:29.348Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done
02:25:29 [2020-12-15T02:25:29.348Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 9.83MB / 50.40MB 0.3s
02:25:29 [2020-12-15T02:25:29.376Z] #18 22.90 Selecting previously unselected package libnet1:s390x.
02:25:29 [2020-12-15T02:25:29.376Z] #18 22.90 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 22.90 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 22.95 Selecting previously unselected package libnl-3-200:s390x.
02:25:29 [2020-12-15T02:25:29.376Z] #18 22.95 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 22.96 Unpacking libnl-3-200:s390x (3.4.0-1) ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.02 Selecting previously unselected package libprotobuf-c1:s390x.
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.02 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.02 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.05 Selecting previously unselected package libreadline5:s390x.
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.05 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.05 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.13 Selecting previously unselected package net-tools.
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.13 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.13 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
02:25:29 [2020-12-15T02:25:29.376Z] #18 23.25 Selecting previously unselected package python-pip-whl.
02:25:29 [2020-12-15T02:25:29.613Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 13.48MB / 50.40MB 0.4s
02:25:29 [2020-12-15T02:25:29.669Z] #18 23.25 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
02:25:29 [2020-12-15T02:25:29.669Z] #18 23.25 Unpacking python-pip-whl (18.1-5) ...
02:25:29 [2020-12-15T02:25:29.704Z] #47 55.25 go: extracting golang.org/x/text v0.3.2
02:25:29 [2020-12-15T02:25:29.878Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 18.85MB / 50.40MB 0.7s
02:25:29 [2020-12-15T02:25:29.959Z] #18 23.58 Selecting previously unselected package python3-lib2to3.
02:25:29 [2020-12-15T02:25:29.959Z] #18 23.58 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
02:25:29 [2020-12-15T02:25:29.959Z] #18 23.59 Unpacking python3-lib2to3 (3.7.3-1) ...
02:25:29 [2020-12-15T02:25:29.959Z] #18 23.68 Selecting previously unselected package python3-distutils.
02:25:29 [2020-12-15T02:25:29.959Z] #18 23.68 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
02:25:29 [2020-12-15T02:25:29.959Z] #18 23.69 Unpacking python3-distutils (3.7.3-1) ...
02:25:29 [2020-12-15T02:25:29.959Z] #18 23.79 Selecting previously unselected package python3-pip.
02:25:30 [2020-12-15T02:25:30.141Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 25.11MB / 50.40MB 0.9s
02:25:30 [2020-12-15T02:25:30.141Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 29.82MB / 50.40MB 1.1s
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.80 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.80 Unpacking python3-pip (18.1-5) ...
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.89 Selecting previously unselected package python3-pkg-resources.
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.90 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.90 Unpacking python3-pkg-resources (40.8.0-1) ...
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.98 Selecting previously unselected package python3-setuptools.
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.98 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
02:25:30 [2020-12-15T02:25:30.250Z] #18 23.98 Unpacking python3-setuptools (40.8.0-1) ...
02:25:30 [2020-12-15T02:25:30.412Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 38.58MB / 50.40MB 1.4s
02:25:30 [2020-12-15T02:25:30.540Z] #18 24.15 Selecting previously unselected package python3-wheel.
02:25:30 [2020-12-15T02:25:30.540Z] #18 24.15 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
02:25:30 [2020-12-15T02:25:30.540Z] #18 24.15 Unpacking python3-wheel (0.32.3-2) ...
02:25:30 [2020-12-15T02:25:30.540Z] #18 24.21 Selecting previously unselected package sudo.
02:25:30 [2020-12-15T02:25:30.540Z] #18 24.21 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_s390x.deb ...
02:25:30 [2020-12-15T02:25:30.540Z] #18 24.21 Unpacking sudo (1.8.27-1+deb10u2) ...
02:25:30 [2020-12-15T02:25:30.633Z] #47 ...
02:25:30 [2020-12-15T02:25:30.633Z] 
02:25:30 [2020-12-15T02:25:30.633Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:30 [2020-12-15T02:25:30.633Z] #32 56.72 internal/reflectlite
02:25:30 [2020-12-15T02:25:30.633Z] #32 56.72 sync
02:25:30 [2020-12-15T02:25:30.673Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 41.57MB / 50.40MB 1.5s
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.46 Selecting previously unselected package thin-provisioning-tools.
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.46 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ...
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.46 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.59 Selecting previously unselected package uidmap.
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.59 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ...
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.59 Unpacking uidmap (1:4.5-1.1) ...
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.65 Selecting previously unselected package vim-runtime.
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.65 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.67 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
02:25:30 [2020-12-15T02:25:30.831Z] #18 24.69 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
02:25:30 [2020-12-15T02:25:30.943Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 46.54MB / 50.40MB 1.8s
02:25:31 [2020-12-15T02:25:31.122Z] #18 24.70 Unpacking vim-runtime (2:8.1.0875-5) ...
02:25:31 [2020-12-15T02:25:31.199Z] #32 ...
02:25:31 [2020-12-15T02:25:31.199Z] 
02:25:31 [2020-12-15T02:25:31.199Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:25:31 [2020-12-15T02:25:31.199Z] #53 47.23 Reading package lists...
02:25:31 [2020-12-15T02:25:31.199Z] #53 ...
02:25:31 [2020-12-15T02:25:31.199Z] 
02:25:31 [2020-12-15T02:25:31.199Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:31 [2020-12-15T02:25:31.199Z] #11 45.66 Reading package lists...
02:25:31 [2020-12-15T02:25:31.204Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 2.0s
02:25:31 [2020-12-15T02:25:31.281Z] #29 2.207 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
02:25:31 [2020-12-15T02:25:31.779Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 2.5s done
02:25:31 [2020-12-15T02:25:31.931Z] #29 2.714 #=#=#                                                                         
02:25:32 [2020-12-15T02:25:32.029Z] Client: Docker Engine - Community
02:25:32 [2020-12-15T02:25:32.029Z]  Version:           19.03.13
02:25:32 [2020-12-15T02:25:32.029Z]  API version:       1.40
02:25:32 [2020-12-15T02:25:32.029Z]  Go version:        go1.13.15
02:25:32 [2020-12-15T02:25:32.029Z]  Git commit:        4484c46
02:25:32 [2020-12-15T02:25:32.029Z]  Built:             Wed Sep 16 17:03:45 2020
02:25:32 [2020-12-15T02:25:32.029Z]  OS/Arch:           linux/arm64
02:25:32 [2020-12-15T02:25:32.029Z]  Experimental:      false
02:25:32 [2020-12-15T02:25:32.029Z] 
02:25:32 [2020-12-15T02:25:32.029Z] Server: Docker Engine - Community
02:25:32 [2020-12-15T02:25:32.029Z]  Engine:
02:25:32 [2020-12-15T02:25:32.029Z]   Version:          19.03.13
02:25:32 [2020-12-15T02:25:32.029Z]   API version:      1.40 (minimum version 1.12)
02:25:32 [2020-12-15T02:25:32.029Z]   Go version:       go1.13.15
02:25:32 [2020-12-15T02:25:32.029Z]   Git commit:       4484c46
02:25:32 [2020-12-15T02:25:32.029Z]   Built:            Wed Sep 16 17:02:17 2020
02:25:32 [2020-12-15T02:25:32.029Z]   OS/Arch:          linux/arm64
02:25:32 [2020-12-15T02:25:32.029Z]   Experimental:     true
02:25:32 [2020-12-15T02:25:32.029Z]  containerd:
02:25:32 [2020-12-15T02:25:32.029Z]   Version:          1.3.7
02:25:32 [2020-12-15T02:25:32.029Z]   GitCommit:        8fba4e9a7d01810a393d5d25a3621dc101981175
02:25:32 [2020-12-15T02:25:32.029Z]  runc:
02:25:32 [2020-12-15T02:25:32.029Z]   Version:          1.0.0-rc10
02:25:32 [2020-12-15T02:25:32.029Z]   GitCommit:        dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:25:32 [2020-12-15T02:25:32.029Z]  docker-init:
02:25:32 [2020-12-15T02:25:32.029Z]   Version:          0.18.0
02:25:32 [2020-12-15T02:25:32.029Z]   GitCommit:        fec3683
[Pipeline] sh
02:25:32 [2020-12-15T02:25:32.128Z] #11 56.19 Building dependency tree...
02:25:32 [2020-12-15T02:25:32.351Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946
02:25:32 [2020-12-15T02:25:32.454Z] + docker info
02:25:33 [2020-12-15T02:25:33.184Z] #18 26.75 Selecting previously unselected package vim.
02:25:33 [2020-12-15T02:25:33.185Z] #18 26.75 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ...
02:25:33 [2020-12-15T02:25:33.185Z] #18 26.76 Unpacking vim (2:8.1.0875-5) ...
02:25:33 [2020-12-15T02:25:33.475Z] #18 27.17 Selecting previously unselected package xfsprogs.
02:25:33 [2020-12-15T02:25:33.475Z] #18 27.17 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ...
02:25:33 [2020-12-15T02:25:33.475Z] #18 27.17 Unpacking xfsprogs (4.20.0-1) ...
02:25:33 [2020-12-15T02:25:33.639Z] Client:
02:25:33 [2020-12-15T02:25:33.639Z]  Debug Mode: false
02:25:33 [2020-12-15T02:25:33.639Z] 
02:25:33 [2020-12-15T02:25:33.639Z] Server:
02:25:33 [2020-12-15T02:25:33.639Z]  Containers: 0
02:25:33 [2020-12-15T02:25:33.639Z]   Running: 0
02:25:33 [2020-12-15T02:25:33.639Z]   Paused: 0
02:25:33 [2020-12-15T02:25:33.639Z]   Stopped: 0
02:25:33 [2020-12-15T02:25:33.639Z]  Images: 0
02:25:33 [2020-12-15T02:25:33.639Z]  Server Version: 19.03.13
02:25:33 [2020-12-15T02:25:33.639Z]  Storage Driver: overlay2
02:25:33 [2020-12-15T02:25:33.639Z]   Backing Filesystem: extfs
02:25:33 [2020-12-15T02:25:33.639Z]   Supports d_type: true
02:25:33 [2020-12-15T02:25:33.639Z]   Native Overlay Diff: true
02:25:33 [2020-12-15T02:25:33.639Z]  Logging Driver: json-file
02:25:33 [2020-12-15T02:25:33.639Z]  Cgroup Driver: cgroupfs
02:25:33 [2020-12-15T02:25:33.639Z]  Plugins:
02:25:33 [2020-12-15T02:25:33.639Z]   Volume: local
02:25:33 [2020-12-15T02:25:33.639Z]   Network: bridge host ipvlan macvlan null overlay
02:25:33 [2020-12-15T02:25:33.639Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:25:33 [2020-12-15T02:25:33.639Z]  Swarm: inactive
02:25:33 [2020-12-15T02:25:33.639Z]  Runtimes: runc
02:25:33 [2020-12-15T02:25:33.639Z]  Default Runtime: runc
02:25:33 [2020-12-15T02:25:33.639Z]  Init Binary: docker-init
02:25:33 [2020-12-15T02:25:33.639Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
02:25:33 [2020-12-15T02:25:33.639Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:25:33 [2020-12-15T02:25:33.639Z]  init version: fec3683
02:25:33 [2020-12-15T02:25:33.639Z]  Security Options:
02:25:33 [2020-12-15T02:25:33.639Z]   apparmor
02:25:33 [2020-12-15T02:25:33.639Z]   seccomp
02:25:33 [2020-12-15T02:25:33.639Z]    Profile: default
02:25:33 [2020-12-15T02:25:33.639Z]  Kernel Version: 5.4.0-1025-aws
02:25:33 [2020-12-15T02:25:33.639Z]  Operating System: Ubuntu 18.04.5 LTS
02:25:33 [2020-12-15T02:25:33.639Z]  OSType: linux
02:25:33 [2020-12-15T02:25:33.639Z]  Architecture: x86_64
02:25:33 [2020-12-15T02:25:33.639Z]  CPUs: 2
02:25:33 [2020-12-15T02:25:33.639Z]  Total Memory: 7.487GiB
02:25:33 [2020-12-15T02:25:33.639Z]  Name: ip-10-100-33-191
02:25:33 [2020-12-15T02:25:33.639Z]  ID: CCIE:AJZ6:AWCZ:J3ZS:O37A:2P7O:RJLE:DDVR:4JXC:CCOM:IQWM:5M5X
02:25:33 [2020-12-15T02:25:33.639Z]  Docker Root Dir: /var/lib/docker
02:25:33 [2020-12-15T02:25:33.639Z]  Debug Mode: false
02:25:33 [2020-12-15T02:25:33.639Z]  Registry: https://index.docker.io/v1/
02:25:33 [2020-12-15T02:25:33.639Z]  Labels:
02:25:33 [2020-12-15T02:25:33.639Z]  Experimental: true
02:25:33 [2020-12-15T02:25:33.639Z]  Insecure Registries:
02:25:33 [2020-12-15T02:25:33.639Z]   127.0.0.0/8
02:25:33 [2020-12-15T02:25:33.639Z]  Live Restore Enabled: true
02:25:33 [2020-12-15T02:25:33.639Z] 
02:25:33 [2020-12-15T02:25:33.639Z] WARNING: No swap limit support
[Pipeline] sh
02:25:33 [2020-12-15T02:25:33.765Z] #18 27.51 Selecting previously unselected package zip.
02:25:33 [2020-12-15T02:25:33.765Z] #18 27.51 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ...
02:25:33 [2020-12-15T02:25:33.765Z] #18 27.51 Unpacking zip (3.0-11+b1) ...
02:25:33 [2020-12-15T02:25:33.942Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:25:33 [2020-12-15T02:25:33.942Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:25:33 [2020-12-15T02:25:33.942Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41793/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
02:25:33 [2020-12-15T02:25:33.942Z] + bash /home/ubuntu/workspace/moby_PR-41793/check-config.sh
02:25:33 [2020-12-15T02:25:33.942Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:25:33 [2020-12-15T02:25:33.942Z] info: reading kernel config from /boot/config-5.4.0-1025-aws ...
02:25:33 [2020-12-15T02:25:33.942Z] 
02:25:33 [2020-12-15T02:25:33.942Z] Generally Necessary:
02:25:33 [2020-12-15T02:25:33.942Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:25:33 [2020-12-15T02:25:33.942Z] - apparmor: enabled and tools installed
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NAMESPACES: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NET_NS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_PID_NS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_IPC_NS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_UTS_NS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_CGROUPS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_CGROUP_CPUACCT: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_CGROUP_DEVICE: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_CGROUP_FREEZER: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_CGROUP_SCHED: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_CPUSETS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_MEMCG: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_KEYS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_VETH: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_BRIDGE: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NF_NAT_IPV4: missing
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NF_NAT: enabled (as module)
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_NF_NAT_NEEDED: missing
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_POSIX_MQUEUE: enabled
02:25:33 [2020-12-15T02:25:33.942Z] 
02:25:33 [2020-12-15T02:25:33.942Z] Optional Features:
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_USER_NS: enabled
02:25:33 [2020-12-15T02:25:33.942Z] - CONFIG_SECCOMP: enabled
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.70 Setting up aufs-tools (1:4.14+20190211-1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.71 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.72 Setting up libip6tc0:s390x (1.8.2-4) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.72 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.73 Setting up libgpm2:s390x (1.20.7-5) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.74 Setting up libip4tc0:s390x (1.8.2-4) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.74 Setting up uidmap (1:4.5-1.1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.75 Setting up libnftnl11:s390x (1.1.2-2) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.76 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.76 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.77 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.78 Setting up libicu63:s390x (63.1-6+deb10u1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.78 Setting up xxd (2:8.1.0875-5) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.79 Setting up zip (3.0-11+b1) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.80 Setting up vim-common (2:8.1.0875-5) ...
02:25:34 [2020-12-15T02:25:34.056Z] #18 27.81 Setting up bash-completion (1:2.8-6) ...
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_CGROUP_PIDS: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_MEMCG_SWAP: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:25:34 [2020-12-15T02:25:34.245Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_BLK_CGROUP: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_IOSCHED_CFQ: missing
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_CFQ_GROUP_IOSCHED: missing
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_CGROUP_PERF: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_CGROUP_HUGETLB: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_CFS_BANDWIDTH: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_RT_GROUP_SCHED: missing
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_IP_VS: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_IP_VS_NFCT: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_IP_VS_RR: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_EXT4_FS: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:25:34 [2020-12-15T02:25:34.245Z] - Network Drivers:
02:25:34 [2020-12-15T02:25:34.245Z]   - "overlay":
02:25:34 [2020-12-15T02:25:34.245Z]     - CONFIG_VXLAN: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:25:34 [2020-12-15T02:25:34.245Z]       Optional (for encrypted networks):
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_CRYPTO: enabled
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_CRYPTO_AEAD: enabled
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_CRYPTO_GCM: enabled
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_CRYPTO_GHASH: enabled
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_XFRM: enabled
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_XFRM_USER: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_INET_ESP: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: missing
02:25:34 [2020-12-15T02:25:34.245Z]   - "ipvlan":
02:25:34 [2020-12-15T02:25:34.245Z]     - CONFIG_IPVLAN: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z]   - "macvlan":
02:25:34 [2020-12-15T02:25:34.245Z]     - CONFIG_MACVLAN: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z]     - CONFIG_DUMMY: enabled (as module)
02:25:34 [2020-12-15T02:25:34.245Z]   - "ftp,tftp client in container":
02:25:34 [2020-12-15T02:25:34.350Z] #29 3.012 
                                                                           0.1%
###                                                                        4.4%
######                                                                     8.4%
########                                                                  12.5%
##############                                                            20.8%
#################                                                         24.9%
####################                                                      29.0%
#########################                                                 35.1%
###############################                                           44.0%
####################################                                      50.1%
########################################                                  56.2%
############################################                              62.3%
###############################################                           66.4%
##################################################                        70.5%
#####################################################                     74.6%
########################################################                  78.5%
###########################################################               83.3%
###############################################################           87.7%
#####################################################################     96.6%
######################################################################## 100.0%
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z] - Storage Drivers:
02:25:34 [2020-12-15T02:25:34.511Z]   - "aufs":
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_AUFS_FS: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z]   - "btrfs":
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:25:34 [2020-12-15T02:25:34.511Z]   - "devicemapper":
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_BLK_DEV_DM: enabled
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z]   - "overlay":
02:25:34 [2020-12-15T02:25:34.511Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:25:34 [2020-12-15T02:25:34.511Z]   - "zfs":
02:25:34 [2020-12-15T02:25:34.511Z]     - /dev/zfs: present
02:25:34 [2020-12-15T02:25:34.511Z]     - zfs command: missing
02:25:34 [2020-12-15T02:25:34.511Z]     - zpool command: missing
02:25:34 [2020-12-15T02:25:34.511Z] 
02:25:34 [2020-12-15T02:25:34.511Z] Limits:
02:25:34 [2020-12-15T02:25:34.511Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:25:34 [2020-12-15T02:25:34.511Z] 
02:25:34 [2020-12-15T02:25:34.511Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:25:34 [2020-12-15T02:25:34.896Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a02553670ec7b08c293beb701d0c7c7a2922a85a .
02:25:34 [2020-12-15T02:25:34.896Z] #1 [internal] load .dockerignore
02:25:34 [2020-12-15T02:25:34.896Z] #1 transferring context: 87B done
02:25:34 [2020-12-15T02:25:34.902Z] #24 ...
02:25:34 [2020-12-15T02:25:34.902Z] 
02:25:34 [2020-12-15T02:25:34.902Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:34 [2020-12-15T02:25:34.902Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.4s done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.8s done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.0s done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.4s done
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 57.45MB / 68.67MB 5.9s
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 61.07MB / 120.17MB 5.9s
02:25:34 [2020-12-15T02:25:34.902Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.1s
02:25:34 [2020-12-15T02:25:34.902Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.5s done
02:25:35 [2020-12-15T02:25:35.014Z] #29 5.863 
02:25:35 [2020-12-15T02:25:35.157Z] #1 DONE 0.1s
02:25:35 [2020-12-15T02:25:35.157Z] 
02:25:35 [2020-12-15T02:25:35.157Z] #2 [internal] load build definition from Dockerfile
02:25:35 [2020-12-15T02:25:35.157Z] #2 transferring dockerfile: 16.58kB 0.0s done
02:25:35 [2020-12-15T02:25:35.157Z] #2 DONE 0.1s
02:25:35 [2020-12-15T02:25:35.157Z] 
02:25:35 [2020-12-15T02:25:35.157Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
02:25:35 [2020-12-15T02:25:35.418Z] #3 DONE 0.4s
02:25:35 [2020-12-15T02:25:35.418Z] 
02:25:35 [2020-12-15T02:25:35.418Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
02:25:35 [2020-12-15T02:25:35.418Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
02:25:35 [2020-12-15T02:25:35.418Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
02:25:35 [2020-12-15T02:25:35.419Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done
02:25:35 [2020-12-15T02:25:35.419Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done
02:25:35 [2020-12-15T02:25:35.419Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0B / 8.88MB 0.0s
02:25:35 [2020-12-15T02:25:35.432Z] #11 ...
02:25:35 [2020-12-15T02:25:35.432Z] 
02:25:35 [2020-12-15T02:25:35.432Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:35 [2020-12-15T02:25:35.432Z] #32 60.96 sort
02:25:35 [2020-12-15T02:25:35.432Z] #32 60.96 errors
02:25:35 [2020-12-15T02:25:35.472Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 64.29MB / 68.67MB 6.2s
02:25:35 [2020-12-15T02:25:35.472Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 68.75MB / 120.17MB 6.2s
02:25:35 [2020-12-15T02:25:35.472Z] #8 ...
02:25:35 [2020-12-15T02:25:35.472Z] 
02:25:35 [2020-12-15T02:25:35.472Z] #21 [internal] load build context
02:25:35 [2020-12-15T02:25:35.472Z] #21 transferring context: 53.17MB 6.3s done
02:25:35 [2020-12-15T02:25:35.472Z] #21 DONE 6.5s
02:25:35 [2020-12-15T02:25:35.472Z] 
02:25:35 [2020-12-15T02:25:35.472Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:35 [2020-12-15T02:25:35.472Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 6.5s
02:25:35 [2020-12-15T02:25:35.472Z] #8 ...
02:25:35 [2020-12-15T02:25:35.472Z] 
02:25:35 [2020-12-15T02:25:35.472Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.16 Setting up libiptc0:s390x (1.8.2-4) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.16 Setting up xz-utils (5.2.4-1) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.17 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.18 Setting up sudo (1.8.27-1+deb10u2) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.22 invoke-rc.d: could not determine current runlevel
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.22 invoke-rc.d: policy-rc.d denied execution of start.
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.23 Setting up pigz (2.4-1) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.24 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.24 Setting up libnl-3-200:s390x (3.4.0-1) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.26 Setting up python-pip-whl (18.1-5) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.26 Setting up libmpdec2:s390x (2.4.2-2) ...
02:25:35 [2020-12-15T02:25:35.560Z] #18 29.27 Setting up vim-runtime (2:8.1.0875-5) ...
02:25:35 [2020-12-15T02:25:35.611Z] #29 6.014 
                                                                           0.2%
########################                                                  33.7%
#####################################################                     73.6%
######################################################################## 100.0%
02:25:35 [2020-12-15T02:25:35.681Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 5.85MB / 8.88MB 0.1s
02:25:35 [2020-12-15T02:25:35.681Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s
02:25:35 [2020-12-15T02:25:35.681Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.44 Setting up libaio1:s390x (0.3.112-3) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.45 Setting up libonig5:s390x (6.9.1-1) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.46 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.46 Setting up vim (2:8.1.0875-5) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.50 Setting up libjq1:s390x (1.5+dfsg-2+b1) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.51 Setting up thin-provisioning-tools (0.7.6-2.1) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.52 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.52 Setting up jq (1.5+dfsg-2+b1) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.53 Setting up libpython3-stdlib:s390x (3.7.3-1) ...
02:25:35 [2020-12-15T02:25:35.851Z] #18 29.54 Setting up python3.7 (3.7.3-2+deb10u2) ...
02:25:35 [2020-12-15T02:25:35.908Z] #29 6.861 
02:25:35 [2020-12-15T02:25:35.944Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.3s done
02:25:36 [2020-12-15T02:25:36.004Z] #32 61.95 strconv
02:25:36 [2020-12-15T02:25:36.209Z] #29 7.145 
#########                                                                 12.5%
02:25:36 [2020-12-15T02:25:36.209Z] #29 ...
02:25:36 [2020-12-15T02:25:36.209Z] 
02:25:36 [2020-12-15T02:25:36.209Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.779 + RM_GOPATH=0
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.780 + TMP_GOPATH=
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.780 + : /build
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.780 + '[' -z '' ']'
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.788 ++ mktemp -d
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.792 + export GOPATH=/tmp/tmp.6fJS3dXMo6
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.792 + GOPATH=/tmp/tmp.6fJS3dXMo6
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.793 + RM_GOPATH=1
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.794 + case "$(go env GOARCH)" in
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.796 ++ go env GOARCH
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.843 + export GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.843 + GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.845 ++ dirname /tmp/install/install.sh
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.850 + dir=/tmp/install
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.850 + bin=shfmt
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.851 + shift
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.852 + '[' '!' -f /tmp/install/shfmt.installer ']'
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.852 + . /tmp/install/shfmt.installer
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.856 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.857 + install_shfmt
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.858 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.858 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.858 + git clone https://github.com/mvdan/sh.git /tmp/tmp.6fJS3dXMo6/src/github.com/mvdan/sh
02:25:36 [2020-12-15T02:25:36.209Z] #51 0.862 Cloning into '/tmp/tmp.6fJS3dXMo6/src/github.com/mvdan/sh'...
02:25:36 [2020-12-15T02:25:36.210Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.4s done
02:25:36 [2020-12-15T02:25:36.472Z] #4 DONE 0.9s
02:25:36 [2020-12-15T02:25:36.472Z] 
02:25:36 [2020-12-15T02:25:36.472Z] #7 [internal] load metadata for docker.io/library/debian:buster
02:25:36 [2020-12-15T02:25:36.510Z] #51 ...
02:25:36 [2020-12-15T02:25:36.510Z] 
02:25:36 [2020-12-15T02:25:36.510Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:36 [2020-12-15T02:25:36.511Z] #42 1.049 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:25:36 [2020-12-15T02:25:36.511Z] #42 1.338 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:36 [2020-12-15T02:25:36.511Z] #42 1.357 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:36 [2020-12-15T02:25:36.511Z] #42 2.673 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
02:25:36 [2020-12-15T02:25:36.511Z] #42 4.560 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB]
02:25:36 [2020-12-15T02:25:36.511Z] #42 6.404 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
02:25:36 [2020-12-15T02:25:36.511Z] #42 ...
02:25:36 [2020-12-15T02:25:36.511Z] 
02:25:36 [2020-12-15T02:25:36.511Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.756 + RM_GOPATH=0
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.760 + TMP_GOPATH=
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.761 + : /build
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.761 + '[' -z '' ']'
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.762 ++ mktemp -d
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.764 + export GOPATH=/tmp/tmp.IaN3ED46QV
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.764 + GOPATH=/tmp/tmp.IaN3ED46QV
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.764 + RM_GOPATH=1
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.764 + case "$(go env GOARCH)" in
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.771 ++ go env GOARCH
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.838 + export GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.838 + GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.840 ++ dirname /tmp/install/install.sh
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.843 + dir=/tmp/install
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.844 + bin=tomlv
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.844 + shift
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.845 + '[' '!' -f /tmp/install/tomlv.installer ']'
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.845 + . /tmp/install/tomlv.installer
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.847 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.847 + install_tomlv
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.847 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.847 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.IaN3ED46QV/src/github.com/BurntSushi/toml
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.847 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:25:36 [2020-12-15T02:25:36.511Z] #34 0.855 Cloning into '/tmp/tmp.IaN3ED46QV/src/github.com/BurntSushi/toml'...
02:25:36 [2020-12-15T02:25:36.511Z] #34 2.302 + cd /tmp/tmp.IaN3ED46QV/src/github.com/BurntSushi/toml
02:25:36 [2020-12-15T02:25:36.511Z] #34 2.312 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:25:36 [2020-12-15T02:25:36.511Z] #34 2.366 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
02:25:36 [2020-12-15T02:25:36.511Z] #34 3.058 internal/cpu
02:25:36 [2020-12-15T02:25:36.511Z] #34 3.105 runtime/internal/math
02:25:36 [2020-12-15T02:25:36.511Z] #34 3.234 unicode/utf8
02:25:36 [2020-12-15T02:25:36.511Z] #34 3.303 math/bits
02:25:36 [2020-12-15T02:25:36.511Z] #34 3.332 internal/race
02:25:36 [2020-12-15T02:25:36.511Z] #34 3.678 sync/atomic
02:25:36 [2020-12-15T02:25:36.511Z] #34 4.407 unicode
02:25:36 [2020-12-15T02:25:36.511Z] #34 4.586 internal/bytealg
02:25:36 [2020-12-15T02:25:36.511Z] #34 5.130 math
02:25:36 [2020-12-15T02:25:36.511Z] #34 5.165 internal/testlog
02:25:36 [2020-12-15T02:25:36.511Z] #34 6.436 runtime/cgo
02:25:36 [2020-12-15T02:25:36.511Z] #34 6.479 runtime
02:25:36 [2020-12-15T02:25:36.807Z] #34 ...
02:25:36 [2020-12-15T02:25:36.807Z] 
02:25:36 [2020-12-15T02:25:36.807Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.466 + RM_GOPATH=0
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.466 + TMP_GOPATH=
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.466 + : /build
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.466 + '[' -z '' ']'
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.467 ++ mktemp -d
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.470 + export GOPATH=/tmp/tmp.My9AZLM8bq
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.470 + GOPATH=/tmp/tmp.My9AZLM8bq
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.470 + RM_GOPATH=1
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.470 + case "$(go env GOARCH)" in
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.471 ++ go env GOARCH
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.479 + export GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.480 + GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.481 ++ dirname /tmp/install/install.sh
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.484 + dir=/tmp/install
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.484 + bin=rootlesskit
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.484 + shift
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.484 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.484 + . /tmp/install/rootlesskit.installer
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.484 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.485 + install_rootlesskit
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.485 + case "$1" in
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.485 + export CGO_ENABLED=0
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.485 + CGO_ENABLED=0
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.485 + _install_rootlesskit
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.486 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.486 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.My9AZLM8bq/src/github.com/rootless-containers/rootlesskit
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.486 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:25:36 [2020-12-15T02:25:36.807Z] #58 0.491 Cloning into '/tmp/tmp.My9AZLM8bq/src/github.com/rootless-containers/rootlesskit'...
02:25:36 [2020-12-15T02:25:36.807Z] #58 5.621 + cd /tmp/tmp.My9AZLM8bq/src/github.com/rootless-containers/rootlesskit
02:25:36 [2020-12-15T02:25:36.807Z] #58 5.636 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:25:36 [2020-12-15T02:25:36.807Z] #58 6.081 + for f in rootlesskit rootlesskit-docker-proxy
02:25:36 [2020-12-15T02:25:36.807Z] #58 6.081 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
02:25:36 [2020-12-15T02:25:36.807Z] #58 ...
02:25:36 [2020-12-15T02:25:36.807Z] 
02:25:36 [2020-12-15T02:25:36.807Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.465 + RM_GOPATH=0
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.466 + TMP_GOPATH=
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.466 + : /build
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.466 + '[' -z '' ']'
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.467 ++ mktemp -d
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.469 + export GOPATH=/tmp/tmp.cKCVmmajAY
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.469 + GOPATH=/tmp/tmp.cKCVmmajAY
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.469 + RM_GOPATH=1
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.469 + case "$(go env GOARCH)" in
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.472 ++ go env GOARCH
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.478 + export GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.478 + GO_BUILDMODE=-buildmode=pie
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.479 ++ dirname /tmp/install/install.sh
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.481 + dir=/tmp/install
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.481 + bin=dockercli
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.481 + shift
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.481 + '[' '!' -f /tmp/install/dockercli.installer ']'
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.481 + . /tmp/install/dockercli.installer
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.482 ++ : stable
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.482 ++ : 17.06.2-ce
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.486 + install_dockercli
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.486 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.486 Install docker/cli version 17.06.2-ce from stable
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.487 ++ uname -m
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.489 + arch=ppc64le
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.490 + '[' ppc64le '!=' x86_64 ']'
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.490 + '[' ppc64le '!=' s390x ']'
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.490 + '[' ppc64le '!=' armhf ']'
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.491 + build_dockercli
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.491 + git clone https://github.com/docker/docker-ce /tmp/tmp.cKCVmmajAY/tmp/docker-ce
02:25:36 [2020-12-15T02:25:36.807Z] #24 0.494 Cloning into '/tmp/tmp.cKCVmmajAY/tmp/docker-ce'...
02:25:36 [2020-12-15T02:25:36.955Z] #32 63.12 io
02:25:37 [2020-12-15T02:25:37.043Z] #7 ...
02:25:37 [2020-12-15T02:25:37.043Z] 
02:25:37 [2020-12-15T02:25:37.043Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster
02:25:37 [2020-12-15T02:25:37.043Z] #6 DONE 0.5s
02:25:37 [2020-12-15T02:25:37.043Z] 
02:25:37 [2020-12-15T02:25:37.043Z] #5 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
02:25:37 [2020-12-15T02:25:37.043Z] #5 DONE 0.6s
02:25:37 [2020-12-15T02:25:37.104Z] #24 ...
02:25:37 [2020-12-15T02:25:37.104Z] 
02:25:37 [2020-12-15T02:25:37.104Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.796 + RM_GOPATH=0
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.797 + TMP_GOPATH=
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.797 + : /build
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.797 + '[' -z '' ']'
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.799 ++ mktemp -d
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.801 + export GOPATH=/tmp/tmp.99TdnMw3PC
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.801 + GOPATH=/tmp/tmp.99TdnMw3PC
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.801 + RM_GOPATH=1
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.802 + case "$(go env GOARCH)" in
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.816 ++ go env GOARCH
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.878 + export GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.878 + GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.880 ++ dirname /tmp/install/install.sh
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.882 + dir=/tmp/install
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.882 + bin=proxy
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.882 + shift
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.882 + '[' '!' -f /tmp/install/proxy.installer ']'
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.883 + . /tmp/install/proxy.installer
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.883 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.884 + install_proxy
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.884 + case "$1" in
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.884 + export CGO_ENABLED=0
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.884 + CGO_ENABLED=0
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.884 + _install_proxy
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.885 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.885 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d'
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.885 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.99TdnMw3PC/src/github.com/docker/libnetwork
02:25:37 [2020-12-15T02:25:37.104Z] #64 0.889 Cloning into '/tmp/tmp.99TdnMw3PC/src/github.com/docker/libnetwork'...
02:25:37 [2020-12-15T02:25:37.104Z] #64 ...
02:25:37 [2020-12-15T02:25:37.104Z] 
02:25:37 [2020-12-15T02:25:37.104Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:37 [2020-12-15T02:25:37.104Z] #13 1.046 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:25:37 [2020-12-15T02:25:37.104Z] #13 1.260 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:37 [2020-12-15T02:25:37.104Z] #13 1.276 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:37 [2020-12-15T02:25:37.104Z] #13 2.915 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
02:25:37 [2020-12-15T02:25:37.104Z] #13 4.976 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB]
02:25:37 [2020-12-15T02:25:37.104Z] #13 6.864 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
02:25:37 [2020-12-15T02:25:37.104Z] #13 ...
02:25:37 [2020-12-15T02:25:37.104Z] 
02:25:37 [2020-12-15T02:25:37.104Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.568 + RM_GOPATH=0
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.568 + TMP_GOPATH=
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.568 + : /build
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.569 + '[' -z '' ']'
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.570 ++ mktemp -d
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.573 + export GOPATH=/tmp/tmp.Yx6T88JynW
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.573 + GOPATH=/tmp/tmp.Yx6T88JynW
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.573 + RM_GOPATH=1
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.574 + case "$(go env GOARCH)" in
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.575 ++ go env GOARCH
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.588 + export GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.588 + GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.589 ++ dirname /tmp/install/install.sh
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.591 + dir=/tmp/install
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.591 + bin=golangci_lint
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.591 + shift
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.591 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.591 + . /tmp/install/golangci_lint.installer
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.591 ++ : v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.592 + install_golangci_lint
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.592 + set -e
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.592 + export GO111MODULE=on
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.592 + GO111MODULE=on
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.592 + GOBIN=/build
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.592 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.614 go: finding github.com v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.617 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.618 go: finding github.com/golangci/golangci-lint v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.618 go: finding github.com/golangci v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 0.618 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 1.587 go: downloading github.com/golangci/golangci-lint v1.23.8
02:25:37 [2020-12-15T02:25:37.104Z] #49 3.070 go: extracting github.com/golangci/golangci-lint v1.23.8
02:25:37 [2020-12-15T02:25:37.304Z] 
02:25:37 [2020-12-15T02:25:37.304Z] #7 [internal] load metadata for docker.io/library/debian:buster
02:25:37 [2020-12-15T02:25:37.304Z] #7 DONE 0.8s
02:25:37 [2020-12-15T02:25:37.304Z] 
02:25:37 [2020-12-15T02:25:37.304Z] #21 [internal] load build context
02:25:37 [2020-12-15T02:25:37.304Z] #21 DONE 0.0s
02:25:37 [2020-12-15T02:25:37.304Z] 
02:25:37 [2020-12-15T02:25:37.304Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
02:25:37 [2020-12-15T02:25:37.304Z] #60 DONE 0.0s
02:25:37 [2020-12-15T02:25:37.304Z] 
02:25:37 [2020-12-15T02:25:37.304Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:37 [2020-12-15T02:25:37.304Z] #8 DONE 0.0s
02:25:37 [2020-12-15T02:25:37.388Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 5.3s
02:25:37 [2020-12-15T02:25:37.401Z] #49 ...
02:25:37 [2020-12-15T02:25:37.401Z] 
02:25:37 [2020-12-15T02:25:37.401Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:25:37 [2020-12-15T02:25:37.401Z] #36 1.134 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #36 1.275 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #36 1.336 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #36 2.582 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #36 4.996 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #36 6.396 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
02:25:37 [2020-12-15T02:25:37.401Z] #36 ...
02:25:37 [2020-12-15T02:25:37.401Z] 
02:25:37 [2020-12-15T02:25:37.401Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:25:37 [2020-12-15T02:25:37.401Z] #55 1.052 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #55 1.263 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #55 1.290 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #55 2.775 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #55 4.679 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB]
02:25:37 [2020-12-15T02:25:37.401Z] #55 6.929 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
02:25:37 [2020-12-15T02:25:37.568Z] 
02:25:37 [2020-12-15T02:25:37.568Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:37 [2020-12-15T02:25:37.568Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
02:25:37 [2020-12-15T02:25:37.568Z] #8 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done
02:25:37 [2020-12-15T02:25:37.568Z] #8 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done
02:25:37 [2020-12-15T02:25:37.568Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 121.39kB / 7.81MB 0.1s
02:25:37 [2020-12-15T02:25:37.568Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
02:25:37 [2020-12-15T02:25:37.568Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 2.56MB / 50.40MB 0.1s
02:25:37 [2020-12-15T02:25:37.647Z] #24 ...
02:25:37 [2020-12-15T02:25:37.647Z] 
02:25:37 [2020-12-15T02:25:37.647Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
02:25:37 [2020-12-15T02:25:37.647Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
02:25:37 [2020-12-15T02:25:37.647Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
02:25:37 [2020-12-15T02:25:37.647Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
02:25:37 [2020-12-15T02:25:37.648Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 5.4s done
02:25:37 [2020-12-15T02:25:37.648Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 2.8s done
02:25:37 [2020-12-15T02:25:37.648Z] #60 DONE 8.6s
02:25:37 [2020-12-15T02:25:37.648Z] 
02:25:37 [2020-12-15T02:25:37.648Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:37 [2020-12-15T02:25:37.726Z] #55 ...
02:25:37 [2020-12-15T02:25:37.726Z] 
02:25:37 [2020-12-15T02:25:37.726Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.784 + RM_GOPATH=0
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.814 + TMP_GOPATH=
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.814 + : /build
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.815 + '[' -z '' ']'
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.816 ++ mktemp -d
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.817 + export GOPATH=/tmp/tmp.K7AGId7znB
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.817 + GOPATH=/tmp/tmp.K7AGId7znB
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.819 + RM_GOPATH=1
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.820 + case "$(go env GOARCH)" in
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.842 ++ go env GOARCH
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.886 + export GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.886 + GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.889 ++ dirname /tmp/install/install.sh
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.904 + dir=/tmp/install
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.904 + bin=gotestsum
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.904 + shift
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.905 + '[' '!' -f /tmp/install/gotestsum.installer ']'
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.905 + . /tmp/install/gotestsum.installer
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.905 ++ : v0.5.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.906 + install_gotestsum
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.908 + set -e
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.908 + export GO111MODULE=on
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.908 + GO111MODULE=on
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.908 + GOBIN=/build
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.908 + go get gotest.tools/gotestsum@v0.5.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.963 go: finding gotest.tools v0.5.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 0.979 go: finding gotest.tools/gotestsum v0.5.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 2.007 go: downloading gotest.tools/gotestsum v0.5.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 3.099 go: extracting gotest.tools/gotestsum v0.5.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 4.741 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:25:37 [2020-12-15T02:25:37.726Z] #47 4.777 go: downloading github.com/fatih/color v1.9.0
02:25:37 [2020-12-15T02:25:37.726Z] #47 4.816 go: downloading github.com/jonboulle/clockwork v0.1.0
02:25:37 [2020-12-15T02:25:37.726Z] #47 4.826 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:25:37 [2020-12-15T02:25:37.726Z] #47 4.866 go: downloading github.com/pkg/errors v0.9.1
02:25:37 [2020-12-15T02:25:37.726Z] #47 4.866 go: downloading github.com/spf13/pflag v1.0.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 4.998 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.028 go: extracting github.com/fatih/color v1.9.0
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.063 go: extracting github.com/jonboulle/clockwork v0.1.0
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.092 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.209 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.261 go: extracting github.com/pkg/errors v0.9.1
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.358 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.365 go: extracting github.com/spf13/pflag v1.0.3
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.375 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.541 go: downloading github.com/mattn/go-colorable v0.1.6
02:25:37 [2020-12-15T02:25:37.726Z] #47 5.542 go: downloading github.com/mattn/go-isatty v0.0.12
02:25:37 [2020-12-15T02:25:37.726Z] #47 6.252 go: extracting github.com/mattn/go-isatty v0.0.12
02:25:37 [2020-12-15T02:25:37.726Z] #47 6.299 go: extracting github.com/mattn/go-colorable v0.1.6
02:25:37 [2020-12-15T02:25:37.726Z] #47 8.477 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:25:37 [2020-12-15T02:25:37.726Z] #47 ...
02:25:37 [2020-12-15T02:25:37.726Z] 
02:25:37 [2020-12-15T02:25:37.726Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.541 + RM_GOPATH=0
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.542 + TMP_GOPATH=
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.542 + : /build
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.542 + '[' -z '' ']'
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.543 ++ mktemp -d
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.544 + export GOPATH=/tmp/tmp.HccZ3qvzA1
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.544 + GOPATH=/tmp/tmp.HccZ3qvzA1
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.544 + RM_GOPATH=1
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.544 + case "$(go env GOARCH)" in
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.545 ++ go env GOARCH
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.552 + export GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.552 + GO_BUILDMODE=-buildmode=pie
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.554 ++ dirname /tmp/install/install.sh
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.555 + dir=/tmp/install
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.556 + bin=vndr
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.556 + shift
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.556 + '[' '!' -f /tmp/install/vndr.installer ']'
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.556 + . /tmp/install/vndr.installer
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.557 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.557 + install_vndr
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.557 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.557 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.557 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.HccZ3qvzA1/src/github.com/LK4D4/vndr
02:25:37 [2020-12-15T02:25:37.726Z] #45 0.560 Cloning into '/tmp/tmp.HccZ3qvzA1/src/github.com/LK4D4/vndr'...
02:25:37 [2020-12-15T02:25:37.726Z] #45 1.154 + cd /tmp/tmp.HccZ3qvzA1/src/github.com/LK4D4/vndr
02:25:37 [2020-12-15T02:25:37.726Z] #45 1.155 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
02:25:37 [2020-12-15T02:25:37.726Z] #45 1.191 + go build -buildmode=pie -v -o /build/vndr .
02:25:37 [2020-12-15T02:25:37.726Z] #45 2.508 runtime/internal/sys
02:25:37 [2020-12-15T02:25:37.726Z] #45 2.581 internal/cpu
02:25:37 [2020-12-15T02:25:37.726Z] #45 2.632 runtime/internal/atomic
02:25:37 [2020-12-15T02:25:37.726Z] #45 2.635 internal/race
02:25:37 [2020-12-15T02:25:37.726Z] #45 2.886 runtime/internal/math
02:25:37 [2020-12-15T02:25:37.726Z] #45 3.314 sync/atomic
02:25:37 [2020-12-15T02:25:37.726Z] #45 3.385 unicode/utf8
02:25:37 [2020-12-15T02:25:37.726Z] #45 3.416 unicode
02:25:37 [2020-12-15T02:25:37.726Z] #45 4.161 internal/bytealg
02:25:37 [2020-12-15T02:25:37.726Z] #45 4.329 math/bits
02:25:37 [2020-12-15T02:25:37.726Z] #45 5.214 internal/testlog
02:25:37 [2020-12-15T02:25:37.726Z] #45 5.877 encoding
02:25:37 [2020-12-15T02:25:37.726Z] #45 6.057 runtime
02:25:37 [2020-12-15T02:25:37.726Z] #45 6.156 unicode/utf16
02:25:37 [2020-12-15T02:25:37.726Z] #45 6.313 math
02:25:37 [2020-12-15T02:25:37.726Z] #45 6.543 container/list
02:25:37 [2020-12-15T02:25:37.726Z] #45 9.366 crypto/internal/subtle
02:25:37 [2020-12-15T02:25:37.726Z] #45 9.548 crypto/subtle
02:25:37 [2020-12-15T02:25:37.726Z] #45 10.02 vendor/golang.org/x/crypto/cryptobyte/asn1
02:25:37 [2020-12-15T02:25:37.726Z] #45 10.58 internal/nettrace
02:25:37 [2020-12-15T02:25:37.726Z] #45 10.94 runtime/cgo
02:25:37 [2020-12-15T02:25:37.726Z] #45 ...
02:25:37 [2020-12-15T02:25:37.726Z] 
02:25:37 [2020-12-15T02:25:37.726Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:25:37 [2020-12-15T02:25:37.726Z] #32 0.670 + git clone https://github.com/kolyshkin/go-swagger.git .
02:25:37 [2020-12-15T02:25:37.726Z] #32 0.694 Cloning into '.'...
02:25:37 [2020-12-15T02:25:37.832Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 2.42MB / 7.81MB 0.2s
02:25:37 [2020-12-15T02:25:37.832Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 4.33MB / 7.81MB 0.3s
02:25:37 [2020-12-15T02:25:37.832Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 8.14MB / 50.40MB 0.3s
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.18 Setting up iptables (1.8.2-4) ...
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.20 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.20 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.20 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.21 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.21 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.21 Setting up python3 (3.7.3-1) ...
02:25:37 [2020-12-15T02:25:37.914Z] #18 31.41 Setting up python3-wheel (0.32.3-2) ...
02:25:38 [2020-12-15T02:25:38.032Z] #32 ...
02:25:38 [2020-12-15T02:25:38.032Z] 
02:25:38 [2020-12-15T02:25:38.032Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:25:38 [2020-12-15T02:25:38.032Z] #29 7.145 
#########                                                                 12.5%
#######################                                                   33.1%
##############################################                            63.9%
######################################################################## 100.0%
02:25:38 [2020-12-15T02:25:38.032Z] #29 7.988 
02:25:38 [2020-12-15T02:25:38.095Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s
02:25:38 [2020-12-15T02:25:38.095Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.21MB / 50.40MB 0.6s
02:25:38 [2020-12-15T02:25:38.205Z] #18 31.86 Setting up apparmor (2.13.2-10) ...
02:25:38 [2020-12-15T02:25:38.356Z] #8 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done
02:25:38 [2020-12-15T02:25:38.356Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 21.01MB / 50.40MB 0.8s
02:25:38 [2020-12-15T02:25:38.356Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 16.94kB / 10.00MB 0.8s
02:25:38 [2020-12-15T02:25:38.356Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.08MB / 51.83MB 0.8s
02:25:38 [2020-12-15T02:25:38.356Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.26MB / 10.00MB 0.9s
02:25:38 [2020-12-15T02:25:38.495Z] #18 ...
02:25:38 [2020-12-15T02:25:38.496Z] 
02:25:38 [2020-12-15T02:25:38.496Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:38 [2020-12-15T02:25:38.496Z] #41 60.69   CC       criu/cr-service.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 61.50   CC       criu/crtools.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 61.81   CC       criu/eventfd.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 62.09   CC       criu/eventpoll.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 62.57   CC       criu/external.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 62.84   CC       criu/fault-injection.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 62.89   CC       criu/fdstore.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 63.11   CC       criu/fifo.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 63.38   CC       criu/file-ids.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 63.54   CC       criu/file-lock.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 64.20   CC       criu/files-ext.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 64.48   CC       criu/files-reg.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 65.65   CC       criu/files.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 67.03   CC       criu/filesystems.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 67.50   CC       criu/fsnotify.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 68.30   CC       criu/image-desc.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 68.38   CC       criu/image.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 68.87   CC       criu/ipc_ns.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 69.46   CC       criu/irmap.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 69.81   CC       criu/kcmp-ids.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 69.98   CC       criu/kerndat.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 70.48   CC       criu/libnetlink.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 70.67   CC       criu/log.o
02:25:38 [2020-12-15T02:25:38.496Z] #41 70.90   CC       criu/lsm.o
02:25:38 [2020-12-15T02:25:38.616Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 3.11MB / 10.00MB 1.0s
02:25:38 [2020-12-15T02:25:38.616Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 25.57MB / 50.40MB 1.2s
02:25:38 [2020-12-15T02:25:38.616Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 7.41MB / 10.00MB 1.2s
02:25:38 [2020-12-15T02:25:38.616Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.72MB / 51.83MB 1.2s
02:25:38 [2020-12-15T02:25:38.787Z] #41 71.06   CC       criu/mem.o
02:25:38 [2020-12-15T02:25:38.888Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 29.43MB / 50.40MB 1.3s
02:25:38 [2020-12-15T02:25:38.888Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.3s
02:25:38 [2020-12-15T02:25:38.888Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 10.18MB / 51.83MB 1.3s
02:25:38 [2020-12-15T02:25:38.888Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 32.19MB / 50.40MB 1.5s
02:25:39 [2020-12-15T02:25:39.077Z] #41 ...
02:25:39 [2020-12-15T02:25:39.077Z] 
02:25:39 [2020-12-15T02:25:39.077Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:25:39 [2020-12-15T02:25:39.077Z] #18 32.79 Setting up xfsprogs (4.20.0-1) ...
02:25:39 [2020-12-15T02:25:39.077Z] #18 32.79 Setting up python3-lib2to3 (3.7.3-1) ...
02:25:39 [2020-12-15T02:25:39.156Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 35.18MB / 50.40MB 1.6s
02:25:39 [2020-12-15T02:25:39.156Z] #8 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.6s done
02:25:39 [2020-12-15T02:25:39.156Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 16.03MB / 51.83MB 1.6s
02:25:39 [2020-12-15T02:25:39.156Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 1.6s
02:25:39 [2020-12-15T02:25:39.157Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 18.65MB / 51.83MB 1.8s
02:25:39 [2020-12-15T02:25:39.242Z] #29 8.266 #=#=#                                                                         

##                                                                         4.0%
#######                                                                    9.8%
###########                                                               15.5%
################                                                          23.2%
#######################                                                   32.8%
##############################                                            41.8%
###################################                                       49.5%
#########################################                                 57.2%
###########################################                               61.0%
################################################                          66.7%
###################################################                       71.7%
#####################################################                     73.6%
#########################################################                 79.4%
###########################################################               83.3%
#################################################################         90.9%
####################################################################      95.6%
######################################################################## 100.0%
02:25:39 [2020-12-15T02:25:39.368Z] #18 33.03 Setting up python3-pkg-resources (40.8.0-1) ...
02:25:39 [2020-12-15T02:25:39.418Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 38.66MB / 50.40MB 1.9s
02:25:39 [2020-12-15T02:25:39.418Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.89MB / 68.67MB 1.9s
02:25:39 [2020-12-15T02:25:39.473Z] #32 ...
02:25:39 [2020-12-15T02:25:39.473Z] 
02:25:39 [2020-12-15T02:25:39.473Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:25:39 [2020-12-15T02:25:39.473Z] #34 45.09 Reading package lists...
02:25:39 [2020-12-15T02:25:39.473Z] #34 55.58 Building dependency tree...
02:25:39 [2020-12-15T02:25:39.473Z] #34 61.00 The following additional packages will be installed:
02:25:39 [2020-12-15T02:25:39.473Z] #34 61.02   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
02:25:39 [2020-12-15T02:25:39.473Z] #34 61.04 Suggested packages:
02:25:39 [2020-12-15T02:25:39.473Z] #34 61.05   cmake-doc ninja-build lrzip
02:25:39 [2020-12-15T02:25:39.473Z] #34 61.05 Recommended packages:
02:25:39 [2020-12-15T02:25:39.473Z] #34 61.05   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:25:39 [2020-12-15T02:25:39.473Z] #34 62.45 The following NEW packages will be installed:
02:25:39 [2020-12-15T02:25:39.473Z] #34 62.49   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
02:25:39 [2020-12-15T02:25:39.473Z] #34 62.51   vim-common xxd
02:25:39 [2020-12-15T02:25:39.473Z] #34 63.49 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
02:25:39 [2020-12-15T02:25:39.473Z] #34 63.49 Need to get 14.9 MB of archives.
02:25:39 [2020-12-15T02:25:39.473Z] #34 63.49 After this operation, 61.8 MB of additional disk space will be used.
02:25:39 [2020-12-15T02:25:39.474Z] #34 63.49 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
02:25:39 [2020-12-15T02:25:39.474Z] #34 63.54 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
02:25:39 [2020-12-15T02:25:39.474Z] #34 63.57 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
02:25:39 [2020-12-15T02:25:39.474Z] #34 63.79 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
02:25:39 [2020-12-15T02:25:39.474Z] #34 65.24 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
02:25:39 [2020-12-15T02:25:39.474Z] #34 65.31 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
02:25:39 [2020-12-15T02:25:39.474Z] #34 ...
02:25:39 [2020-12-15T02:25:39.474Z] 
02:25:39 [2020-12-15T02:25:39.474Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:39 [2020-12-15T02:25:39.474Z] #47 63.40 go: finding github.com/fatih/color v1.7.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 63.58 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:25:39 [2020-12-15T02:25:39.474Z] #47 63.75 go: finding github.com/mattn/go-colorable v0.1.4
02:25:39 [2020-12-15T02:25:39.474Z] #47 63.81 go: finding github.com/mattn/go-isatty v0.0.8
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.01 go: finding github.com/go-critic/go-critic v0.4.1
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.04 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.06 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.09 go: finding github.com/go-lintpack/lintpack v0.5.2
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.18 go: finding github.com/go-toolsmith/astequal v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.19 go: finding github.com/pkg/errors v0.8.1
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.23 go: finding github.com/go-toolsmith/astfmt v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.23 go: finding github.com/mitchellh/go-homedir v1.1.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.28 go: finding github.com/go-toolsmith/astp v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.30 go: finding github.com/go-toolsmith/astcast v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.33 go: finding github.com/go-toolsmith/typep v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.35 go: finding github.com/sirupsen/logrus v1.4.2
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.39 go: finding github.com/stretchr/testify v1.4.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.45 go: finding github.com/go-toolsmith/astcopy v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.47 go: finding github.com/spf13/viper v1.6.1
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.60 go: finding github.com/davecgh/go-spew v1.1.1
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.68 go: finding github.com/pmezard/go-difflib v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.84 go: finding github.com/stretchr/objx v0.2.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.88 go: finding gopkg.in/yaml.v2 v2.2.7
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.95 go: finding github.com/go-toolsmith/strparse v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 64.98 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.00 go: finding github.com/spf13/cobra v0.0.5
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.08 go: finding github.com/bombsimon/wsl/v2 v2.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.13 go: finding github.com/fsnotify/fsnotify v1.4.7
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.27 go: finding github.com/spf13/pflag v1.0.5
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.31 go: finding github.com/gobwas/glob v0.2.3
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.33 go: finding github.com/hashicorp/hcl v1.0.0
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.36 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.37 go: finding github.com/magiconair/properties v1.8.1
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.44 go: finding github.com/mitchellh/mapstructure v1.1.2
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.55 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:25:39 [2020-12-15T02:25:39.474Z] #47 65.66 go: finding github.com/pelletier/go-toml v1.2.0
02:25:39 [2020-12-15T02:25:39.543Z] #29 10.59 
02:25:39 [2020-12-15T02:25:39.686Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 43.57MB / 50.40MB 2.1s
02:25:39 [2020-12-15T02:25:39.686Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 23.06MB / 51.83MB 2.1s
02:25:39 [2020-12-15T02:25:39.686Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 8.47MB / 68.67MB 2.3s
02:25:39 [2020-12-15T02:25:39.731Z] #47 65.67 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:25:39 [2020-12-15T02:25:39.731Z] #47 65.77 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:25:39 [2020-12-15T02:25:39.731Z] #47 ...
02:25:39 [2020-12-15T02:25:39.731Z] 
02:25:39 [2020-12-15T02:25:39.731Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:39 [2020-12-15T02:25:39.731Z] #40 45.96 Reading package lists...
02:25:39 [2020-12-15T02:25:39.731Z] #40 56.13 Building dependency tree...
02:25:39 [2020-12-15T02:25:39.731Z] #40 60.92 The following additional packages will be installed:
02:25:39 [2020-12-15T02:25:39.731Z] #40 60.92   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
02:25:39 [2020-12-15T02:25:39.731Z] #40 60.93   libprotoc17 python-pkg-resources python-six zlib1g-dev
02:25:39 [2020-12-15T02:25:39.731Z] #40 60.95 Suggested packages:
02:25:39 [2020-12-15T02:25:39.731Z] #40 60.97   manpages-dev python-setuptools
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.10 The following NEW packages will be installed:
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.12   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.13   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.13   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.14   python-six zlib1g-dev
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.75 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded.
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.75 Need to get 4095 kB of archives.
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.75 After this operation, 22.5 MB of additional disk space will be used.
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.75 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.76 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.76 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.82 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.83 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 63.90 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.02 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.04 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.30 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.32 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.32 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.36 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 64.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
02:25:39 [2020-12-15T02:25:39.731Z] #40 ...
02:25:39 [2020-12-15T02:25:39.731Z] 
02:25:39 [2020-12-15T02:25:39.731Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:39 [2020-12-15T02:25:39.731Z] #47 65.82 go: finding github.com/spf13/afero v1.1.2
02:25:39 [2020-12-15T02:25:39.731Z] #47 65.84 go: finding github.com/spf13/cast v1.3.0
02:25:39 [2020-12-15T02:25:39.731Z] #47 65.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:25:39 [2020-12-15T02:25:39.953Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.5s
02:25:39 [2020-12-15T02:25:39.953Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 30.17MB / 51.83MB 2.5s
02:25:39 [2020-12-15T02:25:39.953Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 17.74MB / 68.67MB 2.5s
02:25:39 [2020-12-15T02:25:39.988Z] #47 66.01 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:25:39 [2020-12-15T02:25:39.988Z] #47 66.01 go: finding github.com/spf13/jwalterweatherman v1.0.0
02:25:39 [2020-12-15T02:25:39.988Z] #47 66.11 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:25:39 [2020-12-15T02:25:39.988Z] #47 66.15 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:25:40 [2020-12-15T02:25:40.000Z] #18 33.54 Setting up python3-distutils (3.7.3-1) ...
02:25:40 [2020-12-15T02:25:40.219Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 33.53MB / 51.83MB 2.6s
02:25:40 [2020-12-15T02:25:40.219Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 21.36MB / 68.67MB 2.6s
02:25:40 [2020-12-15T02:25:40.219Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 37.86MB / 51.83MB 2.8s
02:25:40 [2020-12-15T02:25:40.245Z] #47 66.27 go: finding github.com/subosito/gotenv v1.2.0
02:25:40 [2020-12-15T02:25:40.245Z] #47 66.28 go: finding gopkg.in/ini.v1 v1.51.0
02:25:40 [2020-12-15T02:25:40.245Z] #47 66.35 go: finding golang.org/x/text v0.3.2
02:25:40 [2020-12-15T02:25:40.290Z] #18 33.86 Setting up python3-setuptools (40.8.0-1) ...
02:25:40 [2020-12-15T02:25:40.487Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 41.78MB / 51.83MB 2.9s
02:25:40 [2020-12-15T02:25:40.487Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 27.84MB / 68.67MB 2.9s
02:25:40 [2020-12-15T02:25:40.487Z] #8 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.9s done
02:25:40 [2020-12-15T02:25:40.487Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 191.01kB / 120.17MB 3.1s
02:25:40 [2020-12-15T02:25:40.505Z] #47 66.51 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:25:40 [2020-12-15T02:25:40.505Z] #47 66.55 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:25:40 [2020-12-15T02:25:40.505Z] #47 66.56 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:25:40 [2020-12-15T02:25:40.505Z] #47 66.65 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:25:40 [2020-12-15T02:25:40.505Z] #47 66.65 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:25:40 [2020-12-15T02:25:40.748Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 45.05MB / 51.83MB 3.1s
02:25:40 [2020-12-15T02:25:40.748Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 31.98MB / 68.67MB 3.1s
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.76 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.76 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.78 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.78 go: finding github.com/kisielk/gotool v1.0.0
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.78 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.80 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.81 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.86 go: finding github.com/sourcegraph/go-diff v0.5.1
02:25:40 [2020-12-15T02:25:40.764Z] #47 ...
02:25:40 [2020-12-15T02:25:40.764Z] 
02:25:40 [2020-12-15T02:25:40.764Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:40 [2020-12-15T02:25:40.764Z] #62 DONE 66.9s
02:25:40 [2020-12-15T02:25:40.764Z] 
02:25:40 [2020-12-15T02:25:40.764Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.88 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:25:40 [2020-12-15T02:25:40.764Z] #47 66.94 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:25:40 [2020-12-15T02:25:40.922Z] #18 34.60 Setting up python3-pip (18.1-5) ...
02:25:41 [2020-12-15T02:25:41.011Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.73MB / 51.83MB 3.6s
02:25:41 [2020-12-15T02:25:41.011Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 38.51MB / 68.67MB 3.6s
02:25:41 [2020-12-15T02:25:41.011Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 8.36MB / 120.17MB 3.6s
02:25:41 [2020-12-15T02:25:41.022Z] #47 67.01 go: finding github.com/tommy-muehle/go-mnd v1.1.1
02:25:41 [2020-12-15T02:25:41.023Z] #47 67.01 go: finding github.com/ultraware/funlen v0.0.2
02:25:41 [2020-12-15T02:25:41.023Z] #47 67.02 go: finding github.com/ultraware/whitespace v0.0.4
02:25:41 [2020-12-15T02:25:41.023Z] #47 67.05 go: finding github.com/uudashr/gocognit v1.0.1
02:25:41 [2020-12-15T02:25:41.023Z] #47 67.18 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:25:41 [2020-12-15T02:25:41.275Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7
02:25:41 [2020-12-15T02:25:41.275Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 47.58MB / 68.67MB 4.0s
02:25:41 [2020-12-15T02:25:41.275Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 17.14MB / 120.17MB 4.0s
02:25:41 [2020-12-15T02:25:41.283Z] #47 67.35 go: finding github.com/gogo/protobuf v1.2.1
02:25:41 [2020-12-15T02:25:41.543Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 52.46MB / 68.67MB 4.1s
02:25:41 [2020-12-15T02:25:41.559Z] #18 35.07 Processing triggers for libc-bin (2.28-10) ...
02:25:41 [2020-12-15T02:25:41.559Z] #18 35.11 Processing triggers for mime-support (3.62) ...
02:25:41 [2020-12-15T02:25:41.807Z] #8 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 4.2s done
02:25:41 [2020-12-15T02:25:41.807Z] #8 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 4.2s done
02:25:41 [2020-12-15T02:25:41.807Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 59.04MB / 68.67MB 4.5s
02:25:41 [2020-12-15T02:25:41.807Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 25.76MB / 120.17MB 4.5s
02:25:41 [2020-12-15T02:25:41.846Z] #47 67.78 go: finding honnef.co/go/tools v0.0.1-2019.2.3
02:25:41 [2020-12-15T02:25:41.846Z] #47 67.78 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:25:41 [2020-12-15T02:25:41.846Z] #47 67.78 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:25:41 [2020-12-15T02:25:41.846Z] #47 67.87 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:25:41 [2020-12-15T02:25:41.846Z] #47 ...
02:25:41 [2020-12-15T02:25:41.846Z] 
02:25:41 [2020-12-15T02:25:41.846Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:25:41 [2020-12-15T02:25:41.846Z] #53 57.79 Building dependency tree...
02:25:41 [2020-12-15T02:25:41.846Z] #53 64.23 The following additional packages will be installed:
02:25:41 [2020-12-15T02:25:41.846Z] #53 64.27   libbtrfs0
02:25:41 [2020-12-15T02:25:41.846Z] #53 64.56 The following NEW packages will be installed:
02:25:41 [2020-12-15T02:25:41.846Z] #53 64.60   libbtrfs-dev libbtrfs0
02:25:41 [2020-12-15T02:25:41.846Z] #53 65.22 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
02:25:41 [2020-12-15T02:25:41.846Z] #53 65.22 Need to get 119 kB of archives.
02:25:41 [2020-12-15T02:25:41.847Z] #53 65.22 After this operation, 387 kB of additional disk space will be used.
02:25:41 [2020-12-15T02:25:41.847Z] #53 65.22 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
02:25:41 [2020-12-15T02:25:41.847Z] #53 65.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
02:25:41 [2020-12-15T02:25:41.847Z] #53 67.01 debconf: delaying package configuration, since apt-utils is not installed
02:25:41 [2020-12-15T02:25:41.847Z] #53 67.35 Fetched 119 kB in 0s (384 kB/s)
02:25:41 [2020-12-15T02:25:41.847Z] #53 67.51 Selecting previously unselected package libbtrfs0.
02:25:41 [2020-12-15T02:25:41.847Z] #53 67.51 (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.)
02:25:41 [2020-12-15T02:25:41.847Z] #53 67.77 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
02:25:41 [2020-12-15T02:25:41.847Z] #53 67.77 Unpacking libbtrfs0 (4.20.1-2) ...
02:25:41 [2020-12-15T02:25:41.847Z] #53 ...
02:25:41 [2020-12-15T02:25:41.847Z] 
02:25:41 [2020-12-15T02:25:41.847Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:41 [2020-12-15T02:25:41.847Z] #40 66.45 debconf: delaying package configuration, since apt-utils is not installed
02:25:41 [2020-12-15T02:25:41.847Z] #40 66.87 Fetched 4095 kB in 1s (4277 kB/s)
02:25:41 [2020-12-15T02:25:41.847Z] #40 67.02 Selecting previously unselected package libcap-dev:amd64.
02:25:41 [2020-12-15T02:25:41.847Z] #40 67.02 (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.)
02:25:41 [2020-12-15T02:25:41.847Z] #40 67.20 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
02:25:41 [2020-12-15T02:25:41.847Z] #40 67.22 Unpacking libcap-dev:amd64 (1:2.25-2) ...
02:25:41 [2020-12-15T02:25:41.847Z] #40 67.63 Selecting previously unselected package libnet1:amd64.
02:25:41 [2020-12-15T02:25:41.847Z] #40 67.65 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:25:41 [2020-12-15T02:25:41.847Z] #40 67.67 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:25:41 [2020-12-15T02:25:41.847Z] #40 68.01 Selecting previously unselected package libnet1-dev.
02:25:41 [2020-12-15T02:25:41.847Z] #40 68.01 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
02:25:41 [2020-12-15T02:25:41.847Z] #40 68.04 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
02:25:41 [2020-12-15T02:25:41.851Z] #18 DONE 35.6s
02:25:41 [2020-12-15T02:25:41.851Z] 
02:25:41 [2020-12-15T02:25:41.851Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
02:25:42 [2020-12-15T02:25:42.380Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 66.56MB / 68.67MB 4.8s
02:25:42 [2020-12-15T02:25:42.380Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 36.04MB / 120.17MB 5.0s
02:25:42 [2020-12-15T02:25:42.410Z] #40 68.45 Selecting previously unselected package libnl-3-200:amd64.
02:25:42 [2020-12-15T02:25:42.410Z] #40 68.45 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
02:25:42 [2020-12-15T02:25:42.410Z] #40 68.46 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
02:25:42 [2020-12-15T02:25:42.669Z] #40 68.74 Selecting previously unselected package libnl-3-dev:amd64.
02:25:42 [2020-12-15T02:25:42.669Z] #40 68.74 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
02:25:42 [2020-12-15T02:25:42.669Z] #40 68.75 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
02:25:42 [2020-12-15T02:25:42.926Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 10.8s
02:25:42 [2020-12-15T02:25:42.947Z] #19 0.764 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:25:42 [2020-12-15T02:25:42.947Z] #19 0.766 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:25:42 [2020-12-15T02:25:42.947Z] #19 0.770 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:25:42 [2020-12-15T02:25:42.947Z] #19 DONE 0.9s
02:25:42 [2020-12-15T02:25:42.947Z] 
02:25:42 [2020-12-15T02:25:42.947Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:25:42 [2020-12-15T02:25:42.951Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 5.5s done
02:25:42 [2020-12-15T02:25:42.951Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.67MB / 120.17MB 5.5s
02:25:43 [2020-12-15T02:25:43.187Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 11.1s done
02:25:43 [2020-12-15T02:25:43.211Z] #8 ...
02:25:43 [2020-12-15T02:25:43.211Z] 
02:25:43 [2020-12-15T02:25:43.211Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
02:25:43 [2020-12-15T02:25:43.211Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
02:25:43 [2020-12-15T02:25:43.211Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
02:25:43 [2020-12-15T02:25:43.211Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
02:25:43 [2020-12-15T02:25:43.211Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.7s done
02:25:43 [2020-12-15T02:25:43.211Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 4.6s done
02:25:43 [2020-12-15T02:25:43.211Z] #60 DONE 5.8s
02:25:43 [2020-12-15T02:25:43.211Z] 
02:25:43 [2020-12-15T02:25:43.211Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:43 [2020-12-15T02:25:43.211Z] #8 ...
02:25:43 [2020-12-15T02:25:43.211Z] 
02:25:43 [2020-12-15T02:25:43.211Z] #21 [internal] load build context
02:25:43 [2020-12-15T02:25:43.211Z] #21 transferring context: 32.36MB 5.9s
02:25:43 [2020-12-15T02:25:43.447Z] #24 DONE 14.6s
02:25:43 [2020-12-15T02:25:43.447Z] 
02:25:43 [2020-12-15T02:25:43.447Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:43 [2020-12-15T02:25:43.472Z] #21 ...
02:25:43 [2020-12-15T02:25:43.472Z] 
02:25:43 [2020-12-15T02:25:43.472Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:43 [2020-12-15T02:25:43.472Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 51.17MB / 120.17MB 6.0s
02:25:43 [2020-12-15T02:25:43.602Z] #40 ...
02:25:43 [2020-12-15T02:25:43.602Z] 
02:25:43 [2020-12-15T02:25:43.602Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:43 [2020-12-15T02:25:43.602Z] #43 59.61 internal/reflectlite
02:25:43 [2020-12-15T02:25:43.602Z] #43 59.70 sync
02:25:43 [2020-12-15T02:25:43.602Z] #43 61.60 github.com/LK4D4/vndr/godl/singleflight
02:25:43 [2020-12-15T02:25:43.602Z] #43 62.50 math/rand
02:25:43 [2020-12-15T02:25:43.602Z] #43 64.73 internal/singleflight
02:25:43 [2020-12-15T02:25:43.602Z] #43 65.49 strconv
02:25:43 [2020-12-15T02:25:43.602Z] #43 65.51 io
02:25:43 [2020-12-15T02:25:43.602Z] #43 67.34 bytes
02:25:43 [2020-12-15T02:25:43.602Z] #43 ...
02:25:43 [2020-12-15T02:25:43.602Z] 
02:25:43 [2020-12-15T02:25:43.602Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:25:43 [2020-12-15T02:25:43.602Z] #34 65.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
02:25:43 [2020-12-15T02:25:43.602Z] #34 65.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
02:25:43 [2020-12-15T02:25:43.602Z] #34 65.36 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
02:25:43 [2020-12-15T02:25:43.602Z] #34 65.37 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
02:25:43 [2020-12-15T02:25:43.602Z] #34 67.43 debconf: delaying package configuration, since apt-utils is not installed
02:25:43 [2020-12-15T02:25:43.602Z] #34 67.78 Fetched 14.9 MB in 3s (4786 kB/s)
02:25:43 [2020-12-15T02:25:43.602Z] #34 68.01 Selecting previously unselected package xxd.
02:25:43 [2020-12-15T02:25:43.602Z] #34 68.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.)
02:25:43 [2020-12-15T02:25:43.602Z] #34 68.23 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
02:25:43 [2020-12-15T02:25:43.602Z] #34 68.24 Unpacking xxd (2:8.1.0875-5) ...
02:25:43 [2020-12-15T02:25:43.602Z] #34 68.67 Selecting previously unselected package vim-common.
02:25:43 [2020-12-15T02:25:43.602Z] #34 68.68 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
02:25:43 [2020-12-15T02:25:43.602Z] #34 68.84 Unpacking vim-common (2:8.1.0875-5) ...
02:25:43 [2020-12-15T02:25:43.828Z] #29 10.81 
                                                                           0.8%
#                                                                          2.4%
###                                                                        4.5%
###                                                                        5.1%
#####                                                                      7.8%
######                                                                     8.9%
#######                                                                   10.0%
#######                                                                   11.1%
########                                                                  12.1%
#########                                                                 13.8%
###########                                                               16.2%
############                                                              17.8%
#############                                                             19.4%
###############                                                           21.1%
################                                                          23.2%
#################                                                         24.9%
###################                                                       26.5%
###################                                                       27.6%
####################                                                      28.7%
#####################                                                     30.5%
#######################                                                   32.0%
########################                                                  33.6%
#########################                                                 35.0%
#########################                                                 35.6%
##########################                                                37.2%
###########################                                               38.9%
#############################                                             41.0%
##############################                                            42.7%
################################                                          44.8%
##################################                                        47.5%
###################################                                       49.2%
02:25:43 [2020-12-15T02:25:43.828Z] #29 ...
02:25:43 [2020-12-15T02:25:43.828Z] 
02:25:43 [2020-12-15T02:25:43.828Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:25:43 [2020-12-15T02:25:43.828Z] #55 17.65 Fetched 8183 kB in 17s (491 kB/s)
02:25:43 [2020-12-15T02:25:43.859Z] #34 ...
02:25:43 [2020-12-15T02:25:43.860Z] 
02:25:43 [2020-12-15T02:25:43.860Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:25:43 [2020-12-15T02:25:43.860Z] #53 68.05 Selecting previously unselected package libbtrfs-dev.
02:25:43 [2020-12-15T02:25:43.860Z] #53 68.05 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
02:25:43 [2020-12-15T02:25:43.860Z] #53 68.08 Unpacking libbtrfs-dev (4.20.1-2) ...
02:25:43 [2020-12-15T02:25:43.860Z] #53 68.66 Setting up libbtrfs0 (4.20.1-2) ...
02:25:43 [2020-12-15T02:25:43.860Z] #53 68.67 Setting up libbtrfs-dev (4.20.1-2) ...
02:25:43 [2020-12-15T02:25:43.860Z] #53 68.69 Processing triggers for libc-bin (2.28-10) ...
02:25:43 [2020-12-15T02:25:43.860Z] #53 DONE 70.0s
02:25:44 [2020-12-15T02:25:44.053Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 59.13MB / 120.17MB 6.5s
02:25:44 [2020-12-15T02:25:44.116Z] 
02:25:44 [2020-12-15T02:25:44.116Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:44 [2020-12-15T02:25:44.116Z] #40 69.99 Selecting previously unselected package libprotobuf-c1:amd64.
02:25:44 [2020-12-15T02:25:44.116Z] #40 70.05 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
02:25:44 [2020-12-15T02:25:44.116Z] #40 70.05 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:25:44 [2020-12-15T02:25:44.116Z] #40 70.32 Selecting previously unselected package libprotobuf-c-dev:amd64.
02:25:44 [2020-12-15T02:25:44.116Z] #40 70.32 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
02:25:44 [2020-12-15T02:25:44.116Z] #40 70.33 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
02:25:44 [2020-12-15T02:25:44.317Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 65.82MB / 120.17MB 6.7s
02:25:44 [2020-12-15T02:25:44.317Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 73.31MB / 120.17MB 6.9s
02:25:44 [2020-12-15T02:25:44.373Z] #40 70.60 Selecting previously unselected package zlib1g-dev:amd64.
02:25:44 [2020-12-15T02:25:44.586Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 80.53MB / 120.17MB 7.2s
02:25:44 [2020-12-15T02:25:44.630Z] #40 70.60 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
02:25:44 [2020-12-15T02:25:44.630Z] #40 70.61 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
02:25:44 [2020-12-15T02:25:44.849Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 87.86MB / 120.17MB 7.5s
02:25:44 [2020-12-15T02:25:44.887Z] #40 70.97 Selecting previously unselected package libprotobuf17:amd64.
02:25:44 [2020-12-15T02:25:44.887Z] #40 70.98 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
02:25:44 [2020-12-15T02:25:44.887Z] #40 71.01 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
02:25:45 [2020-12-15T02:25:45.144Z] #40 ...
02:25:45 [2020-12-15T02:25:45.144Z] 
02:25:45 [2020-12-15T02:25:45.144Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.24 The following additional packages will be installed:
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.24   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.24   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.24   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.25   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.25   mingw-w64-x86-64-dev
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.26 Suggested packages:
02:25:45 [2020-12-15T02:25:45.144Z] #11 61.27   gcc-8-locales seccomp wine64
02:25:45 [2020-12-15T02:25:45.144Z] #11 63.99 The following NEW packages will be installed:
02:25:45 [2020-12-15T02:25:45.144Z] #11 63.99   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:25:45 [2020-12-15T02:25:45.144Z] #11 64.02   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
02:25:45 [2020-12-15T02:25:45.144Z] #11 64.02   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
02:25:45 [2020-12-15T02:25:45.144Z] #11 64.02   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.02   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.02   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.02 The following packages will be upgraded:
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.04   libsystemd0 libudev1
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.62 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded.
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.62 Need to get 78.2 MB of archives.
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.62 After this operation, 487 MB of additional disk space will be used.
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 64.69 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 65.06 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 65.45 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 65.51 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 65.54 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 65.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 66.29 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 66.74 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
02:25:45 [2020-12-15T02:25:45.145Z] #11 66.75 Get:11 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]
02:25:45 [2020-12-15T02:25:45.357Z] #25 1.779 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:45 [2020-12-15T02:25:45.357Z] #25 1.789 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
02:25:45 [2020-12-15T02:25:45.357Z] #25 1.789 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:45 [2020-12-15T02:25:45.403Z] #11 ...
02:25:45 [2020-12-15T02:25:45.403Z] 
02:25:45 [2020-12-15T02:25:45.403Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:45 [2020-12-15T02:25:45.403Z] #43 71.25 reflect
02:25:45 [2020-12-15T02:25:45.403Z] #43 71.45 bufio
02:25:45 [2020-12-15T02:25:45.422Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 95.64MB / 120.17MB 7.9s
02:25:45 [2020-12-15T02:25:45.616Z] #25 1.959 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:25:45 [2020-12-15T02:25:45.617Z] #25 2.228 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:25:45 [2020-12-15T02:25:45.617Z] #25 ...
02:25:45 [2020-12-15T02:25:45.617Z] 
02:25:45 [2020-12-15T02:25:45.617Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:45 [2020-12-15T02:25:45.617Z] #8 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 7.0s done
02:25:45 [2020-12-15T02:25:45.617Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 10.2s done
02:25:45 [2020-12-15T02:25:45.617Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 10.6s done
02:25:45 [2020-12-15T02:25:45.617Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.8s done
02:25:45 [2020-12-15T02:25:45.617Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.7s done
02:25:45 [2020-12-15T02:25:45.617Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 0.4s
02:25:45 [2020-12-15T02:25:45.683Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 103.98MB / 120.17MB 8.1s
02:25:45 [2020-12-15T02:25:45.945Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 119.03MB / 120.17MB 8.5s
02:25:46 [2020-12-15T02:25:46.207Z] #8 ...
02:25:46 [2020-12-15T02:25:46.207Z] 
02:25:46 [2020-12-15T02:25:46.208Z] #21 [internal] load build context
02:25:46 [2020-12-15T02:25:46.208Z] #21 transferring context: 53.17MB 8.3s done
02:25:46 [2020-12-15T02:25:46.208Z] #21 DONE 8.7s
02:25:46 [2020-12-15T02:25:46.208Z] 
02:25:46 [2020-12-15T02:25:46.208Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:46 [2020-12-15T02:25:46.208Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s
02:25:46 [2020-12-15T02:25:46.461Z] #20 3.021 Collecting yamllint==1.16.0
02:25:46 [2020-12-15T02:25:46.461Z] #20 3.258   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
02:25:46 [2020-12-15T02:25:46.461Z] #20 3.285 Collecting pyyaml (from yamllint==1.16.0)
02:25:46 [2020-12-15T02:25:46.461Z] #20 3.372   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
02:25:46 [2020-12-15T02:25:46.752Z] #20 4.097 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
02:25:47 [2020-12-15T02:25:47.042Z] #20 4.145   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
02:25:47 [2020-12-15T02:25:47.042Z] #20 4.178 Building wheels for collected packages: pyyaml
02:25:47 [2020-12-15T02:25:47.042Z] #20 4.179   Running setup.py bdist_wheel for pyyaml: started
02:25:47 [2020-12-15T02:25:47.151Z] #8 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.6s done
02:25:47 [2020-12-15T02:25:47.333Z] #20 4.645   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
02:25:47 [2020-12-15T02:25:47.333Z] #20 4.646   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
02:25:47 [2020-12-15T02:25:47.333Z] #20 4.673 Successfully built pyyaml
02:25:47 [2020-12-15T02:25:47.388Z] Client:
02:25:47 [2020-12-15T02:25:47.388Z]  Debug Mode: false
02:25:47 [2020-12-15T02:25:47.388Z] 
02:25:47 [2020-12-15T02:25:47.388Z] Server:
02:25:47 [2020-12-15T02:25:47.388Z]  Containers: 0
02:25:47 [2020-12-15T02:25:47.388Z]   Running: 0
02:25:47 [2020-12-15T02:25:47.388Z]   Paused: 0
02:25:47 [2020-12-15T02:25:47.388Z]   Stopped: 0
02:25:47 [2020-12-15T02:25:47.388Z]  Images: 0
02:25:47 [2020-12-15T02:25:47.388Z]  Server Version: 19.03.13
02:25:47 [2020-12-15T02:25:47.388Z]  Storage Driver: overlay2
02:25:47 [2020-12-15T02:25:47.388Z]   Backing Filesystem: extfs
02:25:47 [2020-12-15T02:25:47.388Z]   Supports d_type: true
02:25:47 [2020-12-15T02:25:47.388Z]   Native Overlay Diff: true
02:25:47 [2020-12-15T02:25:47.388Z]  Logging Driver: json-file
02:25:47 [2020-12-15T02:25:47.388Z]  Cgroup Driver: cgroupfs
02:25:47 [2020-12-15T02:25:47.388Z]  Plugins:
02:25:47 [2020-12-15T02:25:47.388Z]   Volume: local
02:25:47 [2020-12-15T02:25:47.388Z]   Network: bridge host ipvlan macvlan null overlay
02:25:47 [2020-12-15T02:25:47.388Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
02:25:47 [2020-12-15T02:25:47.388Z]  Swarm: inactive
02:25:47 [2020-12-15T02:25:47.388Z]  Runtimes: runc
02:25:47 [2020-12-15T02:25:47.388Z]  Default Runtime: runc
02:25:47 [2020-12-15T02:25:47.388Z]  Init Binary: docker-init
02:25:47 [2020-12-15T02:25:47.388Z]  containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
02:25:47 [2020-12-15T02:25:47.388Z]  runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
02:25:47 [2020-12-15T02:25:47.388Z]  init version: fec3683
02:25:47 [2020-12-15T02:25:47.388Z]  Security Options:
02:25:47 [2020-12-15T02:25:47.388Z]   apparmor
02:25:47 [2020-12-15T02:25:47.388Z]   seccomp
02:25:47 [2020-12-15T02:25:47.388Z]    Profile: default
02:25:47 [2020-12-15T02:25:47.388Z]  Kernel Version: 4.15.0-1083-aws
02:25:47 [2020-12-15T02:25:47.388Z]  Operating System: Ubuntu 16.04.7 LTS
02:25:47 [2020-12-15T02:25:47.388Z]  OSType: linux
02:25:47 [2020-12-15T02:25:47.388Z]  Architecture: aarch64
02:25:47 [2020-12-15T02:25:47.388Z]  CPUs: 4
02:25:47 [2020-12-15T02:25:47.388Z]  Total Memory: 7.525GiB
02:25:47 [2020-12-15T02:25:47.388Z]  Name: ip-10-100-124-138
02:25:47 [2020-12-15T02:25:47.388Z]  ID: Y7CY:OBXM:64JR:IATL:K5XK:3QN2:NY4M:WSP4:5UNB:OI7D:IVLF:RPVW
02:25:47 [2020-12-15T02:25:47.388Z]  Docker Root Dir: /var/lib/docker
02:25:47 [2020-12-15T02:25:47.388Z]  Debug Mode: false
02:25:47 [2020-12-15T02:25:47.388Z]  Registry: https://index.docker.io/v1/
02:25:47 [2020-12-15T02:25:47.388Z]  Labels:
02:25:47 [2020-12-15T02:25:47.388Z]  Experimental: true
02:25:47 [2020-12-15T02:25:47.388Z]  Insecure Registries:
02:25:47 [2020-12-15T02:25:47.388Z]   127.0.0.0/8
02:25:47 [2020-12-15T02:25:47.388Z]  Live Restore Enabled: true
02:25:47 [2020-12-15T02:25:47.388Z] 
02:25:47 [2020-12-15T02:25:47.388Z] WARNING: No swap limit support
[Pipeline] sh
02:25:47 [2020-12-15T02:25:47.411Z] #8 ...
02:25:47 [2020-12-15T02:25:47.411Z] 
02:25:47 [2020-12-15T02:25:47.411Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:47 [2020-12-15T02:25:47.411Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done
02:25:47 [2020-12-15T02:25:47.411Z] #24 sha256:6d6b00c22231693c9b87e79986d562874446bf10182206e4621e23ca8dfa8e1c 1.46kB / 1.46kB done
02:25:47 [2020-12-15T02:25:47.411Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done
02:25:47 [2020-12-15T02:25:47.411Z] #24 sha256:5b5fa7e155b1f19dffb996ea64e55520b80d5bd7a8fdb5aed1acabd217e9ed59 529B / 529B done
02:25:47 [2020-12-15T02:25:47.411Z] #24 sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 50.40MB / 50.40MB 8.5s done
02:25:47 [2020-12-15T02:25:47.411Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 1.1s
02:25:47 [2020-12-15T02:25:47.411Z] #24 ...
02:25:47 [2020-12-15T02:25:47.411Z] 
02:25:47 [2020-12-15T02:25:47.411Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:47 [2020-12-15T02:25:47.623Z] #20 4.683 Installing collected packages: pyyaml, pathspec, yamllint
02:25:47 [2020-12-15T02:25:47.624Z] #20 4.870 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
02:25:47 [2020-12-15T02:25:47.680Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:25:47 [2020-12-15T02:25:47.680Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255
02:25:47 [2020-12-15T02:25:47.680Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41793/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh
02:25:47 [2020-12-15T02:25:47.680Z] + bash /home/ubuntu/workspace/moby_PR-41793/check-config.sh
02:25:47 [2020-12-15T02:25:47.680Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
02:25:47 [2020-12-15T02:25:47.680Z] info: reading kernel config from /boot/config-4.15.0-1083-aws ...
02:25:47 [2020-12-15T02:25:47.680Z] 
02:25:47 [2020-12-15T02:25:47.680Z] Generally Necessary:
02:25:47 [2020-12-15T02:25:47.680Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
02:25:47 [2020-12-15T02:25:47.680Z] - apparmor: enabled and tools installed
02:25:47 [2020-12-15T02:25:47.930Z] #20 DONE 5.2s
02:25:47 [2020-12-15T02:25:47.930Z] 
02:25:47 [2020-12-15T02:25:47.930Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NAMESPACES: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NET_NS: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_PID_NS: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_IPC_NS: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_UTS_NS: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_CGROUPS: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_CGROUP_CPUACCT: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_CGROUP_DEVICE: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_CGROUP_FREEZER: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_CGROUP_SCHED: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_CPUSETS: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_MEMCG: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_KEYS: enabled
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_VETH: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_BRIDGE: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NF_NAT_IPV4: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_IP_NF_FILTER: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_IP_NF_NAT: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NF_NAT: enabled (as module)
02:25:47 [2020-12-15T02:25:47.945Z] - CONFIG_NF_NAT_NEEDED: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_POSIX_MQUEUE: enabled
02:25:48 [2020-12-15T02:25:48.216Z] 
02:25:48 [2020-12-15T02:25:48.216Z] Optional Features:
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_USER_NS: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_SECCOMP: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_CGROUP_PIDS: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_MEMCG_SWAP: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
02:25:48 [2020-12-15T02:25:48.216Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_BLK_CGROUP: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_BLK_DEV_THROTTLING: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_IOSCHED_CFQ: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_CGROUP_PERF: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_CGROUP_HUGETLB: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_CGROUP_NET_PRIO: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_CFS_BANDWIDTH: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_FAIR_GROUP_SCHED: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_RT_GROUP_SCHED: missing
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_IP_VS: enabled (as module)
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_IP_VS_NFCT: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_IP_VS_PROTO_TCP: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_IP_VS_PROTO_UDP: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_IP_VS_RR: enabled (as module)
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_EXT4_FS: enabled
02:25:48 [2020-12-15T02:25:48.216Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
02:25:48 [2020-12-15T02:25:48.254Z] #23 DONE 0.2s
02:25:48 [2020-12-15T02:25:48.254Z] 
02:25:48 [2020-12-15T02:25:48.254Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:25:48 [2020-12-15T02:25:48.362Z] #55 17.65 Reading package lists...
02:25:48 [2020-12-15T02:25:48.362Z] #55 ...
02:25:48 [2020-12-15T02:25:48.362Z] 
02:25:48 [2020-12-15T02:25:48.362Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:25:48 [2020-12-15T02:25:48.362Z] #47 11.58 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:25:48 [2020-12-15T02:25:48.362Z] #47 12.02 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:25:48 [2020-12-15T02:25:48.362Z] #47 17.73 go: finding github.com/fatih/color v1.9.0
02:25:48 [2020-12-15T02:25:48.362Z] #47 17.74 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:25:48 [2020-12-15T02:25:48.362Z] #47 17.77 go: finding github.com/pkg/errors v0.9.1
02:25:48 [2020-12-15T02:25:48.362Z] #47 17.91 go: finding github.com/spf13/pflag v1.0.3
02:25:48 [2020-12-15T02:25:48.362Z] #47 18.00 go: finding github.com/mattn/go-colorable v0.1.6
02:25:48 [2020-12-15T02:25:48.362Z] #47 18.07 go: finding github.com/mattn/go-isatty v0.0.12
02:25:48 [2020-12-15T02:25:48.362Z] #47 18.69 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:25:48 [2020-12-15T02:25:48.362Z] #47 18.81 go: finding github.com/jonboulle/clockwork v0.1.0
02:25:48 [2020-12-15T02:25:48.362Z] #47 18.98 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:25:48 [2020-12-15T02:25:48.362Z] #47 19.02 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:25:48 [2020-12-15T02:25:48.362Z] #47 19.07 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:25:48 [2020-12-15T02:25:48.362Z] #47 ...
02:25:48 [2020-12-15T02:25:48.362Z] 
02:25:48 [2020-12-15T02:25:48.362Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:48 [2020-12-15T02:25:48.362Z] #51 11.59 + cd /tmp/tmp.6fJS3dXMo6/src/github.com/mvdan/sh
02:25:48 [2020-12-15T02:25:48.362Z] #51 11.59 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
02:25:48 [2020-12-15T02:25:48.362Z] #51 11.81 + GO111MODULE=on
02:25:48 [2020-12-15T02:25:48.362Z] #51 11.81 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
02:25:48 [2020-12-15T02:25:48.362Z] #51 13.85 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:25:48 [2020-12-15T02:25:48.362Z] #51 13.86 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:25:48 [2020-12-15T02:25:48.362Z] #51 13.98 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:25:48 [2020-12-15T02:25:48.362Z] #51 14.11 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:25:48 [2020-12-15T02:25:48.362Z] #51 14.14 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:25:48 [2020-12-15T02:25:48.363Z] #51 15.97 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:25:48 [2020-12-15T02:25:48.363Z] #51 17.28 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:25:48 [2020-12-15T02:25:48.363Z] #51 19.23 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:25:48 [2020-12-15T02:25:48.363Z] #51 21.00 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:25:48 [2020-12-15T02:25:48.363Z] #51 21.07 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:25:48 [2020-12-15T02:25:48.363Z] #51 21.36 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:25:48 [2020-12-15T02:25:48.363Z] #51 21.69 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:25:48 [2020-12-15T02:25:48.363Z] #51 ...
02:25:48 [2020-12-15T02:25:48.363Z] 
02:25:48 [2020-12-15T02:25:48.363Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:25:48 [2020-12-15T02:25:48.363Z] #29 10.81 
                                                                           0.8%
#                                                                          2.4%
###                                                                        4.5%
###                                                                        5.1%
#####                                                                      7.8%
######                                                                     8.9%
#######                                                                   10.0%
#######                                                                   11.1%
########                                                                  12.1%
#########                                                                 13.8%
###########                                                               16.2%
############                                                              17.8%
#############                                                             19.4%
###############                                                           21.1%
################                                                          23.2%
#################                                                         24.9%
###################                                                       26.5%
###################                                                       27.6%
####################                                                      28.7%
#####################                                                     30.5%
#######################                                                   32.0%
########################                                                  33.6%
#########################                                                 35.0%
#########################                                                 35.6%
##########################                                                37.2%
###########################                                               38.9%
#############################                                             41.0%
##############################                                            42.7%
################################                                          44.8%
##################################                                        47.5%
###################################                                       49.2%
####################################                                      50.8%
######################################                                    53.0%
#######################################                                   54.8%
########################################                                  55.9%
#########################################                                 57.6%
##########################################                                58.9%
###########################################                               60.0%
############################################                              61.6%
#############################################                             63.7%
###############################################                           65.9%
################################################                          67.5%
#################################################                         69.2%
###################################################                       71.9%
#####################################################                     74.0%
######################################################                    75.3%
#######################################################                   76.4%
#######################################################                   77.5%
########################################################                  79.1%
#########################################################                 80.3%
##########################################################                80.8%
###########################################################               81.9%
############################################################              83.5%
############################################################              84.6%
##############################################################            86.2%
###############################################################           87.8%
################################################################          88.9%
#################################################################         90.5%
##################################################################        91.9%
###################################################################       93.4%
####################################################################      94.8%
#####################################################################     96.1%
#######################################################################   98.8%
######################################################################## 100.0%
02:25:48 [2020-12-15T02:25:48.363Z] #29 18.86 
02:25:48 [2020-12-15T02:25:48.363Z] #29 ...
02:25:48 [2020-12-15T02:25:48.363Z] 
02:25:48 [2020-12-15T02:25:48.363Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.10 go: downloading github.com/spf13/viper v1.6.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.24 go: downloading github.com/fatih/color v1.7.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.24 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.25 go: downloading github.com/spf13/pflag v1.0.5
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.25 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.25 go: downloading github.com/spf13/cobra v0.0.5
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.27 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.66 go: downloading github.com/stretchr/testify v1.4.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.68 go: extracting github.com/fatih/color v1.7.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.69 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.81 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:25:48 [2020-12-15T02:25:48.363Z] #49 12.83 go: extracting github.com/spf13/viper v1.6.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.17 go: downloading github.com/pkg/errors v0.8.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.19 go: downloading github.com/mattn/go-isatty v0.0.8
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.24 go: extracting github.com/spf13/pflag v1.0.5
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.24 go: downloading github.com/sirupsen/logrus v1.4.2
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.26 go: extracting github.com/spf13/cobra v0.0.5
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.46 go: downloading github.com/go-lintpack/lintpack v0.5.2
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.58 go: downloading github.com/pelletier/go-toml v1.2.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.75 go: extracting github.com/pkg/errors v0.8.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.75 go: extracting github.com/mattn/go-isatty v0.0.8
02:25:48 [2020-12-15T02:25:48.363Z] #49 13.92 go: extracting github.com/sirupsen/logrus v1.4.2
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.10 go: downloading github.com/hashicorp/hcl v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.13 go: downloading gopkg.in/yaml.v2 v2.2.7
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.28 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.44 go: extracting github.com/go-lintpack/lintpack v0.5.2
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.45 go: extracting github.com/pelletier/go-toml v1.2.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.51 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.75 go: downloading gopkg.in/ini.v1 v1.51.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.82 go: extracting github.com/stretchr/testify v1.4.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.95 go: downloading github.com/subosito/gotenv v1.2.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 14.98 go: extracting gopkg.in/yaml.v2 v2.2.7
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.12 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.30 go: extracting gopkg.in/ini.v1 v1.51.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.48 go: extracting github.com/subosito/gotenv v1.2.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.60 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.60 go: extracting github.com/mitchellh/go-homedir v1.1.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.66 go: downloading github.com/go-critic/go-critic v0.4.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.72 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.75 go: extracting github.com/hashicorp/hcl v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.94 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 15.96 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:25:48 [2020-12-15T02:25:48.363Z] #49 16.34 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:25:48 [2020-12-15T02:25:48.363Z] #49 16.45 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:25:48 [2020-12-15T02:25:48.363Z] #49 16.65 go: extracting github.com/go-toolsmith/astfmt v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 16.88 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:25:48 [2020-12-15T02:25:48.363Z] #49 17.02 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:25:48 [2020-12-15T02:25:48.363Z] #49 17.15 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:25:48 [2020-12-15T02:25:48.363Z] #49 17.63 go: extracting github.com/go-critic/go-critic v0.4.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 17.63 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:25:48 [2020-12-15T02:25:48.363Z] #49 18.01 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 18.15 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 18.17 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 18.45 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.02 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.15 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.21 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.32 go: extracting github.com/go-toolsmith/strparse v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.35 go: downloading github.com/uudashr/gocognit v1.0.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.46 go: extracting github.com/uudashr/gocognit v1.0.1
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.46 go: downloading github.com/pmezard/go-difflib v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 19.64 go: extracting github.com/pmezard/go-difflib v1.0.0
02:25:48 [2020-12-15T02:25:48.363Z] #49 20.49 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:25:48 [2020-12-15T02:25:48.363Z] #49 21.29 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:25:48 [2020-12-15T02:25:48.363Z] #49 ...
02:25:48 [2020-12-15T02:25:48.363Z] 
02:25:48 [2020-12-15T02:25:48.363Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:25:48 [2020-12-15T02:25:48.363Z] #40 18.28 Checking out files:  90% (1503/1666)   
Checking out files:  91% (1517/1666)   
Checking out files:  92% (1533/1666)   
Checking out files:  93% (1550/1666)   
Checking out files:  94% (1567/1666)   
Checking out files:  95% (1583/1666)   
Checking out files:  96% (1600/1666)   
Checking out files:  97% (1617/1666)   
Checking out files:  98% (1633/1666)   
Checking out files:  99% (1650/1666)   
Checking out files: 100% (1666/1666)   
Checking out files: 100% (1666/1666), done.
02:25:48 [2020-12-15T02:25:48.363Z] #40 18.42 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
02:25:48 [2020-12-15T02:25:48.363Z] #40 20.86 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:25:48 [2020-12-15T02:25:48.479Z] - CONFIG_EXT4_FS_SECURITY: enabled
02:25:48 [2020-12-15T02:25:48.479Z] - Network Drivers:
02:25:48 [2020-12-15T02:25:48.479Z]   - "overlay":
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_VXLAN: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
02:25:48 [2020-12-15T02:25:48.479Z]       Optional (for encrypted networks):
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_CRYPTO: enabled
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_CRYPTO_AEAD: enabled
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_CRYPTO_GCM: enabled
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_CRYPTO_SEQIV: enabled
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_CRYPTO_GHASH: enabled
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_XFRM: enabled
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_XFRM_USER: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_XFRM_ALGO: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_INET_ESP: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]       - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]   - "ipvlan":
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_IPVLAN: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]   - "macvlan":
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_MACVLAN: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_DUMMY: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]   - "ftp,tftp client in container":
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z] - Storage Drivers:
02:25:48 [2020-12-15T02:25:48.479Z]   - "aufs":
02:25:48 [2020-12-15T02:25:48.479Z]     - CONFIG_AUFS_FS: enabled (as module)
02:25:48 [2020-12-15T02:25:48.479Z]   - "btrfs":
02:25:48 [2020-12-15T02:25:48.694Z] #43 74.19 syscall
02:25:48 [2020-12-15T02:25:48.741Z]     - CONFIG_BTRFS_FS: enabled (as module)
02:25:48 [2020-12-15T02:25:48.741Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
02:25:48 [2020-12-15T02:25:48.741Z]   - "devicemapper":
02:25:48 [2020-12-15T02:25:48.741Z]     - CONFIG_BLK_DEV_DM: enabled
02:25:48 [2020-12-15T02:25:48.741Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
02:25:48 [2020-12-15T02:25:48.741Z]   - "overlay":
02:25:48 [2020-12-15T02:25:48.741Z]     - CONFIG_OVERLAY_FS: enabled (as module)
02:25:48 [2020-12-15T02:25:48.741Z]   - "zfs":
02:25:48 [2020-12-15T02:25:48.741Z]     - /dev/zfs: missing
02:25:48 [2020-12-15T02:25:48.741Z]     - zfs command: missing
02:25:48 [2020-12-15T02:25:48.741Z]     - zpool command: missing
02:25:48 [2020-12-15T02:25:48.741Z] 
02:25:48 [2020-12-15T02:25:48.741Z] Limits:
02:25:48 [2020-12-15T02:25:48.741Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
02:25:48 [2020-12-15T02:25:48.741Z] 
02:25:48 [2020-12-15T02:25:48.741Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
02:25:49 [2020-12-15T02:25:49.090Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:a02553670ec7b08c293beb701d0c7c7a2922a85a .
02:25:49 [2020-12-15T02:25:49.090Z] #1 [internal] load .dockerignore
02:25:49 [2020-12-15T02:25:49.090Z] #1 transferring context: 87B 0.0s done
02:25:49 [2020-12-15T02:25:49.090Z] #1 DONE 0.0s
02:25:49 [2020-12-15T02:25:49.090Z] 
02:25:49 [2020-12-15T02:25:49.090Z] #2 [internal] load build definition from Dockerfile
02:25:49 [2020-12-15T02:25:49.090Z] #2 transferring dockerfile: 16.58kB done
02:25:49 [2020-12-15T02:25:49.090Z] #2 DONE 0.0s
02:25:49 [2020-12-15T02:25:49.090Z] 
02:25:49 [2020-12-15T02:25:49.090Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental
02:25:49 [2020-12-15T02:25:49.305Z] #28 DONE 1.0s
02:25:49 [2020-12-15T02:25:49.305Z] 
02:25:49 [2020-12-15T02:25:49.305Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:25:49 [2020-12-15T02:25:49.305Z] #38 114.3 + dpkg --print-architecture
02:25:49 [2020-12-15T02:25:49.305Z] #38 114.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
02:25:49 [2020-12-15T02:25:49.305Z] #38 114.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
02:25:49 [2020-12-15T02:25:49.305Z] #38 114.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
02:25:49 [2020-12-15T02:25:49.596Z] #38 ...
02:25:49 [2020-12-15T02:25:49.596Z] 
02:25:49 [2020-12-15T02:25:49.596Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
02:25:49 [2020-12-15T02:25:49.596Z] #31 DONE 0.2s
02:25:49 [2020-12-15T02:25:49.596Z] 
02:25:49 [2020-12-15T02:25:49.596Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
02:25:49 [2020-12-15T02:25:49.596Z] #33 DONE 0.1s
02:25:49 [2020-12-15T02:25:49.596Z] 
02:25:49 [2020-12-15T02:25:49.596Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
02:25:49 [2020-12-15T02:25:49.596Z] #36 DONE 0.1s
02:25:49 [2020-12-15T02:25:49.596Z] 
02:25:49 [2020-12-15T02:25:49.596Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:49 [2020-12-15T02:25:49.596Z] #41 71.87   CC       criu/memfd.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 72.32   CC       criu/mount.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 74.52   CC       criu/namespaces.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 75.72   CC       criu/net.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 77.41   CC       criu/netfilter.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 77.77   CC       criu/page-pipe.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 78.20   CC       criu/page-xfer.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 78.99   CC       criu/pagemap-cache.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 79.24   CC       criu/pagemap.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 79.90   CC       criu/parasite-syscall.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 80.56   CC       criu/path.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 80.88   CC       criu/pie-util-vdso.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 81.15   CC       criu/pie-util.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 81.27   CC       criu/pipes.o
02:25:49 [2020-12-15T02:25:49.596Z] #41 81.75   CC       criu/plugin.o
02:25:49 [2020-12-15T02:25:49.624Z] #43 ...
02:25:49 [2020-12-15T02:25:49.624Z] 
02:25:49 [2020-12-15T02:25:49.624Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:49 [2020-12-15T02:25:49.625Z] #32 65.63 internal/oserror
02:25:49 [2020-12-15T02:25:49.625Z] #32 65.94 syscall
02:25:49 [2020-12-15T02:25:49.625Z] #32 67.98 reflect
02:25:49 [2020-12-15T02:25:49.625Z] #32 ...
02:25:49 [2020-12-15T02:25:49.625Z] 
02:25:49 [2020-12-15T02:25:49.625Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:25:49 [2020-12-15T02:25:49.625Z] #30 72.21 Checking out files:  80% (1218/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:  92% (1402/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.
02:25:49 [2020-12-15T02:25:49.625Z] #30 73.78 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
02:25:49 [2020-12-15T02:25:49.625Z] #30 74.29 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:25:49 [2020-12-15T02:25:49.887Z] #41 81.98   CC       criu/proc_parse.o
02:25:50 [2020-12-15T02:25:50.035Z] #3 DONE 0.7s
02:25:50 [2020-12-15T02:25:50.035Z] 
02:25:50 [2020-12-15T02:25:50.035Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8...
02:25:50 [2020-12-15T02:25:50.035Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done
02:25:50 [2020-12-15T02:25:50.035Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done
02:25:50 [2020-12-15T02:25:50.035Z] #4 sha256:d9ced99b409ddb781c245c7c11f72566f940424fc3883ac0b5c5165f402e5a09 521B / 521B done
02:25:50 [2020-12-15T02:25:50.035Z] #4 sha256:4a5217aade94e050842d2cfb7e0ed45c1140e2acf94c9033d473c03b0013f051 893B / 893B done
02:25:50 [2020-12-15T02:25:50.035Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0B / 8.28MB 0.1s
02:25:50 [2020-12-15T02:25:50.296Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 5.82MB / 8.28MB 0.2s
02:25:50 [2020-12-15T02:25:50.296Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 7.49MB / 8.28MB 0.4s
02:25:50 [2020-12-15T02:25:50.296Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.5s
02:25:50 [2020-12-15T02:25:50.470Z] #40 ...
02:25:50 [2020-12-15T02:25:50.471Z] 
02:25:50 [2020-12-15T02:25:50.471Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:50 [2020-12-15T02:25:50.471Z] #64 23.14 Checking out files:  89% (1708/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.
02:25:50 [2020-12-15T02:25:50.471Z] #64 23.36 + cd /tmp/tmp.99TdnMw3PC/src/github.com/docker/libnetwork
02:25:50 [2020-12-15T02:25:50.471Z] #64 23.36 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:25:50 [2020-12-15T02:25:50.471Z] #64 23.98 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
02:25:50 [2020-12-15T02:25:50.716Z] #8 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 9.7s done
02:25:50 [2020-12-15T02:25:50.769Z] #64 ...
02:25:50 [2020-12-15T02:25:50.769Z] 
02:25:50 [2020-12-15T02:25:50.769Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:50 [2020-12-15T02:25:50.769Z] #45 14.64 vendor/golang.org/x/crypto/internal/subtle
02:25:50 [2020-12-15T02:25:50.869Z] #4 sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 8.28MB / 8.28MB 0.9s done
02:25:50 [2020-12-15T02:25:50.869Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.1s
02:25:50 [2020-12-15T02:25:50.905Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 5.6s
02:25:50 [2020-12-15T02:25:50.977Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797
02:25:51 [2020-12-15T02:25:51.067Z] #45 ...
02:25:51 [2020-12-15T02:25:51.067Z] 
02:25:51 [2020-12-15T02:25:51.067Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:25:51 [2020-12-15T02:25:51.067Z] #29 20.79 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:25:51 [2020-12-15T02:25:51.067Z] #29 21.35 #=#=#                                                                         
02:25:51 [2020-12-15T02:25:51.067Z] #29 21.63 
###                                                                        5.1%
########################################################                  78.1%
######################################################################## 100.0%
02:25:51 [2020-12-15T02:25:51.067Z] #29 22.04 
02:25:51 [2020-12-15T02:25:51.131Z] #4 extracting sha256:8ba231254ae4c1d3bf6d15605da76e5619a610d5fc8df573b74eb3b402e13bc3 0.2s done
02:25:51 [2020-12-15T02:25:51.391Z] #41 83.37   CC       criu/protobuf-desc.o
02:25:51 [2020-12-15T02:25:51.682Z] #41 83.80   CC       criu/protobuf.o
02:25:51 [2020-12-15T02:25:51.682Z] #41 83.96   CC       criu/pstree.o
02:25:52 [2020-12-15T02:25:52.084Z] #4 DONE 2.0s
02:25:52 [2020-12-15T02:25:52.084Z] 
02:25:52 [2020-12-15T02:25:52.084Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0
02:25:52 [2020-12-15T02:25:52.144Z] #30 ...
02:25:52 [2020-12-15T02:25:52.144Z] 
02:25:52 [2020-12-15T02:25:52.144Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:52 [2020-12-15T02:25:52.144Z] #47 67.94 go: finding github.com/BurntSushi/toml v0.3.1
02:25:52 [2020-12-15T02:25:52.144Z] #47 ...
02:25:52 [2020-12-15T02:25:52.144Z] 
02:25:52 [2020-12-15T02:25:52.144Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:52 [2020-12-15T02:25:52.144Z] #40 72.40 Selecting previously unselected package libprotobuf-lite17:amd64.
02:25:52 [2020-12-15T02:25:52.144Z] #40 72.41 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 72.41 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 72.73 Selecting previously unselected package libprotobuf-dev:amd64.
02:25:52 [2020-12-15T02:25:52.144Z] #40 72.75 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 72.76 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 75.34 Selecting previously unselected package libprotoc17:amd64.
02:25:52 [2020-12-15T02:25:52.144Z] #40 75.34 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 75.35 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 76.56 Selecting previously unselected package protobuf-c-compiler.
02:25:52 [2020-12-15T02:25:52.144Z] #40 76.56 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 76.56 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 76.92 Selecting previously unselected package protobuf-compiler.
02:25:52 [2020-12-15T02:25:52.144Z] #40 76.92 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 76.92 Unpacking protobuf-compiler (3.6.1.3-2) ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.23 Selecting previously unselected package python-pkg-resources.
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.23 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.27 Unpacking python-pkg-resources (40.8.0-1) ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.65 Selecting previously unselected package python-six.
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.65 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.66 Unpacking python-six (1.12.0-1) ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.84 Selecting previously unselected package python-protobuf.
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.84 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.144Z] #40 77.85 Unpacking python-protobuf (3.6.1.3-2) ...
02:25:52 [2020-12-15T02:25:52.285Z] #8 ...
02:25:52 [2020-12-15T02:25:52.285Z] 
02:25:52 [2020-12-15T02:25:52.285Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:52 [2020-12-15T02:25:52.285Z] #25 2.612 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:25:52 [2020-12-15T02:25:52.285Z] #25 4.116 Fetched 8409 kB in 3s (3253 kB/s)
02:25:52 [2020-12-15T02:25:52.285Z] #25 4.116 Reading package lists...
02:25:52 [2020-12-15T02:25:52.285Z] #25 5.036 Reading package lists...
02:25:52 [2020-12-15T02:25:52.285Z] #25 5.932 Building dependency tree...
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.261 The following additional packages will be installed:
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.261   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.261   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.272   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.272 Suggested packages:
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.272   krb5-doc krb5-user
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.272 Recommended packages:
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.272   krb5-locales publicsuffix libsasl2-modules
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.476 The following NEW packages will be installed:
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.476   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.476   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.476   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.476   libssh2-1 libssl1.1 openssl
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.755 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.755 Need to get 5047 kB of archives.
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.755 After this operation, 12.1 MB of additional disk space will be used.
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.755 Get:1 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.755 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.775 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.775 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.775 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.775 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.780 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.784 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.792 Get:9 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.792 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.797 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.800 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.812 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.812 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.812 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.812 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.821 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.832 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.841 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.841 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 6.848 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.024 debconf: delaying package configuration, since apt-utils is not installed
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.066 Fetched 5047 kB in 0s (14.6 MB/s)
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.127 Selecting previously unselected package libssl1.1:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.127 (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.)
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.127 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.147 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.378 Selecting previously unselected package openssl.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.378 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.383 Unpacking openssl (1.1.1d-0+deb10u4) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.558 Selecting previously unselected package ca-certificates.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.558 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.562 Unpacking ca-certificates (20200601~deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.649 Selecting previously unselected package libkeyutils1:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.649 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.654 Unpacking libkeyutils1:amd64 (1.6-6) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.705 Selecting previously unselected package libkrb5support0:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.705 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.705 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.773 Selecting previously unselected package libk5crypto3:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.773 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.773 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.837 Selecting previously unselected package libkrb5-3:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.837 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.844 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.965 Selecting previously unselected package libgssapi-krb5-2:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.965 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 7.970 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.038 Selecting previously unselected package libsasl2-modules-db:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.038 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.045 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.097 Selecting previously unselected package libsasl2-2:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.099 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.104 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.175 Selecting previously unselected package libldap-common.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.175 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.188 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.245 Selecting previously unselected package libldap-2.4-2:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.245 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.250 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.340 Selecting previously unselected package libnghttp2-14:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.340 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.346 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.400 Selecting previously unselected package libpsl5:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.401 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.408 Unpacking libpsl5:amd64 (0.20.2-2) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.455 Selecting previously unselected package librtmp1:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.455 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.461 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.517 Selecting previously unselected package libssh2-1:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.517 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.520 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.587 Selecting previously unselected package libcurl4:amd64.
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.587 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 8.592 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
02:25:52 [2020-12-15T02:25:52.285Z] #25 ...
02:25:52 [2020-12-15T02:25:52.285Z] 
02:25:52 [2020-12-15T02:25:52.285Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:52 [2020-12-15T02:25:52.361Z] #8 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.3s done
02:25:52 [2020-12-15T02:25:52.361Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064
02:25:52 [2020-12-15T02:25:52.403Z] #40 ...
02:25:52 [2020-12-15T02:25:52.403Z] 
02:25:52 [2020-12-15T02:25:52.403Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:52 [2020-12-15T02:25:52.403Z] #32 78.44 time
02:25:52 [2020-12-15T02:25:52.546Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.3s done
02:25:52 [2020-12-15T02:25:52.594Z] #29 23.61 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:25:52 [2020-12-15T02:25:52.594Z] #29 23.68 skipping existing 5cb8031fd95d
02:25:52 [2020-12-15T02:25:52.656Z] #7 DONE 0.4s
02:25:52 [2020-12-15T02:25:52.656Z] 
02:25:52 [2020-12-15T02:25:52.656Z] #6 [internal] load metadata for docker.io/library/debian:buster
02:25:52 [2020-12-15T02:25:52.716Z] #41 84.72   CC       criu/rbtree.o
02:25:52 [2020-12-15T02:25:52.716Z] #41 85.02   CC       criu/rst-malloc.o
02:25:52 [2020-12-15T02:25:52.807Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551
02:25:52 [2020-12-15T02:25:52.890Z] #29 23.84 
02:25:52 [2020-12-15T02:25:52.891Z] #29 ...
02:25:52 [2020-12-15T02:25:52.891Z] 
02:25:52 [2020-12-15T02:25:52.891Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:52 [2020-12-15T02:25:52.891Z] #42 16.68 Fetched 8183 kB in 16s (520 kB/s)
02:25:52 [2020-12-15T02:25:52.891Z] #42 16.68 Reading package lists...
02:25:52 [2020-12-15T02:25:52.918Z] #6 ...
02:25:52 [2020-12-15T02:25:52.918Z] 
02:25:52 [2020-12-15T02:25:52.918Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster
02:25:52 [2020-12-15T02:25:52.918Z] #5 DONE 0.8s
02:25:53 [2020-12-15T02:25:53.006Z] #41 85.22   CC       criu/seccomp.o
02:25:53 [2020-12-15T02:25:53.180Z] 
02:25:53 [2020-12-15T02:25:53.180Z] #6 [internal] load metadata for docker.io/library/debian:buster
02:25:53 [2020-12-15T02:25:53.180Z] #6 DONE 1.2s
02:25:53 [2020-12-15T02:25:53.192Z] #42 25.39 Reading package lists...
02:25:53 [2020-12-15T02:25:53.192Z] #42 ...
02:25:53 [2020-12-15T02:25:53.192Z] 
02:25:53 [2020-12-15T02:25:53.192Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:53 [2020-12-15T02:25:53.192Z] #49 23.28 go: downloading github.com/kisielk/gotool v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 23.40 go: extracting github.com/kisielk/gotool v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 23.44 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:25:53 [2020-12-15T02:25:53.192Z] #49 23.89 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:25:53 [2020-12-15T02:25:53.192Z] #49 24.22 go: downloading github.com/spf13/jwalterweatherman v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 24.34 go: extracting github.com/spf13/jwalterweatherman v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.92 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.92 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.92 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.92 go: downloading github.com/go-toolsmith/astp v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.93 go: downloading github.com/davecgh/go-spew v1.1.1
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.93 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.93 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.93 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.97 go: downloading github.com/go-toolsmith/typep v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 25.97 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.02 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.03 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.05 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.10 go: extracting github.com/go-toolsmith/astp v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.10 go: downloading github.com/stretchr/objx v0.2.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.12 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.13 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.18 go: extracting github.com/go-toolsmith/typep v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.19 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.25 go: downloading github.com/magiconair/properties v1.8.1
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.32 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.34 go: extracting github.com/davecgh/go-spew v1.1.1
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.43 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.44 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.72 go: extracting github.com/stretchr/objx v0.2.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.72 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.73 go: extracting github.com/magiconair/properties v1.8.1
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.82 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.90 go: extracting github.com/go-toolsmith/astcast v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.91 go: extracting github.com/go-toolsmith/astcopy v1.0.0
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.91 go: downloading github.com/mattn/go-colorable v0.1.4
02:25:53 [2020-12-15T02:25:53.192Z] #49 26.95 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
02:25:53 [2020-12-15T02:25:53.297Z] #41 85.63   CC       criu/seize.o
02:25:53 [2020-12-15T02:25:53.448Z] 
02:25:53 [2020-12-15T02:25:53.448Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:53 [2020-12-15T02:25:53.448Z] #24 resolve docker.io/library/debian:buster@sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 done
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.15 go: downloading github.com/fsnotify/fsnotify v1.4.7
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.20 go: downloading github.com/gobwas/glob v0.2.3
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.21 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.25 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.26 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.29 go: extracting github.com/mattn/go-colorable v0.1.4
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.44 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.44 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.44 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
02:25:53 [2020-12-15T02:25:53.490Z] #49 27.47 go: extracting github.com/fsnotify/fsnotify v1.4.7
02:25:53 [2020-12-15T02:25:53.587Z] #41 ...
02:25:53 [2020-12-15T02:25:53.587Z] 
02:25:53 [2020-12-15T02:25:53.587Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:25:53 [2020-12-15T02:25:53.587Z] #51 53.22 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
02:25:53 [2020-12-15T02:25:53.721Z] #24 sha256:22d4552b9f96fd0ea943cb846d58b069d4df297673636055a3d984b3ccac6a28 1.85kB / 1.85kB done
02:25:53 [2020-12-15T02:25:53.721Z] #24 sha256:7bf528fa91df041f696d30aad7d41f3532342f9ed92dd7476c59b8b24e00ff9b 529B / 529B done
02:25:53 [2020-12-15T02:25:53.721Z] #24 sha256:1b0fae9b3949513258b1f1092e0dd6171e3b6984f36caea75ab7dc5f8902271b 1.46kB / 1.46kB done
02:25:53 [2020-12-15T02:25:53.721Z] #24 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 0B / 49.18MB 0.4s
02:25:53 [2020-12-15T02:25:53.747Z] #8 ...
02:25:53 [2020-12-15T02:25:53.747Z] 
02:25:53 [2020-12-15T02:25:53.747Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:53 [2020-12-15T02:25:53.747Z] #24 extracting sha256:6c33745f49b41daad28b7b192c447938452ea4de9fe8c7cc3edf1433b1366946 6.8s done
02:25:53 [2020-12-15T02:25:53.747Z] #24 DONE 16.0s
02:25:53 [2020-12-15T02:25:53.747Z] 
02:25:53 [2020-12-15T02:25:53.747Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:25:53 [2020-12-15T02:25:53.747Z] #8 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 1.0s done
02:25:53 [2020-12-15T02:25:53.747Z] #8 ...
02:25:53 [2020-12-15T02:25:53.747Z] 
02:25:53 [2020-12-15T02:25:53.747Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:53 [2020-12-15T02:25:53.789Z] #49 27.70 go: downloading github.com/spf13/afero v1.1.2
02:25:53 [2020-12-15T02:25:53.789Z] #49 27.72 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:25:53 [2020-12-15T02:25:53.789Z] #49 ...
02:25:53 [2020-12-15T02:25:53.789Z] 
02:25:53 [2020-12-15T02:25:53.789Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:25:53 [2020-12-15T02:25:53.789Z] #36 17.63 Fetched 8183 kB in 17s (491 kB/s)
02:25:53 [2020-12-15T02:25:53.789Z] #36 17.63 Reading package lists...
02:25:54 [2020-12-15T02:25:54.089Z] #36 25.67 Reading package lists...
02:25:54 [2020-12-15T02:25:54.089Z] #36 ...
02:25:54 [2020-12-15T02:25:54.089Z] 
02:25:54 [2020-12-15T02:25:54.089Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:54 [2020-12-15T02:25:54.089Z] #49 27.72 go: extracting github.com/gobwas/glob v0.2.3
02:25:54 [2020-12-15T02:25:54.089Z] #49 27.75 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:25:54 [2020-12-15T02:25:54.089Z] #49 27.80 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:25:54 [2020-12-15T02:25:54.089Z] #49 27.82 go: downloading github.com/inconshreveable/mousetrap v1.0.0
02:25:54 [2020-12-15T02:25:54.089Z] #49 27.88 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:25:54 [2020-12-15T02:25:54.089Z] #49 27.98 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:25:54 [2020-12-15T02:25:54.132Z] #24 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 10.98MB / 49.18MB 0.6s
02:25:54 [2020-12-15T02:25:54.132Z] #24 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 16.92MB / 49.18MB 0.7s
02:25:54 [2020-12-15T02:25:54.295Z] #32 ...
02:25:54 [2020-12-15T02:25:54.295Z] 
02:25:54 [2020-12-15T02:25:54.295Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.487 + RM_GOPATH=0
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.487 + TMP_GOPATH=
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.487 + : /build
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.487 + '[' -z '' ']'
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.489 ++ mktemp -d
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.490 + export GOPATH=/tmp/tmp.suVaqVo0tS
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.490 + GOPATH=/tmp/tmp.suVaqVo0tS
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.490 + RM_GOPATH=1
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.490 + case "$(go env GOARCH)" in
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.490 ++ go env GOARCH
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.528 + export GO_BUILDMODE=-buildmode=pie
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.528 + GO_BUILDMODE=-buildmode=pie
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.542 ++ dirname /tmp/install/install.sh
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.543 + dir=/tmp/install
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.543 + bin=containerd
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.543 + shift
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.543 + '[' '!' -f /tmp/install/containerd.installer ']'
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.543 + . /tmp/install/containerd.installer
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.544 ++ set -e
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.544 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.545 + install_containerd
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.545 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.545 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.545 + git clone https://github.com/containerd/containerd.git /tmp/tmp.suVaqVo0tS/src/github.com/containerd/containerd
02:25:54 [2020-12-15T02:25:54.295Z] #54 1.559 Cloning into '/tmp/tmp.suVaqVo0tS/src/github.com/containerd/containerd'...
02:25:54 [2020-12-15T02:25:54.295Z] #54 ...
02:25:54 [2020-12-15T02:25:54.295Z] 
02:25:54 [2020-12-15T02:25:54.295Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:54 [2020-12-15T02:25:54.295Z] #11 72.26 Get:12 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]
02:25:54 [2020-12-15T02:25:54.295Z] #11 75.93 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 75.96 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 75.99 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 75.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.01 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.03 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.06 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.08 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.11 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.11 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.26 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.26 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 76.27 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB]
02:25:54 [2020-12-15T02:25:54.295Z] #11 78.00 debconf: delaying package configuration, since apt-utils is not installed
02:25:54 [2020-12-15T02:25:54.295Z] #11 78.26 Fetched 78.2 MB in 12s (6516 kB/s)
02:25:54 [2020-12-15T02:25:54.295Z] #11 78.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 ... 15410 files and directories currently installed.)
02:25:54 [2020-12-15T02:25:54.295Z] #11 78.57 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ...
02:25:54 [2020-12-15T02:25:54.295Z] #11 78.67 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:25:54 [2020-12-15T02:25:54.295Z] #11 79.56 Setting up libsystemd0:amd64 (241-7~deb10u5) ...
02:25:54 [2020-12-15T02:25:54.296Z] #11 79.90 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:25:54 [2020-12-15T02:25:54.296Z] #11 80.04 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ...
02:25:54 [2020-12-15T02:25:54.296Z] #11 80.07 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:25:54 [2020-12-15T02:25:54.296Z] #11 ...
02:25:54 [2020-12-15T02:25:54.296Z] 
02:25:54 [2020-12-15T02:25:54.296Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:25:54 [2020-12-15T02:25:54.296Z] #34 70.32 Selecting previously unselected package cmake-data.
02:25:54 [2020-12-15T02:25:54.296Z] #34 70.33 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
02:25:54 [2020-12-15T02:25:54.296Z] #34 70.35 Unpacking cmake-data (3.13.4-1) ...
02:25:54 [2020-12-15T02:25:54.296Z] #34 75.64 Selecting previously unselected package libicu63:amd64.
02:25:54 [2020-12-15T02:25:54.296Z] #34 75.64 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
02:25:54 [2020-12-15T02:25:54.296Z] #34 75.67 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
02:25:54 [2020-12-15T02:25:54.387Z] #49 28.05 go: extracting github.com/inconshreveable/mousetrap v1.0.0
02:25:54 [2020-12-15T02:25:54.387Z] #49 28.08 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:25:54 [2020-12-15T02:25:54.407Z] #24 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 27.00MB / 49.18MB 0.8s
02:25:54 [2020-12-15T02:25:54.407Z] #24 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 47.75MB / 49.18MB 1.2s
02:25:54 [2020-12-15T02:25:54.555Z] #34 ...
02:25:54 [2020-12-15T02:25:54.555Z] 
02:25:54 [2020-12-15T02:25:54.555Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:54 [2020-12-15T02:25:54.555Z] #11 80.61 Setting up libudev1:amd64 (241-7~deb10u5) ...
02:25:54 [2020-12-15T02:25:54.625Z] #51 54.34 + mkdir -p /build
02:25:54 [2020-12-15T02:25:54.685Z] #49 28.30 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:25:54 [2020-12-15T02:25:54.685Z] #49 ...
02:25:54 [2020-12-15T02:25:54.685Z] 
02:25:54 [2020-12-15T02:25:54.685Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:25:54 [2020-12-15T02:25:54.685Z] #13 18.33 Fetched 8183 kB in 17s (473 kB/s)
02:25:54 [2020-12-15T02:25:54.685Z] #13 18.33 Reading package lists...
02:25:54 [2020-12-15T02:25:54.685Z] #13 26.63 Reading package lists...
02:25:54 [2020-12-15T02:25:54.685Z] #13 ...
02:25:54 [2020-12-15T02:25:54.685Z] 
02:25:54 [2020-12-15T02:25:54.685Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:54 [2020-12-15T02:25:54.685Z] #49 28.44 go: downloading github.com/ultraware/whitespace v0.0.4
02:25:54 [2020-12-15T02:25:54.685Z] #49 28.48 go: downloading github.com/go-toolsmith/astequal v1.0.0
02:25:54 [2020-12-15T02:25:54.685Z] #49 28.52 go: extracting github.com/spf13/afero v1.1.2
02:25:54 [2020-12-15T02:25:54.685Z] #49 28.57 go: downloading github.com/spf13/cast v1.3.0
02:25:54 [2020-12-15T02:25:54.921Z] #51 54.34 + cp runc /build/runc
02:25:54 [2020-12-15T02:25:54.982Z] #49 28.64 go: extracting github.com/ultraware/whitespace v0.0.4
02:25:54 [2020-12-15T02:25:54.982Z] #49 28.67 go: extracting github.com/go-toolsmith/astequal v1.0.0
02:25:54 [2020-12-15T02:25:54.982Z] #49 28.81 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:25:54 [2020-12-15T02:25:54.982Z] #49 28.87 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:25:55 [2020-12-15T02:25:55.122Z] #11 81.09 Selecting previously unselected package binutils-mingw-w64-i686.
02:25:55 [2020-12-15T02:25:55.122Z] #11 81.09 (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.)
02:25:55 [2020-12-15T02:25:55.122Z] #11 81.26 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
02:25:55 [2020-12-15T02:25:55.122Z] #11 81.27 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:25:55 [2020-12-15T02:25:55.132Z] #25 1.576 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:25:55 [2020-12-15T02:25:55.132Z] #25 1.589 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
02:25:55 [2020-12-15T02:25:55.132Z] #25 1.605 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:25:55 [2020-12-15T02:25:55.212Z] #51 DONE 54.7s
02:25:55 [2020-12-15T02:25:55.212Z] 
02:25:55 [2020-12-15T02:25:55.212Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:25:55 [2020-12-15T02:25:55.212Z] #41 86.28   CC       criu/servicefd.o
02:25:55 [2020-12-15T02:25:55.212Z] #41 86.54   CC       criu/shmem.o
02:25:55 [2020-12-15T02:25:55.212Z] #41 86.98   CC       criu/sigframe.o
02:25:55 [2020-12-15T02:25:55.212Z] #41 87.05   CC       criu/signalfd.o
02:25:55 [2020-12-15T02:25:55.212Z] #41 87.18   CC       criu/sk-inet.o
02:25:55 [2020-12-15T02:25:55.277Z] #49 28.87 go: extracting github.com/spf13/cast v1.3.0
02:25:55 [2020-12-15T02:25:55.278Z] #49 28.88 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:25:55 [2020-12-15T02:25:55.278Z] #49 28.94 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:25:55 [2020-12-15T02:25:55.278Z] #49 29.00 go: downloading golang.org/x/text v0.3.2
02:25:55 [2020-12-15T02:25:55.278Z] #49 29.02 go: downloading github.com/ultraware/funlen v0.0.2
02:25:55 [2020-12-15T02:25:55.278Z] #49 29.03 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:25:55 [2020-12-15T02:25:55.393Z] #25 1.804 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:25:55 [2020-12-15T02:25:55.393Z] #25 2.018 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:25:55 [2020-12-15T02:25:55.575Z] #49 29.29 go: downloading github.com/sourcegraph/go-diff v0.5.1
02:25:55 [2020-12-15T02:25:55.575Z] #49 29.42 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:25:55 [2020-12-15T02:25:55.843Z] #41 88.09   CC       criu/sk-netlink.o
02:25:55 [2020-12-15T02:25:55.844Z] #41 88.31   CC       criu/sk-packet.o
02:25:55 [2020-12-15T02:25:55.875Z] #49 29.64 go: extracting github.com/ultraware/funlen v0.0.2
02:25:55 [2020-12-15T02:25:55.875Z] #49 29.70 go: downloading github.com/mitchellh/mapstructure v1.1.2
02:25:55 [2020-12-15T02:25:55.965Z] #25 2.382 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:25:56 [2020-12-15T02:25:56.134Z] #41 88.52   CC       criu/sk-queue.o
02:25:56 [2020-12-15T02:25:56.171Z] #49 29.87 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
02:25:56 [2020-12-15T02:25:56.429Z] #41 88.75   CC       criu/sk-tcp.o
02:25:56 [2020-12-15T02:25:56.722Z] #41 89.11   CC       criu/sk-unix.o
02:25:56 [2020-12-15T02:25:56.833Z] #49 30.58 go: extracting github.com/sourcegraph/go-diff v0.5.1
02:25:56 [2020-12-15T02:25:56.833Z] #49 30.60 go: extracting github.com/mitchellh/mapstructure v1.1.2
02:25:56 [2020-12-15T02:25:56.991Z] #24 ...
02:25:56 [2020-12-15T02:25:56.991Z] 
02:25:56 [2020-12-15T02:25:56.991Z] #21 [internal] load build context
02:25:56 [2020-12-15T02:25:56.991Z] #21 transferring context: 53.17MB 2.9s done
02:25:56 [2020-12-15T02:25:56.991Z] #21 DONE 3.6s
02:25:56 [2020-12-15T02:25:56.991Z] 
02:25:56 [2020-12-15T02:25:56.991Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:56 [2020-12-15T02:25:56.991Z] #24 extracting sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 0.1s
02:25:57 [2020-12-15T02:25:57.001Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 4.1s done
02:25:57 [2020-12-15T02:25:57.014Z] #11 ...
02:25:57 [2020-12-15T02:25:57.014Z] 
02:25:57 [2020-12-15T02:25:57.014Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:57 [2020-12-15T02:25:57.014Z] #49 72.89 reflect
02:25:57 [2020-12-15T02:25:57.014Z] #49 72.95 syscall
02:25:57 [2020-12-15T02:25:57.014Z] #49 ...
02:25:57 [2020-12-15T02:25:57.014Z] 
02:25:57 [2020-12-15T02:25:57.014Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:25:57 [2020-12-15T02:25:57.014Z] #40 78.99 Setting up python-pkg-resources (40.8.0-1) ...
02:25:57 [2020-12-15T02:25:57.130Z] #49 31.00 go: downloading github.com/gogo/protobuf v1.2.1
02:25:57 [2020-12-15T02:25:57.253Z] #24 sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 49.18MB / 49.18MB 3.5s done
02:25:57 [2020-12-15T02:25:57.253Z] #24 ...
02:25:57 [2020-12-15T02:25:57.253Z] 
02:25:57 [2020-12-15T02:25:57.253Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4...
02:25:57 [2020-12-15T02:25:57.253Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done
02:25:57 [2020-12-15T02:25:57.253Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done
02:25:57 [2020-12-15T02:25:57.253Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done
02:25:57 [2020-12-15T02:25:57.253Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 1.2s done
02:25:57 [2020-12-15T02:25:57.253Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done
02:25:57 [2020-12-15T02:25:57.253Z] #60 DONE 3.9s
02:25:57 [2020-12-15T02:25:57.253Z] 
02:25:57 [2020-12-15T02:25:57.253Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:25:57 [2020-12-15T02:25:57.259Z] #8 ...
02:25:57 [2020-12-15T02:25:57.259Z] 
02:25:57 [2020-12-15T02:25:57.259Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.683 Selecting previously unselected package curl.
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.683 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.686 Unpacking curl (7.64.0-4+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.768 Selecting previously unselected package libonig5:amd64.
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.768 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.831 Unpacking libonig5:amd64 (6.9.1-1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.932 Selecting previously unselected package libjq1:amd64.
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.932 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 8.934 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.028 Selecting previously unselected package jq.
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.028 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.028 Unpacking jq (1.5+dfsg-2+b1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.072 Setting up libkeyutils1:amd64 (1.6-6) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.088 Setting up libpsl5:amd64 (0.20.2-2) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.101 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.220 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.232 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.247 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.258 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.270 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.281 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.292 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.304 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.315 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.327 Setting up openssl (1.1.1d-0+deb10u4) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.343 Setting up libonig5:amd64 (6.9.1-1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.354 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.366 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.378 Setting up ca-certificates (20200601~deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 9.949 Updating certificates in /etc/ssl/certs...
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.72 126 added, 0 removed; done.
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.76 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.78 Setting up jq (1.5+dfsg-2+b1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.79 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.80 Setting up curl (7.64.0-4+deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.81 Processing triggers for libc-bin (2.28-10) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.83 Processing triggers for ca-certificates (20200601~deb10u1) ...
02:25:57 [2020-12-15T02:25:57.259Z] #25 10.84 Updating certificates in /etc/ssl/certs...
02:25:57 [2020-12-15T02:25:57.259Z] #25 11.46 0 added, 0 removed; done.
02:25:57 [2020-12-15T02:25:57.259Z] #25 11.46 Running hooks in /etc/ca-certificates/update.d...
02:25:57 [2020-12-15T02:25:57.259Z] #25 11.46 done.
02:25:57 [2020-12-15T02:25:57.259Z] #25 DONE 13.6s
02:25:57 [2020-12-15T02:25:57.259Z] 
02:25:57 [2020-12-15T02:25:57.259Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:25:57 [2020-12-15T02:25:57.259Z] #26 DONE 0.1s
02:25:57 [2020-12-15T02:25:57.259Z] 
02:25:57 [2020-12-15T02:25:57.259Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:25:57 [2020-12-15T02:25:57.428Z] #49 31.00 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:25:57 [2020-12-15T02:25:57.724Z] #49 31.32 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:25:57 [2020-12-15T02:25:57.756Z] #41 90.21   CC       criu/sockets.o
02:25:57 [2020-12-15T02:25:57.882Z] #25 4.118 Fetched 8409 kB in 3s (3022 kB/s)
02:25:58 [2020-12-15T02:25:58.388Z] #41 90.55   CC       criu/stats.o
02:25:58 [2020-12-15T02:25:58.388Z] #41 90.68   CC       criu/string.o
02:25:58 [2020-12-15T02:25:58.388Z] #41 90.70   CC       criu/sysctl.o
02:25:58 [2020-12-15T02:25:58.453Z] #25 4.118 Reading package lists...
02:25:58 [2020-12-15T02:25:58.639Z] #27 1.391 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
02:25:58 [2020-12-15T02:25:58.639Z] #27 1.479 
02:25:58 [2020-12-15T02:25:58.680Z] #41 90.99   CC       criu/sysfs_parse.o
02:25:58 [2020-12-15T02:25:58.778Z] #49 32.73 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:25:58 [2020-12-15T02:25:58.910Z] #40 ...
02:25:58 [2020-12-15T02:25:58.910Z] 
02:25:58 [2020-12-15T02:25:58.910Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:58 [2020-12-15T02:25:58.910Z] #49 85.07 time
02:25:58 [2020-12-15T02:25:58.976Z] #41 91.15   CC       criu/timens.o
02:25:58 [2020-12-15T02:25:58.976Z] #41 91.27   CC       criu/timerfd.o
02:25:58 [2020-12-15T02:25:58.976Z] #41 91.36   CC       criu/tty.o
02:25:59 [2020-12-15T02:25:59.077Z] #49 ...
02:25:59 [2020-12-15T02:25:59.077Z] 
02:25:59 [2020-12-15T02:25:59.077Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:25:59 [2020-12-15T02:25:59.077Z] #51 22.99 runtime
02:25:59 [2020-12-15T02:25:59.169Z] #27 1.595 
#########                                                                 13.7%
##########################                                                37.3%
#########################################                                 57.2%
#######################################################                   77.2%
#####################################################################     97.1%
######################################################################## 100.0%
02:25:59 [2020-12-15T02:25:59.379Z] #51 ...
02:25:59 [2020-12-15T02:25:59.379Z] 
02:25:59 [2020-12-15T02:25:59.379Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:25:59 [2020-12-15T02:25:59.379Z] #29 25.09 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
02:25:59 [2020-12-15T02:25:59.379Z] #29 25.21 skipping existing 283607eaa57e
02:25:59 [2020-12-15T02:25:59.379Z] #29 25.36 
02:25:59 [2020-12-15T02:25:59.379Z] #29 27.16 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:25:59 [2020-12-15T02:25:59.379Z] #29 27.70 
02:25:59 [2020-12-15T02:25:59.379Z] #29 27.98 
######################################################################## 100.0%
02:25:59 [2020-12-15T02:25:59.379Z] #29 28.18 
02:25:59 [2020-12-15T02:25:59.379Z] #29 29.01 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:25:59 [2020-12-15T02:25:59.379Z] #29 29.55 
02:25:59 [2020-12-15T02:25:59.379Z] #29 29.74 
######################################################################## 100.0%
02:25:59 [2020-12-15T02:25:59.379Z] #29 30.08 
02:25:59 [2020-12-15T02:25:59.379Z] #29 30.33 Download of images into '/build' complete.
02:25:59 [2020-12-15T02:25:59.379Z] #29 30.33 Use something like the following to load the result into a Docker daemon:
02:25:59 [2020-12-15T02:25:59.379Z] #29 30.33   tar -cC '/build' . | docker load
02:25:59 [2020-12-15T02:25:59.379Z] #29 DONE 30.4s
02:25:59 [2020-12-15T02:25:59.379Z] 
02:25:59 [2020-12-15T02:25:59.379Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:25:59 [2020-12-15T02:25:59.379Z] #55 17.65 Reading package lists...
02:25:59 [2020-12-15T02:25:59.400Z] #25 5.060 Reading package lists...
02:25:59 [2020-12-15T02:25:59.429Z] #27 2.135 
02:25:59 [2020-12-15T02:25:59.429Z] #27 2.246 
######################################################################## 100.0%
02:25:59 [2020-12-15T02:25:59.661Z] #25 5.986 Building dependency tree...
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.327 The following additional packages will be installed:
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.327   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.328   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.328   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.329 Suggested packages:
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.329   krb5-doc krb5-user
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.329 Recommended packages:
02:25:59 [2020-12-15T02:25:59.661Z] #25 6.329   krb5-locales publicsuffix libsasl2-modules
02:25:59 [2020-12-15T02:25:59.678Z] #55 25.79 Reading package lists...
02:25:59 [2020-12-15T02:25:59.678Z] #55 ...
02:25:59 [2020-12-15T02:25:59.678Z] 
02:25:59 [2020-12-15T02:25:59.678Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:25:59 [2020-12-15T02:25:59.678Z] #49 33.44 go: downloading github.com/BurntSushi/toml v0.3.1
02:25:59 [2020-12-15T02:25:59.689Z] #27 2.364 
02:25:59 [2020-12-15T02:25:59.689Z] #27 2.478 
###                                                                        5.4%
######################################################################## 100.0%
02:25:59 [2020-12-15T02:25:59.921Z] #25 6.567 The following NEW packages will be installed:
02:25:59 [2020-12-15T02:25:59.921Z] #25 6.569   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
02:25:59 [2020-12-15T02:25:59.921Z] #25 6.569   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
02:25:59 [2020-12-15T02:25:59.921Z] #25 6.574   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:25:59 [2020-12-15T02:25:59.921Z] #25 6.574   libssh2-1 libssl1.1 openssl
02:25:59 [2020-12-15T02:25:59.952Z] #27 2.669 
02:26:00 [2020-12-15T02:26:00.010Z] #41 92.25   CC       criu/tun.o
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.858 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.858 Need to get 5047 kB of archives.
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.858 After this operation, 12.1 MB of additional disk space will be used.
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.858 Get:1 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u1 [158 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.860 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.872 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.872 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.872 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.872 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.885 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.901 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.901 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.901 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.909 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.918 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.918 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.918 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.925 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.925 Get:16 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB]
02:26:00 [2020-12-15T02:26:00.181Z] #25 6.925 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB]
02:26:00 [2020-12-15T02:26:00.300Z] #41 92.51   CC       criu/uffd.o
02:26:00 [2020-12-15T02:26:00.323Z] #49 34.06 go: extracting github.com/BurntSushi/toml v0.3.1
02:26:00 [2020-12-15T02:26:00.442Z] #25 6.947 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB]
02:26:00 [2020-12-15T02:26:00.442Z] #25 6.954 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
02:26:00 [2020-12-15T02:26:00.442Z] #25 6.966 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
02:26:00 [2020-12-15T02:26:00.442Z] #25 6.972 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
02:26:00 [2020-12-15T02:26:00.442Z] #25 7.189 debconf: delaying package configuration, since apt-utils is not installed
02:26:00 [2020-12-15T02:26:00.471Z] #27 2.783 
########                                                                  12.5%
##########################                                                36.3%
########################################                                  55.6%
##############################################                            65.1%
###############################################################           88.3%
######################################################################## 100.0%
02:26:00 [2020-12-15T02:26:00.471Z] #27 3.313 
02:26:00 [2020-12-15T02:26:00.703Z] #25 7.234 Fetched 5047 kB in 0s (13.6 MB/s)
02:26:00 [2020-12-15T02:26:00.703Z] #25 7.297 Selecting previously unselected package libssl1.1:amd64.
02:26:00 [2020-12-15T02:26:00.703Z] #25 7.297 (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.)
02:26:00 [2020-12-15T02:26:00.703Z] #25 7.297 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ...
02:26:00 [2020-12-15T02:26:00.703Z] #25 7.318 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ...
02:26:00 [2020-12-15T02:26:00.932Z] #41 93.12   CC       criu/util.o
02:26:00 [2020-12-15T02:26:00.963Z] #25 7.536 Selecting previously unselected package openssl.
02:26:00 [2020-12-15T02:26:00.963Z] #25 7.536 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ...
02:26:00 [2020-12-15T02:26:00.963Z] #25 7.544 Unpacking openssl (1.1.1d-0+deb10u4) ...
02:26:00 [2020-12-15T02:26:00.963Z] #25 7.711 Selecting previously unselected package ca-certificates.
02:26:00 [2020-12-15T02:26:00.963Z] #25 7.711 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ...
02:26:01 [2020-12-15T02:26:01.223Z] #41 93.54   CC       criu/uts_ns.o
02:26:01 [2020-12-15T02:26:01.223Z] #41 93.65   CC       criu/vdso.o
02:26:01 [2020-12-15T02:26:01.223Z] #25 7.717 Unpacking ca-certificates (20200601~deb10u1) ...
02:26:01 [2020-12-15T02:26:01.223Z] #25 7.834 Selecting previously unselected package libkeyutils1:amd64.
02:26:01 [2020-12-15T02:26:01.223Z] #25 7.834 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ...
02:26:01 [2020-12-15T02:26:01.223Z] #25 7.834 Unpacking libkeyutils1:amd64 (1.6-6) ...
02:26:01 [2020-12-15T02:26:01.484Z] #25 7.962 Selecting previously unselected package libkrb5support0:amd64.
02:26:01 [2020-12-15T02:26:01.484Z] #25 7.962 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ...
02:26:01 [2020-12-15T02:26:01.484Z] #25 7.962 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ...
02:26:01 [2020-12-15T02:26:01.484Z] #25 8.026 Selecting previously unselected package libk5crypto3:amd64.
02:26:01 [2020-12-15T02:26:01.484Z] #25 8.026 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ...
02:26:01 [2020-12-15T02:26:01.484Z] #25 8.033 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ...
02:26:01 [2020-12-15T02:26:01.484Z] #25 8.110 Selecting previously unselected package libkrb5-3:amd64.
02:26:01 [2020-12-15T02:26:01.484Z] #25 8.110 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ...
02:26:01 [2020-12-15T02:26:01.484Z] #25 8.110 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ...
02:26:01 [2020-12-15T02:26:01.518Z] #41 ...
02:26:01 [2020-12-15T02:26:01.518Z] 
02:26:01 [2020-12-15T02:26:01.518Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:01 [2020-12-15T02:26:01.518Z] #38 DONE 129.0s
02:26:01 [2020-12-15T02:26:01.518Z] 
02:26:01 [2020-12-15T02:26:01.518Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:01 [2020-12-15T02:26:01.518Z] #47 129.1 + /build/golangci-lint --version
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.234 Selecting previously unselected package libgssapi-krb5-2:amd64.
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.234 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ...
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.242 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.319 Selecting previously unselected package libsasl2-modules-db:amd64.
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.319 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.324 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.411 Selecting previously unselected package libsasl2-2:amd64.
02:26:01 [2020-12-15T02:26:01.746Z] #25 8.411 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
02:26:01 [2020-12-15T02:26:01.815Z] #47 129.3 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.425 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.475 Selecting previously unselected package libldap-common.
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.475 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.484 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.544 Selecting previously unselected package libldap-2.4-2:amd64.
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.544 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.548 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.655 Selecting previously unselected package libnghttp2-14:amd64.
02:26:02 [2020-12-15T02:26:02.012Z] #25 8.655 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.119Z] #47 DONE 129.5s
02:26:02 [2020-12-15T02:26:02.119Z] 
02:26:02 [2020-12-15T02:26:02.119Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:02 [2020-12-15T02:26:02.119Z] #41 94.04   LINK     criu/built-in.o
02:26:02 [2020-12-15T02:26:02.119Z] #41 94.12   LINK     criu/criu
02:26:02 [2020-12-15T02:26:02.119Z] #41 94.30   DEP      lib/c/criu.d
02:26:02 [2020-12-15T02:26:02.119Z] #41 94.35   CC       images/rpc.pb-c.o
02:26:02 [2020-12-15T02:26:02.191Z] #49 ...
02:26:02 [2020-12-15T02:26:02.191Z] 
02:26:02 [2020-12-15T02:26:02.191Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:02 [2020-12-15T02:26:02.191Z] #45 DONE 88.1s
02:26:02 [2020-12-15T02:26:02.191Z] 
02:26:02 [2020-12-15T02:26:02.191Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:02 [2020-12-15T02:26:02.191Z] #34 88.18 Selecting previously unselected package libxml2:amd64.
02:26:02 [2020-12-15T02:26:02.191Z] #34 88.22 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.191Z] #34 88.22 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.664 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.726 Selecting previously unselected package libpsl5:amd64.
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.726 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.732 Unpacking libpsl5:amd64 (0.20.2-2) ...
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.792 Selecting previously unselected package librtmp1:amd64.
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.792 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.797 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.865 Selecting previously unselected package libssh2-1:amd64.
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.867 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.273Z] #25 8.872 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
02:26:02 [2020-12-15T02:26:02.419Z] #41 94.65   CC       lib/c/criu.o
02:26:02 [2020-12-15T02:26:02.536Z] #25 8.968 Selecting previously unselected package libcurl4:amd64.
02:26:02 [2020-12-15T02:26:02.536Z] #25 8.968 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.536Z] #25 8.972 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ...
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.066 Selecting previously unselected package curl.
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.068 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.073 Unpacking curl (7.64.0-4+deb10u1) ...
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.186 Selecting previously unselected package libonig5:amd64.
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.186 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.192 Unpacking libonig5:amd64 (6.9.1-1) ...
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.281 Selecting previously unselected package libjq1:amd64.
02:26:02 [2020-12-15T02:26:02.536Z] #25 9.284 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.579Z] #27 3.431 
                                                                           1.2%
####                                                                       6.8%
#########                                                                 13.6%
#############                                                             19.0%
##################                                                        25.8%
######################                                                    31.0%
##########################                                                36.3%
#############################                                             41.5%
#################################                                         46.7%
#####################################                                     51.9%
#########################################                                 57.0%
############################################                              62.3%
###############################################                           66.2%
###################################################                       71.9%
#######################################################                   77.8%
############################################################              83.4%
###############################################################           87.9%
###################################################################       93.9%
#######################################################################   99.0%
######################################################################## 100.0%
02:26:02 [2020-12-15T02:26:02.580Z] #27 5.287 
02:26:02 [2020-12-15T02:26:02.642Z] #24 extracting sha256:99e5136f81cd2a8cc226c42435d6f4f30584d168cc51f4d4afd2d5611e4d2215 5.2s done
02:26:02 [2020-12-15T02:26:02.710Z] #41 ...
02:26:02 [2020-12-15T02:26:02.710Z] 
02:26:02 [2020-12-15T02:26:02.710Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
02:26:02 [2020-12-15T02:26:02.710Z] #39 DONE 0.3s
02:26:02 [2020-12-15T02:26:02.710Z] 
02:26:02 [2020-12-15T02:26:02.710Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:02 [2020-12-15T02:26:02.710Z] #41 95.08   LINK     lib/c/built-in.o
02:26:02 [2020-12-15T02:26:02.710Z] #41 95.09   LINK     lib/c/libcriu.so
02:26:02 [2020-12-15T02:26:02.710Z] #41 95.14   LINK     lib/c/libcriu.a
02:26:02 [2020-12-15T02:26:02.710Z] #41 95.19   GEN      magic.py
02:26:02 [2020-12-15T02:26:02.796Z] #25 9.290 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
02:26:02 [2020-12-15T02:26:02.796Z] #25 9.359 Selecting previously unselected package jq.
02:26:02 [2020-12-15T02:26:02.796Z] #25 9.359 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
02:26:02 [2020-12-15T02:26:02.796Z] #25 9.363 Unpacking jq (1.5+dfsg-2+b1) ...
02:26:02 [2020-12-15T02:26:02.796Z] #25 9.434 Setting up libkeyutils1:amd64 (1.6-6) ...
02:26:02 [2020-12-15T02:26:02.796Z] #25 9.450 Setting up libpsl5:amd64 (0.20.2-2) ...
02:26:02 [2020-12-15T02:26:02.796Z] #25 9.465 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ...
02:26:02 [2020-12-15T02:26:02.839Z] #27 5.619 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:26:02 [2020-12-15T02:26:02.839Z] #27 5.706 
02:26:02 [2020-12-15T02:26:02.839Z] #27 5.787 
######################################################################## 100.0%
02:26:02 [2020-12-15T02:26:02.839Z] #27 5.812 
02:26:03 [2020-12-15T02:26:03.003Z] #41 95.28 Makefile.config:39: Warn: you have no libnftables installed
02:26:03 [2020-12-15T02:26:03.003Z] #41 95.28 Makefile.config:40: Warn: Building without nftables support
02:26:03 [2020-12-15T02:26:03.003Z] #41 95.28 Note: Building without setproctitle() and strlcpy() support.
02:26:03 [2020-12-15T02:26:03.003Z] #41 95.28       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:26:03 [2020-12-15T02:26:03.003Z] #41 95.28 Note: Building without GnuTLS support
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.629 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.643 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.660 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ...
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.677 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.702 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.719 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ...
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.733 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
02:26:03 [2020-12-15T02:26:03.067Z] #25 9.747 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
02:26:03 [2020-12-15T02:26:03.214Z] #24 ...
02:26:03 [2020-12-15T02:26:03.214Z] 
02:26:03 [2020-12-15T02:26:03.214Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:26:03 [2020-12-15T02:26:03.214Z] #8 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 done
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:c6f3dd0bda1f61865a66d18090c8cecbe4df870c2d1083927e043367ef707688 1.79kB / 1.79kB done
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 49.18MB / 49.18MB 3.6s done
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:688d484c81b27fd58d8180e0f2b8371eb311a2f9afe5a4d761f838c9936152e7 6.19kB / 6.19kB done
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 7.68MB / 7.68MB 3.5s done
02:26:03 [2020-12-15T02:26:03.214Z] #8 extracting sha256:d5517ee72007172d5b814636405254dea459120ce08f85777bb287d106a6a240 4.9s done
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 9.3s
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 9.98MB / 9.98MB 4.9s done
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 9.3s
02:26:03 [2020-12-15T02:26:03.214Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 9.3s
02:26:03 [2020-12-15T02:26:03.330Z] #25 9.765 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ...
02:26:03 [2020-12-15T02:26:03.330Z] #25 9.782 Setting up openssl (1.1.1d-0+deb10u4) ...
02:26:03 [2020-12-15T02:26:03.330Z] #25 9.803 Setting up libonig5:amd64 (6.9.1-1) ...
02:26:03 [2020-12-15T02:26:03.330Z] #25 9.817 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
02:26:03 [2020-12-15T02:26:03.330Z] #25 9.842 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ...
02:26:03 [2020-12-15T02:26:03.330Z] #25 9.859 Setting up ca-certificates (20200601~deb10u1) ...
02:26:03 [2020-12-15T02:26:03.336Z] #41 95.67 fatal: not a git repository (or any of the parent directories): .git
02:26:03 [2020-12-15T02:26:03.448Z] #27 6.244 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:26:03 [2020-12-15T02:26:03.448Z] #27 6.322 
02:26:03 [2020-12-15T02:26:03.558Z] #34 89.56 Selecting previously unselected package libarchive13:amd64.
02:26:03 [2020-12-15T02:26:03.558Z] #34 89.56 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
02:26:03 [2020-12-15T02:26:03.558Z] #34 89.58 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
02:26:03 [2020-12-15T02:26:03.626Z] #41 96.02 make[1]: Nothing to be done for 'all'.
02:26:03 [2020-12-15T02:26:03.785Z] #27 6.443 
######################################################                    76.0%
######################################################################## 100.0%
02:26:03 [2020-12-15T02:26:03.785Z] #27 6.521 
02:26:03 [2020-12-15T02:26:03.886Z] #49 37.36 go: extracting github.com/gogo/protobuf v1.2.1
02:26:03 [2020-12-15T02:26:03.903Z] #25 ...
02:26:03 [2020-12-15T02:26:03.903Z] 
02:26:03 [2020-12-15T02:26:03.903Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:26:03 [2020-12-15T02:26:03.903Z] #8 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 7.3s done
02:26:03 [2020-12-15T02:26:03.903Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 2.5s
02:26:03 [2020-12-15T02:26:03.903Z] #8 ...
02:26:03 [2020-12-15T02:26:03.903Z] 
02:26:03 [2020-12-15T02:26:03.903Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:26:03 [2020-12-15T02:26:03.903Z] #25 10.51 Updating certificates in /etc/ssl/certs...
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.21 make[1]: 'images/built-in.o' is up to date.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.21 make[1]: 'compel/plugins/std.lib.a' is up to date.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.22 make[1]: 'compel/plugins/fds.lib.a' is up to date.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.22 make[1]: 'compel/libcompel.a' is up to date.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.23 make[1]: 'compel/compel-host-bin' is up to date.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.23 make[1]: Nothing to be done for 'all'.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.24 make[1]: 'soccr/libsoccr.a' is up to date.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.27 make[2]: Nothing to be done for 'all'.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.28 make[2]: Nothing to be done for 'all'.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.29 make[2]: Nothing to be done for 'all'.
02:26:03 [2020-12-15T02:26:03.917Z] #41 96.32 make[2]: Nothing to be done for 'all'.
02:26:04 [2020-12-15T02:26:04.158Z] #8 sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 62.53MB / 62.53MB 10.0s done
02:26:04 [2020-12-15T02:26:04.158Z] #8 sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 52.16MB / 52.16MB 9.4s done
02:26:04 [2020-12-15T02:26:04.158Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 0B / 156B 10.8s
02:26:04 [2020-12-15T02:26:04.208Z] #41 96.33 make[2]: Nothing to be done for 'all'.
02:26:04 [2020-12-15T02:26:04.208Z] #41 96.34 make[2]: Nothing to be done for 'all'.
02:26:04 [2020-12-15T02:26:04.208Z] #41 96.35 make[2]: Nothing to be done for 'all'.
02:26:04 [2020-12-15T02:26:04.208Z] #41 96.37 make[2]: Nothing to be done for 'all'.
02:26:04 [2020-12-15T02:26:04.208Z] #41 96.38   INSTALL  criu/criu
02:26:04 [2020-12-15T02:26:04.208Z] #41 DONE 96.6s
02:26:04 [2020-12-15T02:26:04.208Z] 
02:26:04 [2020-12-15T02:26:04.208Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:26:04 [2020-12-15T02:26:04.373Z] #27 7.011 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
02:26:04 [2020-12-15T02:26:04.373Z] #27 7.048 skipping existing c35d46ef359f
02:26:04 [2020-12-15T02:26:04.373Z] #27 7.079 
02:26:04 [2020-12-15T02:26:04.422Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 11.0s
02:26:04 [2020-12-15T02:26:04.633Z] #27 7.466 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:26:04 [2020-12-15T02:26:04.685Z] #8 sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 156B / 156B 11.2s done
02:26:04 [2020-12-15T02:26:04.685Z] #8 sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 97.69MB / 97.69MB 11.3s done
02:26:04 [2020-12-15T02:26:04.849Z] #54 ...
02:26:04 [2020-12-15T02:26:04.849Z] 
02:26:04 [2020-12-15T02:26:04.849Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
02:26:04 [2020-12-15T02:26:04.892Z] #27 7.577 
02:26:04 [2020-12-15T02:26:04.892Z] #27 7.627 
######################################################################## 100.0%
02:26:04 [2020-12-15T02:26:04.892Z] #27 7.648 
02:26:04 [2020-12-15T02:26:04.928Z] #34 90.87 Selecting previously unselected package libjsoncpp1:amd64.
02:26:04 [2020-12-15T02:26:04.929Z] #34 90.87 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
02:26:04 [2020-12-15T02:26:04.929Z] #34 90.96 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
02:26:04 [2020-12-15T02:26:04.980Z] #8 ...
02:26:04 [2020-12-15T02:26:04.980Z] 
02:26:04 [2020-12-15T02:26:04.980Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:22d4552b...
02:26:04 [2020-12-15T02:26:04.980Z] #24 DONE 11.6s
02:26:05 [2020-12-15T02:26:05.139Z] #42 DONE 0.2s
02:26:05 [2020-12-15T02:26:05.139Z] 
02:26:05 [2020-12-15T02:26:05.139Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
02:26:05 [2020-12-15T02:26:05.151Z] #27 7.962 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:26:05 [2020-12-15T02:26:05.151Z] #27 8.055 
02:26:05 [2020-12-15T02:26:05.185Z] #34 91.30 Selecting previously unselected package librhash0:amd64.
02:26:05 [2020-12-15T02:26:05.185Z] #34 91.30 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
02:26:05 [2020-12-15T02:26:05.185Z] #34 91.31 Unpacking librhash0:amd64 (1.3.8-1) ...
02:26:05 [2020-12-15T02:26:05.242Z] 
02:26:05 [2020-12-15T02:26:05.242Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.78 126 added, 0 removed; done.
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.83 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ...
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.85 Setting up jq (1.5+dfsg-2+b1) ...
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.87 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ...
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.88 Setting up curl (7.64.0-4+deb10u1) ...
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.90 Processing triggers for libc-bin (2.28-10) ...
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.92 Processing triggers for ca-certificates (20200601~deb10u1) ...
02:26:05 [2020-12-15T02:26:05.290Z] #25 11.93 Updating certificates in /etc/ssl/certs...
02:26:05 [2020-12-15T02:26:05.411Z] #27 8.141 
######################################################################## 100.0%
02:26:05 [2020-12-15T02:26:05.411Z] #27 8.164 
02:26:05 [2020-12-15T02:26:05.411Z] #27 8.181 Download of images into '/build' complete.
02:26:05 [2020-12-15T02:26:05.411Z] #27 8.181 Use something like the following to load the result into a Docker daemon:
02:26:05 [2020-12-15T02:26:05.411Z] #27 8.181   tar -cC '/build' . | docker load
02:26:05 [2020-12-15T02:26:05.430Z] #44 DONE 0.2s
02:26:05 [2020-12-15T02:26:05.430Z] 
02:26:05 [2020-12-15T02:26:05.430Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
02:26:05 [2020-12-15T02:26:05.430Z] #46 DONE 0.2s
02:26:05 [2020-12-15T02:26:05.430Z] 
02:26:05 [2020-12-15T02:26:05.430Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
02:26:05 [2020-12-15T02:26:05.437Z] #49 ...
02:26:05 [2020-12-15T02:26:05.437Z] 
02:26:05 [2020-12-15T02:26:05.437Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:05 [2020-12-15T02:26:05.437Z] #55 25.79 Reading package lists...
02:26:05 [2020-12-15T02:26:05.437Z] #55 34.26 Building dependency tree...
02:26:05 [2020-12-15T02:26:05.437Z] #55 37.61 The following additional packages will be installed:
02:26:05 [2020-12-15T02:26:05.437Z] #55 37.63   libbtrfs0
02:26:05 [2020-12-15T02:26:05.437Z] #55 37.77 The following NEW packages will be installed:
02:26:05 [2020-12-15T02:26:05.437Z] #55 37.78   libbtrfs-dev libbtrfs0
02:26:05 [2020-12-15T02:26:05.437Z] #55 38.06 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
02:26:05 [2020-12-15T02:26:05.437Z] #55 38.06 Need to get 120 kB of archives.
02:26:05 [2020-12-15T02:26:05.437Z] #55 38.06 After this operation, 423 kB of additional disk space will be used.
02:26:05 [2020-12-15T02:26:05.437Z] #55 38.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
02:26:05 [2020-12-15T02:26:05.437Z] #55 38.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
02:26:05 [2020-12-15T02:26:05.442Z] #34 91.68 Selecting previously unselected package libuv1:amd64.
02:26:05 [2020-12-15T02:26:05.442Z] #34 91.68 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
02:26:05 [2020-12-15T02:26:05.442Z] #34 91.70 Unpacking libuv1:amd64 (1.24.1-1) ...
02:26:05 [2020-12-15T02:26:05.721Z] #48 DONE 0.2s
02:26:05 [2020-12-15T02:26:05.721Z] 
02:26:05 [2020-12-15T02:26:05.721Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
02:26:05 [2020-12-15T02:26:05.721Z] #50 DONE 0.2s
02:26:05 [2020-12-15T02:26:05.721Z] 
02:26:05 [2020-12-15T02:26:05.721Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
02:26:06 [2020-12-15T02:26:06.005Z] #34 92.03 Selecting previously unselected package cmake.
02:26:06 [2020-12-15T02:26:06.005Z] #34 92.03 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
02:26:06 [2020-12-15T02:26:06.005Z] #34 92.04 Unpacking cmake (3.13.4-1) ...
02:26:06 [2020-12-15T02:26:06.013Z] #52 DONE 0.2s
02:26:06 [2020-12-15T02:26:06.013Z] 
02:26:06 [2020-12-15T02:26:06.013Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:26:06 [2020-12-15T02:26:06.100Z] #55 ...
02:26:06 [2020-12-15T02:26:06.100Z] 
02:26:06 [2020-12-15T02:26:06.100Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:06 [2020-12-15T02:26:06.100Z] #42 25.39 Reading package lists...
02:26:06 [2020-12-15T02:26:06.100Z] #42 34.17 Building dependency tree...
02:26:06 [2020-12-15T02:26:06.100Z] #42 37.55 The following additional packages will be installed:
02:26:06 [2020-12-15T02:26:06.100Z] #42 37.56   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
02:26:06 [2020-12-15T02:26:06.100Z] #42 37.57   libprotoc17 python-pkg-resources python-six zlib1g-dev
02:26:06 [2020-12-15T02:26:06.100Z] #42 37.57 Suggested packages:
02:26:06 [2020-12-15T02:26:06.100Z] #42 37.58   manpages-dev python-setuptools
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.11 The following NEW packages will be installed:
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.11   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.12   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.12   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.12   python-six zlib1g-dev
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.35 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded.
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.35 Need to get 4075 kB of archives.
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.35 After this operation, 24.5 MB of additional disk space will be used.
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.37 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.38 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.49 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.62 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.83 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.85 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.88 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB]
02:26:06 [2020-12-15T02:26:06.100Z] #42 39.89 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB]
02:26:06 [2020-12-15T02:26:06.236Z] #25 12.86 0 added, 0 removed; done.
02:26:06 [2020-12-15T02:26:06.236Z] #25 12.86 Running hooks in /etc/ca-certificates/update.d...
02:26:06 [2020-12-15T02:26:06.236Z] #25 12.86 done.
02:26:06 [2020-12-15T02:26:06.759Z] #42 ...
02:26:06 [2020-12-15T02:26:06.759Z] 
02:26:06 [2020-12-15T02:26:06.759Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:06 [2020-12-15T02:26:06.759Z] #55 39.85 debconf: delaying package configuration, since apt-utils is not installed
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.17 Fetched 120 kB in 0s (653 kB/s)
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.31 Selecting previously unselected package libbtrfs0.
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.46 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ...
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.47 Unpacking libbtrfs0 (4.20.1-2) ...
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.59 Selecting previously unselected package libbtrfs-dev.
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.61 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ...
02:26:06 [2020-12-15T02:26:06.759Z] #55 40.62 Unpacking libbtrfs-dev (4.20.1-2) ...
02:26:06 [2020-12-15T02:26:06.791Z] #27 ...
02:26:06 [2020-12-15T02:26:06.791Z] 
02:26:06 [2020-12-15T02:26:06.791Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:26:06 [2020-12-15T02:26:06.791Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.2s
02:26:07 [2020-12-15T02:26:07.086Z] #55 40.87 Setting up libbtrfs0 (4.20.1-2) ...
02:26:07 [2020-12-15T02:26:07.086Z] #55 40.89 Setting up libbtrfs-dev (4.20.1-2) ...
02:26:07 [2020-12-15T02:26:07.086Z] #55 40.90 Processing triggers for libc-bin (2.28-10) ...
02:26:07 [2020-12-15T02:26:07.360Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.9s done
02:26:07 [2020-12-15T02:26:07.388Z] #55 DONE 41.2s
02:26:07 [2020-12-15T02:26:07.388Z] 
02:26:07 [2020-12-15T02:26:07.388Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.335 + RM_GOPATH=0
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.335 + TMP_GOPATH=
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.335 + : /build
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.335 + '[' -z '' ']'
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.337 ++ mktemp -d
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.339 + export GOPATH=/tmp/tmp.ATgmxi4tOp
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.339 + GOPATH=/tmp/tmp.ATgmxi4tOp
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.339 + RM_GOPATH=1
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.339 + case "$(go env GOARCH)" in
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.340 ++ go env GOARCH
02:26:07 [2020-12-15T02:26:07.690Z] #56 0.362 + export GO_BUILDMODE=-buildmode=pie
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.375 + GO_BUILDMODE=-buildmode=pie
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.377 ++ dirname /tmp/install/install.sh
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.379 + dir=/tmp/install
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.379 + bin=containerd
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.380 + shift
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.381 + '[' '!' -f /tmp/install/containerd.installer ']'
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.382 + . /tmp/install/containerd.installer
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.383 ++ set -e
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.384 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.385 + install_containerd
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.386 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.387 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.388 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ATgmxi4tOp/src/github.com/containerd/containerd
02:26:07 [2020-12-15T02:26:07.989Z] #56 0.401 Cloning into '/tmp/tmp.ATgmxi4tOp/src/github.com/containerd/containerd'...
02:26:08 [2020-12-15T02:26:08.533Z] #34 ...
02:26:08 [2020-12-15T02:26:08.533Z] 
02:26:08 [2020-12-15T02:26:08.533Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:08 [2020-12-15T02:26:08.533Z] #49 94.21 context
02:26:08 [2020-12-15T02:26:08.533Z] #49 94.43 encoding/binary
02:26:08 [2020-12-15T02:26:08.739Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
02:26:09 [2020-12-15T02:26:09.464Z] #49 ...
02:26:09 [2020-12-15T02:26:09.464Z] 
02:26:09 [2020-12-15T02:26:09.464Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:09 [2020-12-15T02:26:09.464Z] #11 85.41 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:26:09 [2020-12-15T02:26:09.464Z] #11 85.41 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 85.42 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 90.83 Selecting previously unselected package binutils-mingw-w64.
02:26:09 [2020-12-15T02:26:09.464Z] #11 90.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 90.86 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 91.20 Selecting previously unselected package libdevmapper1.02.1:amd64.
02:26:09 [2020-12-15T02:26:09.464Z] #11 91.20 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 91.21 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 91.63 Selecting previously unselected package dmsetup.
02:26:09 [2020-12-15T02:26:09.464Z] #11 91.63 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 91.66 Unpacking dmsetup (2:1.02.155-3) ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 92.04 Selecting previously unselected package mingw-w64-common.
02:26:09 [2020-12-15T02:26:09.464Z] #11 92.04 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 92.10 Unpacking mingw-w64-common (6.0.0-3) ...
02:26:09 [2020-12-15T02:26:09.464Z] #11 ...
02:26:09 [2020-12-15T02:26:09.464Z] 
02:26:09 [2020-12-15T02:26:09.464Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:09 [2020-12-15T02:26:09.464Z] #49 95.53 os
02:26:09 [2020-12-15T02:26:09.524Z] #54 112.3 + bin/containerd
02:26:09 [2020-12-15T02:26:09.538Z] #25 DONE 15.4s
02:26:09 [2020-12-15T02:26:09.538Z] 
02:26:09 [2020-12-15T02:26:09.538Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:26:09 [2020-12-15T02:26:09.538Z] #26 DONE 0.1s
02:26:09 [2020-12-15T02:26:09.538Z] 
02:26:09 [2020-12-15T02:26:09.538Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:09 [2020-12-15T02:26:09.675Z] #8 DONE 40.7s
02:26:09 [2020-12-15T02:26:09.675Z] 
02:26:09 [2020-12-15T02:26:09.675Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
02:26:10 [2020-12-15T02:26:10.397Z] #49 ...
02:26:10 [2020-12-15T02:26:10.397Z] 
02:26:10 [2020-12-15T02:26:10.397Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:10 [2020-12-15T02:26:10.397Z] #40 86.50 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 86.63 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 86.66 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 86.73 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 86.73 Setting up python-six (1.12.0-1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.16 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.18 Setting up libnl-3-200:amd64 (3.4.0-1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.20 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.21 Setting up libcap-dev:amd64 (1:2.25-2) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.22 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.23 Setting up protobuf-compiler (3.6.1.3-2) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.35 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.42 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.48 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 93.50 Setting up python-protobuf (3.6.1.3-2) ...
02:26:10 [2020-12-15T02:26:10.397Z] #40 ...
02:26:10 [2020-12-15T02:26:10.397Z] 
02:26:10 [2020-12-15T02:26:10.397Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:10 [2020-12-15T02:26:10.397Z] #43 86.55 time
02:26:10 [2020-12-15T02:26:10.397Z] #43 94.38 strings
02:26:10 [2020-12-15T02:26:10.397Z] #43 94.56 os
02:26:10 [2020-12-15T02:26:10.506Z] #56 ...
02:26:10 [2020-12-15T02:26:10.506Z] 
02:26:10 [2020-12-15T02:26:10.506Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:10 [2020-12-15T02:26:10.506Z] #36 25.67 Reading package lists...
02:26:10 [2020-12-15T02:26:10.506Z] #36 34.16 Building dependency tree...
02:26:10 [2020-12-15T02:26:10.506Z] #36 38.25 The following additional packages will be installed:
02:26:10 [2020-12-15T02:26:10.506Z] #36 38.26   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
02:26:10 [2020-12-15T02:26:10.506Z] #36 38.27 Suggested packages:
02:26:10 [2020-12-15T02:26:10.506Z] #36 38.27   cmake-doc ninja-build lrzip
02:26:10 [2020-12-15T02:26:10.506Z] #36 38.27 Recommended packages:
02:26:10 [2020-12-15T02:26:10.506Z] #36 38.27   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.52 The following NEW packages will be installed:
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.54   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.54   vim-common xxd
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.67 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.67 Need to get 14.9 MB of archives.
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.67 After this operation, 67.2 MB of additional disk space will be used.
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.67 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.71 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 39.87 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 40.61 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 40.67 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 40.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 40.74 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 40.75 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 40.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB]
02:26:10 [2020-12-15T02:26:10.506Z] #36 42.77 debconf: delaying package configuration, since apt-utils is not installed
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.23 Fetched 14.9 MB in 1s (10.4 MB/s)
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.37 Selecting previously unselected package xxd.
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.37 (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.)
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.51 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.51 Unpacking xxd (2:8.1.0875-5) ...
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.75 Selecting previously unselected package vim-common.
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.76 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #36 43.82 Unpacking vim-common (2:8.1.0875-5) ...
02:26:10 [2020-12-15T02:26:10.506Z] #36 ...
02:26:10 [2020-12-15T02:26:10.506Z] 
02:26:10 [2020-12-15T02:26:10.506Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:10 [2020-12-15T02:26:10.506Z] #42 41.55 debconf: delaying package configuration, since apt-utils is not installed
02:26:10 [2020-12-15T02:26:10.506Z] #42 41.84 Fetched 4075 kB in 1s (6788 kB/s)
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.00 Selecting previously unselected package libcap-dev:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.00 (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.)
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.18 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.18 Unpacking libcap-dev:ppc64el (1:2.25-2) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.41 Selecting previously unselected package libnet1:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.43 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.44 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.67 Selecting previously unselected package libnet1-dev.
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.67 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.68 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.85 Selecting previously unselected package libnl-3-200:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.85 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 42.87 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.09 Selecting previously unselected package libnl-3-dev:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.10 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.11 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.43 Selecting previously unselected package libprotobuf-c1:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.43 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.44 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.58 Selecting previously unselected package libprotobuf-c-dev:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.59 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.61 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.75 Selecting previously unselected package zlib1g-dev:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.76 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 43.77 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 44.25 Selecting previously unselected package libprotobuf17:ppc64el.
02:26:10 [2020-12-15T02:26:10.506Z] #42 44.25 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ...
02:26:10 [2020-12-15T02:26:10.506Z] #42 44.26 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ...
02:26:10 [2020-12-15T02:26:10.548Z] #25 4.715 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:10 [2020-12-15T02:26:10.548Z] #25 4.743 Get:2 http://deb.debian.org/debian buster InRelease [121 kB]
02:26:10 [2020-12-15T02:26:10.548Z] #25 4.749 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:10 [2020-12-15T02:26:10.548Z] #25 4.909 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [249 kB]
02:26:10 [2020-12-15T02:26:10.548Z] #25 5.122 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7737 kB]
02:26:10 [2020-12-15T02:26:10.548Z] #25 5.415 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
02:26:10 [2020-12-15T02:26:10.655Z] #43 ...
02:26:10 [2020-12-15T02:26:10.655Z] 
02:26:10 [2020-12-15T02:26:10.655Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:10 [2020-12-15T02:26:10.655Z] #32 86.98 internal/poll
02:26:10 [2020-12-15T02:26:10.655Z] #32 90.25 internal/fmtsort
02:26:10 [2020-12-15T02:26:10.655Z] #32 90.35 internal/syscall/execenv
02:26:10 [2020-12-15T02:26:10.655Z] #32 90.80 internal/syscall/unix
02:26:10 [2020-12-15T02:26:10.655Z] #32 90.87 strings
02:26:10 [2020-12-15T02:26:10.655Z] #32 91.45 os
02:26:10 [2020-12-15T02:26:10.655Z] #32 95.40 path
02:26:10 [2020-12-15T02:26:10.655Z] #32 96.37 text/tabwriter
02:26:10 [2020-12-15T02:26:10.928Z] #27 1.825 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
02:26:10 [2020-12-15T02:26:10.928Z] #27 1.937 
02:26:11 [2020-12-15T02:26:11.057Z] #9 ...
02:26:11 [2020-12-15T02:26:11.057Z] 
02:26:11 [2020-12-15T02:26:11.057Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:11 [2020-12-15T02:26:11.057Z] #27 DONE 13.7s
02:26:11 [2020-12-15T02:26:11.057Z] 
02:26:11 [2020-12-15T02:26:11.057Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
02:26:11 [2020-12-15T02:26:11.139Z] #25 ...
02:26:11 [2020-12-15T02:26:11.139Z] 
02:26:11 [2020-12-15T02:26:11.139Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:26:11 [2020-12-15T02:26:11.139Z] #8 extracting sha256:0283897ad4463628bd259e1cbb5eb788e7df554b42ae17fc6f5d02c4a56035c2 0.4s done
02:26:11 [2020-12-15T02:26:11.139Z] #8 extracting sha256:3feb40d9f5fecfa098b8f7ece6c287c6fd61b114043c8b4647359120a7d943a3 0.3s done
02:26:11 [2020-12-15T02:26:11.139Z] #8 extracting sha256:f86b5fabb62f79acd92186da3c02d23bd8c15d79603a700959b582bd9e62854c 2.7s done
02:26:11 [2020-12-15T02:26:11.139Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 0.1s
02:26:11 [2020-12-15T02:26:11.455Z] #27 2.067 
####                                                                       6.6%
###########################                                               38.6%
##########################################                                58.8%
########################################################                  78.8%
#######################################################################   98.8%
######################################################################## 100.0%
02:26:11 [2020-12-15T02:26:11.455Z] #27 2.570 
02:26:11 [2020-12-15T02:26:11.577Z] #42 45.25 Selecting previously unselected package libprotobuf-lite17:ppc64el.
02:26:11 [2020-12-15T02:26:11.577Z] #42 45.26 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ...
02:26:11 [2020-12-15T02:26:11.577Z] #42 45.27 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
02:26:11 [2020-12-15T02:26:11.585Z] #32 97.79 path/filepath
02:26:11 [2020-12-15T02:26:11.585Z] #32 97.80 fmt
02:26:11 [2020-12-15T02:26:11.585Z] #32 ...
02:26:11 [2020-12-15T02:26:11.585Z] 
02:26:11 [2020-12-15T02:26:11.585Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:11 [2020-12-15T02:26:11.585Z] #34 97.81 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
02:26:11 [2020-12-15T02:26:11.729Z] #27 2.691 
####################################                                      51.2%
######################################################################## 100.0%
02:26:11 [2020-12-15T02:26:11.729Z] #27 2.843 
02:26:11 [2020-12-15T02:26:11.842Z] #34 97.82 Setting up xxd (2:8.1.0875-5) ...
02:26:11 [2020-12-15T02:26:11.842Z] #34 97.86 Setting up libuv1:amd64 (1.24.1-1) ...
02:26:11 [2020-12-15T02:26:11.842Z] #34 97.87 Setting up vim-common (2:8.1.0875-5) ...
02:26:11 [2020-12-15T02:26:11.842Z] #34 97.94 Setting up librhash0:amd64 (1.3.8-1) ...
02:26:11 [2020-12-15T02:26:11.842Z] #34 97.95 Setting up cmake-data (3.13.4-1) ...
02:26:11 [2020-12-15T02:26:11.842Z] #34 98.01 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
02:26:11 [2020-12-15T02:26:11.842Z] #34 98.03 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
02:26:11 [2020-12-15T02:26:11.876Z] #42 45.56 Selecting previously unselected package libprotobuf-dev:ppc64el.
02:26:11 [2020-12-15T02:26:11.876Z] #42 45.57 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
02:26:11 [2020-12-15T02:26:11.876Z] #42 ...
02:26:11 [2020-12-15T02:26:11.876Z] 
02:26:11 [2020-12-15T02:26:11.876Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:11 [2020-12-15T02:26:11.876Z] #13 26.63 Reading package lists...
02:26:11 [2020-12-15T02:26:11.876Z] #13 35.92 Building dependency tree...
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.04 The following additional packages will be installed:
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.04   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.04   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.05   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.05   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.05   mingw-w64-x86-64-dev
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.06 Suggested packages:
02:26:11 [2020-12-15T02:26:11.876Z] #13 39.07   gcc-8-locales seccomp wine64
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.66 The following NEW packages will be installed:
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.66   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.66   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.66   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.66   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.66   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.67   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.67 The following packages will be upgraded:
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.67   libsystemd0 libudev1
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.81 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded.
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.81 Need to get 79.4 MB of archives.
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.81 After this operation, 532 MB of additional disk space will be used.
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.81 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u5 [358 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.88 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u5 [158 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 40.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 41.23 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 41.44 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 41.45 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 41.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 41.47 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 41.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 42.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB]
02:26:11 [2020-12-15T02:26:11.876Z] #13 42.13 Get:11 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]
02:26:11 [2020-12-15T02:26:11.876Z] #13 45.47 Get:12 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]
02:26:11 [2020-12-15T02:26:11.876Z] #13 ...
02:26:11 [2020-12-15T02:26:11.876Z] 
02:26:11 [2020-12-15T02:26:11.876Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:11 [2020-12-15T02:26:11.876Z] #42 45.57 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ...
02:26:11 [2020-12-15T02:26:11.876Z] #42 45.58 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ...
02:26:11 [2020-12-15T02:26:11.992Z] #27 2.967 
###################                                                       26.6%
######################################################################## 100.0%
02:26:11 [2020-12-15T02:26:11.992Z] #27 3.146 
02:26:11 [2020-12-15T02:26:11.993Z] #9 DONE 2.1s
02:26:11 [2020-12-15T02:26:11.993Z] 
02:26:11 [2020-12-15T02:26:11.993Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
02:26:12 [2020-12-15T02:26:12.092Z] #8 ...
02:26:12 [2020-12-15T02:26:12.092Z] 
02:26:12 [2020-12-15T02:26:12.092Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:26:12 [2020-12-15T02:26:12.092Z] #25 6.951 Fetched 8233 kB in 2s (3327 kB/s)
02:26:12 [2020-12-15T02:26:12.099Z] #34 98.07 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
02:26:12 [2020-12-15T02:26:12.099Z] #34 98.08 Setting up cmake (3.13.4-1) ...
02:26:12 [2020-12-15T02:26:12.099Z] #34 98.10 Processing triggers for libc-bin (2.28-10) ...
02:26:12 [2020-12-15T02:26:12.099Z] #34 98.28 Processing triggers for mime-support (3.62) ...
02:26:12 [2020-12-15T02:26:12.561Z] #10 DONE 0.9s
02:26:12 [2020-12-15T02:26:12.775Z] #27 3.274 
#####                                                                      7.6%
###################                                                       27.6%
#####################################                                     52.1%
######################################################                    75.0%
###################################################################       94.4%
######################################################################## 100.0%
02:26:12 [2020-12-15T02:26:12.775Z] #27 3.828 
02:26:12 [2020-12-15T02:26:12.822Z] 
02:26:12 [2020-12-15T02:26:12.822Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:26:12 [2020-12-15T02:26:12.822Z] #37 DONE 0.1s
02:26:12 [2020-12-15T02:26:12.822Z] 
02:26:12 [2020-12-15T02:26:12.822Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:26:12 [2020-12-15T02:26:12.822Z] #29 DONE 0.1s
02:26:12 [2020-12-15T02:26:12.822Z] 
02:26:12 [2020-12-15T02:26:12.822Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:13 [2020-12-15T02:26:13.424Z] #42 47.08 Selecting previously unselected package libprotoc17:ppc64el.
02:26:13 [2020-12-15T02:26:13.424Z] #42 47.09 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ...
02:26:13 [2020-12-15T02:26:13.424Z] #42 47.10 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ...
02:26:13 [2020-12-15T02:26:13.470Z] #34 DONE 99.3s
02:26:13 [2020-12-15T02:26:13.470Z] 
02:26:13 [2020-12-15T02:26:13.470Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:13 [2020-12-15T02:26:13.484Z] #25 6.951 Reading package lists...
02:26:14 [2020-12-15T02:26:14.078Z] #42 47.77 Selecting previously unselected package protobuf-c-compiler.
02:26:14 [2020-12-15T02:26:14.078Z] #42 47.79 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ...
02:26:14 [2020-12-15T02:26:14.078Z] #42 47.81 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
02:26:14 [2020-12-15T02:26:14.081Z] #27 3.955 
#                                                                          1.9%
######                                                                     8.3%
##########                                                                14.5%
##############                                                            20.0%
##################                                                        25.2%
#####################                                                     30.1%
#########################                                                 35.4%
#############################                                             40.8%
#################################                                         46.0%
####################################                                      51.2%
########################################                                  56.3%
##########################################                                58.8%
02:26:14 [2020-12-15T02:26:14.081Z] #27 ...
02:26:14 [2020-12-15T02:26:14.081Z] 
02:26:14 [2020-12-15T02:26:14.081Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:26:14 [2020-12-15T02:26:14.081Z] #8 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.5s done
02:26:14 [2020-12-15T02:26:14.081Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.5s
02:26:14 [2020-12-15T02:26:14.081Z] #8 ...
02:26:14 [2020-12-15T02:26:14.081Z] 
02:26:14 [2020-12-15T02:26:14.081Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:14 [2020-12-15T02:26:14.379Z] #42 48.00 Selecting previously unselected package protobuf-compiler.
02:26:14 [2020-12-15T02:26:14.379Z] #42 48.00 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ...
02:26:14 [2020-12-15T02:26:14.379Z] #42 48.01 Unpacking protobuf-compiler (3.6.1.3-2) ...
02:26:14 [2020-12-15T02:26:14.379Z] #42 48.21 Selecting previously unselected package python-pkg-resources.
02:26:14 [2020-12-15T02:26:14.379Z] #42 48.22 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
02:26:14 [2020-12-15T02:26:14.379Z] #42 48.24 Unpacking python-pkg-resources (40.8.0-1) ...
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + RM_GOPATH=0
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + TMP_GOPATH=
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + : /build
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + '[' -z '' ']'
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 ++ mktemp -d
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + export GOPATH=/tmp/tmp.1uRP4iB5OL
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + GOPATH=/tmp/tmp.1uRP4iB5OL
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + RM_GOPATH=1
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 + case "$(go env GOARCH)" in
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.319 ++ go env GOARCH
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.328 + export GO_BUILDMODE=-buildmode=pie
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.328 + GO_BUILDMODE=-buildmode=pie
02:26:14 [2020-12-15T02:26:14.399Z] #35 1.334 ++ dirname /tmp/install/install.sh
02:26:14 [2020-12-15T02:26:14.431Z] #25 8.222 Reading package lists...
02:26:14 [2020-12-15T02:26:14.607Z] #27 3.955 
#                                                                          1.9%
######                                                                     8.3%
##########                                                                14.5%
##############                                                            20.0%
##################                                                        25.2%
#####################                                                     30.1%
#########################                                                 35.4%
#############################                                             40.8%
#################################                                         46.0%
####################################                                      51.2%
########################################                                  56.3%
##########################################                                58.8%
###############################################                           66.5%
#####################################################                     73.7%
########################################################                  78.9%
############################################################              84.1%
################################################################          89.3%
###################################################################       94.4%
#######################################################################   99.7%
######################################################################## 100.0%
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.347 + dir=/tmp/install
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.361 + bin=tini
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.361 + shift
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.361 + '[' '!' -f /tmp/install/tini.installer ']'
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.361 + . /tmp/install/tini.installer
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.362 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.362 + install_tini
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.362 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.363 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.363 + git clone https://github.com/krallin/tini.git /tmp/tmp.1uRP4iB5OL/tini
02:26:14 [2020-12-15T02:26:14.658Z] #35 1.368 Cloning into '/tmp/tmp.1uRP4iB5OL/tini'...
02:26:14 [2020-12-15T02:26:14.683Z] #42 48.44 Selecting previously unselected package python-six.
02:26:14 [2020-12-15T02:26:14.683Z] #42 48.45 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
02:26:14 [2020-12-15T02:26:14.683Z] #42 48.46 Unpacking python-six (1.12.0-1) ...
02:26:14 [2020-12-15T02:26:14.683Z] #42 48.57 Selecting previously unselected package python-protobuf.
02:26:14 [2020-12-15T02:26:14.683Z] #42 48.57 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ...
02:26:14 [2020-12-15T02:26:14.683Z] #42 48.58 Unpacking python-protobuf (3.6.1.3-2) ...
02:26:14 [2020-12-15T02:26:14.694Z] #25 9.487 Building dependency tree...
02:26:14 [2020-12-15T02:26:14.868Z] #27 5.811 
02:26:14 [2020-12-15T02:26:14.981Z] #42 ...
02:26:14 [2020-12-15T02:26:14.981Z] 
02:26:14 [2020-12-15T02:26:14.981Z] #64 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:14 [2020-12-15T02:26:14.981Z] #64 DONE 48.9s
02:26:15 [2020-12-15T02:26:15.129Z] #27 6.122 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:26:15 [2020-12-15T02:26:15.129Z] #27 6.195 
02:26:15 [2020-12-15T02:26:15.129Z] #27 6.285 
######################################################################## 100.0%
02:26:15 [2020-12-15T02:26:15.129Z] #27 6.304 
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.13 The following additional packages will be installed:
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.13   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.13   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.14   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.14 Suggested packages:
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.14   krb5-doc krb5-user
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.14 Recommended packages:
02:26:15 [2020-12-15T02:26:15.270Z] #25 10.14   krb5-locales publicsuffix libsasl2-modules
02:26:15 [2020-12-15T02:26:15.288Z] 
02:26:15 [2020-12-15T02:26:15.288Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.34 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.40 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.41 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.42 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.43 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.43 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u5 [110 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.45 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.53 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.56 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.57 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.64 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.66 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.66 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB]
02:26:15 [2020-12-15T02:26:15.288Z] #13 48.67 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u5 [322 kB]
02:26:15 [2020-12-15T02:26:15.532Z] #25 10.45 The following NEW packages will be installed:
02:26:15 [2020-12-15T02:26:15.532Z] #25 10.45   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
02:26:15 [2020-12-15T02:26:15.532Z] #25 10.45   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
02:26:15 [2020-12-15T02:26:15.532Z] #25 10.45   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
02:26:15 [2020-12-15T02:26:15.532Z] #25 10.45   libssh2-1 libssl1.1 openssl
02:26:15 [2020-12-15T02:26:15.590Z] #35 2.324 + cd /tmp/tmp.1uRP4iB5OL/tini
02:26:15 [2020-12-15T02:26:15.590Z] #35 2.324 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
02:26:15 [2020-12-15T02:26:15.590Z] #35 2.374 + cmake .
02:26:15 [2020-12-15T02:26:15.700Z] #27 6.768 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.74 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.74 Need to get 4769 kB of archives.
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.74 After this operation, 11.5 MB of additional disk space will be used.
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.74 Get:1 http://deb.debian.org/debian buster-updates/main arm64 ca-certificates all 20200601~deb10u1 [158 kB]
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.74 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u4 [1382 kB]
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.77 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 openssl arm64 1.1.1d-0+deb10u4 [823 kB]
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.84 Get:4 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.92 Get:5 http://deb.debian.org/debian buster/main arm64 libkrb5support0 arm64 1.17-3+deb10u1 [64.9 kB]
02:26:15 [2020-12-15T02:26:15.794Z] #25 10.93 Get:6 http://deb.debian.org/debian buster/main arm64 libk5crypto3 arm64 1.17-3+deb10u1 [123 kB]
02:26:15 [2020-12-15T02:26:15.961Z] #27 6.858 
02:26:15 [2020-12-15T02:26:15.961Z] #27 6.975 
######################################################                    75.3%
######################################################################## 100.0%
02:26:15 [2020-12-15T02:26:15.961Z] #27 7.001 
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.93 Get:7 http://deb.debian.org/debian buster/main arm64 libkrb5-3 arm64 1.17-3+deb10u1 [351 kB]
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.94 Get:8 http://deb.debian.org/debian buster/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u1 [150 kB]
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.94 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.95 Get:10 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.95 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB]
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.95 Get:12 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u4 [216 kB]
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.96 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
02:26:16 [2020-12-15T02:26:16.056Z] #25 10.96 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
02:26:16 [2020-12-15T02:26:16.057Z] #25 11.04 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
02:26:16 [2020-12-15T02:26:16.057Z] #25 11.05 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
02:26:16 [2020-12-15T02:26:16.057Z] #25 11.05 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u1 [312 kB]
02:26:16 [2020-12-15T02:26:16.057Z] #25 11.05 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u1 [260 kB]
02:26:16 [2020-12-15T02:26:16.057Z] #25 11.06 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
02:26:16 [2020-12-15T02:26:16.057Z] #25 11.06 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
02:26:16 [2020-12-15T02:26:16.057Z] #25 11.06 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
02:26:16 [2020-12-15T02:26:16.320Z] #25 11.31 debconf: delaying package configuration, since apt-utils is not installed
02:26:16 [2020-12-15T02:26:16.320Z] #25 11.35 Fetched 4769 kB in 1s (8262 kB/s)
02:26:16 [2020-12-15T02:26:16.320Z] #25 11.40 Selecting previously unselected package libssl1.1:arm64.
02:26:16 [2020-12-15T02:26:16.320Z] #25 11.40 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6670 files and directories currently installed.)
02:26:16 [2020-12-15T02:26:16.320Z] #25 11.40 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_arm64.deb ...
02:26:16 [2020-12-15T02:26:16.320Z] #25 11.41 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u4) ...
02:26:16 [2020-12-15T02:26:16.521Z] #35 3.321 -- The C compiler identification is GNU 8.3.0
02:26:16 [2020-12-15T02:26:16.543Z] #27 7.557 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
02:26:16 [2020-12-15T02:26:16.543Z] #27 7.575 skipping existing c35d46ef359f
02:26:16 [2020-12-15T02:26:16.543Z] #27 7.602 
02:26:16 [2020-12-15T02:26:16.777Z] #35 3.468 -- Check for working C compiler: /usr/bin/cc
02:26:16 [2020-12-15T02:26:16.806Z] #27 ...
02:26:16 [2020-12-15T02:26:16.806Z] 
02:26:16 [2020-12-15T02:26:16.806Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:26:16 [2020-12-15T02:26:16.806Z] #8 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 9.1s done
02:26:16 [2020-12-15T02:26:16.806Z] #8 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done
02:26:16 [2020-12-15T02:26:16.806Z] #8 DONE 39.5s
02:26:16 [2020-12-15T02:26:16.833Z] #13 50.72 debconf: delaying package configuration, since apt-utils is not installed
02:26:16 [2020-12-15T02:26:16.903Z] #25 11.66 Selecting previously unselected package openssl.
02:26:16 [2020-12-15T02:26:16.903Z] #25 11.66 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_arm64.deb ...
02:26:16 [2020-12-15T02:26:16.903Z] #25 11.67 Unpacking openssl (1.1.1d-0+deb10u4) ...
02:26:16 [2020-12-15T02:26:16.903Z] #25 11.85 Selecting previously unselected package ca-certificates.
02:26:16 [2020-12-15T02:26:16.903Z] #25 11.85 Preparing to unpack .../02-ca-certificates_20200601~deb10u1_all.deb ...
02:26:16 [2020-12-15T02:26:16.903Z] #25 11.85 Unpacking ca-certificates (20200601~deb10u1) ...
02:26:16 [2020-12-15T02:26:16.903Z] #25 12.01 Selecting previously unselected package libkeyutils1:arm64.
02:26:16 [2020-12-15T02:26:16.903Z] #25 12.01 Preparing to unpack .../03-libkeyutils1_1.6-6_arm64.deb ...
02:26:16 [2020-12-15T02:26:16.903Z] #25 12.01 Unpacking libkeyutils1:arm64 (1.6-6) ...
02:26:16 [2020-12-15T02:26:16.903Z] #25 12.06 Selecting previously unselected package libkrb5support0:arm64.
02:26:16 [2020-12-15T02:26:16.903Z] #25 12.06 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_arm64.deb ...
02:26:17 [2020-12-15T02:26:17.072Z] 
02:26:17 [2020-12-15T02:26:17.072Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:17 [2020-12-15T02:26:17.072Z] #27 8.143 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:26:17 [2020-12-15T02:26:17.072Z] #27 8.256 
02:26:17 [2020-12-15T02:26:17.166Z] #25 12.07 Unpacking libkrb5support0:arm64 (1.17-3+deb10u1) ...
02:26:17 [2020-12-15T02:26:17.166Z] #25 12.12 Selecting previously unselected package libk5crypto3:arm64.
02:26:17 [2020-12-15T02:26:17.166Z] #25 12.12 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_arm64.deb ...
02:26:17 [2020-12-15T02:26:17.166Z] #25 12.13 Unpacking libk5crypto3:arm64 (1.17-3+deb10u1) ...
02:26:17 [2020-12-15T02:26:17.166Z] #25 12.19 Selecting previously unselected package libkrb5-3:arm64.
02:26:17 [2020-12-15T02:26:17.166Z] #25 12.19 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_arm64.deb ...
02:26:17 [2020-12-15T02:26:17.333Z] #27 8.333 
######################################################################## 100.0%
02:26:17 [2020-12-15T02:26:17.333Z] #27 8.369 
02:26:17 [2020-12-15T02:26:17.476Z] #25 12.20 Unpacking libkrb5-3:arm64 (1.17-3+deb10u1) ...
02:26:17 [2020-12-15T02:26:17.476Z] #25 12.46 Selecting previously unselected package libgssapi-krb5-2:arm64.
02:26:17 [2020-12-15T02:26:17.476Z] #25 12.46 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_arm64.deb ...
02:26:17 [2020-12-15T02:26:17.476Z] #25 12.46 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
02:26:17 [2020-12-15T02:26:17.484Z] #13 51.02 Fetched 79.4 MB in 8s (9998 kB/s)
02:26:17 [2020-12-15T02:26:17.484Z] #13 51.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 ... 15339 files and directories currently installed.)
02:26:17 [2020-12-15T02:26:17.484Z] #13 51.30 Preparing to unpack .../libsystemd0_241-7~deb10u5_ppc64el.deb ...
02:26:17 [2020-12-15T02:26:17.484Z] #13 51.31 Unpacking libsystemd0:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ...
02:26:17 [2020-12-15T02:26:17.594Z] #27 8.794 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:26:17 [2020-12-15T02:26:17.707Z] #35 4.410 -- Check for working C compiler: /usr/bin/cc -- works
02:26:17 [2020-12-15T02:26:17.707Z] #35 4.410 -- Detecting C compiler ABI info
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.61 Selecting previously unselected package libsasl2-modules-db:arm64.
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.61 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.61 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.67 Selecting previously unselected package libsasl2-2:arm64.
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.67 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.67 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.73 Selecting previously unselected package libldap-common.
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.73 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ...
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.73 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.85 Selecting previously unselected package libldap-2.4-2:arm64.
02:26:17 [2020-12-15T02:26:17.737Z] #25 12.85 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_arm64.deb ...
02:26:17 [2020-12-15T02:26:17.860Z] #27 8.899 
02:26:17 [2020-12-15T02:26:17.860Z] #27 8.983 
######################################################################## 100.0%
02:26:17 [2020-12-15T02:26:17.860Z] #27 9.005 
02:26:17 [2020-12-15T02:26:17.964Z] #35 ...
02:26:17 [2020-12-15T02:26:17.964Z] 
02:26:17 [2020-12-15T02:26:17.964Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:17 [2020-12-15T02:26:17.964Z] #40 103.4 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
02:26:17 [2020-12-15T02:26:17.964Z] #40 103.5 Processing triggers for libc-bin (2.28-10) ...
02:26:17 [2020-12-15T02:26:17.964Z] #40 DONE 104.2s
02:26:18 [2020-12-15T02:26:18.000Z] #25 12.85 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ...
02:26:18 [2020-12-15T02:26:18.000Z] #25 13.08 Selecting previously unselected package libnghttp2-14:arm64.
02:26:18 [2020-12-15T02:26:18.000Z] #25 13.08 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
02:26:18 [2020-12-15T02:26:18.000Z] #25 13.09 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
02:26:18 [2020-12-15T02:26:18.110Z] #38 ...
02:26:18 [2020-12-15T02:26:18.110Z] 
02:26:18 [2020-12-15T02:26:18.110Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + RM_GOPATH=0
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + TMP_GOPATH=
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + : /build
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + '[' -z '' ']'
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 ++ mktemp -d
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + export GOPATH=/tmp/tmp.Cd5KrohLDp
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + GOPATH=/tmp/tmp.Cd5KrohLDp
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + RM_GOPATH=1
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 + case "$(go env GOARCH)" in
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.316 ++ go env GOARCH
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + export GO_BUILDMODE=-buildmode=pie
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + GO_BUILDMODE=-buildmode=pie
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 ++ dirname /tmp/install/install.sh
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + dir=/tmp/install
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + bin=gotestsum
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + shift
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + '[' '!' -f /tmp/install/gotestsum.installer ']'
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + . /tmp/install/gotestsum.installer
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 ++ : v0.5.3
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + install_gotestsum
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + set -e
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + export GO111MODULE=on
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + GO111MODULE=on
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + GOBIN=/build
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.329 + go get gotest.tools/gotestsum@v0.5.3
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.364 go: finding gotest.tools/gotestsum v0.5.3
02:26:18 [2020-12-15T02:26:18.110Z] #45 5.364 go: finding gotest.tools v0.5.3
02:26:18 [2020-12-15T02:26:18.121Z] #27 9.017 Download of images into '/build' complete.
02:26:18 [2020-12-15T02:26:18.121Z] #27 9.018 Use something like the following to load the result into a Docker daemon:
02:26:18 [2020-12-15T02:26:18.121Z] #27 9.018   tar -cC '/build' . | docker load
02:26:18 [2020-12-15T02:26:18.141Z] #13 51.75 Setting up libsystemd0:ppc64el (241-7~deb10u5) ...
02:26:18 [2020-12-15T02:26:18.141Z] #13 ...
02:26:18 [2020-12-15T02:26:18.141Z] 
02:26:18 [2020-12-15T02:26:18.141Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:18 [2020-12-15T02:26:18.141Z] #49 41.73 go: extracting golang.org/x/text v0.3.2
02:26:18 [2020-12-15T02:26:18.141Z] #49 49.21 go: finding github.com/fatih/color v1.7.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 49.37 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:26:18 [2020-12-15T02:26:18.141Z] #49 49.70 go: finding github.com/mattn/go-colorable v0.1.4
02:26:18 [2020-12-15T02:26:18.141Z] #49 49.72 go: finding github.com/mattn/go-isatty v0.0.8
02:26:18 [2020-12-15T02:26:18.141Z] #49 49.95 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.00 go: finding github.com/pkg/errors v0.8.1
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.08 go: finding github.com/go-lintpack/lintpack v0.5.2
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.12 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.16 go: finding github.com/go-critic/go-critic v0.4.1
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.30 go: finding github.com/mitchellh/go-homedir v1.1.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.30 go: finding github.com/go-toolsmith/astfmt v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.39 go: finding github.com/sirupsen/logrus v1.4.2
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.43 go: finding github.com/spf13/viper v1.6.1
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.43 go: finding github.com/stretchr/testify v1.4.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.52 go: finding github.com/go-toolsmith/astequal v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.55 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.57 go: finding github.com/go-toolsmith/astp v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.71 go: finding github.com/davecgh/go-spew v1.1.1
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.73 go: finding github.com/bombsimon/wsl/v2 v2.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.73 go: finding github.com/go-toolsmith/astcast v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.74 go: finding github.com/go-toolsmith/typep v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.79 go: finding github.com/spf13/cobra v0.0.5
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.81 go: finding github.com/pmezard/go-difflib v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.82 go: finding github.com/gobwas/glob v0.2.3
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.83 go: finding github.com/go-toolsmith/astcopy v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.88 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.92 go: finding github.com/stretchr/objx v0.2.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.97 go: finding github.com/fsnotify/fsnotify v1.4.7
02:26:18 [2020-12-15T02:26:18.141Z] #49 50.98 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.02 go: finding gopkg.in/yaml.v2 v2.2.7
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.02 go: finding github.com/spf13/pflag v1.0.5
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.06 go: finding github.com/hashicorp/hcl v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.07 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.07 go: finding github.com/go-toolsmith/strparse v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.15 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.20 go: finding github.com/magiconair/properties v1.8.1
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.26 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.30 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.30 go: finding github.com/mitchellh/mapstructure v1.1.2
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.37 go: finding github.com/pelletier/go-toml v1.2.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.41 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.41 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.45 go: finding github.com/spf13/afero v1.1.2
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.53 go: finding github.com/spf13/cast v1.3.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.53 go: finding github.com/spf13/jwalterweatherman v1.0.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.60 go: finding github.com/subosito/gotenv v1.2.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.76 go: finding gopkg.in/ini.v1 v1.51.0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.79 go: finding golang.org/x/text v0.3.2
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.80 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.87 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:26:18 [2020-12-15T02:26:18.141Z] #49 51.94 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:26:18 [2020-12-15T02:26:18.141Z] #49 ...
02:26:18 [2020-12-15T02:26:18.141Z] 
02:26:18 [2020-12-15T02:26:18.141Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:18 [2020-12-15T02:26:18.141Z] #13 51.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15339 files and directories currently installed.)
02:26:18 [2020-12-15T02:26:18.141Z] #13 52.04 Preparing to unpack .../libudev1_241-7~deb10u5_ppc64el.deb ...
02:26:18 [2020-12-15T02:26:18.141Z] #13 52.06 Unpacking libudev1:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ...
02:26:18 [2020-12-15T02:26:18.221Z] 
02:26:18 [2020-12-15T02:26:18.221Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.14 Selecting previously unselected package libpsl5:arm64.
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.14 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.15 Unpacking libpsl5:arm64 (0.20.2-2) ...
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.21 Selecting previously unselected package librtmp1:arm64.
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.21 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.22 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.28 Selecting previously unselected package libssh2-1:arm64.
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.28 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
02:26:18 [2020-12-15T02:26:18.278Z] #25 13.29 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
02:26:18 [2020-12-15T02:26:18.548Z] #25 13.44 Selecting previously unselected package libcurl4:arm64.
02:26:18 [2020-12-15T02:26:18.548Z] #25 13.44 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_arm64.deb ...
02:26:18 [2020-12-15T02:26:18.548Z] #25 13.45 Unpacking libcurl4:arm64 (7.64.0-4+deb10u1) ...
02:26:18 [2020-12-15T02:26:18.684Z] #45 6.044 go: downloading gotest.tools/gotestsum v0.5.3
02:26:18 [2020-12-15T02:26:18.786Z] #13 52.37 Setting up libudev1:ppc64el (241-7~deb10u5) ...
02:26:18 [2020-12-15T02:26:18.786Z] #13 52.51 Selecting previously unselected package binutils-mingw-w64-i686.
02:26:18 [2020-12-15T02:26:18.786Z] #13 52.51 (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.)
02:26:18 [2020-12-15T02:26:18.786Z] #13 52.66 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ...
02:26:18 [2020-12-15T02:26:18.817Z] #25 13.66 Selecting previously unselected package curl.
02:26:18 [2020-12-15T02:26:18.817Z] #25 13.66 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_arm64.deb ...
02:26:18 [2020-12-15T02:26:18.817Z] #25 13.66 Unpacking curl (7.64.0-4+deb10u1) ...
02:26:18 [2020-12-15T02:26:18.817Z] #25 13.73 Selecting previously unselected package libonig5:arm64.
02:26:18 [2020-12-15T02:26:18.817Z] #25 13.73 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
02:26:18 [2020-12-15T02:26:18.817Z] #25 13.74 Unpacking libonig5:arm64 (6.9.1-1) ...
02:26:19 [2020-12-15T02:26:19.085Z] #25 13.90 Selecting previously unselected package libjq1:arm64.
02:26:19 [2020-12-15T02:26:19.085Z] #25 13.90 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
02:26:19 [2020-12-15T02:26:19.085Z] #25 13.91 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
02:26:19 [2020-12-15T02:26:19.085Z] #25 13.96 Selecting previously unselected package jq.
02:26:19 [2020-12-15T02:26:19.085Z] #25 13.96 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
02:26:19 [2020-12-15T02:26:19.085Z] #25 13.97 Unpacking jq (1.5+dfsg-2+b1) ...
02:26:19 [2020-12-15T02:26:19.085Z] #25 14.02 Setting up libkeyutils1:arm64 (1.6-6) ...#25 ...
02:26:19 [2020-12-15T02:26:19.085Z] 
02:26:19 [2020-12-15T02:26:19.085Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817...
02:26:19 [2020-12-15T02:26:19.085Z] #8 extracting sha256:37c836803dd1977ffe173b42414e8c2ae2e147cee2e1ee34a383f4251cf15a44 2.5s done
02:26:19 [2020-12-15T02:26:19.085Z] #8 extracting sha256:d9dc248055f60dc2aa62c9eb18d6b6f4ec0de19f410168704b3a59da5801d8fe 4.6s done
02:26:19 [2020-12-15T02:26:19.085Z] #8 extracting sha256:f7bc7fcd16054fc4f78b4420338b2694561bcb99063f896a8d4cf6e61a2596f5 done
02:26:19 [2020-12-15T02:26:19.085Z] #8 DONE 25.8s
02:26:19 [2020-12-15T02:26:19.085Z] 
02:26:19 [2020-12-15T02:26:19.085Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:26:19 [2020-12-15T02:26:19.085Z] #25 14.02 Setting up libkeyutils1:arm64 (1.6-6) ...
02:26:19 [2020-12-15T02:26:19.085Z] #25 14.04 Setting up libpsl5:arm64 (0.20.2-2) ...
02:26:19 [2020-12-15T02:26:19.085Z] #25 14.05 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u4) ...
02:26:19 [2020-12-15T02:26:19.087Z] #13 52.68 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.25 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.26 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.28 Setting up libkrb5support0:arm64 (1.17-3+deb10u1) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.29 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.31 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.32 Setting up libk5crypto3:arm64 (1.17-3+deb10u1) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.33 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.34 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
02:26:19 [2020-12-15T02:26:19.351Z] #25 14.36 Setting up libkrb5-3:arm64 (1.17-3+deb10u1) ...
02:26:19 [2020-12-15T02:26:19.613Z] #25 14.37 Setting up openssl (1.1.1d-0+deb10u4) ...
02:26:19 [2020-12-15T02:26:19.613Z] #25 14.39 Setting up libonig5:arm64 (6.9.1-1) ...
02:26:19 [2020-12-15T02:26:19.613Z] #25 14.41 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
02:26:19 [2020-12-15T02:26:19.613Z] #25 14.42 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u4) ...
02:26:19 [2020-12-15T02:26:19.613Z] #25 14.43 Setting up ca-certificates (20200601~deb10u1) ...
02:26:19 [2020-12-15T02:26:19.629Z] #45 6.694 go: extracting gotest.tools/gotestsum v0.5.3
02:26:19 [2020-12-15T02:26:19.629Z] #45 7.028 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:19 [2020-12-15T02:26:19.629Z] #45 7.028 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:19 [2020-12-15T02:26:19.629Z] #45 7.064 go: downloading github.com/jonboulle/clockwork v0.1.0
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.065 go: downloading github.com/fatih/color v1.9.0
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.065 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.096 go: downloading github.com/spf13/pflag v1.0.3
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.136 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.161 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.198 go: downloading github.com/pkg/errors v0.9.1
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.215 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:19 [2020-12-15T02:26:19.888Z] #45 7.286 go: extracting github.com/jonboulle/clockwork v0.1.0
02:26:20 [2020-12-15T02:26:20.148Z] #45 7.420 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:20 [2020-12-15T02:26:20.148Z] #45 7.420 go: extracting github.com/spf13/pflag v1.0.3
02:26:20 [2020-12-15T02:26:20.148Z] #45 7.429 go: extracting github.com/fatih/color v1.9.0
02:26:20 [2020-12-15T02:26:20.148Z] #45 7.457 go: extracting github.com/pkg/errors v0.9.1
02:26:20 [2020-12-15T02:26:20.148Z] #45 7.463 go: downloading github.com/mattn/go-colorable v0.1.6
02:26:20 [2020-12-15T02:26:20.148Z] #45 7.463 go: downloading github.com/mattn/go-isatty v0.0.12
02:26:20 [2020-12-15T02:26:20.187Z] #25 15.16 Updating certificates in /etc/ssl/certs...
02:26:20 [2020-12-15T02:26:20.408Z] #45 7.680 go: extracting github.com/mattn/go-isatty v0.0.12
02:26:20 [2020-12-15T02:26:20.408Z] #45 7.792 go: extracting github.com/mattn/go-colorable v0.1.6
02:26:20 [2020-12-15T02:26:20.635Z] #13 ...
02:26:20 [2020-12-15T02:26:20.635Z] 
02:26:20 [2020-12-15T02:26:20.635Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:20 [2020-12-15T02:26:20.635Z] #36 44.29 Selecting previously unselected package cmake-data.
02:26:20 [2020-12-15T02:26:20.635Z] #36 44.30 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
02:26:20 [2020-12-15T02:26:20.635Z] #36 44.31 Unpacking cmake-data (3.13.4-1) ...
02:26:20 [2020-12-15T02:26:20.635Z] #36 48.44 Selecting previously unselected package libicu63:ppc64el.
02:26:20 [2020-12-15T02:26:20.635Z] #36 48.45 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ...
02:26:20 [2020-12-15T02:26:20.635Z] #36 48.46 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
02:26:20 [2020-12-15T02:26:20.635Z] #36 ...
02:26:20 [2020-12-15T02:26:20.635Z] 
02:26:20 [2020-12-15T02:26:20.635Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:20 [2020-12-15T02:26:20.635Z] #45 44.33 internal/reflectlite
02:26:20 [2020-12-15T02:26:20.635Z] #45 44.33 sync
02:26:20 [2020-12-15T02:26:20.635Z] #45 47.14 math/rand
02:26:20 [2020-12-15T02:26:20.635Z] #45 47.15 github.com/LK4D4/vndr/godl/singleflight
02:26:20 [2020-12-15T02:26:20.635Z] #45 47.17 internal/singleflight
02:26:20 [2020-12-15T02:26:20.635Z] #45 50.63 sort
02:26:20 [2020-12-15T02:26:20.635Z] #45 50.65 errors
02:26:20 [2020-12-15T02:26:20.635Z] #45 51.33 io
02:26:20 [2020-12-15T02:26:20.635Z] #45 51.33 strconv
02:26:20 [2020-12-15T02:26:20.635Z] #45 51.35 syscall
02:26:20 [2020-12-15T02:26:20.635Z] #45 53.30 vendor/golang.org/x/net/dns/dnsmessage
02:26:20 [2020-12-15T02:26:20.938Z] #45 ...
02:26:20 [2020-12-15T02:26:20.938Z] 
02:26:20 [2020-12-15T02:26:20.938Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:20 [2020-12-15T02:26:20.938Z] #49 51.99 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.00 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.01 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.08 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.09 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.11 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.13 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.22 go: finding github.com/sourcegraph/go-diff v0.5.1
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.26 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.26 go: finding github.com/kisielk/gotool v1.0.0
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.27 go: finding github.com/tommy-muehle/go-mnd v1.1.1
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.32 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.35 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.35 go: finding github.com/ultraware/funlen v0.0.2
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.42 go: finding github.com/ultraware/whitespace v0.0.4
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.46 go: finding github.com/uudashr/gocognit v1.0.1
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.73 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.76 go: finding github.com/gogo/protobuf v1.2.1
02:26:20 [2020-12-15T02:26:20.938Z] #49 52.95 go: finding honnef.co/go/tools v0.0.1-2019.2.3
02:26:20 [2020-12-15T02:26:20.938Z] #49 53.05 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:26:20 [2020-12-15T02:26:20.938Z] #49 53.06 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:26:20 [2020-12-15T02:26:20.938Z] #49 53.10 go: finding github.com/BurntSushi/toml v0.3.1
02:26:20 [2020-12-15T02:26:20.938Z] #49 53.29 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:26:20 [2020-12-15T02:26:20.978Z] #45 ...
02:26:20 [2020-12-15T02:26:20.978Z] 
02:26:20 [2020-12-15T02:26:20.978Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:20 [2020-12-15T02:26:20.978Z] #38 8.217 + git clone https://github.com/docker/distribution.git .
02:26:20 [2020-12-15T02:26:20.978Z] #38 8.217 Cloning into '.'...
02:26:21 [2020-12-15T02:26:21.131Z] #25 15.96 126 added, 0 removed; done.
02:26:21 [2020-12-15T02:26:21.594Z] #49 ...
02:26:21 [2020-12-15T02:26:21.594Z] 
02:26:21 [2020-12-15T02:26:21.594Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:21 [2020-12-15T02:26:21.594Z] #34 45.41 sync
02:26:21 [2020-12-15T02:26:21.594Z] #34 45.42 internal/reflectlite
02:26:21 [2020-12-15T02:26:21.594Z] #34 50.14 sort
02:26:21 [2020-12-15T02:26:21.594Z] #34 50.14 errors
02:26:21 [2020-12-15T02:26:21.594Z] #34 50.68 io
02:26:21 [2020-12-15T02:26:21.594Z] #34 50.68 strconv
02:26:21 [2020-12-15T02:26:21.594Z] #34 50.69 internal/oserror
02:26:21 [2020-12-15T02:26:21.594Z] #34 51.18 syscall
02:26:21 [2020-12-15T02:26:21.594Z] #34 54.70 bytes
02:26:21 [2020-12-15T02:26:21.594Z] #34 54.71 strings
02:26:21 [2020-12-15T02:26:21.704Z] #25 16.73 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u1) ...
02:26:21 [2020-12-15T02:26:21.896Z] #34 ...
02:26:21 [2020-12-15T02:26:21.896Z] 
02:26:21 [2020-12-15T02:26:21.896Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:26:21 [2020-12-15T02:26:21.896Z] #32 51.38 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.
02:26:21 [2020-12-15T02:26:21.896Z] #32 51.61 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
02:26:21 [2020-12-15T02:26:21.896Z] #32 52.61 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:26:22 [2020-12-15T02:26:22.275Z] #25 17.03 Setting up jq (1.5+dfsg-2+b1) ...
02:26:22 [2020-12-15T02:26:22.392Z] #41 3.995 Note: Building without setproctitle() and strlcpy() support.
02:26:22 [2020-12-15T02:26:22.392Z] #41 3.995       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:26:22 [2020-12-15T02:26:22.392Z] #41 4.026 Note: Building without GnuTLS support
02:26:22 [2020-12-15T02:26:22.392Z] #41 4.085 Makefile.config:39: Warn: you have no libnftables installed
02:26:22 [2020-12-15T02:26:22.392Z] #41 4.085 Makefile.config:40: Warn: Building without nftables support
02:26:22 [2020-12-15T02:26:22.392Z] #41 ...
02:26:22 [2020-12-15T02:26:22.392Z] 
02:26:22 [2020-12-15T02:26:22.392Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:22 [2020-12-15T02:26:22.392Z] #49 98.45 encoding/base64
02:26:22 [2020-12-15T02:26:22.392Z] #49 100.5 golang.org/x/sys/unix
02:26:22 [2020-12-15T02:26:22.392Z] #49 101.9 fmt
02:26:22 [2020-12-15T02:26:22.649Z] #49 ...
02:26:22 [2020-12-15T02:26:22.649Z] 
02:26:22 [2020-12-15T02:26:22.649Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:22 [2020-12-15T02:26:22.649Z] #35 5.386 -- Detecting C compiler ABI info - done
02:26:22 [2020-12-15T02:26:22.649Z] #35 5.510 -- Detecting C compile features
02:26:22 [2020-12-15T02:26:22.649Z] #35 9.087 -- Detecting C compile features - done
02:26:22 [2020-12-15T02:26:22.649Z] #35 9.136 -- Performing Test HAS_BUILTIN_FORTIFY
02:26:22 [2020-12-15T02:26:22.649Z] #35 9.466 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:26:22 [2020-12-15T02:26:22.887Z] #38 ...
02:26:22 [2020-12-15T02:26:22.887Z] 
02:26:22 [2020-12-15T02:26:22.887Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:22 [2020-12-15T02:26:22.887Z] #34 7.629 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:22 [2020-12-15T02:26:22.887Z] #34 7.707 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:22 [2020-12-15T02:26:22.887Z] #34 7.707 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:22 [2020-12-15T02:26:22.887Z] #34 8.892 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:22 [2020-12-15T02:26:22.887Z] #34 ...
02:26:22 [2020-12-15T02:26:22.887Z] 
02:26:22 [2020-12-15T02:26:22.887Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + RM_GOPATH=0
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + TMP_GOPATH=
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + : /build
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + '[' -z '' ']'
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 ++ mktemp -d
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + export GOPATH=/tmp/tmp.QdIftqHtZH
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + GOPATH=/tmp/tmp.QdIftqHtZH
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + RM_GOPATH=1
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 + case "$(go env GOARCH)" in
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.172 ++ go env GOARCH
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + export GO_BUILDMODE=-buildmode=pie
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + GO_BUILDMODE=-buildmode=pie
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 ++ dirname /tmp/install/install.sh
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + dir=/tmp/install
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + bin=shfmt
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + shift
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + '[' '!' -f /tmp/install/shfmt.installer ']'
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + . /tmp/install/shfmt.installer
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + install_shfmt
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.245 + git clone https://github.com/mvdan/sh.git /tmp/tmp.QdIftqHtZH/src/github.com/mvdan/sh
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.246 Cloning into '/tmp/tmp.QdIftqHtZH/src/github.com/mvdan/sh'...
02:26:22 [2020-12-15T02:26:22.887Z] #49 8.247 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:22 [2020-12-15T02:26:22.907Z] #35 9.630 -- Configuring done
02:26:22 [2020-12-15T02:26:22.907Z] #35 9.652 -- Generating done
02:26:22 [2020-12-15T02:26:22.907Z] #35 9.660 -- Build files have been written to: /tmp/tmp.1uRP4iB5OL/tini
02:26:22 [2020-12-15T02:26:22.907Z] #35 9.671 + make tini-static
02:26:23 [2020-12-15T02:26:23.156Z] #49 ...
02:26:23 [2020-12-15T02:26:23.156Z] 
02:26:23 [2020-12-15T02:26:23.156Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:23 [2020-12-15T02:26:23.156Z] #11 9.246 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:23 [2020-12-15T02:26:23.156Z] #11 9.490 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:23 [2020-12-15T02:26:23.156Z] #11 9.490 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:23 [2020-12-15T02:26:23.156Z] #11 ...
02:26:23 [2020-12-15T02:26:23.156Z] 
02:26:23 [2020-12-15T02:26:23.156Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + RM_GOPATH=0
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + TMP_GOPATH=
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + : /build
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + '[' -z '' ']'
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 ++ mktemp -d
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + export GOPATH=/tmp/tmp.AriBPIwDc4
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + GOPATH=/tmp/tmp.AriBPIwDc4
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + RM_GOPATH=1
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 + case "$(go env GOARCH)" in
02:26:23 [2020-12-15T02:26:23.156Z] #62 7.965 ++ go env GOARCH
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.007 + export GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.007 + GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.007 ++ dirname /tmp/install/install.sh
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.020 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + dir=/tmp/install
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + bin=proxy
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + shift
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + '[' '!' -f /tmp/install/proxy.installer ']'
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + . /tmp/install/proxy.installer
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + install_proxy
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + case "$1" in
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + export CGO_ENABLED=0
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + CGO_ENABLED=0
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + _install_proxy
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d'
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.021 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.AriBPIwDc4/src/github.com/docker/libnetwork
02:26:23 [2020-12-15T02:26:23.156Z] #62 8.025 Cloning into '/tmp/tmp.AriBPIwDc4/src/github.com/docker/libnetwork'...
02:26:23 [2020-12-15T02:26:23.163Z] #35 ...
02:26:23 [2020-12-15T02:26:23.163Z] 
02:26:23 [2020-12-15T02:26:23.163Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:23 [2020-12-15T02:26:23.163Z] #43 99.28 regexp/syntax
02:26:23 [2020-12-15T02:26:23.163Z] #43 100.4 fmt
02:26:23 [2020-12-15T02:26:23.163Z] #43 107.4 regexp
02:26:23 [2020-12-15T02:26:23.163Z] #43 108.5 go/token
02:26:23 [2020-12-15T02:26:23.219Z] #25 17.98 Setting up libcurl4:arm64 (7.64.0-4+deb10u1) ...
02:26:23 [2020-12-15T02:26:23.219Z] #25 18.31 Setting up curl (7.64.0-4+deb10u1) ...
02:26:23 [2020-12-15T02:26:23.219Z] #25 18.33 Processing triggers for libc-bin (2.28-10) ...
02:26:23 [2020-12-15T02:26:23.406Z] #27 DONE 14.0s
02:26:23 [2020-12-15T02:26:23.406Z] 
02:26:23 [2020-12-15T02:26:23.406Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
02:26:23 [2020-12-15T02:26:23.406Z] #9 DONE 6.1s
02:26:23 [2020-12-15T02:26:23.406Z] 
02:26:23 [2020-12-15T02:26:23.406Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
02:26:23 [2020-12-15T02:26:23.416Z] #62 ...
02:26:23 [2020-12-15T02:26:23.416Z] 
02:26:23 [2020-12-15T02:26:23.416Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:26:23 [2020-12-15T02:26:23.416Z] #30 8.181 + git clone https://github.com/kolyshkin/go-swagger.git .
02:26:23 [2020-12-15T02:26:23.416Z] #30 8.181 Cloning into '.'...
02:26:23 [2020-12-15T02:26:23.416Z] #30 ...
02:26:23 [2020-12-15T02:26:23.416Z] 
02:26:23 [2020-12-15T02:26:23.416Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + RM_GOPATH=0
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + TMP_GOPATH=
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + : /build
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + '[' -z '' ']'
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 ++ mktemp -d
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + export GOPATH=/tmp/tmp.jJkYFjNyQh
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + GOPATH=/tmp/tmp.jJkYFjNyQh
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + RM_GOPATH=1
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + case "$(go env GOARCH)" in
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 ++ go env GOARCH
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + export GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 ++ dirname /tmp/install/install.sh
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + dir=/tmp/install
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + bin=tomlv
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + shift
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + '[' '!' -f /tmp/install/tomlv.installer ']'
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + . /tmp/install/tomlv.installer
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + install_tomlv
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.jJkYFjNyQh/src/github.com/BurntSushi/toml
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 Cloning into '/tmp/tmp.jJkYFjNyQh/src/github.com/BurntSushi/toml'...
02:26:23 [2020-12-15T02:26:23.416Z] #32 6.736 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:23 [2020-12-15T02:26:23.416Z] #32 7.426 + cd /tmp/tmp.jJkYFjNyQh/src/github.com/BurntSushi/toml
02:26:23 [2020-12-15T02:26:23.416Z] #32 7.426 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:23 [2020-12-15T02:26:23.416Z] #32 7.437 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
02:26:23 [2020-12-15T02:26:23.416Z] #32 7.873 runtime/internal/atomic
02:26:23 [2020-12-15T02:26:23.416Z] #32 7.873 internal/cpu
02:26:23 [2020-12-15T02:26:23.416Z] #32 8.509 runtime/internal/sys
02:26:23 [2020-12-15T02:26:23.416Z] #32 8.685 runtime/internal/math
02:26:23 [2020-12-15T02:26:23.416Z] #32 8.770 math/bits
02:26:23 [2020-12-15T02:26:23.416Z] #32 8.895 internal/bytealg
02:26:23 [2020-12-15T02:26:23.416Z] #32 9.569 math
02:26:23 [2020-12-15T02:26:23.416Z] #32 10.21 runtime
02:26:23 [2020-12-15T02:26:23.420Z] #43 ...
02:26:23 [2020-12-15T02:26:23.420Z] 
02:26:23 [2020-12-15T02:26:23.420Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:23 [2020-12-15T02:26:23.420Z] #32 100.6 io/ioutil
02:26:23 [2020-12-15T02:26:23.420Z] #32 103.1 github.com/BurntSushi/toml
02:26:23 [2020-12-15T02:26:23.420Z] #32 103.1 flag
02:26:23 [2020-12-15T02:26:23.420Z] #32 106.1 log
02:26:23 [2020-12-15T02:26:23.420Z] #32 ...
02:26:23 [2020-12-15T02:26:23.420Z] 
02:26:23 [2020-12-15T02:26:23.420Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:23 [2020-12-15T02:26:23.420Z] #35 10.19 Scanning dependencies of target tini-static
02:26:23 [2020-12-15T02:26:23.481Z] #25 18.37 Processing triggers for ca-certificates (20200601~deb10u1) ...
02:26:23 [2020-12-15T02:26:23.481Z] #25 18.39 Updating certificates in /etc/ssl/certs...
02:26:23 [2020-12-15T02:26:23.488Z] #32 ...
02:26:23 [2020-12-15T02:26:23.489Z] 
02:26:23 [2020-12-15T02:26:23.489Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:23 [2020-12-15T02:26:23.489Z] #36 55.87 Selecting previously unselected package libxml2:ppc64el.
02:26:23 [2020-12-15T02:26:23.489Z] #36 55.87 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 55.89 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 56.49 Selecting previously unselected package libarchive13:ppc64el.
02:26:23 [2020-12-15T02:26:23.489Z] #36 56.51 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 56.52 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 56.89 Selecting previously unselected package libjsoncpp1:ppc64el.
02:26:23 [2020-12-15T02:26:23.489Z] #36 56.90 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 56.91 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.05 Selecting previously unselected package librhash0:ppc64el.
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.06 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.06 Unpacking librhash0:ppc64el (1.3.8-1) ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.20 Selecting previously unselected package libuv1:ppc64el.
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.21 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.23 Unpacking libuv1:ppc64el (1.24.1-1) ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.36 Selecting previously unselected package cmake.
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.37 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ...
02:26:23 [2020-12-15T02:26:23.489Z] #36 57.37 Unpacking cmake (3.13.4-1) ...
02:26:23 [2020-12-15T02:26:23.677Z] #35 10.28 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:26:23 [2020-12-15T02:26:23.678Z] #32 ...
02:26:23 [2020-12-15T02:26:23.678Z] 
02:26:23 [2020-12-15T02:26:23.678Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.712 + RM_GOPATH=0
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.712 + TMP_GOPATH=
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.712 + : /build
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.712 + '[' -z '' ']'
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.712 ++ mktemp -d
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.728 + export GOPATH=/tmp/tmp.cBj9htb0DZ
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.728 + GOPATH=/tmp/tmp.cBj9htb0DZ
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.728 + RM_GOPATH=1
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.728 + case "$(go env GOARCH)" in
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.728 ++ go env GOARCH
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.972 + export GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.972 + GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.678Z] #47 8.972 ++ dirname /tmp/install/install.sh
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + dir=/tmp/install
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + bin=golangci_lint
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + shift
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + . /tmp/install/golangci_lint.installer
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 ++ : v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + install_golangci_lint
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + set -e
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + export GO111MODULE=on
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + GO111MODULE=on
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + GOBIN=/build
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.000 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.078 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.078 go: finding github.com v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.078 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.078 go: finding github.com/golangci v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 9.078 go: finding github.com/golangci/golangci-lint v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 10.81 go: downloading github.com/golangci/golangci-lint v1.23.8
02:26:23 [2020-12-15T02:26:23.678Z] #47 ...
02:26:23 [2020-12-15T02:26:23.678Z] 
02:26:23 [2020-12-15T02:26:23.678Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + RM_GOPATH=0
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + TMP_GOPATH=
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + : /build
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + '[' -z '' ']'
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 ++ mktemp -d
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + export GOPATH=/tmp/tmp.c0jrfzM8yT
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + GOPATH=/tmp/tmp.c0jrfzM8yT
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + RM_GOPATH=1
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 + case "$(go env GOARCH)" in
02:26:23 [2020-12-15T02:26:23.678Z] #22 6.981 ++ go env GOARCH
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 Install docker/cli version 17.06.2-ce from stable
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + export GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 ++ dirname /tmp/install/install.sh
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + dir=/tmp/install
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + bin=dockercli
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + shift
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + '[' '!' -f /tmp/install/dockercli.installer ']'
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + . /tmp/install/dockercli.installer
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 ++ : stable
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 ++ : 17.06.2-ce
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + install_dockercli
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 ++ uname -m
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + arch=x86_64
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + '[' x86_64 '!=' x86_64 ']'
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + url=https://download.docker.com/linux/static
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + tar -xz docker/docker
02:26:23 [2020-12-15T02:26:23.678Z] #22 7.009 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
02:26:23 [2020-12-15T02:26:23.743Z] #25 ...
02:26:23 [2020-12-15T02:26:23.743Z] 
02:26:23 [2020-12-15T02:26:23.743Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'...
02:26:23 [2020-12-15T02:26:23.743Z] #9 DONE 4.6s
02:26:23 [2020-12-15T02:26:23.938Z] #22 ...
02:26:23 [2020-12-15T02:26:23.938Z] 
02:26:23 [2020-12-15T02:26:23.938Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + RM_GOPATH=0
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + TMP_GOPATH=
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + : /build
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + '[' -z '' ']'
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 ++ mktemp -d
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + export GOPATH=/tmp/tmp.bprg3qcp78
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + GOPATH=/tmp/tmp.bprg3qcp78
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + RM_GOPATH=1
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 + case "$(go env GOARCH)" in
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.948 ++ go env GOARCH
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + export GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + GO_BUILDMODE=-buildmode=pie
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 ++ dirname /tmp/install/install.sh
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + dir=/tmp/install
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + bin=vndr
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + shift
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + '[' '!' -f /tmp/install/vndr.installer ']'
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + . /tmp/install/vndr.installer
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + install_vndr
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.bprg3qcp78/src/github.com/LK4D4/vndr
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 Cloning into '/tmp/tmp.bprg3qcp78/src/github.com/LK4D4/vndr'...
02:26:23 [2020-12-15T02:26:23.938Z] #43 7.969 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
02:26:23 [2020-12-15T02:26:23.938Z] #43 9.832 + cd /tmp/tmp.bprg3qcp78/src/github.com/LK4D4/vndr
02:26:23 [2020-12-15T02:26:23.938Z] #43 9.832 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
02:26:23 [2020-12-15T02:26:23.938Z] #43 9.962 + go build -buildmode=pie -v -o /build/vndr .
02:26:23 [2020-12-15T02:26:23.938Z] #43 ...
02:26:23 [2020-12-15T02:26:23.938Z] 
02:26:23 [2020-12-15T02:26:23.938Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:23 [2020-12-15T02:26:23.938Z] #40 9.250 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:23 [2020-12-15T02:26:23.938Z] #40 9.376 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:23 [2020-12-15T02:26:23.938Z] #40 9.376 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:24 [2020-12-15T02:26:24.006Z] 
02:26:24 [2020-12-15T02:26:24.006Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
02:26:24 [2020-12-15T02:26:24.203Z] #40 ...
02:26:24 [2020-12-15T02:26:24.203Z] 
02:26:24 [2020-12-15T02:26:24.203Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:24 [2020-12-15T02:26:24.203Z] #53 9.215 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:24 [2020-12-15T02:26:24.203Z] #53 9.292 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:24 [2020-12-15T02:26:24.203Z] #53 9.292 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:24 [2020-12-15T02:26:24.203Z] #53 11.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:24 [2020-12-15T02:26:24.348Z] #10 DONE 1.1s
02:26:24 [2020-12-15T02:26:24.348Z] 
02:26:24 [2020-12-15T02:26:24.348Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:26:24 [2020-12-15T02:26:24.348Z] #37 DONE 0.1s
02:26:24 [2020-12-15T02:26:24.348Z] 
02:26:24 [2020-12-15T02:26:24.348Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:26:24 [2020-12-15T02:26:24.348Z] #29 DONE 0.3s
02:26:24 [2020-12-15T02:26:24.348Z] 
02:26:24 [2020-12-15T02:26:24.348Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:26:24 [2020-12-15T02:26:24.463Z] #53 ...
02:26:24 [2020-12-15T02:26:24.463Z] 
02:26:24 [2020-12-15T02:26:24.463Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + RM_GOPATH=0
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + TMP_GOPATH=
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + : /build
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + '[' -z '' ']'
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 ++ mktemp -d
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + export GOPATH=/tmp/tmp.UIFrsGsgzm
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + GOPATH=/tmp/tmp.UIFrsGsgzm
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + RM_GOPATH=1
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + case "$(go env GOARCH)" in
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 ++ go env GOARCH
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + export GO_BUILDMODE=-buildmode=pie
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + GO_BUILDMODE=-buildmode=pie
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 ++ dirname /tmp/install/install.sh
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + dir=/tmp/install
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + bin=rootlesskit
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + shift
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + . /tmp/install/rootlesskit.installer
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + install_rootlesskit
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + case "$1" in
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + export CGO_ENABLED=0
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + CGO_ENABLED=0
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + _install_rootlesskit
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.UIFrsGsgzm/src/github.com/rootless-containers/rootlesskit
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 Cloning into '/tmp/tmp.UIFrsGsgzm/src/github.com/rootless-containers/rootlesskit'...
02:26:24 [2020-12-15T02:26:24.463Z] #56 4.818 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:24 [2020-12-15T02:26:24.463Z] #56 6.008 + cd /tmp/tmp.UIFrsGsgzm/src/github.com/rootless-containers/rootlesskit
02:26:24 [2020-12-15T02:26:24.463Z] #56 6.008 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:24 [2020-12-15T02:26:24.463Z] #56 6.089 + for f in rootlesskit rootlesskit-docker-proxy
02:26:24 [2020-12-15T02:26:24.463Z] #56 6.089 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
02:26:24 [2020-12-15T02:26:24.463Z] #56 ...
02:26:24 [2020-12-15T02:26:24.463Z] 
02:26:24 [2020-12-15T02:26:24.463Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:24 [2020-12-15T02:26:24.463Z] #40 11.86 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:24 [2020-12-15T02:26:24.583Z] #10 ...
02:26:24 [2020-12-15T02:26:24.583Z] 
02:26:24 [2020-12-15T02:26:24.583Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen...
02:26:24 [2020-12-15T02:26:24.583Z] #25 19.23 0 added, 0 removed; done.
02:26:24 [2020-12-15T02:26:24.583Z] #25 19.23 Running hooks in /etc/ca-certificates/update.d...
02:26:24 [2020-12-15T02:26:24.583Z] #25 19.23 done.
02:26:24 [2020-12-15T02:26:24.583Z] #25 DONE 19.4s
02:26:24 [2020-12-15T02:26:24.583Z] 
02:26:24 [2020-12-15T02:26:24.583Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
02:26:24 [2020-12-15T02:26:24.583Z] #26 DONE 0.1s
02:26:24 [2020-12-15T02:26:24.583Z] 
02:26:24 [2020-12-15T02:26:24.583Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:24 [2020-12-15T02:26:24.847Z] #27 ...
02:26:24 [2020-12-15T02:26:24.847Z] 
02:26:24 [2020-12-15T02:26:24.847Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi...
02:26:24 [2020-12-15T02:26:24.847Z] #10 DONE 1.0s
02:26:24 [2020-12-15T02:26:24.847Z] 
02:26:24 [2020-12-15T02:26:24.847Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:25 [2020-12-15T02:26:25.109Z] #62 ...
02:26:25 [2020-12-15T02:26:25.109Z] 
02:26:25 [2020-12-15T02:26:25.109Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
02:26:25 [2020-12-15T02:26:25.109Z] #29 DONE 0.2s
02:26:25 [2020-12-15T02:26:25.109Z] 
02:26:25 [2020-12-15T02:26:25.109Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
02:26:25 [2020-12-15T02:26:25.109Z] #37 DONE 0.2s
02:26:25 [2020-12-15T02:26:25.109Z] 
02:26:25 [2020-12-15T02:26:25.109Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:25 [2020-12-15T02:26:25.643Z] #36 ...
02:26:25 [2020-12-15T02:26:25.643Z] 
02:26:25 [2020-12-15T02:26:25.643Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:25 [2020-12-15T02:26:25.643Z] #42 49.20 Setting up python-pkg-resources (40.8.0-1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 54.92 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 54.92 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 54.93 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 54.93 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 54.94 Setting up python-six (1.12.0-1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.08 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.10 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.11 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.12 Setting up libcap-dev:ppc64el (1:2.25-2) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.12 Setting up libprotoc17:ppc64el (3.6.1.3-2) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.13 Setting up protobuf-compiler (3.6.1.3-2) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.13 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.16 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.16 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 59.16 Setting up python-protobuf (3.6.1.3-2) ...
02:26:25 [2020-12-15T02:26:25.643Z] #42 ...
02:26:25 [2020-12-15T02:26:25.643Z] 
02:26:25 [2020-12-15T02:26:25.643Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:25 [2020-12-15T02:26:25.643Z] #13 55.65 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:26:25 [2020-12-15T02:26:25.643Z] #13 55.66 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 55.67 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 58.70 Selecting previously unselected package binutils-mingw-w64.
02:26:25 [2020-12-15T02:26:25.643Z] #13 58.70 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 58.71 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 58.86 Selecting previously unselected package libdevmapper1.02.1:ppc64el.
02:26:25 [2020-12-15T02:26:25.643Z] #13 58.87 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 58.87 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 59.12 Selecting previously unselected package dmsetup.
02:26:25 [2020-12-15T02:26:25.643Z] #13 59.13 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 59.15 Unpacking dmsetup (2:1.02.155-3) ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 59.42 Selecting previously unselected package mingw-w64-common.
02:26:25 [2020-12-15T02:26:25.643Z] #13 59.42 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
02:26:25 [2020-12-15T02:26:25.643Z] #13 59.43 Unpacking mingw-w64-common (6.0.0-3) ...
02:26:26 [2020-12-15T02:26:26.197Z] #35 12.48 [100%] Linking C executable tini-static
02:26:26 [2020-12-15T02:26:26.197Z] #35 ...
02:26:26 [2020-12-15T02:26:26.197Z] 
02:26:26 [2020-12-15T02:26:26.197Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:26 [2020-12-15T02:26:26.197Z] #11 101.8 Selecting previously unselected package mingw-w64-x86-64-dev.
02:26:26 [2020-12-15T02:26:26.197Z] #11 101.8 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
02:26:26 [2020-12-15T02:26:26.197Z] #11 101.9 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
02:26:26 [2020-12-15T02:26:26.197Z] #11 ...
02:26:26 [2020-12-15T02:26:26.197Z] 
02:26:26 [2020-12-15T02:26:26.197Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:26 [2020-12-15T02:26:26.198Z] #41 7.527 fatal: not a git repository (or any of the parent directories): .git
02:26:26 [2020-12-15T02:26:26.198Z] #41 7.645   GEN      .gitid
02:26:26 [2020-12-15T02:26:26.198Z] #41 7.725   GEN      criu/include/version.h
02:26:26 [2020-12-15T02:26:26.198Z] #41 7.922   GEN      include/common/asm
02:26:27 [2020-12-15T02:26:27.013Z] #40 14.25 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:27 [2020-12-15T02:26:27.191Z] #13 ...
02:26:27 [2020-12-15T02:26:27.191Z] 
02:26:27 [2020-12-15T02:26:27.191Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.00 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.03 Setting up xxd (2:8.1.0875-5) ...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.04 Setting up libuv1:ppc64el (1.24.1-1) ...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.05 Setting up vim-common (2:8.1.0875-5) ...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.08 Setting up librhash0:ppc64el (1.3.8-1) ...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.08 Setting up cmake-data (3.13.4-1) ...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.09 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ...
02:26:27 [2020-12-15T02:26:27.191Z] #36 61.10 Setting up libjsoncpp1:ppc64el (1.7.4-3) ...
02:26:27 [2020-12-15T02:26:27.489Z] #36 61.13 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ...
02:26:27 [2020-12-15T02:26:27.489Z] #36 61.14 Setting up cmake (3.13.4-1) ...
02:26:27 [2020-12-15T02:26:27.489Z] #36 61.15 Processing triggers for libc-bin (2.28-10) ...
02:26:27 [2020-12-15T02:26:27.489Z] #36 61.26 Processing triggers for mime-support (3.62) ...
02:26:27 [2020-12-15T02:26:27.567Z] #41 ...
02:26:27 [2020-12-15T02:26:27.567Z] 
02:26:27 [2020-12-15T02:26:27.567Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:27 [2020-12-15T02:26:27.567Z] #35 13.63 [100%] Built target tini-static
02:26:27 [2020-12-15T02:26:27.567Z] #35 13.79 + mkdir -p /build
02:26:27 [2020-12-15T02:26:27.567Z] #35 13.82 + cp tini-static /build/docker-init
02:26:27 [2020-12-15T02:26:27.567Z] #35 DONE 14.1s
02:26:27 [2020-12-15T02:26:27.567Z] 
02:26:27 [2020-12-15T02:26:27.568Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:27 [2020-12-15T02:26:27.568Z] #11 113.2 Selecting previously unselected package gcc-mingw-w64-base.
02:26:27 [2020-12-15T02:26:27.568Z] #11 113.3 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:26:27 [2020-12-15T02:26:27.568Z] #11 113.3 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:26:27 [2020-12-15T02:26:27.568Z] #11 113.5 Selecting previously unselected package gcc-mingw-w64-x86-64.
02:26:27 [2020-12-15T02:26:27.568Z] #11 113.5 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:26:27 [2020-12-15T02:26:27.568Z] #11 113.5 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:26:28 [2020-12-15T02:26:28.147Z] #36 DONE 61.8s
02:26:28 [2020-12-15T02:26:28.147Z] 
02:26:28 [2020-12-15T02:26:28.147Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:28 [2020-12-15T02:26:28.147Z] #37 0.355 + RM_GOPATH=0
02:26:28 [2020-12-15T02:26:28.147Z] #37 0.355 + TMP_GOPATH=
02:26:28 [2020-12-15T02:26:28.158Z] #54 130.3 + bin/containerd-stress
02:26:28 [2020-12-15T02:26:28.158Z] #54 131.6 + bin/containerd-shim
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.356 + : /build
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.356 + '[' -z '' ']'
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.362 ++ mktemp -d
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.364 + export GOPATH=/tmp/tmp.2hgVwL5Slo
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.365 + GOPATH=/tmp/tmp.2hgVwL5Slo
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.365 + RM_GOPATH=1
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.365 + case "$(go env GOARCH)" in
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.366 ++ go env GOARCH
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.397 + export GO_BUILDMODE=-buildmode=pie
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.402 + GO_BUILDMODE=-buildmode=pie
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.403 ++ dirname /tmp/install/install.sh
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.405 + dir=/tmp/install
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.406 + bin=tini
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.406 + shift
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.406 + '[' '!' -f /tmp/install/tini.installer ']'
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.409 + . /tmp/install/tini.installer
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.413 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.414 + install_tini
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.414 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.415 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.415 + git clone https://github.com/krallin/tini.git /tmp/tmp.2hgVwL5Slo/tini
02:26:28 [2020-12-15T02:26:28.448Z] #37 0.434 Cloning into '/tmp/tmp.2hgVwL5Slo/tini'...
02:26:28 [2020-12-15T02:26:28.746Z] #37 ...
02:26:28 [2020-12-15T02:26:28.746Z] 
02:26:28 [2020-12-15T02:26:28.746Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:28 [2020-12-15T02:26:28.746Z] #51 52.56 sort
02:26:28 [2020-12-15T02:26:28.746Z] #51 52.57 strconv
02:26:28 [2020-12-15T02:26:28.746Z] #51 52.59 io
02:26:28 [2020-12-15T02:26:28.746Z] #51 52.65 syscall
02:26:28 [2020-12-15T02:26:28.746Z] #51 57.16 strings
02:26:28 [2020-12-15T02:26:28.746Z] #51 57.19 bytes
02:26:29 [2020-12-15T02:26:29.056Z] #51 ...
02:26:29 [2020-12-15T02:26:29.056Z] 
02:26:29 [2020-12-15T02:26:29.056Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:29 [2020-12-15T02:26:29.056Z] #34 62.06 bufio
02:26:29 [2020-12-15T02:26:29.056Z] #34 62.65 reflect
02:26:30 [2020-12-15T02:26:30.334Z] #40 ...
02:26:30 [2020-12-15T02:26:30.334Z] 
02:26:30 [2020-12-15T02:26:30.334Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:30 [2020-12-15T02:26:30.334Z] #32 17.18 unicode/utf8
02:26:30 [2020-12-15T02:26:30.556Z] #38 ...
02:26:30 [2020-12-15T02:26:30.556Z] 
02:26:30 [2020-12-15T02:26:30.556Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.636 + RM_GOPATH=0
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.636 + TMP_GOPATH=
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.636 + : /build
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.636 + '[' -z '' ']'
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.637 ++ mktemp -d
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.648 + export GOPATH=/tmp/tmp.nHYc8IGaUz
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.648 + GOPATH=/tmp/tmp.nHYc8IGaUz
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.648 + RM_GOPATH=1
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.648 + case "$(go env GOARCH)" in
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.648 ++ go env GOARCH
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.668 + export GO_BUILDMODE=-buildmode=pie
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.668 + GO_BUILDMODE=-buildmode=pie
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.668 ++ dirname /tmp/install/install.sh
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.669 + dir=/tmp/install
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.669 + bin=proxy
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.669 + shift
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.669 + '[' '!' -f /tmp/install/proxy.installer ']'
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.669 + . /tmp/install/proxy.installer
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 + install_proxy
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 + case "$1" in
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 + export CGO_ENABLED=0
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 + CGO_ENABLED=0
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 + _install_proxy
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d'
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.670 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.nHYc8IGaUz/src/github.com/docker/libnetwork
02:26:30 [2020-12-15T02:26:30.556Z] #62 4.676 Cloning into '/tmp/tmp.nHYc8IGaUz/src/github.com/docker/libnetwork'...
02:26:30 [2020-12-15T02:26:30.594Z] #32 17.85 unicode
02:26:30 [2020-12-15T02:26:30.602Z] #34 64.30 path
02:26:30 [2020-12-15T02:26:30.844Z] #11 ...
02:26:30 [2020-12-15T02:26:30.844Z] 
02:26:30 [2020-12-15T02:26:30.844Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:30 [2020-12-15T02:26:30.844Z] #32 109.7 github.com/BurntSushi/toml/cmd/tomlv
02:26:30 [2020-12-15T02:26:30.844Z] #32 DONE 116.6s
02:26:30 [2020-12-15T02:26:30.844Z] 
02:26:30 [2020-12-15T02:26:30.844Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:30 [2020-12-15T02:26:30.844Z] #41 11.77   PBCC     images/timens.pb-c.c
02:26:30 [2020-12-15T02:26:30.844Z] #41 11.90   DEP      images/timens.pb-c.d
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.00   PBCC     images/fown.pb-c.c
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.04   PBCC     images/google/protobuf/descriptor.pb-c.c
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.22   PBCC     images/opts.pb-c.c
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.32   PBCC     images/memfd.pb-c.c
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.42   DEP      images/fown.pb-c.d
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.49   DEP      images/google/protobuf/descriptor.pb-c.d
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.66   DEP      images/opts.pb-c.d
02:26:30 [2020-12-15T02:26:30.844Z] #41 12.87   DEP      images/memfd.pb-c.d
02:26:30 [2020-12-15T02:26:30.931Z] #30 ...
02:26:30 [2020-12-15T02:26:30.931Z] 
02:26:30 [2020-12-15T02:26:30.931Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.328 + RM_GOPATH=0
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.328 + TMP_GOPATH=
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.328 + : /build
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.328 + '[' -z '' ']'
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.333 ++ mktemp -d
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.333 + export GOPATH=/tmp/tmp.R2Cj8IcIIi
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.333 + GOPATH=/tmp/tmp.R2Cj8IcIIi
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.333 + RM_GOPATH=1
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.333 + case "$(go env GOARCH)" in
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.333 ++ go env GOARCH
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.335 + export GO_BUILDMODE=-buildmode=pie
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.335 + GO_BUILDMODE=-buildmode=pie
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.336 ++ dirname /tmp/install/install.sh
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + dir=/tmp/install
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + bin=proxy
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + shift
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + '[' '!' -f /tmp/install/proxy.installer ']'
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + . /tmp/install/proxy.installer
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 ++ : 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + install_proxy
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + case "$1" in
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + export CGO_ENABLED=0
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + CGO_ENABLED=0
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + _install_proxy
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + echo 'Install docker-proxy version 5c6a95bfb20c61571a00f913c6b91959ede84e8d'
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.337 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.R2Cj8IcIIi/src/github.com/docker/libnetwork
02:26:30 [2020-12-15T02:26:30.931Z] #62 5.350 Cloning into '/tmp/tmp.R2Cj8IcIIi/src/github.com/docker/libnetwork'...
02:26:30 [2020-12-15T02:26:30.931Z] #62 ...
02:26:30 [2020-12-15T02:26:30.931Z] 
02:26:30 [2020-12-15T02:26:30.931Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.495 + RM_GOPATH=0
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.495 + TMP_GOPATH=
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.495 + : /build
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.495 + '[' -z '' ']'
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.495 ++ mktemp -d
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.496 + export GOPATH=/tmp/tmp.J8izxdEeOP
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.496 + GOPATH=/tmp/tmp.J8izxdEeOP
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.496 + RM_GOPATH=1
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.496 + case "$(go env GOARCH)" in
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.503 ++ go env GOARCH
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.519 + export GO_BUILDMODE=-buildmode=pie
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.519 + GO_BUILDMODE=-buildmode=pie
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 ++ dirname /tmp/install/install.sh
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + dir=/tmp/install
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + bin=shfmt
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + shift
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + '[' '!' -f /tmp/install/shfmt.installer ']'
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + . /tmp/install/shfmt.installer
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + install_shfmt
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 + git clone https://github.com/mvdan/sh.git /tmp/tmp.J8izxdEeOP/src/github.com/mvdan/sh
02:26:30 [2020-12-15T02:26:30.931Z] #49 6.529 Cloning into '/tmp/tmp.J8izxdEeOP/src/github.com/mvdan/sh'...
02:26:31 [2020-12-15T02:26:31.101Z] #41 12.95   PBCC     images/sit.pb-c.c
02:26:31 [2020-12-15T02:26:31.101Z] #41 13.13   DEP      images/sit.pb-c.d
02:26:31 [2020-12-15T02:26:31.191Z] #49 ...
02:26:31 [2020-12-15T02:26:31.191Z] 
02:26:31 [2020-12-15T02:26:31.191Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.808 + RM_GOPATH=0
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.808 + TMP_GOPATH=
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.808 + : /build
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.808 + '[' -z '' ']'
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.808 ++ mktemp -d
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.812 + export GOPATH=/tmp/tmp.j0cub1eFCW
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.812 + GOPATH=/tmp/tmp.j0cub1eFCW
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.812 + RM_GOPATH=1
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.812 + case "$(go env GOARCH)" in
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.812 ++ go env GOARCH
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.855 + export GO_BUILDMODE=-buildmode=pie
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.855 + GO_BUILDMODE=-buildmode=pie
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.855 ++ dirname /tmp/install/install.sh
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.856 + dir=/tmp/install
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.856 + bin=gotestsum
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.856 + shift
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.856 + '[' '!' -f /tmp/install/gotestsum.installer ']'
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.856 + . /tmp/install/gotestsum.installer
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.857 ++ : v0.5.3
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.857 + install_gotestsum
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.861 + set -e
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.861 + export GO111MODULE=on
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.861 + GO111MODULE=on
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.861 + GOBIN=/build
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.861 + go get gotest.tools/gotestsum@v0.5.3
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.974 go: finding gotest.tools v0.5.3
02:26:31 [2020-12-15T02:26:31.191Z] #45 6.974 go: finding gotest.tools/gotestsum v0.5.3
02:26:31 [2020-12-15T02:26:31.358Z] #41 13.24   PBCC     images/macvlan.pb-c.c
02:26:31 [2020-12-15T02:26:31.358Z] #41 13.37   DEP      images/macvlan.pb-c.d
02:26:31 [2020-12-15T02:26:31.451Z] #45 ...
02:26:31 [2020-12-15T02:26:31.451Z] 
02:26:31 [2020-12-15T02:26:31.451Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.794 + RM_GOPATH=0
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.794 + TMP_GOPATH=
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.794 + : /build
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.794 + '[' -z '' ']'
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.794 ++ mktemp -d
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.797 + export GOPATH=/tmp/tmp.yx9py8yJCf
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.797 + GOPATH=/tmp/tmp.yx9py8yJCf
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.797 + RM_GOPATH=1
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.797 + case "$(go env GOARCH)" in
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.797 ++ go env GOARCH
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.818 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + export GO_BUILDMODE=-buildmode=pie
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + GO_BUILDMODE=-buildmode=pie
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 ++ dirname /tmp/install/install.sh
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + dir=/tmp/install
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + bin=vndr
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + shift
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + '[' '!' -f /tmp/install/vndr.installer ']'
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + . /tmp/install/vndr.installer
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + install_vndr
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.819 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.841 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.yx9py8yJCf/src/github.com/LK4D4/vndr
02:26:31 [2020-12-15T02:26:31.451Z] #43 6.855 Cloning into '/tmp/tmp.yx9py8yJCf/src/github.com/LK4D4/vndr'...
02:26:31 [2020-12-15T02:26:31.451Z] #43 7.431 + cd /tmp/tmp.yx9py8yJCf/src/github.com/LK4D4/vndr
02:26:31 [2020-12-15T02:26:31.451Z] #43 7.431 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
02:26:31 [2020-12-15T02:26:31.451Z] #43 7.503 + go build -buildmode=pie -v -o /build/vndr .
02:26:31 [2020-12-15T02:26:31.615Z] #41 13.47   PBCC     images/autofs.pb-c.c
02:26:31 [2020-12-15T02:26:31.615Z] #41 13.51   DEP      images/autofs.pb-c.d
02:26:31 [2020-12-15T02:26:31.873Z] #41 13.70   PBCC     images/sysctl.pb-c.c
02:26:31 [2020-12-15T02:26:31.873Z] #41 13.76   DEP      images/sysctl.pb-c.d
02:26:31 [2020-12-15T02:26:31.873Z] #41 13.89   PBCC     images/time.pb-c.c
02:26:32 [2020-12-15T02:26:32.022Z] #43 ...
02:26:32 [2020-12-15T02:26:32.022Z] 
02:26:32 [2020-12-15T02:26:32.022Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:26:32 [2020-12-15T02:26:32.022Z] #30 7.637 + git clone https://github.com/kolyshkin/go-swagger.git .
02:26:32 [2020-12-15T02:26:32.022Z] #30 7.644 Cloning into '.'...
02:26:32 [2020-12-15T02:26:32.130Z] #41 13.97   DEP      images/time.pb-c.d
02:26:32 [2020-12-15T02:26:32.130Z] #41 14.10   PBCC     images/binfmt-misc.pb-c.c
02:26:32 [2020-12-15T02:26:32.130Z] #41 14.17   DEP      images/binfmt-misc.pb-c.d
02:26:32 [2020-12-15T02:26:32.142Z] #34 ...
02:26:32 [2020-12-15T02:26:32.142Z] 
02:26:32 [2020-12-15T02:26:32.142Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:32 [2020-12-15T02:26:32.142Z] #42 65.58 Setting up libnl-3-dev:ppc64el (3.4.0-1) ...
02:26:32 [2020-12-15T02:26:32.142Z] #42 65.59 Processing triggers for libc-bin (2.28-10) ...
02:26:32 [2020-12-15T02:26:32.142Z] #42 DONE 65.8s
02:26:32 [2020-12-15T02:26:32.142Z] 
02:26:32 [2020-12-15T02:26:32.142Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:32 [2020-12-15T02:26:32.142Z] #34 65.92 text/tabwriter
02:26:32 [2020-12-15T02:26:32.387Z] #41 14.36   PBCC     images/seccomp.pb-c.c
02:26:32 [2020-12-15T02:26:32.387Z] #41 14.37   DEP      images/seccomp.pb-c.d
02:26:32 [2020-12-15T02:26:32.387Z] #41 14.42   PBCC     images/userns.pb-c.c
02:26:32 [2020-12-15T02:26:32.387Z] #41 14.47   DEP      images/userns.pb-c.d
02:26:32 [2020-12-15T02:26:32.441Z] #34 ...
02:26:32 [2020-12-15T02:26:32.441Z] 
02:26:32 [2020-12-15T02:26:32.441Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:32 [2020-12-15T02:26:32.441Z] #45 56.15 bytes
02:26:32 [2020-12-15T02:26:32.441Z] #45 62.87 reflect
02:26:32 [2020-12-15T02:26:32.441Z] #45 63.28 bufio
02:26:32 [2020-12-15T02:26:32.441Z] #45 ...
02:26:32 [2020-12-15T02:26:32.441Z] 
02:26:32 [2020-12-15T02:26:32.441Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:32 [2020-12-15T02:26:32.441Z] #37 1.383 + cd /tmp/tmp.2hgVwL5Slo/tini
02:26:32 [2020-12-15T02:26:32.441Z] #37 1.383 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
02:26:32 [2020-12-15T02:26:32.441Z] #37 1.404 + cmake .
02:26:32 [2020-12-15T02:26:32.441Z] #37 2.196 -- The C compiler identification is GNU 8.3.0
02:26:32 [2020-12-15T02:26:32.441Z] #37 2.257 -- Check for working C compiler: /usr/bin/cc
02:26:32 [2020-12-15T02:26:32.441Z] #37 2.957 -- Check for working C compiler: /usr/bin/cc -- works
02:26:32 [2020-12-15T02:26:32.441Z] #37 2.960 -- Detecting C compiler ABI info
02:26:32 [2020-12-15T02:26:32.441Z] #37 3.544 -- Detecting C compiler ABI info - done
02:26:32 [2020-12-15T02:26:32.441Z] #37 3.594 -- Detecting C compile features
02:26:32 [2020-12-15T02:26:32.553Z] #32 ...
02:26:32 [2020-12-15T02:26:32.553Z] 
02:26:32 [2020-12-15T02:26:32.553Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:32 [2020-12-15T02:26:32.553Z] #22 18.97 + mkdir -p /build
02:26:32 [2020-12-15T02:26:32.553Z] #22 18.98 + mv docker/docker /build/
02:26:32 [2020-12-15T02:26:32.553Z] #22 19.00 + rmdir docker
02:26:32 [2020-12-15T02:26:32.553Z] #22 DONE 19.6s
02:26:32 [2020-12-15T02:26:32.553Z] 
02:26:32 [2020-12-15T02:26:32.553Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:32 [2020-12-15T02:26:32.553Z] #45 9.927 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:32 [2020-12-15T02:26:32.553Z] #45 11.81 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:32 [2020-12-15T02:26:32.553Z] #45 12.49 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:32 [2020-12-15T02:26:32.553Z] #45 18.42 go: finding github.com/fatih/color v1.9.0
02:26:32 [2020-12-15T02:26:32.553Z] #45 18.48 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:32 [2020-12-15T02:26:32.553Z] #45 18.51 go: finding github.com/pkg/errors v0.9.1
02:26:32 [2020-12-15T02:26:32.553Z] #45 18.64 go: finding github.com/spf13/pflag v1.0.3
02:26:32 [2020-12-15T02:26:32.553Z] #45 18.66 go: finding github.com/mattn/go-colorable v0.1.6
02:26:32 [2020-12-15T02:26:32.553Z] #45 18.90 go: finding github.com/mattn/go-isatty v0.0.12
02:26:32 [2020-12-15T02:26:32.553Z] #45 19.45 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:32 [2020-12-15T02:26:32.553Z] #45 19.80 go: finding github.com/jonboulle/clockwork v0.1.0
02:26:32 [2020-12-15T02:26:32.553Z] #45 19.87 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:32 [2020-12-15T02:26:32.604Z] #54 135.8 + bin/containerd-shim-runc-v1
02:26:32 [2020-12-15T02:26:32.715Z] #41 14.58   PBCC     images/cgroup.pb-c.c
02:26:32 [2020-12-15T02:26:32.715Z] #41 14.66   DEP      images/cgroup.pb-c.d
02:26:32 [2020-12-15T02:26:32.813Z] #45 20.05 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:32 [2020-12-15T02:26:32.813Z] #45 20.09 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:32 [2020-12-15T02:26:32.993Z] #41 14.75   PBCC     images/ext-file.pb-c.c
02:26:32 [2020-12-15T02:26:32.994Z] #41 14.83   DEP      images/ext-file.pb-c.d
02:26:32 [2020-12-15T02:26:32.994Z] #41 14.97   PBCC     images/rpc.pb-c.c
02:26:33 [2020-12-15T02:26:33.279Z] #41 15.10   DEP      images/rpc.pb-c.d
02:26:33 [2020-12-15T02:26:33.279Z] #41 15.17   PBCC     images/siginfo.pb-c.c
02:26:33 [2020-12-15T02:26:33.279Z] #41 15.22   DEP      images/siginfo.pb-c.d
02:26:33 [2020-12-15T02:26:33.279Z] #41 15.30   PBCC     images/pagemap.pb-c.c
02:26:33 [2020-12-15T02:26:33.564Z] #41 15.38   DEP      images/pagemap.pb-c.d
02:26:33 [2020-12-15T02:26:33.564Z] #41 15.53   PBCC     images/rlimit.pb-c.c
02:26:33 [2020-12-15T02:26:33.564Z] #41 15.54   DEP      images/rlimit.pb-c.d
02:26:33 [2020-12-15T02:26:33.564Z] #41 15.60   PBCC     images/file-lock.pb-c.c
02:26:33 [2020-12-15T02:26:33.840Z] #41 15.62   DEP      images/file-lock.pb-c.d
02:26:33 [2020-12-15T02:26:33.840Z] #41 15.67   PBCC     images/tty.pb-c.c
02:26:33 [2020-12-15T02:26:33.840Z] #41 ...
02:26:33 [2020-12-15T02:26:33.840Z] 
02:26:33 [2020-12-15T02:26:33.840Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:33 [2020-12-15T02:26:33.840Z] #43 109.9 go/scanner
02:26:33 [2020-12-15T02:26:33.840Z] #43 112.2 go/ast
02:26:33 [2020-12-15T02:26:33.840Z] #43 114.4 internal/lazyregexp
02:26:33 [2020-12-15T02:26:33.840Z] #43 114.9 net/url
02:26:33 [2020-12-15T02:26:33.840Z] #43 117.6 text/template/parse
02:26:33 [2020-12-15T02:26:33.840Z] #43 ...
02:26:33 [2020-12-15T02:26:33.840Z] 
02:26:33 [2020-12-15T02:26:33.840Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:33 [2020-12-15T02:26:33.840Z] #49 110.0 encoding/json
02:26:33 [2020-12-15T02:26:33.840Z] #49 115.5 github.com/pkg/diff
02:26:33 [2020-12-15T02:26:33.840Z] #49 117.3 go/ast
02:26:33 [2020-12-15T02:26:33.840Z] #49 119.8 golang.org/x/crypto/ssh/terminal
02:26:33 [2020-12-15T02:26:33.995Z] #37 6.017 -- Detecting C compile features - done
02:26:33 [2020-12-15T02:26:33.995Z] #37 6.057 -- Performing Test HAS_BUILTIN_FORTIFY
02:26:34 [2020-12-15T02:26:34.101Z] #49 ...
02:26:34 [2020-12-15T02:26:34.101Z] 
02:26:34 [2020-12-15T02:26:34.101Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:34 [2020-12-15T02:26:34.101Z] #41 15.77   DEP      images/tty.pb-c.d
02:26:34 [2020-12-15T02:26:34.101Z] #41 15.82   PBCC     images/tun.pb-c.c
02:26:34 [2020-12-15T02:26:34.101Z] #41 15.89   PBCC     images/netdev.pb-c.c
02:26:34 [2020-12-15T02:26:34.101Z] #41 15.99   DEP      images/tun.pb-c.d
02:26:34 [2020-12-15T02:26:34.101Z] #41 16.09   DEP      images/netdev.pb-c.d
02:26:34 [2020-12-15T02:26:34.101Z] #41 16.16   PBCC     images/vma.pb-c.c
02:26:34 [2020-12-15T02:26:34.193Z] #45 ...
02:26:34 [2020-12-15T02:26:34.193Z] 
02:26:34 [2020-12-15T02:26:34.193Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:34 [2020-12-15T02:26:34.193Z] #11 11.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:34 [2020-12-15T02:26:34.193Z] #11 14.76 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:34 [2020-12-15T02:26:34.193Z] #11 19.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:34 [2020-12-15T02:26:34.293Z] #37 6.337 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:26:34 [2020-12-15T02:26:34.357Z] #41 16.23   DEP      images/vma.pb-c.d
02:26:34 [2020-12-15T02:26:34.357Z] #41 16.31   PBCC     images/creds.pb-c.c
02:26:34 [2020-12-15T02:26:34.357Z] #41 16.32   DEP      images/creds.pb-c.d
02:26:34 [2020-12-15T02:26:34.357Z] #41 16.36   PBCC     images/utsns.pb-c.c
02:26:34 [2020-12-15T02:26:34.357Z] #41 16.39   DEP      images/utsns.pb-c.d
02:26:34 [2020-12-15T02:26:34.453Z] #11 ...
02:26:34 [2020-12-15T02:26:34.453Z] 
02:26:34 [2020-12-15T02:26:34.453Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:34 [2020-12-15T02:26:34.453Z] #43 12.38 internal/race
02:26:34 [2020-12-15T02:26:34.453Z] #43 12.61 runtime
02:26:34 [2020-12-15T02:26:34.453Z] #43 12.65 sync/atomic
02:26:34 [2020-12-15T02:26:34.453Z] #43 13.19 unicode
02:26:34 [2020-12-15T02:26:34.453Z] #43 20.34 internal/testlog
02:26:34 [2020-12-15T02:26:34.453Z] #43 21.11 encoding
02:26:34 [2020-12-15T02:26:34.453Z] #43 21.42 unicode/utf16
02:26:34 [2020-12-15T02:26:34.567Z] #30 ...
02:26:34 [2020-12-15T02:26:34.567Z] 
02:26:34 [2020-12-15T02:26:34.567Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.438 + RM_GOPATH=0
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.438 + TMP_GOPATH=
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.438 + : /build
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.438 + '[' -z '' ']'
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.438 ++ mktemp -d
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.441 + export GOPATH=/tmp/tmp.GOT2VGqklH
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.441 + GOPATH=/tmp/tmp.GOT2VGqklH
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.441 + RM_GOPATH=1
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.441 + case "$(go env GOARCH)" in
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.441 ++ go env GOARCH
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + export GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 ++ dirname /tmp/install/install.sh
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + dir=/tmp/install
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + bin=golangci_lint
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + shift
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + . /tmp/install/golangci_lint.installer
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 ++ : v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + install_golangci_lint
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + set -e
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + export GO111MODULE=on
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + GO111MODULE=on
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + GOBIN=/build
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.519 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.558 go: finding github.com v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.558 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.558 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.558 go: finding github.com/golangci/golangci-lint v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 7.558 go: finding github.com/golangci v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 9.046 go: downloading github.com/golangci/golangci-lint v1.23.8
02:26:34 [2020-12-15T02:26:34.567Z] #47 ...
02:26:34 [2020-12-15T02:26:34.567Z] 
02:26:34 [2020-12-15T02:26:34.567Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + RM_GOPATH=0
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + TMP_GOPATH=
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + : /build
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + '[' -z '' ']'
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 ++ mktemp -d
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + export GOPATH=/tmp/tmp.pkPY8NfdV6
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + GOPATH=/tmp/tmp.pkPY8NfdV6
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + RM_GOPATH=1
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + case "$(go env GOARCH)" in
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 ++ go env GOARCH
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + export GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.573 + GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 Install docker/cli version 17.06.2-ce from stable
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 ++ dirname /tmp/install/install.sh
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + dir=/tmp/install
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + bin=dockercli
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + shift
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + '[' '!' -f /tmp/install/dockercli.installer ']'
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + . /tmp/install/dockercli.installer
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 ++ : stable
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 ++ : 17.06.2-ce
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + install_dockercli
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 ++ uname -m
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + arch=x86_64
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + '[' x86_64 '!=' x86_64 ']'
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + url=https://download.docker.com/linux/static
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
02:26:34 [2020-12-15T02:26:34.567Z] #22 5.591 + tar -xz docker/docker
02:26:34 [2020-12-15T02:26:34.567Z] #22 ...
02:26:34 [2020-12-15T02:26:34.567Z] 
02:26:34 [2020-12-15T02:26:34.567Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:34 [2020-12-15T02:26:34.567Z] #53 8.528 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:34 [2020-12-15T02:26:34.567Z] #53 8.637 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:34 [2020-12-15T02:26:34.567Z] #53 8.637 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:34 [2020-12-15T02:26:34.567Z] #53 ...
02:26:34 [2020-12-15T02:26:34.567Z] 
02:26:34 [2020-12-15T02:26:34.567Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.237 + RM_GOPATH=0
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.237 + TMP_GOPATH=
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.237 + : /build
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.237 + '[' -z '' ']'
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.239 ++ mktemp -d
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.239 + export GOPATH=/tmp/tmp.X7e8mpUVgD
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.239 + GOPATH=/tmp/tmp.X7e8mpUVgD
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.239 + RM_GOPATH=1
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.239 + case "$(go env GOARCH)" in
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.249 ++ go env GOARCH
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + export GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 ++ dirname /tmp/install/install.sh
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + dir=/tmp/install
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + bin=rootlesskit
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + shift
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + . /tmp/install/rootlesskit.installer
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + install_rootlesskit
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + case "$1" in
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + export CGO_ENABLED=0
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + CGO_ENABLED=0
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + _install_rootlesskit
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.X7e8mpUVgD/src/github.com/rootless-containers/rootlesskit
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 Cloning into '/tmp/tmp.X7e8mpUVgD/src/github.com/rootless-containers/rootlesskit'...
02:26:34 [2020-12-15T02:26:34.567Z] #56 6.255 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:34 [2020-12-15T02:26:34.596Z] #37 6.530 -- Configuring done
02:26:34 [2020-12-15T02:26:34.596Z] #37 6.566 -- Generating done
02:26:34 [2020-12-15T02:26:34.596Z] #37 6.571 -- Build files have been written to: /tmp/tmp.2hgVwL5Slo/tini
02:26:34 [2020-12-15T02:26:34.596Z] #37 6.577 + make tini-static
02:26:34 [2020-12-15T02:26:34.613Z] #41 16.51   PBCC     images/ipc-desc.pb-c.c
02:26:34 [2020-12-15T02:26:34.613Z] #41 16.55   PBCC     images/ipc-sem.pb-c.c
02:26:34 [2020-12-15T02:26:34.613Z] #41 16.57   DEP      images/ipc-desc.pb-c.d
02:26:34 [2020-12-15T02:26:34.613Z] #41 16.60   DEP      images/ipc-sem.pb-c.d
02:26:34 [2020-12-15T02:26:34.613Z] #41 16.70   PBCC     images/ipc-msg.pb-c.c
02:26:34 [2020-12-15T02:26:34.713Z] #43 21.88 container/list
02:26:34 [2020-12-15T02:26:34.713Z] #43 ...
02:26:34 [2020-12-15T02:26:34.713Z] 
02:26:34 [2020-12-15T02:26:34.713Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:34 [2020-12-15T02:26:34.713Z] #47 12.11 go: extracting github.com/golangci/golangci-lint v1.23.8
02:26:34 [2020-12-15T02:26:34.713Z] #47 22.13 go: downloading github.com/spf13/pflag v1.0.5
02:26:34 [2020-12-15T02:26:34.786Z] #62 ...
02:26:34 [2020-12-15T02:26:34.786Z] 
02:26:34 [2020-12-15T02:26:34.786Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:34 [2020-12-15T02:26:34.786Z] #27 2.359 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
02:26:34 [2020-12-15T02:26:34.786Z] #27 2.491 
02:26:34 [2020-12-15T02:26:34.786Z] #27 2.640 
                                                                           0.0%
#########                                                                 13.5%
####################                                                      29.0%
##########################                                                36.2%
#####################################                                     52.0%
##################################################                        70.7%
#################################################################         90.7%
######################################################################## 100.0%
02:26:34 [2020-12-15T02:26:34.786Z] #27 3.645 
02:26:34 [2020-12-15T02:26:34.786Z] #27 3.791 
                                                                           0.1%
##########################################                                58.8%
######################################################################## 100.0%
02:26:34 [2020-12-15T02:26:34.786Z] #27 4.102 
02:26:34 [2020-12-15T02:26:34.786Z] #27 4.277 
                                                                           0.2%
##########################################                                58.5%
######################################################################## 100.0%
02:26:34 [2020-12-15T02:26:34.786Z] #27 4.650 
02:26:34 [2020-12-15T02:26:34.786Z] #27 4.924 
                                                                           0.0%
###                                                                        5.4%
#############                                                             18.9%
###################                                                       26.8%
#########################                                                 35.4%
###############################                                           44.4%
#####################################                                     52.1%
############################################                              61.2%
################################################                          67.0%
###################################################                       72.1%
#######################################################                   76.4%
############################################################              83.5%
###############################################################           88.3%
###################################################################       94.1%
######################################################################    98.5%
######################################################################## 100.0%
02:26:34 [2020-12-15T02:26:34.786Z] #27 6.782 #=#=#                                                                         
##O#- #                                                                       
02:26:34 [2020-12-15T02:26:34.786Z] #27 7.370 
                                                                           0.0%
#                                                                          1.5%
#                                                                          2.5%
##                                                                         3.6%
###                                                                        4.6%
###                                                                        5.3%
####                                                                       6.1%
#####                                                                      7.3%
#####                                                                      8.1%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.9%
########                                                                  11.4%
#########                                                                 12.5%
#########                                                                 13.1%
##########                                                                14.5%
###########                                                               15.4%
############                                                              16.9%
############                                                              17.5%
#############                                                             18.9%
##############                                                            20.6%
###############                                                           22.0%
################                                                          23.3%
#################                                                         24.7%
##################                                                        26.0%
###################                                                       26.5%
02:26:34 [2020-12-15T02:26:34.786Z] #27 ...
02:26:34 [2020-12-15T02:26:34.786Z] 
02:26:34 [2020-12-15T02:26:34.786Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.206 + RM_GOPATH=0
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.206 + TMP_GOPATH=
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.206 + : /build
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.206 + '[' -z '' ']'
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.207 ++ mktemp -d
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.210 + export GOPATH=/tmp/tmp.ZG38VbrIg6
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.211 + GOPATH=/tmp/tmp.ZG38VbrIg6
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.223 + RM_GOPATH=1
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.223 + case "$(go env GOARCH)" in
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.226 ++ go env GOARCH
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.248 + export GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.248 + GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.248 ++ dirname /tmp/install/install.sh
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 Install docker/cli version 17.06.2-ce from stable
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 + dir=/tmp/install
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 + bin=dockercli
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 + shift
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 + '[' '!' -f /tmp/install/dockercli.installer ']'
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 + . /tmp/install/dockercli.installer
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 ++ : stable
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 ++ : 17.06.2-ce
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 + install_dockercli
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 + echo 'Install docker/cli version 17.06.2-ce from stable'
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.255 ++ uname -m
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.274 + arch=aarch64
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.274 + '[' aarch64 '!=' x86_64 ']'
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.274 + '[' aarch64 '!=' s390x ']'
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.274 + '[' aarch64 '!=' armhf ']'
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.274 + build_dockercli
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.274 + git clone https://github.com/docker/docker-ce /tmp/tmp.ZG38VbrIg6/tmp/docker-ce
02:26:34 [2020-12-15T02:26:34.786Z] #22 5.350 Cloning into '/tmp/tmp.ZG38VbrIg6/tmp/docker-ce'...
02:26:34 [2020-12-15T02:26:34.840Z] #56 ...
02:26:34 [2020-12-15T02:26:34.840Z] 
02:26:34 [2020-12-15T02:26:34.840Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:34 [2020-12-15T02:26:34.840Z] #40 8.422 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:34 [2020-12-15T02:26:34.840Z] #40 8.532 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:34 [2020-12-15T02:26:34.840Z] #40 8.532 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:34 [2020-12-15T02:26:34.840Z] #40 10.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:34 [2020-12-15T02:26:34.840Z] #40 ...
02:26:34 [2020-12-15T02:26:34.840Z] 
02:26:34 [2020-12-15T02:26:34.840Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.642 + RM_GOPATH=0
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.642 + TMP_GOPATH=
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.642 + : /build
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.642 + '[' -z '' ']'
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.642 ++ mktemp -d
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.652 + export GOPATH=/tmp/tmp.ao8TE9bSYL
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.652 + GOPATH=/tmp/tmp.ao8TE9bSYL
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.652 + RM_GOPATH=1
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.652 + case "$(go env GOARCH)" in
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.657 ++ go env GOARCH
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + export GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + GO_BUILDMODE=-buildmode=pie
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 ++ dirname /tmp/install/install.sh
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + dir=/tmp/install
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + bin=tomlv
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + shift
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + '[' '!' -f /tmp/install/tomlv.installer ']'
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + . /tmp/install/tomlv.installer
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + install_tomlv
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.742 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.ao8TE9bSYL/src/github.com/BurntSushi/toml
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.747 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:34 [2020-12-15T02:26:34.840Z] #32 7.751 Cloning into '/tmp/tmp.ao8TE9bSYL/src/github.com/BurntSushi/toml'...
02:26:34 [2020-12-15T02:26:34.840Z] #32 9.948 + cd /tmp/tmp.ao8TE9bSYL/src/github.com/BurntSushi/toml
02:26:34 [2020-12-15T02:26:34.840Z] #32 9.948 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:34 [2020-12-15T02:26:34.840Z] #32 9.963 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
02:26:34 [2020-12-15T02:26:34.872Z] #41 16.76   DEP      images/ipc-msg.pb-c.d
02:26:34 [2020-12-15T02:26:34.872Z] #41 16.83   PBCC     images/ipc-shm.pb-c.c
02:26:34 [2020-12-15T02:26:34.872Z] #41 16.87   DEP      images/ipc-shm.pb-c.d
02:26:34 [2020-12-15T02:26:34.898Z] #37 6.914 Scanning dependencies of target tini-static
02:26:34 [2020-12-15T02:26:34.898Z] #37 6.984 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:26:34 [2020-12-15T02:26:34.973Z] #47 22.18 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:26:34 [2020-12-15T02:26:34.973Z] #47 22.18 go: downloading github.com/fatih/color v1.7.0
02:26:34 [2020-12-15T02:26:34.973Z] #47 22.24 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:26:34 [2020-12-15T02:26:34.973Z] #47 22.30 go: downloading github.com/pkg/errors v0.8.1
02:26:34 [2020-12-15T02:26:34.973Z] #47 22.32 go: downloading github.com/stretchr/testify v1.4.0
02:26:34 [2020-12-15T02:26:34.973Z] #47 22.32 go: downloading github.com/spf13/viper v1.6.1
02:26:35 [2020-12-15T02:26:35.052Z] #22 ...
02:26:35 [2020-12-15T02:26:35.052Z] 
02:26:35 [2020-12-15T02:26:35.052Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + RM_GOPATH=0
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + TMP_GOPATH=
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + : /build
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + '[' -z '' ']'
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 ++ mktemp -d
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + export GOPATH=/tmp/tmp.OAc3B8k0K7
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + GOPATH=/tmp/tmp.OAc3B8k0K7
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + RM_GOPATH=1
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 + case "$(go env GOARCH)" in
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.926 ++ go env GOARCH
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + export GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 ++ dirname /tmp/install/install.sh
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + dir=/tmp/install
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + bin=rootlesskit
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + shift
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + . /tmp/install/rootlesskit.installer
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + install_rootlesskit
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + case "$1" in
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + export CGO_ENABLED=0
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + CGO_ENABLED=0
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + _install_rootlesskit
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d'
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.OAc3B8k0K7/src/github.com/rootless-containers/rootlesskit
02:26:35 [2020-12-15T02:26:35.052Z] #56 4.998 Cloning into '/tmp/tmp.OAc3B8k0K7/src/github.com/rootless-containers/rootlesskit'...
02:26:35 [2020-12-15T02:26:35.052Z] #56 5.005 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:35 [2020-12-15T02:26:35.052Z] #56 9.568 Checking out files:  76% (611/794)   
Checking out files:  77% (612/794)   
Checking out files:  78% (620/794)   
Checking out files:  79% (628/794)   
Checking out files:  80% (636/794)   
Checking out files:  81% (644/794)   
Checking out files:  82% (652/794)   
Checking out files:  83% (660/794)   
Checking out files:  84% (667/794)   
Checking out files:  85% (675/794)   
Checking out files:  86% (683/794)   
Checking out files:  87% (691/794)   
Checking out files:  88% (699/794)   
Checking out files:  89% (707/794)   
Checking out files:  90% (715/794)   
Checking out files:  91% (723/794)   
Checking out files:  92% (731/794)   
Checking out files:  93% (739/794)   
Checking out files:  94% (747/794)   
Checking out files:  95% (755/794)   
Checking out files:  96% (763/794)   
Checking out files:  97% (771/794)   
Checking out files:  98% (779/794)   
Checking out files:  99% (787/794)   
Checking out files: 100% (794/794)   
Checking out files: 100% (794/794), done.
02:26:35 [2020-12-15T02:26:35.052Z] #56 9.954 + cd /tmp/tmp.OAc3B8k0K7/src/github.com/rootless-containers/rootlesskit
02:26:35 [2020-12-15T02:26:35.052Z] #56 9.955 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:35 [2020-12-15T02:26:35.052Z] #56 10.17 + for f in rootlesskit rootlesskit-docker-proxy
02:26:35 [2020-12-15T02:26:35.052Z] #56 10.17 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
02:26:35 [2020-12-15T02:26:35.052Z] #56 ...
02:26:35 [2020-12-15T02:26:35.052Z] 
02:26:35 [2020-12-15T02:26:35.052Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.343 + RM_GOPATH=0
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.343 + TMP_GOPATH=
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.343 + : /build
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.343 + '[' -z '' ']'
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.343 ++ mktemp -d
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.344 + export GOPATH=/tmp/tmp.v67atGsSpF
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.344 + GOPATH=/tmp/tmp.v67atGsSpF
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.344 + RM_GOPATH=1
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.344 + case "$(go env GOARCH)" in
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.346 ++ go env GOARCH
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.353 + export GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.353 + GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.358 ++ dirname /tmp/install/install.sh
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + dir=/tmp/install
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + bin=tomlv
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + shift
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + '[' '!' -f /tmp/install/tomlv.installer ']'
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + . /tmp/install/tomlv.installer
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + install_tomlv
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005'
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.v67atGsSpF/src/github.com/BurntSushi/toml
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.366 Cloning into '/tmp/tmp.v67atGsSpF/src/github.com/BurntSushi/toml'...
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.858 + cd /tmp/tmp.v67atGsSpF/src/github.com/BurntSushi/toml
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.858 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005
02:26:35 [2020-12-15T02:26:35.052Z] #32 3.867 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.063 math/bits
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.063 runtime/internal/sys
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.070 internal/cpu
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.082 runtime/internal/atomic
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.114 runtime/internal/math
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.229 unicode/utf8
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.265 internal/bytealg
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.294 internal/race
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.330 sync/atomic
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.354 unicode
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.354 math
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.498 internal/testlog
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.661 encoding
02:26:35 [2020-12-15T02:26:35.052Z] #32 4.886 runtime/cgo
02:26:35 [2020-12-15T02:26:35.052Z] #32 5.117 runtime
02:26:35 [2020-12-15T02:26:35.103Z] #32 ...
02:26:35 [2020-12-15T02:26:35.103Z] 
02:26:35 [2020-12-15T02:26:35.103Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:35 [2020-12-15T02:26:35.103Z] #34 8.230 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:35 [2020-12-15T02:26:35.103Z] #34 8.398 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:35 [2020-12-15T02:26:35.103Z] #34 8.398 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:35 [2020-12-15T02:26:35.103Z] #34 10.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:35 [2020-12-15T02:26:35.103Z] #34 ...
02:26:35 [2020-12-15T02:26:35.103Z] 
02:26:35 [2020-12-15T02:26:35.103Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:35 [2020-12-15T02:26:35.103Z] #38 7.010 + git clone https://github.com/docker/distribution.git .
02:26:35 [2020-12-15T02:26:35.103Z] #38 7.011 Cloning into '.'...
02:26:35 [2020-12-15T02:26:35.128Z] #41 17.02   PBCC     images/ipc-var.pb-c.c
02:26:35 [2020-12-15T02:26:35.128Z] #41 17.09   DEP      images/ipc-var.pb-c.d
02:26:35 [2020-12-15T02:26:35.198Z] #37 ...
02:26:35 [2020-12-15T02:26:35.198Z] 
02:26:35 [2020-12-15T02:26:35.198Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:35 [2020-12-15T02:26:35.198Z] #45 68.99 regexp/syntax
02:26:35 [2020-12-15T02:26:35.235Z] #47 22.63 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:26:35 [2020-12-15T02:26:35.235Z] #47 ...
02:26:35 [2020-12-15T02:26:35.235Z] 
02:26:35 [2020-12-15T02:26:35.235Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:35 [2020-12-15T02:26:35.235Z] #43 22.67 crypto/internal/subtle
02:26:35 [2020-12-15T02:26:35.317Z] #32 ...
02:26:35 [2020-12-15T02:26:35.317Z] 
02:26:35 [2020-12-15T02:26:35.317Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + RM_GOPATH=0
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + TMP_GOPATH=
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + : /build
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + '[' -z '' ']'
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 ++ mktemp -d
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + export GOPATH=/tmp/tmp.eN5aTNjN4W
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + GOPATH=/tmp/tmp.eN5aTNjN4W
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + RM_GOPATH=1
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.450 + case "$(go env GOARCH)" in
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.466 ++ go env GOARCH
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.478 + export GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.478 + GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.478 ++ dirname /tmp/install/install.sh
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + dir=/tmp/install
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + bin=golangci_lint
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + shift
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + . /tmp/install/golangci_lint.installer
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 ++ : v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + install_golangci_lint
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + set -e
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + export GO111MODULE=on
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + GO111MODULE=on
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + GOBIN=/build
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.482 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.491 go: finding github.com v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.491 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.515 go: finding github.com/golangci/golangci-lint v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.515 go: finding github.com/golangci v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 4.515 go: finding github.com/golangci/golangci-lint/cmd v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 5.791 go: downloading github.com/golangci/golangci-lint v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 6.579 go: extracting github.com/golangci/golangci-lint v1.23.8
02:26:35 [2020-12-15T02:26:35.317Z] #47 ...
02:26:35 [2020-12-15T02:26:35.317Z] 
02:26:35 [2020-12-15T02:26:35.317Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:35 [2020-12-15T02:26:35.317Z] #34 6.166 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #34 6.283 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #34 6.302 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #34 7.554 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #34 9.254 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #34 ...
02:26:35 [2020-12-15T02:26:35.317Z] 
02:26:35 [2020-12-15T02:26:35.317Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:35 [2020-12-15T02:26:35.317Z] #53 4.916 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #53 5.089 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #53 5.097 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #53 6.115 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #53 7.737 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB]
02:26:35 [2020-12-15T02:26:35.317Z] #53 9.374 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
02:26:35 [2020-12-15T02:26:35.335Z] #54 138.7 + bin/containerd-shim-runc-v2
02:26:35 [2020-12-15T02:26:35.365Z] #38 ...
02:26:35 [2020-12-15T02:26:35.365Z] 
02:26:35 [2020-12-15T02:26:35.365Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:35 [2020-12-15T02:26:35.365Z] #11 8.563 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:35 [2020-12-15T02:26:35.365Z] #11 8.688 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:35 [2020-12-15T02:26:35.365Z] #11 8.688 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:35 [2020-12-15T02:26:35.365Z] #11 11.13 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:35 [2020-12-15T02:26:35.365Z] #11 ...
02:26:35 [2020-12-15T02:26:35.365Z] 
02:26:35 [2020-12-15T02:26:35.365Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:35 [2020-12-15T02:26:35.365Z] #32 11.00 internal/bytealg
02:26:35 [2020-12-15T02:26:35.365Z] #32 11.06 runtime/internal/sys
02:26:35 [2020-12-15T02:26:35.387Z] #41 17.18   PBCC     images/sk-opts.pb-c.c
02:26:35 [2020-12-15T02:26:35.387Z] #41 17.27   PBCC     images/packet-sock.pb-c.c
02:26:35 [2020-12-15T02:26:35.387Z] #41 17.36   DEP      images/sk-opts.pb-c.d
02:26:35 [2020-12-15T02:26:35.498Z] #43 22.73 crypto/subtle
02:26:35 [2020-12-15T02:26:35.498Z] #43 ...
02:26:35 [2020-12-15T02:26:35.498Z] 
02:26:35 [2020-12-15T02:26:35.498Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:35 [2020-12-15T02:26:35.498Z] #34 12.70 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:35 [2020-12-15T02:26:35.498Z] #34 16.69 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:35 [2020-12-15T02:26:35.498Z] #34 ...
02:26:35 [2020-12-15T02:26:35.498Z] 
02:26:35 [2020-12-15T02:26:35.498Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:35 [2020-12-15T02:26:35.498Z] #43 22.93 vendor/golang.org/x/crypto/cryptobyte/asn1
02:26:35 [2020-12-15T02:26:35.582Z] #53 ...
02:26:35 [2020-12-15T02:26:35.582Z] 
02:26:35 [2020-12-15T02:26:35.582Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + RM_GOPATH=0
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + TMP_GOPATH=
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + : /build
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + '[' -z '' ']'
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 ++ mktemp -d
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + export GOPATH=/tmp/tmp.wu1knsJvdA
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + GOPATH=/tmp/tmp.wu1knsJvdA
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + RM_GOPATH=1
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + case "$(go env GOARCH)" in
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 ++ go env GOARCH
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + export GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 ++ dirname /tmp/install/install.sh
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + dir=/tmp/install
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + bin=vndr
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + shift
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + '[' '!' -f /tmp/install/vndr.installer ']'
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + . /tmp/install/vndr.installer
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + install_vndr
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.263 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.wu1knsJvdA/src/github.com/LK4D4/vndr
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.272 Cloning into '/tmp/tmp.wu1knsJvdA/src/github.com/LK4D4/vndr'...
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.993 + cd /tmp/tmp.wu1knsJvdA/src/github.com/LK4D4/vndr
02:26:35 [2020-12-15T02:26:35.582Z] #43 4.993 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
02:26:35 [2020-12-15T02:26:35.582Z] #43 5.013 + go build -buildmode=pie -v -o /build/vndr .
02:26:35 [2020-12-15T02:26:35.582Z] #43 6.293 unicode
02:26:35 [2020-12-15T02:26:35.582Z] #43 6.330 unicode/utf16
02:26:35 [2020-12-15T02:26:35.582Z] #43 6.392 math
02:26:35 [2020-12-15T02:26:35.582Z] #43 6.479 runtime
02:26:35 [2020-12-15T02:26:35.582Z] #43 6.893 container/list
02:26:35 [2020-12-15T02:26:35.582Z] #43 9.005 crypto/internal/subtle
02:26:35 [2020-12-15T02:26:35.582Z] #43 9.373 crypto/subtle
02:26:35 [2020-12-15T02:26:35.582Z] #43 9.982 vendor/golang.org/x/crypto/cryptobyte/asn1
02:26:35 [2020-12-15T02:26:35.582Z] #43 10.29 internal/nettrace
02:26:35 [2020-12-15T02:26:35.582Z] #43 10.59 runtime/cgo
02:26:35 [2020-12-15T02:26:35.582Z] #43 ...
02:26:35 [2020-12-15T02:26:35.582Z] 
02:26:35 [2020-12-15T02:26:35.582Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.909 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + RM_GOPATH=0
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + TMP_GOPATH=
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + : /build
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + '[' -z '' ']'
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 ++ mktemp -d
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + export GOPATH=/tmp/tmp.or9eQvfm2z
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + GOPATH=/tmp/tmp.or9eQvfm2z
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + RM_GOPATH=1
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + case "$(go env GOARCH)" in
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 ++ go env GOARCH
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + export GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 ++ dirname /tmp/install/install.sh
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + dir=/tmp/install
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + bin=shfmt
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + shift
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + '[' '!' -f /tmp/install/shfmt.installer ']'
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + . /tmp/install/shfmt.installer
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + install_shfmt
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 + git clone https://github.com/mvdan/sh.git /tmp/tmp.or9eQvfm2z/src/github.com/mvdan/sh
02:26:35 [2020-12-15T02:26:35.582Z] #49 4.916 Cloning into '/tmp/tmp.or9eQvfm2z/src/github.com/mvdan/sh'...
02:26:35 [2020-12-15T02:26:35.582Z] #49 ...
02:26:35 [2020-12-15T02:26:35.582Z] 
02:26:35 [2020-12-15T02:26:35.582Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.198 + RM_GOPATH=0
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.198 + TMP_GOPATH=
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.198 + : /build
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.198 + '[' -z '' ']'
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.200 ++ mktemp -d
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.206 + export GOPATH=/tmp/tmp.TNlESH18Ls
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.206 + GOPATH=/tmp/tmp.TNlESH18Ls
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.206 + RM_GOPATH=1
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.206 + case "$(go env GOARCH)" in
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.206 ++ go env GOARCH
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + export GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + GO_BUILDMODE=-buildmode=pie
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 ++ dirname /tmp/install/install.sh
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + dir=/tmp/install
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + bin=gotestsum
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + shift
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + '[' '!' -f /tmp/install/gotestsum.installer ']'
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + . /tmp/install/gotestsum.installer
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 ++ : v0.5.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + install_gotestsum
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + set -e
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + export GO111MODULE=on
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + GO111MODULE=on
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + GOBIN=/build
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.254 + go get gotest.tools/gotestsum@v0.5.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.277 go: finding gotest.tools v0.5.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 5.281 go: finding gotest.tools/gotestsum v0.5.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 6.239 go: downloading gotest.tools/gotestsum v0.5.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 6.773 go: extracting gotest.tools/gotestsum v0.5.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.025 go: downloading github.com/spf13/pflag v1.0.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.056 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.063 go: downloading github.com/pkg/errors v0.9.1
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.077 go: downloading github.com/fatih/color v1.9.0
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.146 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.150 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.158 go: downloading github.com/jonboulle/clockwork v0.1.0
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.199 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.494 go: extracting github.com/fatih/color v1.9.0
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.587 go: extracting github.com/jonboulle/clockwork v0.1.0
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.633 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.700 go: extracting github.com/pkg/errors v0.9.1
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.905 go: extracting github.com/spf13/pflag v1.0.3
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.987 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:35 [2020-12-15T02:26:35.582Z] #45 8.993 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:35 [2020-12-15T02:26:35.582Z] #45 9.184 go: downloading github.com/mattn/go-colorable v0.1.6
02:26:35 [2020-12-15T02:26:35.582Z] #45 9.241 go: downloading github.com/mattn/go-isatty v0.0.12
02:26:35 [2020-12-15T02:26:35.582Z] #45 9.748 go: extracting github.com/mattn/go-isatty v0.0.12
02:26:35 [2020-12-15T02:26:35.582Z] #45 9.856 go: extracting github.com/mattn/go-colorable v0.1.6
02:26:35 [2020-12-15T02:26:35.628Z] #32 11.40 math/bits
02:26:35 [2020-12-15T02:26:35.643Z] #41 17.40   DEP      images/packet-sock.pb-c.d
02:26:35 [2020-12-15T02:26:35.643Z] #41 17.44   PBCC     images/sk-netlink.pb-c.c
02:26:35 [2020-12-15T02:26:35.643Z] #41 17.53   DEP      images/sk-netlink.pb-c.d
02:26:35 [2020-12-15T02:26:35.643Z] #41 17.59   PBCC     images/sk-inet.pb-c.c
02:26:35 [2020-12-15T02:26:35.758Z] #43 23.03 internal/nettrace
02:26:35 [2020-12-15T02:26:35.855Z] #45 ...
02:26:35 [2020-12-15T02:26:35.855Z] 
02:26:35 [2020-12-15T02:26:35.855Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:26:35 [2020-12-15T02:26:35.855Z] #30 5.424 + git clone https://github.com/kolyshkin/go-swagger.git .
02:26:35 [2020-12-15T02:26:35.855Z] #30 5.436 Cloning into '.'...
02:26:35 [2020-12-15T02:26:35.855Z] #30 ...
02:26:35 [2020-12-15T02:26:35.855Z] 
02:26:35 [2020-12-15T02:26:35.855Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:35 [2020-12-15T02:26:35.855Z] #11 6.404 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:35 [2020-12-15T02:26:35.855Z] #11 6.544 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:35 [2020-12-15T02:26:35.855Z] #11 6.545 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:35 [2020-12-15T02:26:35.855Z] #11 7.424 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB]
02:26:35 [2020-12-15T02:26:35.855Z] #11 9.473 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB]
02:26:35 [2020-12-15T02:26:35.855Z] #11 10.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
02:26:35 [2020-12-15T02:26:35.898Z] #41 17.73   DEP      images/sk-inet.pb-c.d
02:26:35 [2020-12-15T02:26:35.898Z] #41 17.81   PBCC     images/sk-unix.pb-c.c
02:26:35 [2020-12-15T02:26:35.898Z] #41 17.88   DEP      images/sk-unix.pb-c.d
02:26:35 [2020-12-15T02:26:35.966Z] #54 139.4 + binaries
02:26:35 [2020-12-15T02:26:35.966Z] #54 139.4 + install -D bin/containerd /build/containerd
02:26:35 [2020-12-15T02:26:35.966Z] #54 139.5 + install -D bin/containerd-shim /build/containerd-shim
02:26:35 [2020-12-15T02:26:35.966Z] #54 139.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
02:26:35 [2020-12-15T02:26:35.966Z] #54 139.5 + install -D bin/ctr /build/ctr
02:26:36 [2020-12-15T02:26:36.018Z] #43 23.43 runtime/cgo
02:26:36 [2020-12-15T02:26:36.119Z] #11 ...
02:26:36 [2020-12-15T02:26:36.119Z] 
02:26:36 [2020-12-15T02:26:36.119Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:36 [2020-12-15T02:26:36.119Z] #40 6.169 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:26:36 [2020-12-15T02:26:36.119Z] #40 6.267 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:26:36 [2020-12-15T02:26:36.119Z] #40 6.267 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:26:36 [2020-12-15T02:26:36.119Z] #40 7.348 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB]
02:26:36 [2020-12-15T02:26:36.119Z] #40 9.666 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB]
02:26:36 [2020-12-15T02:26:36.119Z] #40 10.54 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
02:26:36 [2020-12-15T02:26:36.119Z] #40 ...
02:26:36 [2020-12-15T02:26:36.119Z] 
02:26:36 [2020-12-15T02:26:36.119Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:36 [2020-12-15T02:26:36.154Z] #41 18.11   PBCC     images/mm.pb-c.c
02:26:36 [2020-12-15T02:26:36.154Z] #41 18.23   DEP      images/mm.pb-c.d
02:26:36 [2020-12-15T02:26:36.301Z] #45 70.06 hash/crc32
02:26:36 [2020-12-15T02:26:36.576Z] #32 12.27 math
02:26:36 [2020-12-15T02:26:36.576Z] #32 12.33 runtime
02:26:36 [2020-12-15T02:26:36.598Z] #54 DONE 140.1s
02:26:36 [2020-12-15T02:26:36.716Z] #41 18.40   PBCC     images/timerfd.pb-c.c
02:26:36 [2020-12-15T02:26:36.717Z] #41 18.54   DEP      images/timerfd.pb-c.d
02:26:36 [2020-12-15T02:26:36.717Z] #41 18.59   PBCC     images/timer.pb-c.c
02:26:36 [2020-12-15T02:26:36.717Z] #41 18.79   DEP      images/timer.pb-c.d
02:26:36 [2020-12-15T02:26:36.973Z] #41 18.86   PBCC     images/sa.pb-c.c
02:26:36 [2020-12-15T02:26:36.973Z] #41 18.93   DEP      images/sa.pb-c.d
02:26:36 [2020-12-15T02:26:36.973Z] #41 19.01   PBCC     images/pipe-data.pb-c.c
02:26:36 [2020-12-15T02:26:36.973Z] #41 19.06   DEP      images/pipe-data.pb-c.d
02:26:37 [2020-12-15T02:26:37.229Z] #41 19.15   PBCC     images/mnt.pb-c.c
02:26:37 [2020-12-15T02:26:37.233Z] 
02:26:37 [2020-12-15T02:26:37.234Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
02:26:37 [2020-12-15T02:26:37.485Z] #41 19.21   DEP      images/mnt.pb-c.d
02:26:37 [2020-12-15T02:26:37.485Z] #41 19.28   PBCC     images/sk-packet.pb-c.c
02:26:37 [2020-12-15T02:26:37.485Z] #41 19.45   DEP      images/sk-packet.pb-c.d
02:26:37 [2020-12-15T02:26:37.524Z] #55 DONE 0.3s
02:26:37 [2020-12-15T02:26:37.524Z] 
02:26:37 [2020-12-15T02:26:37.524Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
02:26:37 [2020-12-15T02:26:37.742Z] #41 19.54   PBCC     images/tcp-stream.pb-c.c
02:26:37 [2020-12-15T02:26:37.742Z] #41 19.65   DEP      images/tcp-stream.pb-c.d
02:26:37 [2020-12-15T02:26:37.814Z] #59 DONE 0.2s
02:26:37 [2020-12-15T02:26:37.814Z] 
02:26:37 [2020-12-15T02:26:37.814Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
02:26:37 [2020-12-15T02:26:37.814Z] #61 DONE 0.2s
02:26:37 [2020-12-15T02:26:37.814Z] 
02:26:37 [2020-12-15T02:26:37.814Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
02:26:37 [2020-12-15T02:26:37.926Z] #43 ...
02:26:37 [2020-12-15T02:26:37.926Z] 
02:26:37 [2020-12-15T02:26:37.926Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:37 [2020-12-15T02:26:37.926Z] #53 15.35 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:37 [2020-12-15T02:26:37.926Z] #53 19.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:37 [2020-12-15T02:26:37.998Z] #41 19.80   PBCC     images/pipe.pb-c.c
02:26:37 [2020-12-15T02:26:37.998Z] #41 19.81   DEP      images/pipe.pb-c.d
02:26:37 [2020-12-15T02:26:37.998Z] #41 19.89   PBCC     images/pstree.pb-c.c
02:26:37 [2020-12-15T02:26:37.998Z] #41 19.93   DEP      images/pstree.pb-c.d
02:26:37 [2020-12-15T02:26:37.998Z] #41 19.99   PBCC     images/fs.pb-c.c
02:26:38 [2020-12-15T02:26:38.105Z] #63 DONE 0.1s
02:26:38 [2020-12-15T02:26:38.105Z] 
02:26:38 [2020-12-15T02:26:38.105Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
02:26:38 [2020-12-15T02:26:38.105Z] #64 DONE 0.0s
02:26:38 [2020-12-15T02:26:38.105Z] 
02:26:38 [2020-12-15T02:26:38.105Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
02:26:38 [2020-12-15T02:26:38.186Z] #53 ...
02:26:38 [2020-12-15T02:26:38.186Z] 
02:26:38 [2020-12-15T02:26:38.186Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:38 [2020-12-15T02:26:38.186Z] #47 22.79 go: extracting github.com/fatih/color v1.7.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 22.79 go: downloading github.com/mattn/go-isatty v0.0.8
02:26:38 [2020-12-15T02:26:38.186Z] #47 22.83 go: downloading github.com/spf13/cobra v0.0.5
02:26:38 [2020-12-15T02:26:38.186Z] #47 22.88 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:26:38 [2020-12-15T02:26:38.186Z] #47 22.89 go: extracting github.com/spf13/pflag v1.0.5
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.02 go: downloading github.com/sirupsen/logrus v1.4.2
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.06 go: extracting github.com/pkg/errors v0.8.1
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.19 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.35 go: extracting github.com/spf13/viper v1.6.1
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.48 go: downloading github.com/go-lintpack/lintpack v0.5.2
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.50 go: extracting github.com/stretchr/testify v1.4.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.55 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.60 go: downloading github.com/mattn/go-colorable v0.1.4
02:26:38 [2020-12-15T02:26:38.186Z] #47 23.74 go: downloading github.com/go-critic/go-critic v0.4.1
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.03 go: downloading gopkg.in/ini.v1 v1.51.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.12 go: extracting github.com/mitchellh/go-homedir v1.1.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.13 go: extracting github.com/go-lintpack/lintpack v0.5.2
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.17 go: downloading github.com/spf13/cast v1.3.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.38 go: extracting github.com/mattn/go-colorable v0.1.4
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.39 go: downloading github.com/pelletier/go-toml v1.2.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.40 go: extracting github.com/spf13/cobra v0.0.5
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.49 go: extracting github.com/spf13/cast v1.3.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.50 go: downloading github.com/subosito/gotenv v1.2.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.91 go: extracting github.com/mattn/go-isatty v0.0.8
02:26:38 [2020-12-15T02:26:38.186Z] #47 24.94 go: extracting github.com/sirupsen/logrus v1.4.2
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.00 go: downloading github.com/stretchr/objx v0.2.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.02 go: extracting gopkg.in/ini.v1 v1.51.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.02 go: downloading github.com/fsnotify/fsnotify v1.4.7
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.11 go: downloading github.com/spf13/afero v1.1.2
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.16 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.16 go: extracting github.com/go-critic/go-critic v0.4.1
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.39 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.42 go: extracting github.com/go-toolsmith/astfmt v1.0.0
02:26:38 [2020-12-15T02:26:38.186Z] #47 25.43 go: downloading github.com/magiconair/properties v1.8.1
02:26:38 [2020-12-15T02:26:38.255Z] #41 20.07   DEP      images/fs.pb-c.d
02:26:38 [2020-12-15T02:26:38.255Z] #41 20.15   PBCC     images/signalfd.pb-c.c
02:26:38 [2020-12-15T02:26:38.412Z] #45 ...
02:26:38 [2020-12-15T02:26:38.412Z] 
02:26:38 [2020-12-15T02:26:38.412Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:38 [2020-12-15T02:26:38.412Z] #37 8.870 [100%] Linking C executable tini-static
02:26:38 [2020-12-15T02:26:38.412Z] #37 9.733 [100%] Built target tini-static
02:26:38 [2020-12-15T02:26:38.412Z] #37 9.857 + mkdir -p /build
02:26:38 [2020-12-15T02:26:38.412Z] #37 9.861 + cp tini-static /build/docker-init
02:26:38 [2020-12-15T02:26:38.412Z] #37 DONE 10.0s
02:26:38 [2020-12-15T02:26:38.412Z] 
02:26:38 [2020-12-15T02:26:38.412Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:38 [2020-12-15T02:26:38.412Z] #34 71.74 time
02:26:38 [2020-12-15T02:26:38.412Z] #34 71.74 internal/syscall/execenv
02:26:38 [2020-12-15T02:26:38.412Z] #34 71.92 internal/syscall/unix
02:26:38 [2020-12-15T02:26:38.447Z] #47 25.59 go: extracting github.com/subosito/gotenv v1.2.0
02:26:38 [2020-12-15T02:26:38.447Z] #47 25.63 go: extracting github.com/fsnotify/fsnotify v1.4.7
02:26:38 [2020-12-15T02:26:38.447Z] #47 25.74 go: downloading github.com/davecgh/go-spew v1.1.1
02:26:38 [2020-12-15T02:26:38.447Z] #47 25.83 go: extracting github.com/stretchr/objx v0.2.0
02:26:38 [2020-12-15T02:26:38.511Z] #41 20.29   DEP      images/signalfd.pb-c.d
02:26:38 [2020-12-15T02:26:38.511Z] #41 20.38   PBCC     images/fh.pb-c.c
02:26:38 [2020-12-15T02:26:38.511Z] #41 20.52   PBCC     images/fsnotify.pb-c.c
02:26:38 [2020-12-15T02:26:38.707Z] #47 25.85 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:26:38 [2020-12-15T02:26:38.707Z] #47 25.85 go: downloading gopkg.in/yaml.v2 v2.2.7
02:26:38 [2020-12-15T02:26:38.707Z] #47 25.92 go: downloading github.com/hashicorp/hcl v1.0.0
02:26:38 [2020-12-15T02:26:38.736Z] #65 DONE 0.6s
02:26:38 [2020-12-15T02:26:38.768Z] #41 20.67   DEP      images/fh.pb-c.d
02:26:38 [2020-12-15T02:26:38.968Z] #47 26.14 go: extracting github.com/spf13/afero v1.1.2
02:26:38 [2020-12-15T02:26:38.968Z] #47 26.15 go: downloading github.com/inconshreveable/mousetrap v1.0.0
02:26:38 [2020-12-15T02:26:38.968Z] #47 26.30 go: extracting github.com/pelletier/go-toml v1.2.0
02:26:38 [2020-12-15T02:26:38.968Z] #47 26.35 go: extracting github.com/davecgh/go-spew v1.1.1
02:26:39 [2020-12-15T02:26:39.024Z] #41 20.83   DEP      images/fsnotify.pb-c.d
02:26:39 [2020-12-15T02:26:39.024Z] #41 20.95   PBCC     images/eventpoll.pb-c.c
02:26:39 [2020-12-15T02:26:39.024Z] #41 20.99   DEP      images/eventpoll.pb-c.d
02:26:39 [2020-12-15T02:26:39.024Z] #41 21.07   PBCC     images/eventfd.pb-c.c
02:26:39 [2020-12-15T02:26:39.026Z] 
02:26:39 [2020-12-15T02:26:39.026Z] #66 exporting to image
02:26:39 [2020-12-15T02:26:39.026Z] #66 exporting layers
02:26:39 [2020-12-15T02:26:39.123Z] #32 ...
02:26:39 [2020-12-15T02:26:39.123Z] 
02:26:39 [2020-12-15T02:26:39.123Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:39 [2020-12-15T02:26:39.123Z] #22 14.22 + mkdir -p /build
02:26:39 [2020-12-15T02:26:39.123Z] #22 14.23 + mv docker/docker /build/
02:26:39 [2020-12-15T02:26:39.123Z] #22 14.26 + rmdir docker
02:26:39 [2020-12-15T02:26:39.123Z] #22 DONE 14.7s
02:26:39 [2020-12-15T02:26:39.123Z] 
02:26:39 [2020-12-15T02:26:39.123Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:39 [2020-12-15T02:26:39.123Z] #34 14.66 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:39 [2020-12-15T02:26:39.287Z] #41 21.11   DEP      images/eventfd.pb-c.d
02:26:39 [2020-12-15T02:26:39.287Z] #41 21.12   PBCC     images/remap-file-path.pb-c.c
02:26:39 [2020-12-15T02:26:39.287Z] #41 21.12   DEP      images/remap-file-path.pb-c.d
02:26:39 [2020-12-15T02:26:39.287Z] #41 21.16   PBCC     images/fifo.pb-c.c
02:26:39 [2020-12-15T02:26:39.287Z] #41 21.36   DEP      images/fifo.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #34 ...
02:26:39 [2020-12-15T02:26:39.469Z] 
02:26:39 [2020-12-15T02:26:39.469Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:39 [2020-12-15T02:26:39.469Z] #51 63.11 reflect
02:26:39 [2020-12-15T02:26:39.469Z] #51 63.86 bufio
02:26:39 [2020-12-15T02:26:39.469Z] #51 66.40 regexp/syntax
02:26:39 [2020-12-15T02:26:39.469Z] #51 ...
02:26:39 [2020-12-15T02:26:39.469Z] 
02:26:39 [2020-12-15T02:26:39.469Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:39 [2020-12-15T02:26:39.469Z] #43 1.486 Note: Building without setproctitle() and strlcpy() support.
02:26:39 [2020-12-15T02:26:39.469Z] #43 1.486       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:26:39 [2020-12-15T02:26:39.469Z] #43 1.527 Note: Building without GnuTLS support
02:26:39 [2020-12-15T02:26:39.469Z] #43 1.546 Makefile.config:39: Warn: you have no libnftables installed
02:26:39 [2020-12-15T02:26:39.469Z] #43 1.547 Makefile.config:40: Warn: Building without nftables support
02:26:39 [2020-12-15T02:26:39.469Z] #43 3.120 fatal: not a git repository (or any of the parent directories): .git
02:26:39 [2020-12-15T02:26:39.469Z] #43 3.167   GEN      .gitid
02:26:39 [2020-12-15T02:26:39.469Z] #43 3.204   GEN      criu/include/version.h
02:26:39 [2020-12-15T02:26:39.469Z] #43 3.307   GEN      include/common/asm
02:26:39 [2020-12-15T02:26:39.469Z] #43 5.684   PBCC     images/timens.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 5.747   DEP      images/timens.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 5.871   PBCC     images/fown.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 5.948   PBCC     images/google/protobuf/descriptor.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.130   PBCC     images/opts.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.244   PBCC     images/memfd.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.490   DEP      images/fown.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.605   DEP      images/google/protobuf/descriptor.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.750   DEP      images/opts.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.785   DEP      images/memfd.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.839   PBCC     images/sit.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.884   DEP      images/sit.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 6.930   PBCC     images/macvlan.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.068   DEP      images/macvlan.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.174   PBCC     images/autofs.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.189   DEP      images/autofs.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.314   PBCC     images/sysctl.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.324   DEP      images/sysctl.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.388   PBCC     images/time.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.425   DEP      images/time.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.472   PBCC     images/binfmt-misc.pb-c.c
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.494   DEP      images/binfmt-misc.pb-c.d
02:26:39 [2020-12-15T02:26:39.469Z] #43 7.575   PBCC     images/seccomp.pb-c.c
02:26:39 [2020-12-15T02:26:39.545Z] #47 26.66 go: extracting github.com/inconshreveable/mousetrap v1.0.0
02:26:39 [2020-12-15T02:26:39.545Z] #47 26.66 go: extracting github.com/magiconair/properties v1.8.1
02:26:39 [2020-12-15T02:26:39.545Z] #47 26.97 go: downloading golang.org/x/text v0.3.2
02:26:39 [2020-12-15T02:26:39.545Z] #47 26.99 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:26:39 [2020-12-15T02:26:39.555Z] #41 21.46   PBCC     images/ghost-file.pb-c.c
02:26:39 [2020-12-15T02:26:39.555Z] #41 21.54   DEP      images/ghost-file.pb-c.d
02:26:39 [2020-12-15T02:26:39.555Z] #41 21.58   PBCC     images/regfile.pb-c.c
02:26:39 [2020-12-15T02:26:39.555Z] #41 21.64   DEP      images/regfile.pb-c.d
02:26:39 [2020-12-15T02:26:39.772Z] #43 7.590   DEP      images/seccomp.pb-c.d
02:26:39 [2020-12-15T02:26:39.772Z] #43 7.686   PBCC     images/userns.pb-c.c
02:26:39 [2020-12-15T02:26:39.772Z] #43 7.732   DEP      images/userns.pb-c.d
02:26:39 [2020-12-15T02:26:39.772Z] #43 7.795   PBCC     images/cgroup.pb-c.c
02:26:39 [2020-12-15T02:26:39.772Z] #43 7.850   DEP      images/cgroup.pb-c.d
02:26:39 [2020-12-15T02:26:39.772Z] #43 7.900   PBCC     images/ext-file.pb-c.c
02:26:39 [2020-12-15T02:26:39.805Z] #47 26.99 go: downloading github.com/mitchellh/mapstructure v1.1.2
02:26:39 [2020-12-15T02:26:39.819Z] #41 21.73   PBCC     images/ns.pb-c.c
02:26:39 [2020-12-15T02:26:39.819Z] #41 21.75   DEP      images/ns.pb-c.d
02:26:39 [2020-12-15T02:26:39.819Z] #41 21.85   PBCC     images/fdinfo.pb-c.c
02:26:39 [2020-12-15T02:26:39.819Z] #41 21.89   DEP      images/fdinfo.pb-c.d
02:26:40 [2020-12-15T02:26:40.065Z] #47 27.33 go: extracting github.com/hashicorp/hcl v1.0.0
02:26:40 [2020-12-15T02:26:40.073Z] #43 7.942   DEP      images/ext-file.pb-c.d
02:26:40 [2020-12-15T02:26:40.073Z] #43 8.034   PBCC     images/rpc.pb-c.c
02:26:40 [2020-12-15T02:26:40.073Z] #43 ...
02:26:40 [2020-12-15T02:26:40.073Z] 
02:26:40 [2020-12-15T02:26:40.073Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:40 [2020-12-15T02:26:40.073Z] #45 73.72 vendor/golang.org/x/text/transform
02:26:40 [2020-12-15T02:26:40.075Z] #41 22.02   PBCC     images/core-aarch64.pb-c.c
02:26:40 [2020-12-15T02:26:40.075Z] #41 22.08   PBCC     images/core-arm.pb-c.c
02:26:40 [2020-12-15T02:26:40.075Z] #41 22.14   PBCC     images/core-ppc64.pb-c.c
02:26:40 [2020-12-15T02:26:40.325Z] #47 27.47 go: extracting gopkg.in/yaml.v2 v2.2.7
02:26:40 [2020-12-15T02:26:40.332Z] #41 22.17   PBCC     images/core-s390.pb-c.c
02:26:40 [2020-12-15T02:26:40.332Z] #41 22.23   PBCC     images/core-x86.pb-c.c
02:26:40 [2020-12-15T02:26:40.332Z] #41 22.30   PBCC     images/core.pb-c.c
02:26:40 [2020-12-15T02:26:40.332Z] #41 22.43   PBCC     images/inventory.pb-c.c
02:26:40 [2020-12-15T02:26:40.588Z] #41 22.51   DEP      images/core-aarch64.pb-c.d
02:26:40 [2020-12-15T02:26:40.588Z] #41 22.56   DEP      images/core-arm.pb-c.d
02:26:40 [2020-12-15T02:26:40.588Z] #41 22.66   DEP      images/core-ppc64.pb-c.d
02:26:40 [2020-12-15T02:26:40.680Z] #27 7.370 
                                                                           0.0%
#                                                                          1.5%
#                                                                          2.5%
##                                                                         3.6%
###                                                                        4.6%
###                                                                        5.3%
####                                                                       6.1%
#####                                                                      7.3%
#####                                                                      8.1%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.9%
########                                                                  11.4%
#########                                                                 12.5%
#########                                                                 13.1%
##########                                                                14.5%
###########                                                               15.4%
############                                                              16.9%
############                                                              17.5%
#############                                                             18.9%
##############                                                            20.6%
###############                                                           22.0%
################                                                          23.3%
#################                                                         24.7%
##################                                                        26.0%
###################                                                       26.5%
###################                                                       27.4%
####################                                                      28.8%
#####################                                                     29.7%
######################                                                    30.8%
######################                                                    31.7%
########################                                                  33.5%
#########################                                                 35.0%
##########################                                                36.4%
###########################                                               37.9%
############################                                              39.1%
############################                                              40.0%
#############################                                             41.2%
##############################                                            42.8%
################################                                          44.9%
################################                                          45.8%
#################################                                         46.6%
##################################                                        47.4%
##################################                                        48.6%
####################################                                      50.2%
####################################                                      50.9%
#####################################                                     52.0%
######################################                                    53.0%
######################################                                    53.6%
#######################################                                   54.6%
#######################################                                   55.3%
########################################                                  55.8%
########################################                                  56.8%
#########################################                                 57.8%
##########################################                                58.6%
##########################################                                59.2%
##########################################                                59.5%
###########################################                               60.1%
############################################                              61.2%
############################################                              62.1%
#############################################                             62.9%
#############################################                             63.6%
##############################################                            64.4%
###############################################                           65.6%
################################################                          67.2%
################################################                          68.0%
#################################################                         68.6%
##################################################                        69.6%
##################################################                        70.8%
###################################################                       71.8%
###################################################                       72.2%
####################################################                      73.5%
#####################################################                     74.4%
######################################################                    75.4%
#######################################################                   76.8%
########################################################                  78.1%
#########################################################                 79.7%
##########################################################                81.1%
###########################################################               83.1%
02:26:40 [2020-12-15T02:26:40.680Z] #27 ...
02:26:40 [2020-12-15T02:26:40.680Z] 
02:26:40 [2020-12-15T02:26:40.680Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:40 [2020-12-15T02:26:40.680Z] #38 5.542 + git clone https://github.com/docker/distribution.git .
02:26:40 [2020-12-15T02:26:40.680Z] #38 5.544 Cloning into '.'...
02:26:40 [2020-12-15T02:26:40.680Z] #38 ...
02:26:40 [2020-12-15T02:26:40.680Z] 
02:26:40 [2020-12-15T02:26:40.680Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:40 [2020-12-15T02:26:40.844Z] #41 22.77   DEP      images/core-s390.pb-c.d
02:26:40 [2020-12-15T02:26:40.844Z] #41 22.79   DEP      images/core-x86.pb-c.d
02:26:40 [2020-12-15T02:26:40.844Z] #41 22.84   DEP      images/core.pb-c.d
02:26:40 [2020-12-15T02:26:40.844Z] #41 22.89   DEP      images/inventory.pb-c.d
02:26:40 [2020-12-15T02:26:40.894Z] #47 ...
02:26:40 [2020-12-15T02:26:40.894Z] 
02:26:40 [2020-12-15T02:26:40.894Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:40 [2020-12-15T02:26:40.894Z] #40 18.10 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:40 [2020-12-15T02:26:40.894Z] #40 ...
02:26:40 [2020-12-15T02:26:40.894Z] 
02:26:40 [2020-12-15T02:26:40.894Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:40 [2020-12-15T02:26:40.894Z] #49 24.52 + cd /tmp/tmp.QdIftqHtZH/src/github.com/mvdan/sh
02:26:40 [2020-12-15T02:26:40.894Z] #49 24.52 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:40 [2020-12-15T02:26:40.894Z] #49 24.75 + GO111MODULE=on
02:26:40 [2020-12-15T02:26:40.894Z] #49 24.75 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
02:26:40 [2020-12-15T02:26:40.894Z] #49 26.67 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:40 [2020-12-15T02:26:40.894Z] #49 26.67 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:40 [2020-12-15T02:26:40.894Z] #49 26.95 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:40 [2020-12-15T02:26:40.894Z] #49 27.28 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:40 [2020-12-15T02:26:40.894Z] #49 27.31 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:41 [2020-12-15T02:26:41.100Z] #41 22.98   PBCC     images/cpuinfo.pb-c.c
02:26:41 [2020-12-15T02:26:41.100Z] #41 23.00   DEP      images/cpuinfo.pb-c.d
02:26:41 [2020-12-15T02:26:41.100Z] #41 23.06   PBCC     images/stats.pb-c.c
02:26:41 [2020-12-15T02:26:41.100Z] #41 23.15   DEP      images/stats.pb-c.d
02:26:41 [2020-12-15T02:26:41.154Z] #49 28.55 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:41 [2020-12-15T02:26:41.737Z] #27 7.370 
                                                                           0.0%
#                                                                          1.5%
#                                                                          2.5%
##                                                                         3.6%
###                                                                        4.6%
###                                                                        5.3%
####                                                                       6.1%
#####                                                                      7.3%
#####                                                                      8.1%
######                                                                     8.8%
#######                                                                    9.9%
#######                                                                   10.9%
########                                                                  11.4%
#########                                                                 12.5%
#########                                                                 13.1%
##########                                                                14.5%
###########                                                               15.4%
############                                                              16.9%
############                                                              17.5%
#############                                                             18.9%
##############                                                            20.6%
###############                                                           22.0%
################                                                          23.3%
#################                                                         24.7%
##################                                                        26.0%
###################                                                       26.5%
###################                                                       27.4%
####################                                                      28.8%
#####################                                                     29.7%
######################                                                    30.8%
######################                                                    31.7%
########################                                                  33.5%
#########################                                                 35.0%
##########################                                                36.4%
###########################                                               37.9%
############################                                              39.1%
############################                                              40.0%
#############################                                             41.2%
##############################                                            42.8%
################################                                          44.9%
################################                                          45.8%
#################################                                         46.6%
##################################                                        47.4%
##################################                                        48.6%
####################################                                      50.2%
####################################                                      50.9%
#####################################                                     52.0%
######################################                                    53.0%
######################################                                    53.6%
#######################################                                   54.6%
#######################################                                   55.3%
########################################                                  55.8%
########################################                                  56.8%
#########################################                                 57.8%
##########################################                                58.6%
##########################################                                59.2%
##########################################                                59.5%
###########################################                               60.1%
############################################                              61.2%
############################################                              62.1%
#############################################                             62.9%
#############################################                             63.6%
##############################################                            64.4%
###############################################                           65.6%
################################################                          67.2%
################################################                          68.0%
#################################################                         68.6%
##################################################                        69.6%
##################################################                        70.8%
###################################################                       71.8%
###################################################                       72.2%
####################################################                      73.5%
#####################################################                     74.4%
######################################################                    75.4%
#######################################################                   76.8%
########################################################                  78.1%
#########################################################                 79.7%
##########################################################                81.1%
###########################################################               83.1%
############################################################              84.6%
##############################################################            87.1%
################################################################          88.9%
#################################################################         90.8%
##################################################################        92.2%
###################################################################       93.4%
####################################################################      94.7%
#####################################################################     96.0%
######################################################################    97.7%
#######################################################################   99.5%
######################################################################## 100.0%
02:26:41 [2020-12-15T02:26:41.753Z] #66 exporting layers 2.5s done
02:26:41 [2020-12-15T02:26:41.753Z] #66 writing image sha256:85b14a96f0c0c2846e417ca55a05af301b44779d5cb259098cfefe92afdc8e49 done
02:26:41 [2020-12-15T02:26:41.753Z] #66 naming to docker.io/library/docker:a02553670ec7b08c293beb701d0c7c7a2922a85a done
02:26:41 [2020-12-15T02:26:41.753Z] #66 DONE 2.5s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
02:26:42 [2020-12-15T02:26:42.002Z] #27 17.28 
02:26:42 [2020-12-15T02:26:42.065Z] Running on azwin-2-de3d30 in d:\jenkins\workspace\moby_PR-41793
[Pipeline] {
[Pipeline] ws
02:26:42 [2020-12-15T02:26:42.080Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
02:26:42 [2020-12-15T02:26:42.176Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/test/unit
02:26:42 [2020-12-15T02:26:42.211Z] #45 ...
02:26:42 [2020-12-15T02:26:42.211Z] 
02:26:42 [2020-12-15T02:26:42.211Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:42 [2020-12-15T02:26:42.211Z] #13 65.58 Selecting previously unselected package mingw-w64-x86-64-dev.
02:26:42 [2020-12-15T02:26:42.211Z] #13 65.58 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
02:26:42 [2020-12-15T02:26:42.211Z] #13 65.59 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
02:26:42 [2020-12-15T02:26:42.211Z] #13 72.93 Selecting previously unselected package gcc-mingw-w64-base.
02:26:42 [2020-12-15T02:26:42.211Z] #13 73.02 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
02:26:42 [2020-12-15T02:26:42.211Z] #13 73.02 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:26:42 [2020-12-15T02:26:42.211Z] #13 73.28 Selecting previously unselected package gcc-mingw-w64-x86-64.
02:26:42 [2020-12-15T02:26:42.211Z] #13 73.28 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
02:26:42 [2020-12-15T02:26:42.211Z] #13 73.32 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:26:42 [2020-12-15T02:26:42.211Z] #13 ...
02:26:42 [2020-12-15T02:26:42.211Z] 
02:26:42 [2020-12-15T02:26:42.211Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.078   DEP      images/rpc.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.234   PBCC     images/siginfo.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.313   DEP      images/siginfo.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.455   PBCC     images/pagemap.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.474   DEP      images/pagemap.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.584   PBCC     images/rlimit.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.599   DEP      images/rlimit.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.649   PBCC     images/file-lock.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.663   DEP      images/file-lock.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.728   PBCC     images/tty.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.834   DEP      images/tty.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 8.941   PBCC     images/tun.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.012   PBCC     images/netdev.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.156   DEP      images/tun.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.232   DEP      images/netdev.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.301   PBCC     images/vma.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.376   DEP      images/vma.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.430   PBCC     images/creds.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.466   DEP      images/creds.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.541   PBCC     images/utsns.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.561   DEP      images/utsns.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.655   PBCC     images/ipc-desc.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.705   PBCC     images/ipc-sem.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.771   DEP      images/ipc-desc.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.828   DEP      images/ipc-sem.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.875   PBCC     images/ipc-msg.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.901   DEP      images/ipc-msg.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.950   PBCC     images/ipc-shm.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 9.974   DEP      images/ipc-shm.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.01   PBCC     images/ipc-var.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.04   DEP      images/ipc-var.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.07   PBCC     images/sk-opts.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.10   PBCC     images/packet-sock.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.15   DEP      images/sk-opts.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.19   DEP      images/packet-sock.pb-c.d
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.25   PBCC     images/sk-netlink.pb-c.c
02:26:42 [2020-12-15T02:26:42.211Z] #43 10.30   DEP      images/sk-netlink.pb-c.d
02:26:42 [2020-12-15T02:26:42.427Z] #34 ...
02:26:42 [2020-12-15T02:26:42.427Z] 
02:26:42 [2020-12-15T02:26:42.427Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:42 [2020-12-15T02:26:42.427Z] #45 8.415 go: downloading gotest.tools/gotestsum v0.5.3
02:26:42 [2020-12-15T02:26:42.427Z] #45 9.288 go: extracting gotest.tools/gotestsum v0.5.3
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.19 go: downloading github.com/fatih/color v1.9.0
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.20 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.21 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.22 go: downloading github.com/jonboulle/clockwork v0.1.0
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.24 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.70 go: downloading github.com/spf13/pflag v1.0.3
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.80 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.81 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.85 go: downloading github.com/pkg/errors v0.9.1
02:26:42 [2020-12-15T02:26:42.427Z] #45 11.90 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:42 [2020-12-15T02:26:42.427Z] #45 12.44 go: extracting github.com/pkg/errors v0.9.1
02:26:42 [2020-12-15T02:26:42.427Z] #45 12.52 go: extracting github.com/spf13/pflag v1.0.3
02:26:42 [2020-12-15T02:26:42.427Z] #45 12.62 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:42 [2020-12-15T02:26:42.427Z] #45 12.66 go: extracting github.com/fatih/color v1.9.0
02:26:42 [2020-12-15T02:26:42.427Z] #45 12.98 go: downloading github.com/mattn/go-colorable v0.1.6
02:26:42 [2020-12-15T02:26:42.427Z] #45 12.98 go: downloading github.com/mattn/go-isatty v0.0.12
02:26:42 [2020-12-15T02:26:42.427Z] #45 13.49 go: extracting github.com/jonboulle/clockwork v0.1.0
02:26:42 [2020-12-15T02:26:42.427Z] #45 13.99 go: extracting github.com/mattn/go-colorable v0.1.6
02:26:42 [2020-12-15T02:26:42.427Z] #45 14.01 go: extracting github.com/mattn/go-isatty v0.0.12
02:26:42 [2020-12-15T02:26:42.427Z] #45 15.62 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:42 [2020-12-15T02:26:42.427Z] #45 16.38 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:42 [2020-12-15T02:26:42.509Z] #43 10.36   PBCC     images/sk-inet.pb-c.c
02:26:42 [2020-12-15T02:26:42.509Z] #43 10.42   DEP      images/sk-inet.pb-c.d
02:26:42 [2020-12-15T02:26:42.509Z] #43 10.49   PBCC     images/sk-unix.pb-c.c
02:26:42 [2020-12-15T02:26:42.509Z] #43 10.54   DEP      images/sk-unix.pb-c.d
02:26:42 [2020-12-15T02:26:42.509Z] #43 10.59   PBCC     images/mm.pb-c.c
02:26:42 [2020-12-15T02:26:42.509Z] #43 10.63   DEP      images/mm.pb-c.d
02:26:42 [2020-12-15T02:26:42.535Z] #49 29.81 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:42 [2020-12-15T02:26:42.688Z] #45 ...
02:26:42 [2020-12-15T02:26:42.688Z] 
02:26:42 [2020-12-15T02:26:42.688Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:42 [2020-12-15T02:26:42.688Z] #34 18.52 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:42 [2020-12-15T02:26:42.807Z] #43 10.69   PBCC     images/timerfd.pb-c.c
02:26:42 [2020-12-15T02:26:42.807Z] #43 10.76   DEP      images/timerfd.pb-c.d
02:26:42 [2020-12-15T02:26:42.807Z] #43 10.87   PBCC     images/timer.pb-c.c
02:26:42 [2020-12-15T02:26:42.807Z] #43 10.89   DEP      images/timer.pb-c.d
02:26:43 [2020-12-15T02:26:43.104Z] #49 ...
02:26:43 [2020-12-15T02:26:43.104Z] 
02:26:43 [2020-12-15T02:26:43.104Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:43 [2020-12-15T02:26:43.108Z] #43 11.00   PBCC     images/sa.pb-c.c
02:26:43 [2020-12-15T02:26:43.108Z] #43 11.05   DEP      images/sa.pb-c.d
02:26:43 [2020-12-15T02:26:43.108Z] #43 11.10   PBCC     images/pipe-data.pb-c.c
02:26:43 [2020-12-15T02:26:43.108Z] #43 11.13   DEP      images/pipe-data.pb-c.d
02:26:43 [2020-12-15T02:26:43.108Z] #43 11.19   PBCC     images/mnt.pb-c.c
02:26:43 [2020-12-15T02:26:43.404Z] #43 11.25   DEP      images/mnt.pb-c.d
02:26:43 [2020-12-15T02:26:43.404Z] #43 11.31   PBCC     images/sk-packet.pb-c.c
02:26:43 [2020-12-15T02:26:43.404Z] #43 11.32   DEP      images/sk-packet.pb-c.d
02:26:43 [2020-12-15T02:26:43.404Z] #43 11.37   PBCC     images/tcp-stream.pb-c.c
02:26:43 [2020-12-15T02:26:43.404Z] #43 11.43   DEP      images/tcp-stream.pb-c.d
02:26:43 [2020-12-15T02:26:43.404Z] #43 11.51   PBCC     images/pipe.pb-c.c
02:26:43 [2020-12-15T02:26:43.418Z] #27 18.80 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
02:26:43 [2020-12-15T02:26:43.620Z] #41 25.62 make[1]: Nothing to be done for 'all'.
02:26:43 [2020-12-15T02:26:43.700Z] #43 11.62   DEP      images/pipe.pb-c.d
02:26:43 [2020-12-15T02:26:43.700Z] #43 11.68   PBCC     images/pstree.pb-c.c
02:26:43 [2020-12-15T02:26:43.700Z] #43 11.71   DEP      images/pstree.pb-c.d
02:26:43 [2020-12-15T02:26:43.700Z] #43 11.79   PBCC     images/fs.pb-c.c
02:26:43 [2020-12-15T02:26:43.884Z] #38 30.28 Checking out files:  68% (1146/1666)   
Checking out files:  69% (1150/1666)   
Checking out files:  70% (1167/1666)   
Checking out files:  71% (1183/1666)   
Checking out files:  72% (1200/1666)   
Checking out files:  73% (1217/1666)   
Checking out files:  74% (1233/1666)   
Checking out files:  75% (1250/1666)   
Checking out files:  76% (1267/1666)   
Checking out files:  77% (1283/1666)   
Checking out files:  78% (1300/1666)   
Checking out files:  79% (1317/1666)   
Checking out files:  80% (1333/1666)   
Checking out files:  81% (1350/1666)   
Checking out files:  82% (1367/1666)   
Checking out files:  83% (1383/1666)   
Checking out files:  84% (1400/1666)   
Checking out files:  85% (1417/1666)   
Checking out files:  86% (1433/1666)   
Checking out files:  87% (1450/1666)   
Checking out files:  88% (1467/1666)   
Checking out files:  89% (1483/1666)   
Checking out files:  90% (1500/1666)   
Checking out files:  91% (1517/1666)   
Checking out files:  92% (1533/1666)   
Checking out files:  93% (1550/1666)   
Checking out files:  94% (1567/1666)   
Checking out files:  95% (1583/1666)   
Checking out files:  96% (1600/1666)   
Checking out files:  97% (1617/1666)   
Checking out files:  98% (1633/1666)   
Checking out files:  99% (1650/1666)   
Checking out files: 100% (1666/1666)   
Checking out files: 100% (1666/1666), done.
02:26:43 [2020-12-15T02:26:43.884Z] #38 31.05 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
02:26:43 [2020-12-15T02:26:43.996Z] #43 11.81   DEP      images/fs.pb-c.d
02:26:43 [2020-12-15T02:26:43.997Z] #43 11.90   PBCC     images/signalfd.pb-c.c
02:26:43 [2020-12-15T02:26:43.997Z] #43 11.93   DEP      images/signalfd.pb-c.d
02:26:43 [2020-12-15T02:26:43.997Z] #43 11.98   PBCC     images/fh.pb-c.c
02:26:43 [2020-12-15T02:26:43.997Z] #43 12.05   PBCC     images/fsnotify.pb-c.c
02:26:43 [2020-12-15T02:26:43.997Z] #43 12.09   DEP      images/fh.pb-c.d
02:26:43 [2020-12-15T02:26:43.997Z] #43 12.15   DEP      images/fsnotify.pb-c.d
02:26:44 [2020-12-15T02:26:44.020Z] #27 19.28 
02:26:44 [2020-12-15T02:26:44.173Z] #34 ...
02:26:44 [2020-12-15T02:26:44.173Z] 
02:26:44 [2020-12-15T02:26:44.173Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:44 [2020-12-15T02:26:44.173Z] #43 10.10 internal/cpu
02:26:44 [2020-12-15T02:26:44.173Z] #43 10.18 runtime/internal/atomic
02:26:44 [2020-12-15T02:26:44.173Z] #43 10.70 runtime/internal/sys
02:26:44 [2020-12-15T02:26:44.173Z] #43 10.94 internal/bytealg
02:26:44 [2020-12-15T02:26:44.173Z] #43 11.24 runtime/internal/math
02:26:44 [2020-12-15T02:26:44.173Z] #43 11.39 internal/race
02:26:44 [2020-12-15T02:26:44.173Z] #43 11.52 sync/atomic
02:26:44 [2020-12-15T02:26:44.173Z] #43 12.11 unicode
02:26:44 [2020-12-15T02:26:44.173Z] #43 12.43 runtime
02:26:44 [2020-12-15T02:26:44.173Z] #43 17.60 unicode/utf8
02:26:44 [2020-12-15T02:26:44.173Z] #43 18.21 math
02:26:44 [2020-12-15T02:26:44.184Z] #41 ...
02:26:44 [2020-12-15T02:26:44.184Z] 
02:26:44 [2020-12-15T02:26:44.184Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:44 [2020-12-15T02:26:44.184Z] #43 120.3 go/parser
02:26:44 [2020-12-15T02:26:44.184Z] #43 123.8 text/template
02:26:44 [2020-12-15T02:26:44.184Z] #43 126.1 encoding/xml
02:26:44 [2020-12-15T02:26:44.184Z] #43 ...
02:26:44 [2020-12-15T02:26:44.184Z] 
02:26:44 [2020-12-15T02:26:44.184Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:26:44 [2020-12-15T02:26:44.283Z] #27 19.57 
#                                                                          2.0%
######################################################################## 100.0%
02:26:44 [2020-12-15T02:26:44.283Z] #27 19.79 
02:26:44 [2020-12-15T02:26:44.296Z] #43 12.24   PBCC     images/eventpoll.pb-c.c
02:26:44 [2020-12-15T02:26:44.296Z] #43 12.25   DEP      images/eventpoll.pb-c.d
02:26:44 [2020-12-15T02:26:44.296Z] #43 12.37   PBCC     images/eventfd.pb-c.c
02:26:44 [2020-12-15T02:26:44.502Z] #43 ...
02:26:44 [2020-12-15T02:26:44.502Z] 
02:26:44 [2020-12-15T02:26:44.502Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:44 [2020-12-15T02:26:44.502Z] #49 20.38 + cd /tmp/tmp.J8izxdEeOP/src/github.com/mvdan/sh
02:26:44 [2020-12-15T02:26:44.502Z] #49 20.38 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:44 [2020-12-15T02:26:44.502Z] #49 ...
02:26:44 [2020-12-15T02:26:44.502Z] 
02:26:44 [2020-12-15T02:26:44.502Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:44 [2020-12-15T02:26:44.502Z] #47 10.41 go: extracting github.com/golangci/golangci-lint v1.23.8
02:26:44 [2020-12-15T02:26:44.595Z] #43 12.39   DEP      images/eventfd.pb-c.d
02:26:44 [2020-12-15T02:26:44.595Z] #43 12.53   PBCC     images/remap-file-path.pb-c.c
02:26:44 [2020-12-15T02:26:44.595Z] #43 12.55   DEP      images/remap-file-path.pb-c.d
02:26:44 [2020-12-15T02:26:44.595Z] #43 12.63   PBCC     images/fifo.pb-c.c
02:26:44 [2020-12-15T02:26:44.595Z] #43 ...
02:26:44 [2020-12-15T02:26:44.595Z] 
02:26:44 [2020-12-15T02:26:44.595Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:44 [2020-12-15T02:26:44.595Z] #47 DONE 78.4s
02:26:44 [2020-12-15T02:26:44.595Z] 
02:26:44 [2020-12-15T02:26:44.595Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:44 [2020-12-15T02:26:44.595Z] #43 12.65   DEP      images/fifo.pb-c.d
02:26:44 [2020-12-15T02:26:44.595Z] #43 12.76   PBCC     images/ghost-file.pb-c.c
02:26:44 [2020-12-15T02:26:44.767Z] #47 ...
02:26:44 [2020-12-15T02:26:44.767Z] 
02:26:44 [2020-12-15T02:26:44.767Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:44 [2020-12-15T02:26:44.767Z] #49 20.56 + GO111MODULE=on
02:26:44 [2020-12-15T02:26:44.767Z] #49 20.56 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
02:26:44 [2020-12-15T02:26:44.893Z] #43 12.84   DEP      images/ghost-file.pb-c.d
02:26:44 [2020-12-15T02:26:44.893Z] #43 12.93   PBCC     images/regfile.pb-c.c
02:26:44 [2020-12-15T02:26:44.893Z] #43 12.98   DEP      images/regfile.pb-c.d
02:26:44 [2020-12-15T02:26:44.893Z] #43 13.03   PBCC     images/ns.pb-c.c
02:26:44 [2020-12-15T02:26:44.900Z] ?   	github.com/docker/docker/api	[no test files]
02:26:45 [2020-12-15T02:26:45.069Z] #49 ...
02:26:45 [2020-12-15T02:26:45.069Z] 
02:26:45 [2020-12-15T02:26:45.069Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:45 [2020-12-15T02:26:45.069Z] #53 10.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:26:45 [2020-12-15T02:26:45.069Z] #53 14.59 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:45 [2020-12-15T02:26:45.069Z] #53 18.57 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:45 [2020-12-15T02:26:45.193Z] #43 13.06   DEP      images/ns.pb-c.d
02:26:45 [2020-12-15T02:26:45.193Z] #43 13.25   PBCC     images/fdinfo.pb-c.c
02:26:45 [2020-12-15T02:26:45.379Z] #53 ...
02:26:45 [2020-12-15T02:26:45.379Z] 
02:26:45 [2020-12-15T02:26:45.379Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:45 [2020-12-15T02:26:45.379Z] #47 20.74 go: downloading github.com/pkg/errors v0.8.1
02:26:45 [2020-12-15T02:26:45.379Z] #47 20.82 go: downloading github.com/go-lintpack/lintpack v0.5.2
02:26:45 [2020-12-15T02:26:45.379Z] #47 20.84 go: extracting github.com/pkg/errors v0.8.1
02:26:45 [2020-12-15T02:26:45.379Z] #47 20.88 go: downloading github.com/fatih/color v1.7.0
02:26:45 [2020-12-15T02:26:45.379Z] #47 20.89 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:26:45 [2020-12-15T02:26:45.379Z] #47 21.08 go: downloading github.com/spf13/viper v1.6.1
02:26:45 [2020-12-15T02:26:45.379Z] #47 21.14 go: downloading github.com/stretchr/testify v1.4.0
02:26:45 [2020-12-15T02:26:45.379Z] #47 21.14 go: downloading github.com/mattn/go-colorable v0.1.4
02:26:45 [2020-12-15T02:26:45.379Z] #47 21.14 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:26:45 [2020-12-15T02:26:45.379Z] #47 21.14 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:26:45 [2020-12-15T02:26:45.379Z] #47 21.14 go: extracting github.com/go-lintpack/lintpack v0.5.2
02:26:45 [2020-12-15T02:26:45.501Z] #43 13.50   DEP      images/fdinfo.pb-c.d
02:26:45 [2020-12-15T02:26:45.501Z] #43 13.61   PBCC     images/core-aarch64.pb-c.c
02:26:45 [2020-12-15T02:26:45.644Z] #47 21.64 go: extracting github.com/mitchellh/go-homedir v1.1.0
02:26:45 [2020-12-15T02:26:45.795Z] #38 ...
02:26:45 [2020-12-15T02:26:45.795Z] 
02:26:45 [2020-12-15T02:26:45.795Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:45 [2020-12-15T02:26:45.795Z] #32 23.02 runtime/cgo
02:26:45 [2020-12-15T02:26:45.795Z] #32 ...
02:26:45 [2020-12-15T02:26:45.795Z] 
02:26:45 [2020-12-15T02:26:45.795Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:45 [2020-12-15T02:26:45.795Z] #47 28.52 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
02:26:45 [2020-12-15T02:26:45.795Z] #47 28.69 go: extracting github.com/mitchellh/mapstructure v1.1.2
02:26:45 [2020-12-15T02:26:45.795Z] #47 29.01 go: downloading github.com/ultraware/funlen v0.0.2
02:26:45 [2020-12-15T02:26:45.795Z] #47 29.44 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
02:26:45 [2020-12-15T02:26:45.795Z] #47 29.80 go: extracting github.com/ultraware/funlen v0.0.2
02:26:45 [2020-12-15T02:26:45.803Z] #43 13.68   PBCC     images/core-arm.pb-c.c
02:26:45 [2020-12-15T02:26:45.803Z] #43 13.77   PBCC     images/core-ppc64.pb-c.c
02:26:45 [2020-12-15T02:26:45.904Z] #47 21.83 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:26:45 [2020-12-15T02:26:45.904Z] #47 21.90 go: extracting github.com/mattn/go-colorable v0.1.4
02:26:46 [2020-12-15T02:26:46.102Z] #43 13.96   PBCC     images/core-s390.pb-c.c
02:26:46 [2020-12-15T02:26:46.102Z] #43 14.05   PBCC     images/core-x86.pb-c.c
02:26:46 [2020-12-15T02:26:46.102Z] #43 14.08   PBCC     images/core.pb-c.c
02:26:46 [2020-12-15T02:26:46.102Z] #43 14.16   PBCC     images/inventory.pb-c.c
02:26:46 [2020-12-15T02:26:46.102Z] #43 14.24   DEP      images/core-aarch64.pb-c.d
02:26:46 [2020-12-15T02:26:46.102Z] #43 14.28   DEP      images/core-arm.pb-c.d
02:26:46 [2020-12-15T02:26:46.165Z] #47 21.90 go: extracting github.com/fatih/color v1.7.0
02:26:46 [2020-12-15T02:26:46.165Z] #47 21.90 go: downloading github.com/sirupsen/logrus v1.4.2
02:26:46 [2020-12-15T02:26:46.165Z] #47 21.91 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:26:46 [2020-12-15T02:26:46.165Z] #47 21.91 go: downloading github.com/go-critic/go-critic v0.4.1
02:26:46 [2020-12-15T02:26:46.165Z] #47 22.17 go: extracting github.com/stretchr/testify v1.4.0
02:26:46 [2020-12-15T02:26:46.212Z] #27 21.40 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
02:26:46 [2020-12-15T02:26:46.237Z] #54 60.36 Checking out files:  25% (962/3706)   
Checking out files:  26% (964/3706)   
Checking out files:  27% (1001/3706)   
Checking out files:  28% (1038/3706)   
Checking out files:  29% (1075/3706)   
Checking out files:  30% (1112/3706)   
Checking out files:  31% (1149/3706)   
Checking out files:  32% (1186/3706)   
Checking out files:  33% (1223/3706)   
Checking out files:  34% (1261/3706)   
Checking out files:  35% (1298/3706)   
Checking out files:  36% (1335/3706)   
Checking out files:  37% (1372/3706)   
Checking out files:  38% (1409/3706)   
Checking out files:  39% (1446/3706)   
Checking out files:  40% (1483/3706)   
Checking out files:  41% (1520/3706)   
Checking out files:  42% (1557/3706)   
Checking out files:  43% (1594/3706)   
Checking out files:  44% (1631/3706)   
Checking out files:  45% (1668/3706)   
Checking out files:  46% (1705/3706)   
Checking out files:  47% (1742/3706)   
Checking out files:  48% (1779/3706)   
Checking out files:  49% (1816/3706)   
Checking out files:  50% (1853/3706)   
Checking out files:  51% (1891/3706)   
Checking out files:  52% (1928/3706)   
Checking out files:  53% (1965/3706)   
Checking out files:  54% (2002/3706)   
Checking out files:  55% (2039/3706)   
Checking out files:  56% (2076/3706)   
Checking out files:  57% (2113/3706)   
Checking out files:  58% (2150/3706)   
Checking out files:  59% (2187/3706)   
Checking out files:  60% (2224/3706)   
Checking out files:  61% (2261/3706)   
Checking out files:  62% (2298/3706)   
Checking out files:  63% (2335/3706)   
Checking out files:  64% (2372/3706)   
Checking out files:  65% (2409/3706)   
Checking out files:  66% (2446/3706)   
Checking out files:  67% (2484/3706)   
Checking out files:  67% (2517/3706)   
Checking out files:  68% (2521/3706)   
Checking out files:  69% (2558/3706)   
Checking out files:  70% (2595/3706)   
Checking out files:  71% (2632/3706)   
Checking out files:  72% (2669/3706)   
Checking out files:  73% (2706/3706)   
Checking out files:  74% (2743/3706)   
Checking out files:  75% (2780/3706)   
Checking out files:  76% (2817/3706)   
Checking out files:  77% (2854/3706)   
Checking out files:  78% (2891/3706)   
Checking out files:  79% (2928/3706)   
Checking out files:  80% (2965/3706)   
Checking out files:  81% (3002/3706)   
Checking out files:  82% (3039/3706)   
Checking out files:  83% (3076/3706)   
Checking out files:  84% (3114/3706)   
Checking out files:  85% (3151/3706)   
Checking out files:  86% (3188/3706)   
Checking out files:  87% (3225/3706)   
Checking out files:  88% (3262/3706)   
Checking out files:  89% (3299/3706)   
Checking out files:  90% (3336/3706)   
Checking out files:  91% (3373/3706)   
Checking out files:  92% (3410/3706)   
02:26:46 [2020-12-15T02:26:46.237Z] #54 ...
02:26:46 [2020-12-15T02:26:46.237Z] 
02:26:46 [2020-12-15T02:26:46.237Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:46 [2020-12-15T02:26:46.237Z] #49 122.3 mvdan.cc/editorconfig
02:26:46 [2020-12-15T02:26:46.237Z] #49 124.4 mvdan.cc/sh/v3/fileutil
02:26:46 [2020-12-15T02:26:46.237Z] #49 124.4 mvdan.cc/sh/v3/syntax
02:26:46 [2020-12-15T02:26:46.237Z] #49 ...
02:26:46 [2020-12-15T02:26:46.237Z] 
02:26:46 [2020-12-15T02:26:46.237Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:26:46 [2020-12-15T02:26:46.400Z] #43 14.33   DEP      images/core-ppc64.pb-c.d
02:26:46 [2020-12-15T02:26:46.400Z] #43 14.38   DEP      images/core-s390.pb-c.d
02:26:46 [2020-12-15T02:26:46.400Z] #43 14.44   DEP      images/core-x86.pb-c.d
02:26:46 [2020-12-15T02:26:46.400Z] #43 14.52   DEP      images/core.pb-c.d
02:26:46 [2020-12-15T02:26:46.426Z] #47 22.31 go: downloading github.com/sourcegraph/go-diff v0.5.1
02:26:46 [2020-12-15T02:26:46.476Z] #27 ...
02:26:46 [2020-12-15T02:26:46.476Z] 
02:26:46 [2020-12-15T02:26:46.476Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:46 [2020-12-15T02:26:46.476Z] #34 11.47 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
02:26:46 [2020-12-15T02:26:46.476Z] #34 20.70 Fetched 8233 kB in 15s (557 kB/s)
02:26:46 [2020-12-15T02:26:46.476Z] #34 20.70 Reading package lists...
02:26:46 [2020-12-15T02:26:46.476Z] #34 ...
02:26:46 [2020-12-15T02:26:46.476Z] 
02:26:46 [2020-12-15T02:26:46.476Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:46 [2020-12-15T02:26:46.476Z] #45 11.46 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:46 [2020-12-15T02:26:46.476Z] #45 12.21 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:46 [2020-12-15T02:26:46.476Z] #45 13.89 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:46 [2020-12-15T02:26:46.476Z] #45 18.68 go: finding github.com/fatih/color v1.9.0
02:26:46 [2020-12-15T02:26:46.476Z] #45 18.71 go: finding github.com/pkg/errors v0.9.1
02:26:46 [2020-12-15T02:26:46.476Z] #45 18.74 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:46 [2020-12-15T02:26:46.476Z] #45 18.91 go: finding github.com/spf13/pflag v1.0.3
02:26:46 [2020-12-15T02:26:46.476Z] #45 18.94 go: finding github.com/mattn/go-colorable v0.1.6
02:26:46 [2020-12-15T02:26:46.476Z] #45 19.07 go: finding github.com/mattn/go-isatty v0.0.12
02:26:46 [2020-12-15T02:26:46.476Z] #45 19.52 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:46 [2020-12-15T02:26:46.476Z] #45 19.75 go: finding github.com/jonboulle/clockwork v0.1.0
02:26:46 [2020-12-15T02:26:46.476Z] #45 19.80 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:46 [2020-12-15T02:26:46.476Z] #45 19.81 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:46 [2020-12-15T02:26:46.476Z] #45 19.88 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:46 [2020-12-15T02:26:46.687Z] #47 22.67 go: extracting github.com/go-toolsmith/astfmt v1.0.0
02:26:46 [2020-12-15T02:26:46.702Z] #43 14.57   DEP      images/inventory.pb-c.d
02:26:46 [2020-12-15T02:26:46.702Z] #43 14.63   PBCC     images/cpuinfo.pb-c.c
02:26:46 [2020-12-15T02:26:46.702Z] #43 14.65   DEP      images/cpuinfo.pb-c.d
02:26:46 [2020-12-15T02:26:46.702Z] #43 14.72   PBCC     images/stats.pb-c.c
02:26:46 [2020-12-15T02:26:46.702Z] #43 14.75   DEP      images/stats.pb-c.d
02:26:46 [2020-12-15T02:26:46.737Z] #47 33.80 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:26:46 [2020-12-15T02:26:46.741Z] #45 ...
02:26:46 [2020-12-15T02:26:46.741Z] 
02:26:46 [2020-12-15T02:26:46.741Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:46 [2020-12-15T02:26:46.741Z] #62 20.64 Checking out files:  46% (881/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.
02:26:46 [2020-12-15T02:26:46.741Z] #62 21.94 + cd /tmp/tmp.nHYc8IGaUz/src/github.com/docker/libnetwork
02:26:47 [2020-12-15T02:26:47.004Z] #62 21.94 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:47 [2020-12-15T02:26:47.006Z] #54 60.36 Checking out files:  25% (962/3706)   
Checking out files:  26% (964/3706)   
Checking out files:  27% (1001/3706)   
Checking out files:  28% (1038/3706)   
Checking out files:  29% (1075/3706)   
Checking out files:  30% (1112/3706)   
Checking out files:  31% (1149/3706)   
Checking out files:  32% (1186/3706)   
Checking out files:  33% (1223/3706)   
Checking out files:  34% (1261/3706)   
Checking out files:  35% (1298/3706)   
Checking out files:  36% (1335/3706)   
Checking out files:  37% (1372/3706)   
Checking out files:  38% (1409/3706)   
Checking out files:  39% (1446/3706)   
Checking out files:  40% (1483/3706)   
Checking out files:  41% (1520/3706)   
Checking out files:  42% (1557/3706)   
Checking out files:  43% (1594/3706)   
Checking out files:  44% (1631/3706)   
Checking out files:  45% (1668/3706)   
Checking out files:  46% (1705/3706)   
Checking out files:  47% (1742/3706)   
Checking out files:  48% (1779/3706)   
Checking out files:  49% (1816/3706)   
Checking out files:  50% (1853/3706)   
Checking out files:  51% (1891/3706)   
Checking out files:  52% (1928/3706)   
Checking out files:  53% (1965/3706)   
Checking out files:  54% (2002/3706)   
Checking out files:  55% (2039/3706)   
Checking out files:  56% (2076/3706)   
Checking out files:  57% (2113/3706)   
Checking out files:  58% (2150/3706)   
Checking out files:  59% (2187/3706)   
Checking out files:  60% (2224/3706)   
Checking out files:  61% (2261/3706)   
Checking out files:  62% (2298/3706)   
Checking out files:  63% (2335/3706)   
Checking out files:  64% (2372/3706)   
Checking out files:  65% (2409/3706)   
Checking out files:  66% (2446/3706)   
Checking out files:  67% (2484/3706)   
Checking out files:  67% (2517/3706)   
Checking out files:  68% (2521/3706)   
Checking out files:  69% (2558/3706)   
Checking out files:  70% (2595/3706)   
Checking out files:  71% (2632/3706)   
Checking out files:  72% (2669/3706)   
Checking out files:  73% (2706/3706)   
Checking out files:  74% (2743/3706)   
Checking out files:  75% (2780/3706)   
Checking out files:  76% (2817/3706)   
Checking out files:  77% (2854/3706)   
Checking out files:  78% (2891/3706)   
Checking out files:  79% (2928/3706)   
Checking out files:  80% (2965/3706)   
Checking out files:  81% (3002/3706)   
Checking out files:  82% (3039/3706)   
Checking out files:  83% (3076/3706)   
Checking out files:  84% (3114/3706)   
Checking out files:  85% (3151/3706)   
Checking out files:  86% (3188/3706)   
Checking out files:  87% (3225/3706)   
Checking out files:  88% (3262/3706)   
Checking out files:  89% (3299/3706)   
Checking out files:  90% (3336/3706)   
Checking out files:  91% (3373/3706)   
Checking out files:  92% (3410/3706)   
Checking out files:  92% (3411/3706)   
Checking out files:  93% (3447/3706)   
Checking out files:  94% (3484/3706)   
Checking out files:  95% (3521/3706)   
Checking out files:  96% (3558/3706)   
Checking out files:  97% (3595/3706)   
Checking out files:  98% (3632/3706)   
Checking out files:  99% (3669/3706)   
Checking out files: 100% (3706/3706)   
Checking out files: 100% (3706/3706), done.
02:26:47 [2020-12-15T02:26:47.006Z] #54 63.05 + cd /tmp/tmp.suVaqVo0tS/src/github.com/containerd/containerd
02:26:47 [2020-12-15T02:26:47.006Z] #54 63.06 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:26:47 [2020-12-15T02:26:47.030Z] #47 ...
02:26:47 [2020-12-15T02:26:47.030Z] 
02:26:47 [2020-12-15T02:26:47.030Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:47 [2020-12-15T02:26:47.030Z] #38 34.22 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:26:47 [2020-12-15T02:26:47.264Z] #47 22.96 go: extracting github.com/spf13/viper v1.6.1
02:26:47 [2020-12-15T02:26:47.264Z] #47 22.99 go: extracting github.com/sirupsen/logrus v1.4.2
02:26:47 [2020-12-15T02:26:47.264Z] #47 23.13 go: extracting github.com/sourcegraph/go-diff v0.5.1
02:26:47 [2020-12-15T02:26:47.264Z] #47 23.15 go: extracting github.com/go-critic/go-critic v0.4.1
02:26:47 [2020-12-15T02:26:47.264Z] #47 ...
02:26:47 [2020-12-15T02:26:47.264Z] 
02:26:47 [2020-12-15T02:26:47.264Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:26:47 [2020-12-15T02:26:47.264Z] #56 13.19 + cd /tmp/tmp.X7e8mpUVgD/src/github.com/rootless-containers/rootlesskit
02:26:47 [2020-12-15T02:26:47.264Z] #56 13.19 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d
02:26:47 [2020-12-15T02:26:47.264Z] #56 13.37 + for f in rootlesskit rootlesskit-docker-proxy
02:26:47 [2020-12-15T02:26:47.264Z] #56 13.37 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
02:26:47 [2020-12-15T02:26:47.525Z] #56 ...
02:26:47 [2020-12-15T02:26:47.525Z] 
02:26:47 [2020-12-15T02:26:47.525Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:47 [2020-12-15T02:26:47.525Z] #47 23.39 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:26:47 [2020-12-15T02:26:47.583Z] #62 22.51 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
02:26:47 [2020-12-15T02:26:47.583Z] #62 ...
02:26:47 [2020-12-15T02:26:47.583Z] 
02:26:47 [2020-12-15T02:26:47.583Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:47 [2020-12-15T02:26:47.583Z] #43 12.70 vendor/golang.org/x/crypto/internal/subtle
02:26:47 [2020-12-15T02:26:47.583Z] #43 ...
02:26:47 [2020-12-15T02:26:47.583Z] 
02:26:47 [2020-12-15T02:26:47.583Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:47 [2020-12-15T02:26:47.583Z] #27 21.84 #=#=#                                                                         
02:26:47 [2020-12-15T02:26:47.583Z] #27 22.15 
                                                                           0.8%
######################################################################## 100.0%
02:26:47 [2020-12-15T02:26:47.583Z] #27 22.39 
02:26:47 [2020-12-15T02:26:47.785Z] #47 23.70 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:26:48 [2020-12-15T02:26:48.356Z] #47 24.18 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:26:48 [2020-12-15T02:26:48.356Z] #47 24.26 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:26:48 [2020-12-15T02:26:48.356Z] #47 24.32 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
02:26:48 [2020-12-15T02:26:48.536Z] #27 23.75 Downloading 'library/debian:buster@sha256:46d659005ca1151087efa997f1039ae45a7bf7a2cbbe2d17d3dcbda632a3ee9a' (1 layers)...
02:26:48 [2020-12-15T02:26:48.536Z] #27 23.83 skipping existing 9a99313a2c50
02:26:48 [2020-12-15T02:26:48.536Z] #27 23.98 
02:26:48 [2020-12-15T02:26:48.617Z] #47 ...
02:26:48 [2020-12-15T02:26:48.617Z] 
02:26:48 [2020-12-15T02:26:48.617Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:48 [2020-12-15T02:26:48.617Z] #40 14.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:48 [2020-12-15T02:26:48.617Z] #40 18.46 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:48 [2020-12-15T02:26:48.820Z] #43 16.61 make[1]: Nothing to be done for 'all'.
02:26:48 [2020-12-15T02:26:48.877Z] #40 ...
02:26:48 [2020-12-15T02:26:48.877Z] 
02:26:48 [2020-12-15T02:26:48.877Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:48 [2020-12-15T02:26:48.877Z] #11 14.60 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:26:48 [2020-12-15T02:26:48.877Z] #11 18.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:26:48 [2020-12-15T02:26:48.877Z] #11 ...
02:26:48 [2020-12-15T02:26:48.877Z] 
02:26:48 [2020-12-15T02:26:48.877Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:48 [2020-12-15T02:26:48.877Z] #49 22.41 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:48 [2020-12-15T02:26:48.877Z] #49 22.56 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:48 [2020-12-15T02:26:48.877Z] #49 22.64 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:48 [2020-12-15T02:26:48.877Z] #49 23.31 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:48 [2020-12-15T02:26:48.877Z] #49 23.31 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:48 [2020-12-15T02:26:48.877Z] #49 24.27 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + export 'BUILDTAGS=netgo osusergo static_build'
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + BUILDTAGS='netgo osusergo static_build'
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + export EXTRA_FLAGS=-buildmode=pie
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + EXTRA_FLAGS=-buildmode=pie
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + '[' '' = dynamic ']'
02:26:48 [2020-12-15T02:26:48.895Z] #54 64.66 + make
02:26:49 [2020-12-15T02:26:49.115Z] #27 ...
02:26:49 [2020-12-15T02:26:49.115Z] 
02:26:49 [2020-12-15T02:26:49.115Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.26 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.33 go: downloading github.com/fatih/color v1.7.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.38 go: downloading github.com/spf13/pflag v1.0.5
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.38 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.41 go: downloading github.com/spf13/viper v1.6.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.48 go: downloading github.com/stretchr/testify v1.4.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.59 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:26:49 [2020-12-15T02:26:49.115Z] #47 14.83 go: downloading github.com/spf13/cobra v0.0.5
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.01 go: downloading github.com/mitchellh/go-homedir v1.1.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.01 go: extracting github.com/stretchr/testify v1.4.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.01 go: extracting github.com/fatih/color v1.7.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.03 go: extracting github.com/spf13/pflag v1.0.5
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.04 go: downloading github.com/pkg/errors v0.8.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.21 go: extracting github.com/spf13/viper v1.6.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.41 go: downloading github.com/mattn/go-isatty v0.0.8
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.45 go: downloading github.com/hashicorp/hcl v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.48 go: extracting github.com/mitchellh/go-homedir v1.1.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.49 go: downloading gopkg.in/ini.v1 v1.51.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.57 go: downloading github.com/mattn/go-colorable v0.1.4
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.59 go: downloading github.com/go-lintpack/lintpack v0.5.2
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.72 go: extracting github.com/mattn/go-isatty v0.0.8
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.80 go: extracting github.com/hashicorp/hcl v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.88 go: downloading github.com/spf13/jwalterweatherman v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.94 go: extracting github.com/spf13/cobra v0.0.5
02:26:49 [2020-12-15T02:26:49.115Z] #47 15.97 go: extracting gopkg.in/ini.v1 v1.51.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.00 go: extracting github.com/pkg/errors v0.8.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.10 go: downloading github.com/stretchr/objx v0.2.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.11 go: downloading github.com/pmezard/go-difflib v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.19 go: extracting github.com/mattn/go-colorable v0.1.4
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.44 go: extracting github.com/pmezard/go-difflib v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.47 go: extracting github.com/go-lintpack/lintpack v0.5.2
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.59 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.60 go: extracting github.com/stretchr/objx v0.2.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.73 go: extracting github.com/spf13/jwalterweatherman v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.83 go: downloading github.com/sirupsen/logrus v1.4.2
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.84 go: downloading github.com/go-critic/go-critic v0.4.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.84 go: downloading github.com/magiconair/properties v1.8.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 16.84 go: downloading github.com/spf13/afero v1.1.2
02:26:49 [2020-12-15T02:26:49.115Z] #47 17.27 go: downloading github.com/davecgh/go-spew v1.1.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 17.56 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:26:49 [2020-12-15T02:26:49.115Z] #47 17.57 go: extracting github.com/magiconair/properties v1.8.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 17.63 go: extracting github.com/sirupsen/logrus v1.4.2
02:26:49 [2020-12-15T02:26:49.115Z] #47 17.79 go: extracting github.com/spf13/afero v1.1.2
02:26:49 [2020-12-15T02:26:49.115Z] #47 17.91 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:26:49 [2020-12-15T02:26:49.115Z] #47 17.99 go: downloading github.com/spf13/cast v1.3.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 18.34 go: downloading github.com/go-toolsmith/astfmt v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 18.37 go: extracting github.com/davecgh/go-spew v1.1.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 18.52 go: downloading github.com/pelletier/go-toml v1.2.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 18.57 go: extracting github.com/spf13/cast v1.3.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 18.59 go: downloading github.com/subosito/gotenv v1.2.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 19.06 go: extracting github.com/go-toolsmith/astfmt v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 19.12 go: extracting github.com/go-critic/go-critic v0.4.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 19.16 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:26:49 [2020-12-15T02:26:49.115Z] #47 19.22 go: extracting github.com/subosito/gotenv v1.2.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 19.58 go: extracting github.com/pelletier/go-toml v1.2.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 20.17 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:26:49 [2020-12-15T02:26:49.115Z] #47 20.19 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:26:49 [2020-12-15T02:26:49.115Z] #47 20.64 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:26:49 [2020-12-15T02:26:49.115Z] #47 20.95 go: downloading github.com/fsnotify/fsnotify v1.4.7
02:26:49 [2020-12-15T02:26:49.115Z] #47 21.18 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:26:49 [2020-12-15T02:26:49.115Z] #47 21.28 go: extracting github.com/fsnotify/fsnotify v1.4.7
02:26:49 [2020-12-15T02:26:49.115Z] #47 21.46 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 21.60 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
02:26:49 [2020-12-15T02:26:49.115Z] #47 21.71 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.00 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.10 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.15 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.18 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.19 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.52 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.72 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:26:49 [2020-12-15T02:26:49.115Z] #47 22.91 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:26:49 [2020-12-15T02:26:49.115Z] #47 23.21 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:26:49 [2020-12-15T02:26:49.115Z] #47 23.41 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:26:49 [2020-12-15T02:26:49.115Z] #47 23.51 go: downloading github.com/inconshreveable/mousetrap v1.0.0
02:26:49 [2020-12-15T02:26:49.115Z] #47 23.56 go: extracting github.com/inconshreveable/mousetrap v1.0.0
02:26:49 [2020-12-15T02:26:49.448Z] #49 25.36 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:49 [2020-12-15T02:26:49.692Z] #47 ...
02:26:49 [2020-12-15T02:26:49.692Z] 
02:26:49 [2020-12-15T02:26:49.692Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:49 [2020-12-15T02:26:49.692Z] #49 14.72 + cd /tmp/tmp.or9eQvfm2z/src/github.com/mvdan/sh
02:26:49 [2020-12-15T02:26:49.692Z] #49 14.72 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
02:26:49 [2020-12-15T02:26:49.692Z] #49 14.84 + GO111MODULE=on
02:26:49 [2020-12-15T02:26:49.692Z] #49 14.84 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
02:26:49 [2020-12-15T02:26:49.692Z] #49 17.10 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:49 [2020-12-15T02:26:49.692Z] #49 17.20 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:49 [2020-12-15T02:26:49.692Z] #49 17.24 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:49 [2020-12-15T02:26:49.692Z] #49 17.66 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:49 [2020-12-15T02:26:49.692Z] #49 17.72 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:49 [2020-12-15T02:26:49.692Z] #49 18.76 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:49 [2020-12-15T02:26:49.692Z] #49 20.19 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:49 [2020-12-15T02:26:49.692Z] #49 21.57 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:49 [2020-12-15T02:26:49.692Z] #49 23.26 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:49 [2020-12-15T02:26:49.692Z] #49 23.30 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:49 [2020-12-15T02:26:49.692Z] #49 23.54 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:49 [2020-12-15T02:26:49.692Z] #49 23.92 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:49 [2020-12-15T02:26:49.692Z] #49 ...
02:26:49 [2020-12-15T02:26:49.692Z] 
02:26:49 [2020-12-15T02:26:49.692Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:49 [2020-12-15T02:26:49.692Z] #38 17.73 Checking out files:  83% (1393/1666)   
Checking out files:  84% (1400/1666)   
Checking out files:  85% (1417/1666)   
Checking out files:  86% (1433/1666)   
Checking out files:  87% (1450/1666)   
Checking out files:  88% (1467/1666)   
Checking out files:  89% (1483/1666)   
Checking out files:  90% (1500/1666)   
Checking out files:  91% (1517/1666)   
Checking out files:  92% (1533/1666)   
Checking out files:  93% (1550/1666)   
Checking out files:  94% (1567/1666)   
Checking out files:  95% (1583/1666)   
Checking out files:  96% (1600/1666)   
Checking out files:  97% (1617/1666)   
Checking out files:  98% (1633/1666)   
Checking out files:  99% (1650/1666)   
Checking out files: 100% (1666/1666)   
Checking out files: 100% (1666/1666), done.
02:26:49 [2020-12-15T02:26:49.692Z] #38 18.04 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
02:26:49 [2020-12-15T02:26:49.692Z] #38 20.55 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:26:49 [2020-12-15T02:26:49.955Z] #38 ...
02:26:49 [2020-12-15T02:26:49.955Z] 
02:26:49 [2020-12-15T02:26:49.955Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:49 [2020-12-15T02:26:49.955Z] #49 25.03 runtime
02:26:50 [2020-12-15T02:26:50.264Z] #54 65.96 + bin/ctr
02:26:50 [2020-12-15T02:26:50.917Z] #43 18.80   CC       images/stats.o
02:26:51 [2020-12-15T02:26:51.562Z] #43 19.45   CC       images/core.o
02:26:51 [2020-12-15T02:26:51.993Z] #49 27.40 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:51 [2020-12-15T02:26:51.993Z] #49 ...
02:26:51 [2020-12-15T02:26:51.993Z] 
02:26:51 [2020-12-15T02:26:51.993Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:51 [2020-12-15T02:26:51.993Z] #62 25.89 Checking out files:  42% (802/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:  87% (1670/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.
02:26:51 [2020-12-15T02:26:51.993Z] #62 27.49 + cd /tmp/tmp.R2Cj8IcIIi/src/github.com/docker/libnetwork
02:26:51 [2020-12-15T02:26:51.993Z] #62 27.49 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:51 [2020-12-15T02:26:51.993Z] #62 27.86 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
02:26:52 [2020-12-15T02:26:52.210Z] #43 20.23   CC       images/core-x86.o
02:26:52 [2020-12-15T02:26:52.851Z] #43 20.96   CC       images/core-arm.o
02:26:52 [2020-12-15T02:26:52.851Z] #43 ...
02:26:52 [2020-12-15T02:26:52.851Z] 
02:26:52 [2020-12-15T02:26:52.851Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:52 [2020-12-15T02:26:52.851Z] #51 76.76 time
02:26:52 [2020-12-15T02:26:52.851Z] #51 80.48 regexp
02:26:52 [2020-12-15T02:26:52.851Z] #51 86.39 context
02:26:52 [2020-12-15T02:26:52.851Z] #51 86.57 io/ioutil
02:26:52 [2020-12-15T02:26:52.934Z] #62 ...
02:26:52 [2020-12-15T02:26:52.934Z] 
02:26:52 [2020-12-15T02:26:52.934Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:26:52 [2020-12-15T02:26:52.934Z] #45 18.63 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:52 [2020-12-15T02:26:52.934Z] #45 24.60 go: finding github.com/fatih/color v1.9.0
02:26:52 [2020-12-15T02:26:52.934Z] #45 24.66 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:26:52 [2020-12-15T02:26:52.934Z] #45 24.70 go: finding github.com/pkg/errors v0.9.1
02:26:52 [2020-12-15T02:26:52.934Z] #45 24.91 go: finding github.com/spf13/pflag v1.0.3
02:26:52 [2020-12-15T02:26:52.934Z] #45 24.95 go: finding github.com/mattn/go-colorable v0.1.6
02:26:52 [2020-12-15T02:26:52.934Z] #45 25.06 go: finding github.com/mattn/go-isatty v0.0.12
02:26:52 [2020-12-15T02:26:52.934Z] #45 25.28 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:26:52 [2020-12-15T02:26:52.934Z] #45 25.64 go: finding github.com/jonboulle/clockwork v0.1.0
02:26:52 [2020-12-15T02:26:52.934Z] #45 25.80 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:26:52 [2020-12-15T02:26:52.934Z] #45 25.83 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:26:52 [2020-12-15T02:26:52.934Z] #45 25.89 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:26:52 [2020-12-15T02:26:52.934Z] #45 ...
02:26:52 [2020-12-15T02:26:52.934Z] 
02:26:52 [2020-12-15T02:26:52.935Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:52 [2020-12-15T02:26:52.935Z] #43 25.23 unicode/utf16
02:26:52 [2020-12-15T02:26:52.935Z] #43 25.70 container/list
02:26:52 [2020-12-15T02:26:52.935Z] #43 26.68 crypto/internal/subtle
02:26:52 [2020-12-15T02:26:52.935Z] #43 26.75 crypto/subtle
02:26:52 [2020-12-15T02:26:52.935Z] #43 26.91 vendor/golang.org/x/crypto/cryptobyte/asn1
02:26:52 [2020-12-15T02:26:52.935Z] #43 27.27 internal/nettrace
02:26:52 [2020-12-15T02:26:52.935Z] #43 27.42 runtime/cgo
02:26:53 [2020-12-15T02:26:53.160Z] #51 ...
02:26:53 [2020-12-15T02:26:53.160Z] 
02:26:53 [2020-12-15T02:26:53.160Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:53 [2020-12-15T02:26:53.160Z] #45 76.86 time
02:26:53 [2020-12-15T02:26:53.160Z] #45 83.32 regexp
02:26:53 [2020-12-15T02:26:53.160Z] #45 ...
02:26:53 [2020-12-15T02:26:53.160Z] 
02:26:53 [2020-12-15T02:26:53.160Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:53 [2020-12-15T02:26:53.160Z] #34 80.17 internal/poll
02:26:53 [2020-12-15T02:26:53.160Z] #34 82.25 os
02:26:53 [2020-12-15T02:26:53.160Z] #34 83.23 internal/fmtsort
02:26:53 [2020-12-15T02:26:53.160Z] #34 84.81 path/filepath
02:26:53 [2020-12-15T02:26:53.160Z] #34 84.81 fmt
02:26:53 [2020-12-15T02:26:53.160Z] #34 86.31 io/ioutil
02:26:53 [2020-12-15T02:26:53.368Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
02:26:53 [2020-12-15T02:26:53.406Z] #49 ...
02:26:53 [2020-12-15T02:26:53.406Z] 
02:26:53 [2020-12-15T02:26:53.406Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:53 [2020-12-15T02:26:53.406Z] #40 18.46 Fetched 8233 kB in 13s (657 kB/s)
02:26:53 [2020-12-15T02:26:53.406Z] #40 18.46 Reading package lists...
02:26:53 [2020-12-15T02:26:53.406Z] #40 24.39 Reading package lists...
02:26:53 [2020-12-15T02:26:53.406Z] #40 ...
02:26:53 [2020-12-15T02:26:53.406Z] 
02:26:53 [2020-12-15T02:26:53.406Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:26:53 [2020-12-15T02:26:53.406Z] #27 25.60 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
02:26:53 [2020-12-15T02:26:53.406Z] #27 26.10 #=#=#                                                                         
02:26:53 [2020-12-15T02:26:53.406Z] #27 26.33 
######################################################################## 100.0%
02:26:53 [2020-12-15T02:26:53.406Z] #27 26.49 
02:26:53 [2020-12-15T02:26:53.406Z] #27 27.75 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
02:26:53 [2020-12-15T02:26:53.406Z] #27 28.44 
02:26:53 [2020-12-15T02:26:53.406Z] #27 28.67 
######################################################################## 100.0%
02:26:53 [2020-12-15T02:26:53.406Z] #27 28.88 
02:26:53 [2020-12-15T02:26:53.457Z] #34 ...
02:26:53 [2020-12-15T02:26:53.457Z] 
02:26:53 [2020-12-15T02:26:53.457Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:53 [2020-12-15T02:26:53.457Z] #43 21.41   CC       images/core-aarch64.o
02:26:53 [2020-12-15T02:26:53.606Z] #38 ...
02:26:53 [2020-12-15T02:26:53.606Z] 
02:26:53 [2020-12-15T02:26:53.606Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:53 [2020-12-15T02:26:53.606Z] #62 34.85 Checking out files:  50% (969/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.
02:26:53 [2020-12-15T02:26:53.606Z] #62 36.03 + cd /tmp/tmp.AriBPIwDc4/src/github.com/docker/libnetwork
02:26:53 [2020-12-15T02:26:53.606Z] #62 36.03 + git checkout -q 5c6a95bfb20c61571a00f913c6b91959ede84e8d
02:26:53 [2020-12-15T02:26:53.606Z] #62 36.91 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy
02:26:53 [2020-12-15T02:26:53.776Z] #27 29.00 Download of images into '/build' complete.
02:26:53 [2020-12-15T02:26:53.776Z] #27 29.00 Use something like the following to load the result into a Docker daemon:
02:26:53 [2020-12-15T02:26:53.776Z] #27 29.00   tar -cC '/build' . | docker load
02:26:53 [2020-12-15T02:26:53.875Z] #43 ...
02:26:53 [2020-12-15T02:26:53.875Z] 
02:26:53 [2020-12-15T02:26:53.875Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:53 [2020-12-15T02:26:53.875Z] #32 19.84 internal/testlog
02:26:53 [2020-12-15T02:26:53.875Z] #32 20.42 encoding
02:26:53 [2020-12-15T02:26:53.875Z] #32 21.00 runtime/cgo
02:26:54 [2020-12-15T02:26:54.041Z] #27 ...
02:26:54 [2020-12-15T02:26:54.041Z] 
02:26:54 [2020-12-15T02:26:54.041Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:54 [2020-12-15T02:26:54.041Z] #11 18.92 Fetched 8233 kB in 13s (646 kB/s)
02:26:54 [2020-12-15T02:26:54.041Z] #11 18.92 Reading package lists...
02:26:54 [2020-12-15T02:26:54.041Z] #11 26.41 Reading package lists...
02:26:54 [2020-12-15T02:26:54.041Z] #11 ...
02:26:54 [2020-12-15T02:26:54.041Z] 
02:26:54 [2020-12-15T02:26:54.041Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:54 [2020-12-15T02:26:54.041Z] #47 25.62 go: downloading gopkg.in/yaml.v2 v2.2.7
02:26:54 [2020-12-15T02:26:54.041Z] #47 25.79 go: extracting gopkg.in/yaml.v2 v2.2.7
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.78 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.78 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.79 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.80 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.82 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.84 go: downloading github.com/sourcegraph/go-diff v0.5.1
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.86 go: downloading golang.org/x/text v0.3.2
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.89 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.96 go: downloading github.com/go-toolsmith/astp v1.0.0
02:26:54 [2020-12-15T02:26:54.041Z] #47 27.98 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.25 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.26 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.30 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.45 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.47 go: extracting github.com/sourcegraph/go-diff v0.5.1
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.49 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.57 go: extracting github.com/go-toolsmith/strparse v1.0.0
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.57 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.59 go: extracting github.com/go-toolsmith/astp v1.0.0
02:26:54 [2020-12-15T02:26:54.041Z] #47 28.96 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:26:54 [2020-12-15T02:26:54.041Z] #47 29.17 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:26:54 [2020-12-15T02:26:54.041Z] #47 ...
02:26:54 [2020-12-15T02:26:54.041Z] 
02:26:54 [2020-12-15T02:26:54.041Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:54 [2020-12-15T02:26:54.041Z] #53 19.30 Fetched 8233 kB in 15s (563 kB/s)
02:26:54 [2020-12-15T02:26:54.041Z] #53 19.30 Reading package lists...
02:26:54 [2020-12-15T02:26:54.119Z] #43 21.90   CC       images/core-ppc64.o
02:26:54 [2020-12-15T02:26:54.136Z] #32 ...
02:26:54 [2020-12-15T02:26:54.136Z] 
02:26:54 [2020-12-15T02:26:54.136Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:26:54 [2020-12-15T02:26:54.136Z] #38 28.79 Checking out files:  74% (1239/1666)   
Checking out files:  75% (1250/1666)   
Checking out files:  76% (1267/1666)   
Checking out files:  77% (1283/1666)   
Checking out files:  78% (1300/1666)   
Checking out files:  79% (1317/1666)   
Checking out files:  80% (1333/1666)   
Checking out files:  81% (1350/1666)   
Checking out files:  82% (1367/1666)   
Checking out files:  83% (1383/1666)   
Checking out files:  84% (1400/1666)   
Checking out files:  85% (1417/1666)   
Checking out files:  86% (1433/1666)   
Checking out files:  87% (1450/1666)   
Checking out files:  88% (1467/1666)   
Checking out files:  89% (1483/1666)   
Checking out files:  90% (1500/1666)   
Checking out files:  91% (1517/1666)   
Checking out files:  92% (1533/1666)   
Checking out files:  93% (1550/1666)   
Checking out files:  94% (1567/1666)   
Checking out files:  95% (1583/1666)   
Checking out files:  96% (1600/1666)   
Checking out files:  97% (1617/1666)   
Checking out files:  98% (1633/1666)   
Checking out files:  99% (1650/1666)   
Checking out files: 100% (1666/1666)   
Checking out files: 100% (1666/1666), done.
02:26:54 [2020-12-15T02:26:54.136Z] #38 29.60 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
02:26:54 [2020-12-15T02:26:54.401Z] #53 25.52 Reading package lists...
02:26:54 [2020-12-15T02:26:54.401Z] #53 ...
02:26:54 [2020-12-15T02:26:54.401Z] 
02:26:54 [2020-12-15T02:26:54.401Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:54 [2020-12-15T02:26:54.401Z] #34 20.70 Reading package lists...
02:26:54 [2020-12-15T02:26:54.548Z] #62 ...
02:26:54 [2020-12-15T02:26:54.548Z] 
02:26:54 [2020-12-15T02:26:54.548Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:54 [2020-12-15T02:26:54.548Z] #34 31.70 Fetched 8409 kB in 24s (347 kB/s)
02:26:54 [2020-12-15T02:26:54.548Z] #34 31.70 Reading package lists...
02:26:54 [2020-12-15T02:26:54.548Z] #34 ...
02:26:54 [2020-12-15T02:26:54.548Z] 
02:26:54 [2020-12-15T02:26:54.548Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:54 [2020-12-15T02:26:54.548Z] #43 40.80 vendor/golang.org/x/crypto/internal/subtle
02:26:54 [2020-12-15T02:26:54.548Z] #43 40.86 vendor/golang.org/x/crypto/curve25519
02:26:54 [2020-12-15T02:26:54.772Z] #43 22.70   CC       images/core-s390.o
02:26:54 [2020-12-15T02:26:54.823Z] #43 ...
02:26:54 [2020-12-15T02:26:54.823Z] 
02:26:54 [2020-12-15T02:26:54.823Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:54 [2020-12-15T02:26:54.823Z] #49 32.10 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:54 [2020-12-15T02:26:54.823Z] #49 34.30 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:26:54 [2020-12-15T02:26:54.823Z] #49 34.64 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:26:54 [2020-12-15T02:26:54.823Z] #49 34.84 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:26:54 [2020-12-15T02:26:54.823Z] #49 34.87 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:26:54 [2020-12-15T02:26:54.823Z] #49 36.31 runtime
02:26:54 [2020-12-15T02:26:54.823Z] #49 36.32 runtime/cgo
02:26:55 [2020-12-15T02:26:55.083Z] #49 ...
02:26:55 [2020-12-15T02:26:55.083Z] 
02:26:55 [2020-12-15T02:26:55.083Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:26:55 [2020-12-15T02:26:55.083Z] #34 31.70 Reading package lists...
02:26:55 [2020-12-15T02:26:55.415Z] #43 23.45   CC       images/cpuinfo.o
02:26:55 [2020-12-15T02:26:55.511Z] #54 ...
02:26:55 [2020-12-15T02:26:55.511Z] 
02:26:55 [2020-12-15T02:26:55.511Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:55 [2020-12-15T02:26:55.511Z] #43 131.1 go/doc
02:26:55 [2020-12-15T02:26:55.511Z] #43 135.0 github.com/LK4D4/vndr/versioned
02:26:55 [2020-12-15T02:26:55.511Z] #43 135.1 compress/flate
02:26:55 [2020-12-15T02:26:55.511Z] #43 135.9 github.com/LK4D4/vndr/build
02:26:55 [2020-12-15T02:26:55.511Z] #43 139.3 hash/crc32
02:26:55 [2020-12-15T02:26:55.511Z] #43 140.0 compress/gzip
02:26:55 [2020-12-15T02:26:55.511Z] #43 140.6 net
02:26:55 [2020-12-15T02:26:55.511Z] #43 140.9 vendor/golang.org/x/text/transform
02:26:55 [2020-12-15T02:26:55.511Z] #43 ...
02:26:55 [2020-12-15T02:26:55.511Z] 
02:26:55 [2020-12-15T02:26:55.511Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:55 [2020-12-15T02:26:55.511Z] #41 28.64   CC       images/stats.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 29.24   CC       images/core.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 30.52   CC       images/core-x86.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 31.05   CC       images/core-arm.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 31.81   CC       images/core-aarch64.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 32.47   CC       images/core-ppc64.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 33.49   CC       images/core-s390.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 34.60   CC       images/cpuinfo.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 35.34   CC       images/inventory.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 35.75   CC       images/fdinfo.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 36.11   CC       images/fown.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 36.56   CC       images/ns.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 36.74   CC       images/regfile.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 37.01   CC       images/ghost-file.o
02:26:55 [2020-12-15T02:26:55.511Z] #41 37.38   CC       images/fifo.o
02:26:55 [2020-12-15T02:26:55.767Z] #41 37.68   CC       images/remap-file-path.o
02:26:56 [2020-12-15T02:26:56.027Z] #41 38.00   CC       images/eventfd.o
02:26:56 [2020-12-15T02:26:56.027Z] #41 ...
02:26:56 [2020-12-15T02:26:56.027Z] 
02:26:56 [2020-12-15T02:26:56.027Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:26:56 [2020-12-15T02:26:56.027Z] #43 142.1 vendor/golang.org/x/text/unicode/bidi
02:26:56 [2020-12-15T02:26:56.064Z] #43 23.96   CC       images/inventory.o
02:26:56 [2020-12-15T02:26:56.363Z] #43 24.36   CC       images/fdinfo.o
02:26:56 [2020-12-15T02:26:56.661Z] #43 24.75   CC       images/fown.o
02:26:56 [2020-12-15T02:26:56.958Z] #43 ...
02:26:56 [2020-12-15T02:26:56.958Z] 
02:26:56 [2020-12-15T02:26:56.958Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:26:56 [2020-12-15T02:26:56.958Z] #49 135.0 mvdan.cc/sh/v3/cmd/shfmt
02:26:56 [2020-12-15T02:26:56.958Z] #49 DONE 143.2s
02:26:56 [2020-12-15T02:26:56.959Z] #43 25.02   CC       images/ns.o
02:26:57 [2020-12-15T02:26:57.214Z] 
02:26:57 [2020-12-15T02:26:57.214Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:26:57 [2020-12-15T02:26:57.214Z] #41 38.40   CC       images/eventpoll.o
02:26:57 [2020-12-15T02:26:57.214Z] #41 38.77   CC       images/fh.o
02:26:57 [2020-12-15T02:26:57.257Z] #43 25.27   CC       images/regfile.o
02:26:57 [2020-12-15T02:26:57.436Z] #38 32.69 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
02:26:57 [2020-12-15T02:26:57.470Z] #41 39.23   CC       images/fsnotify.o
02:26:57 [2020-12-15T02:26:57.555Z] #43 25.58   CC       images/ghost-file.o
02:26:57 [2020-12-15T02:26:57.736Z] #34 27.56 Reading package lists...
02:26:57 [2020-12-15T02:26:57.736Z] #34 ...
02:26:57 [2020-12-15T02:26:57.736Z] 
02:26:57 [2020-12-15T02:26:57.736Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:57 [2020-12-15T02:26:57.736Z] #47 29.72 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:26:57 [2020-12-15T02:26:57.736Z] #47 29.78 go: downloading github.com/ultraware/whitespace v0.0.4
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.07 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.07 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.35 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.37 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.39 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.39 go: downloading github.com/mitchellh/mapstructure v1.1.2
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.56 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.60 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.64 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.88 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.89 go: extracting github.com/ultraware/whitespace v0.0.4
02:26:57 [2020-12-15T02:26:57.736Z] #47 30.90 go: downloading github.com/go-toolsmith/astequal v1.0.0
02:26:57 [2020-12-15T02:26:57.736Z] #47 31.67 go: extracting github.com/mitchellh/mapstructure v1.1.2
02:26:57 [2020-12-15T02:26:57.736Z] #47 31.74 go: downloading github.com/ultraware/funlen v0.0.2
02:26:57 [2020-12-15T02:26:57.736Z] #47 31.89 go: extracting github.com/go-toolsmith/astequal v1.0.0
02:26:57 [2020-12-15T02:26:57.736Z] #47 31.98 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:26:57 [2020-12-15T02:26:57.736Z] #47 32.19 go: extracting github.com/go-toolsmith/astcast v1.0.0
02:26:57 [2020-12-15T02:26:57.736Z] #47 32.19 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
02:26:57 [2020-12-15T02:26:57.736Z] #47 32.19 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:26:57 [2020-12-15T02:26:57.736Z] #47 32.74 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:26:57 [2020-12-15T02:26:57.736Z] #47 32.79 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:26:57 [2020-12-15T02:26:57.736Z] #47 32.82 go: downloading github.com/uudashr/gocognit v1.0.1
02:26:57 [2020-12-15T02:26:57.852Z] #43 26.01   CC       images/fifo.o
02:26:57 [2020-12-15T02:26:57.882Z] #34 42.64 Reading package lists...
02:26:57 [2020-12-15T02:26:57.882Z] #34 ...
02:26:57 [2020-12-15T02:26:57.882Z] 
02:26:57 [2020-12-15T02:26:57.882Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:57 [2020-12-15T02:26:57.882Z] #11 34.85 Fetched 8409 kB in 26s (322 kB/s)
02:26:57 [2020-12-15T02:26:57.882Z] #11 34.85 Reading package lists...
02:26:57 [2020-12-15T02:26:57.882Z] #11 ...
02:26:57 [2020-12-15T02:26:57.882Z] 
02:26:57 [2020-12-15T02:26:57.882Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:57 [2020-12-15T02:26:57.882Z] #47 34.98 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:26:57 [2020-12-15T02:26:57.882Z] #47 41.73 go: extracting golang.org/x/text v0.3.2
02:26:57 [2020-12-15T02:26:57.882Z] #47 43.13 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
02:26:57 [2020-12-15T02:26:57.882Z] #47 43.21 go: downloading github.com/ultraware/whitespace v0.0.4
02:26:57 [2020-12-15T02:26:57.882Z] #47 43.40 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:26:57 [2020-12-15T02:26:57.882Z] #47 43.40 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.42 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.42 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.51 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.54 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.55 go: downloading github.com/go-toolsmith/astp v1.0.0
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.63 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.65 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.69 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.69 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.71 go: extracting github.com/ultraware/whitespace v0.0.4
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.87 go: extracting github.com/go-toolsmith/astp v1.0.0
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.87 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.90 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.91 go: extracting github.com/go-toolsmith/strparse v1.0.0
02:26:57 [2020-12-15T02:26:57.883Z] #47 43.92 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.00 go: downloading github.com/sourcegraph/go-diff v0.5.1
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.07 go: extracting github.com/go-toolsmith/astcopy v1.0.0
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.08 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.15 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.23 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.24 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.75 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.80 go: downloading github.com/pmezard/go-difflib v1.0.0
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.82 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.91 go: extracting github.com/sourcegraph/go-diff v0.5.1
02:26:57 [2020-12-15T02:26:57.883Z] #47 44.94 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:26:57 [2020-12-15T02:26:57.883Z] #47 ...
02:26:57 [2020-12-15T02:26:57.883Z] 
02:26:57 [2020-12-15T02:26:57.883Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:26:57 [2020-12-15T02:26:57.883Z] #40 34.77 Fetched 8409 kB in 26s (326 kB/s)
02:26:57 [2020-12-15T02:26:57.883Z] #40 34.77 Reading package lists...
02:26:57 [2020-12-15T02:26:57.883Z] #40 ...
02:26:57 [2020-12-15T02:26:57.883Z] 
02:26:57 [2020-12-15T02:26:57.883Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:26:58 [2020-12-15T02:26:58.160Z] #47 33.15 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:26:58 [2020-12-15T02:26:58.397Z] #41 40.31   CC       images/signalfd.o
02:26:58 [2020-12-15T02:26:58.453Z] #11 45.29 Reading package lists...
02:26:58 [2020-12-15T02:26:58.454Z] #11 ...
02:26:58 [2020-12-15T02:26:58.454Z] 
02:26:58 [2020-12-15T02:26:58.454Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:26:58 [2020-12-15T02:26:58.454Z] #53 35.80 Fetched 8409 kB in 27s (313 kB/s)
02:26:58 [2020-12-15T02:26:58.454Z] #53 35.80 Reading package lists...
02:26:58 [2020-12-15T02:26:58.496Z] #43 26.35   CC       images/remap-file-path.o
02:26:58 [2020-12-15T02:26:58.496Z] #43 26.57   CC       images/eventfd.o
02:26:58 [2020-12-15T02:26:58.740Z] #47 33.47 go: extracting github.com/ultraware/funlen v0.0.2
02:26:58 [2020-12-15T02:26:58.740Z] #47 33.52 go: downloading github.com/go-toolsmith/typep v1.0.0
02:26:58 [2020-12-15T02:26:58.740Z] #47 33.74 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
02:26:58 [2020-12-15T02:26:58.740Z] #47 33.75 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:26:58 [2020-12-15T02:26:58.751Z] #53 ...
02:26:58 [2020-12-15T02:26:58.751Z] 
02:26:58 [2020-12-15T02:26:58.751Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:26:58 [2020-12-15T02:26:58.751Z] #47 45.29 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:26:58 [2020-12-15T02:26:58.751Z] #47 45.44 go: extracting github.com/pmezard/go-difflib v1.0.0
02:26:58 [2020-12-15T02:26:58.751Z] #47 45.44 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
02:26:58 [2020-12-15T02:26:58.751Z] #47 46.02 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:26:58 [2020-12-15T02:26:58.751Z] #47 46.03 go: downloading github.com/go-toolsmith/astequal v1.0.0
02:26:58 [2020-12-15T02:26:58.751Z] #47 46.03 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:26:58 [2020-12-15T02:26:58.751Z] #47 46.05 go: downloading github.com/go-toolsmith/typep v1.0.0
02:26:58 [2020-12-15T02:26:58.794Z] #43 26.87   CC       images/eventpoll.o
02:26:58 [2020-12-15T02:26:58.959Z] #41 40.80   CC       images/fs.o
02:26:59 [2020-12-15T02:26:59.005Z] #47 34.19 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:26:59 [2020-12-15T02:26:59.005Z] #47 34.20 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:26:59 [2020-12-15T02:26:59.005Z] #47 34.22 go: extracting github.com/uudashr/gocognit v1.0.1
02:26:59 [2020-12-15T02:26:59.215Z] #41 41.22   CC       images/pstree.o
02:26:59 [2020-12-15T02:26:59.269Z] #47 34.23 go: downloading github.com/kisielk/gotool v1.0.0
02:26:59 [2020-12-15T02:26:59.269Z] #47 34.34 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:26:59 [2020-12-15T02:26:59.269Z] #47 34.35 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:26:59 [2020-12-15T02:26:59.269Z] #47 34.35 go: downloading github.com/gogo/protobuf v1.2.1
02:26:59 [2020-12-15T02:26:59.319Z] #47 46.50 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:26:59 [2020-12-15T02:26:59.319Z] #47 46.56 go: extracting github.com/go-toolsmith/astequal v1.0.0
02:26:59 [2020-12-15T02:26:59.319Z] #47 46.61 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:26:59 [2020-12-15T02:26:59.319Z] #47 46.61 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:26:59 [2020-12-15T02:26:59.440Z] #43 27.23   CC       images/fh.o
02:26:59 [2020-12-15T02:26:59.440Z] #43 27.56   CC       images/fsnotify.o
02:26:59 [2020-12-15T02:26:59.533Z] #47 34.50 go: extracting github.com/go-toolsmith/typep v1.0.0
02:26:59 [2020-12-15T02:26:59.533Z] #47 34.60 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:26:59 [2020-12-15T02:26:59.578Z] #47 46.92 go: extracting github.com/go-toolsmith/typep v1.0.0
02:26:59 [2020-12-15T02:26:59.578Z] #47 46.97 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:26:59 [2020-12-15T02:26:59.738Z] #43 ...
02:26:59 [2020-12-15T02:26:59.738Z] 
02:26:59 [2020-12-15T02:26:59.738Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:26:59 [2020-12-15T02:26:59.738Z] #56 46.36 Checking out files:  63% (2365/3706)   
Checking out files:  64% (2372/3706)   
Checking out files:  65% (2409/3706)   
Checking out files:  66% (2446/3706)   
Checking out files:  67% (2484/3706)   
Checking out files:  68% (2521/3706)   
Checking out files:  69% (2558/3706)   
Checking out files:  70% (2595/3706)   
Checking out files:  71% (2632/3706)   
Checking out files:  72% (2669/3706)   
Checking out files:  73% (2706/3706)   
Checking out files:  74% (2743/3706)   
Checking out files:  75% (2780/3706)   
Checking out files:  76% (2817/3706)   
Checking out files:  77% (2854/3706)   
Checking out files:  78% (2891/3706)   
Checking out files:  79% (2928/3706)   
Checking out files:  80% (2965/3706)   
Checking out files:  81% (3002/3706)   
Checking out files:  82% (3039/3706)   
Checking out files:  83% (3076/3706)   
Checking out files:  84% (3114/3706)   
Checking out files:  85% (3151/3706)   
Checking out files:  86% (3188/3706)   
Checking out files:  87% (3225/3706)   
Checking out files:  88% (3262/3706)   
Checking out files:  89% (3299/3706)   
Checking out files:  90% (3336/3706)   
Checking out files:  91% (3373/3706)   
Checking out files:  92% (3410/3706)   
Checking out files:  93% (3447/3706)   
Checking out files:  94% (3484/3706)   
Checking out files:  95% (3521/3706)   
Checking out files:  96% (3558/3706)   
Checking out files:  97% (3595/3706)   
Checking out files:  98% (3632/3706)   
Checking out files:  99% (3669/3706)   
Checking out files: 100% (3706/3706)   
Checking out files: 100% (3706/3706), done.
02:26:59 [2020-12-15T02:26:59.738Z] #56 47.34 + cd /tmp/tmp.ATgmxi4tOp/src/github.com/containerd/containerd
02:26:59 [2020-12-15T02:26:59.738Z] #56 47.34 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + export 'BUILDTAGS=netgo osusergo static_build'
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + BUILDTAGS='netgo osusergo static_build'
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + export EXTRA_FLAGS=-buildmode=pie
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + EXTRA_FLAGS=-buildmode=pie
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + '[' '' = dynamic ']'
02:26:59 [2020-12-15T02:26:59.738Z] #56 48.79 + make
02:26:59 [2020-12-15T02:26:59.738Z] #56 49.74 + bin/ctr
02:26:59 [2020-12-15T02:26:59.776Z] #41 41.67   CC       images/pipe.o
02:26:59 [2020-12-15T02:26:59.797Z] #47 34.77 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:26:59 [2020-12-15T02:26:59.797Z] #47 34.77 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:26:59 [2020-12-15T02:26:59.797Z] #47 34.88 go: downloading github.com/gobwas/glob v0.2.3
02:26:59 [2020-12-15T02:26:59.837Z] #47 47.13 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:26:59 [2020-12-15T02:26:59.837Z] #47 47.21 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:27:00 [2020-12-15T02:27:00.004Z] #38 ...
02:27:00 [2020-12-15T02:27:00.004Z] 
02:27:00 [2020-12-15T02:27:00.004Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:00 [2020-12-15T02:27:00.004Z] #47 25.90 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
02:27:00 [2020-12-15T02:27:00.004Z] #47 28.12 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.63 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.64 go: downloading github.com/pmezard/go-difflib v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.83 go: downloading github.com/go-toolsmith/astcopy v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.90 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.90 go: downloading github.com/hashicorp/hcl v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.90 go: downloading github.com/pelletier/go-toml v1.2.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.90 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.90 go: downloading github.com/go-toolsmith/astp v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.97 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:27:00 [2020-12-15T02:27:00.004Z] #47 31.97 go: downloading github.com/ultraware/whitespace v0.0.4
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.06 go: extracting github.com/pmezard/go-difflib v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.22 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.24 go: downloading gopkg.in/yaml.v2 v2.2.7
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.29 go: extracting github.com/go-toolsmith/astcopy v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.29 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.38 go: extracting github.com/tommy-muehle/go-mnd v1.1.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.41 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.43 go: extracting github.com/go-toolsmith/astp v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.51 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.56 go: extracting github.com/pelletier/go-toml v1.2.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.56 go: extracting github.com/ultraware/whitespace v0.0.4
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.57 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.59 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.60 go: downloading gopkg.in/ini.v1 v1.51.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.67 go: downloading github.com/mattn/go-isatty v0.0.8
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.70 go: extracting gopkg.in/yaml.v2 v2.2.7
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.82 go: extracting github.com/go-toolsmith/astcast v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.83 go: extracting github.com/hashicorp/hcl v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.86 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:27:00 [2020-12-15T02:27:00.004Z] #47 32.97 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.11 go: downloading github.com/fsnotify/fsnotify v1.4.7
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.19 go: downloading github.com/magiconair/properties v1.8.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.20 go: downloading github.com/gogo/protobuf v1.2.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.24 go: downloading github.com/davecgh/go-spew v1.1.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.27 go: extracting github.com/mattn/go-isatty v0.0.8
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.42 go: extracting github.com/magiconair/properties v1.8.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.47 go: downloading github.com/spf13/jwalterweatherman v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 33.92 go: extracting gopkg.in/ini.v1 v1.51.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.00 go: extracting github.com/davecgh/go-spew v1.1.1
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.03 go: extracting github.com/fsnotify/fsnotify v1.4.7
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.06 go: downloading github.com/spf13/cobra v0.0.5
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.17 go: extracting github.com/spf13/jwalterweatherman v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.25 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.44 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.63 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.88 go: downloading github.com/subosito/gotenv v1.2.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.88 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:27:00 [2020-12-15T02:27:00.004Z] #47 34.90 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.04 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.26 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.33 go: downloading github.com/spf13/afero v1.1.2
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.38 go: downloading github.com/go-toolsmith/strparse v1.0.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.43 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.43 go: extracting github.com/subosito/gotenv v1.2.0
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.62 go: extracting github.com/spf13/cobra v0.0.5
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.77 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:27:00 [2020-12-15T02:27:00.004Z] #47 35.98 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
02:27:00 [2020-12-15T02:27:00.032Z] #41 42.02   CC       images/tcp-stream.o
02:27:00 [2020-12-15T02:27:00.062Z] #47 35.03 go: extracting golang.org/x/text v0.3.2
02:27:00 [2020-12-15T02:27:00.096Z] #47 47.42 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:27:00 [2020-12-15T02:27:00.096Z] #47 47.47 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:27:00 [2020-12-15T02:27:00.282Z] #47 36.14 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
02:27:00 [2020-12-15T02:27:00.376Z] #47 ...
02:27:00 [2020-12-15T02:27:00.376Z] 
02:27:00 [2020-12-15T02:27:00.376Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:00 [2020-12-15T02:27:00.376Z] #43 35.44 io
02:27:00 [2020-12-15T02:27:00.376Z] #43 35.45 strconv
02:27:00 [2020-12-15T02:27:00.376Z] #43 35.48 sort
02:27:00 [2020-12-15T02:27:00.553Z] #47 36.57 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:27:00 [2020-12-15T02:27:00.593Z] #41 42.28   CC       images/sk-packet.o
02:27:00 [2020-12-15T02:27:00.664Z] #47 47.98 go: downloading github.com/spf13/jwalterweatherman v1.0.0
02:27:00 [2020-12-15T02:27:00.849Z] #41 42.72   CC       images/mnt.o
02:27:00 [2020-12-15T02:27:00.885Z] #43 35.52 syscall
02:27:00 [2020-12-15T02:27:00.908Z] #47 36.74 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:27:00 [2020-12-15T02:27:00.908Z] #47 36.84 go: extracting github.com/go-toolsmith/strparse v1.0.0
02:27:00 [2020-12-15T02:27:00.923Z] #47 48.07 go: downloading github.com/go-toolsmith/astcast v1.0.0
02:27:00 [2020-12-15T02:27:00.923Z] #47 48.21 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:27:01 [2020-12-15T02:27:01.169Z] #47 36.97 go: downloading github.com/inconshreveable/mousetrap v1.0.0
02:27:01 [2020-12-15T02:27:01.169Z] #47 36.99 go: extracting github.com/bombsimon/wsl/v2 v2.0.0
02:27:01 [2020-12-15T02:27:01.169Z] #47 37.01 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:01 [2020-12-15T02:27:01.169Z] #47 37.05 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
02:27:01 [2020-12-15T02:27:01.169Z] #47 37.06 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:27:01 [2020-12-15T02:27:01.169Z] #47 37.10 go: downloading github.com/spf13/pflag v1.0.5
02:27:01 [2020-12-15T02:27:01.169Z] #47 37.13 go: extracting github.com/spf13/afero v1.1.2
02:27:01 [2020-12-15T02:27:01.169Z] #47 37.17 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:27:01 [2020-12-15T02:27:01.185Z] #47 48.39 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:27:01 [2020-12-15T02:27:01.185Z] #47 48.47 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:27:01 [2020-12-15T02:27:01.185Z] #47 48.51 go: extracting github.com/spf13/jwalterweatherman v1.0.0
02:27:01 [2020-12-15T02:27:01.411Z] #41 43.22   CC       images/pipe-data.o
02:27:01 [2020-12-15T02:27:01.430Z] #47 37.34 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:27:01 [2020-12-15T02:27:01.517Z] #47 48.74 go: extracting github.com/go-toolsmith/astcast v1.0.0
02:27:01 [2020-12-15T02:27:01.517Z] #47 48.75 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:27:01 [2020-12-15T02:27:01.517Z] #47 48.76 go: downloading github.com/gogo/protobuf v1.2.1
02:27:01 [2020-12-15T02:27:01.667Z] #41 43.70   CC       images/sa.o
02:27:01 [2020-12-15T02:27:01.691Z] #47 37.63 go: extracting github.com/inconshreveable/mousetrap v1.0.0
02:27:01 [2020-12-15T02:27:01.691Z] #47 37.63 go: downloading github.com/ultraware/funlen v0.0.2
02:27:01 [2020-12-15T02:27:01.799Z] #47 49.11 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:27:01 [2020-12-15T02:27:01.799Z] #47 49.18 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:27:02 [2020-12-15T02:27:02.063Z] #47 49.18 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
02:27:02 [2020-12-15T02:27:02.063Z] #47 49.20 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:27:02 [2020-12-15T02:27:02.063Z] #47 49.27 go: downloading github.com/kisielk/gotool v1.0.0
02:27:02 [2020-12-15T02:27:02.229Z] #41 44.00   CC       images/timer.o
02:27:02 [2020-12-15T02:27:02.263Z] #47 38.06 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:27:02 [2020-12-15T02:27:02.325Z] #47 49.63 go: extracting github.com/kisielk/gotool v1.0.0
02:27:02 [2020-12-15T02:27:02.325Z] #47 49.68 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1
02:27:02 [2020-12-15T02:27:02.382Z] #43 37.44 bytes
02:27:02 [2020-12-15T02:27:02.383Z] #43 37.46 strings
02:27:02 [2020-12-15T02:27:02.485Z] #41 44.39   CC       images/timerfd.o
02:27:02 [2020-12-15T02:27:02.515Z] #56 ...
02:27:02 [2020-12-15T02:27:02.515Z] 
02:27:02 [2020-12-15T02:27:02.515Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:02 [2020-12-15T02:27:02.515Z] #13 96.31 Selecting previously unselected package g++-mingw-w64-x86-64.
02:27:02 [2020-12-15T02:27:02.515Z] #13 96.33 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ...
02:27:02 [2020-12-15T02:27:02.515Z] #13 96.34 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:27:02 [2020-12-15T02:27:02.524Z] #47 38.18 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:27:02 [2020-12-15T02:27:02.524Z] #47 38.24 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:02 [2020-12-15T02:27:02.524Z] #47 38.35 go: extracting github.com/spf13/pflag v1.0.5
02:27:02 [2020-12-15T02:27:02.524Z] #47 38.43 go: extracting github.com/ultraware/funlen v0.0.2
02:27:02 [2020-12-15T02:27:02.524Z] #47 38.49 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:27:02 [2020-12-15T02:27:02.524Z] #47 38.55 go: downloading github.com/mitchellh/mapstructure v1.1.2
02:27:02 [2020-12-15T02:27:02.598Z] #47 49.87 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:27:02 [2020-12-15T02:27:02.598Z] #47 49.91 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:27:02 [2020-12-15T02:27:02.598Z] #47 49.93 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:27:02 [2020-12-15T02:27:02.598Z] #47 49.93 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:02 [2020-12-15T02:27:02.598Z] #47 49.97 go: downloading github.com/uudashr/gocognit v1.0.1
02:27:02 [2020-12-15T02:27:02.598Z] #47 49.99 go: extracting honnef.co/go/tools v0.0.1-2019.2.3
02:27:02 [2020-12-15T02:27:02.741Z] #41 44.78   CC       images/mm.o
02:27:02 [2020-12-15T02:27:02.879Z] #47 50.15 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:27:02 [2020-12-15T02:27:02.879Z] #47 50.16 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:27:02 [2020-12-15T02:27:02.879Z] #47 50.19 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:03 [2020-12-15T02:27:03.001Z] #41 45.05   CC       images/sk-opts.o
02:27:03 [2020-12-15T02:27:03.257Z] #41 45.27   CC       images/sk-unix.o
02:27:03 [2020-12-15T02:27:03.336Z] #47 38.86 go: downloading github.com/uudashr/gocognit v1.0.1
02:27:03 [2020-12-15T02:27:03.336Z] #47 38.89 go: downloading github.com/go-toolsmith/typep v1.0.0
02:27:03 [2020-12-15T02:27:03.336Z] #47 38.97 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:03 [2020-12-15T02:27:03.336Z] #47 39.10 go: downloading github.com/spf13/cast v1.3.0
02:27:03 [2020-12-15T02:27:03.449Z] #47 50.56 go: extracting github.com/uudashr/gocognit v1.0.1
02:27:03 [2020-12-15T02:27:03.449Z] #47 50.72 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:27:03 [2020-12-15T02:27:03.449Z] #47 50.74 go: downloading github.com/gobwas/glob v0.2.3
02:27:03 [2020-12-15T02:27:03.449Z] #47 50.85 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:27:03 [2020-12-15T02:27:03.568Z] #13 ...
02:27:03 [2020-12-15T02:27:03.568Z] 
02:27:03 [2020-12-15T02:27:03.568Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:03 [2020-12-15T02:27:03.568Z] #34 88.39 flag
02:27:03 [2020-12-15T02:27:03.568Z] #34 88.39 log
02:27:03 [2020-12-15T02:27:03.568Z] #34 88.39 github.com/BurntSushi/toml
02:27:03 [2020-12-15T02:27:03.568Z] #34 92.78 github.com/BurntSushi/toml/cmd/tomlv
02:27:03 [2020-12-15T02:27:03.568Z] #34 DONE 97.1s
02:27:03 [2020-12-15T02:27:03.568Z] 
02:27:03 [2020-12-15T02:27:03.568Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:03 [2020-12-15T02:27:03.568Z] #43 28.33   CC       images/signalfd.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 28.62   CC       images/fs.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 28.89   CC       images/pstree.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 29.15   CC       images/pipe.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 29.45   CC       images/tcp-stream.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 29.67   CC       images/sk-packet.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 30.04   CC       images/mnt.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 30.33   CC       images/pipe-data.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 30.51   CC       images/sa.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 30.76   CC       images/timer.o
02:27:03 [2020-12-15T02:27:03.568Z] #43 31.30   CC       images/timerfd.o
02:27:03 [2020-12-15T02:27:03.597Z] #47 39.15 go: downloading golang.org/x/text v0.3.2
02:27:03 [2020-12-15T02:27:03.597Z] #47 39.18 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:27:03 [2020-12-15T02:27:03.597Z] #47 ...
02:27:03 [2020-12-15T02:27:03.597Z] 
02:27:03 [2020-12-15T02:27:03.597Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:03 [2020-12-15T02:27:03.597Z] #49 29.28 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625
02:27:03 [2020-12-15T02:27:03.597Z] #49 29.72 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
02:27:03 [2020-12-15T02:27:03.597Z] #49 29.80 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
02:27:03 [2020-12-15T02:27:03.597Z] #49 30.10 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be
02:27:03 [2020-12-15T02:27:03.597Z] #49 31.41 runtime/cgo
02:27:03 [2020-12-15T02:27:03.597Z] #49 31.43 runtime
02:27:03 [2020-12-15T02:27:03.821Z] #41 45.59   CC       images/sk-inet.o
02:27:03 [2020-12-15T02:27:03.874Z] #43 31.81   CC       images/mm.o
02:27:04 [2020-12-15T02:27:04.025Z] #47 51.33 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:27:04 [2020-12-15T02:27:04.025Z] #47 51.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:04 [2020-12-15T02:27:04.077Z] #41 45.98   CC       images/tun.o
02:27:04 [2020-12-15T02:27:04.172Z] #43 ...
02:27:04 [2020-12-15T02:27:04.172Z] 
02:27:04 [2020-12-15T02:27:04.172Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:04 [2020-12-15T02:27:04.172Z] #45 87.75 context
02:27:04 [2020-12-15T02:27:04.172Z] #45 89.42 os/exec
02:27:04 [2020-12-15T02:27:04.172Z] #45 89.47 net
02:27:04 [2020-12-15T02:27:04.172Z] #45 91.96 internal/lazyregexp
02:27:04 [2020-12-15T02:27:04.172Z] #45 92.58 github.com/LK4D4/vndr/versioned
02:27:04 [2020-12-15T02:27:04.172Z] #45 93.97 encoding/binary
02:27:04 [2020-12-15T02:27:04.172Z] #45 93.98 go/scanner
02:27:04 [2020-12-15T02:27:04.172Z] #45 94.47 net/url
02:27:04 [2020-12-15T02:27:04.172Z] #45 97.78 go/ast
02:27:04 [2020-12-15T02:27:04.172Z] #45 ...
02:27:04 [2020-12-15T02:27:04.172Z] 
02:27:04 [2020-12-15T02:27:04.172Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:04 [2020-12-15T02:27:04.172Z] #51 88.80 mvdan.cc/sh/v3/fileutil
02:27:04 [2020-12-15T02:27:04.172Z] #51 90.13 encoding/binary
02:27:04 [2020-12-15T02:27:04.172Z] #51 90.14 flag
02:27:04 [2020-12-15T02:27:04.172Z] #51 90.14 go/token
02:27:04 [2020-12-15T02:27:04.172Z] #51 90.16 github.com/pkg/diff
02:27:04 [2020-12-15T02:27:04.172Z] #51 92.61 go/scanner
02:27:04 [2020-12-15T02:27:04.172Z] #51 94.59 mvdan.cc/editorconfig
02:27:04 [2020-12-15T02:27:04.172Z] #51 95.24 mvdan.cc/sh/v3/syntax
02:27:04 [2020-12-15T02:27:04.172Z] #51 96.72 encoding/base64
02:27:04 [2020-12-15T02:27:04.172Z] #51 97.59 go/ast
02:27:04 [2020-12-15T02:27:04.286Z] #47 51.59 go: extracting github.com/gobwas/glob v0.2.3
02:27:04 [2020-12-15T02:27:04.469Z] #51 ...
02:27:04 [2020-12-15T02:27:04.469Z] 
02:27:04 [2020-12-15T02:27:04.469Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:04 [2020-12-15T02:27:04.469Z] #43 32.26   CC       images/sk-opts.o
02:27:04 [2020-12-15T02:27:04.540Z] #49 ...
02:27:04 [2020-12-15T02:27:04.540Z] 
02:27:04 [2020-12-15T02:27:04.540Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:04 [2020-12-15T02:27:04.540Z] #47 40.23 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:27:04 [2020-12-15T02:27:04.540Z] #47 40.25 go: extracting github.com/mitchellh/mapstructure v1.1.2
02:27:04 [2020-12-15T02:27:04.540Z] #47 40.27 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:27:04 [2020-12-15T02:27:04.540Z] #47 40.48 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:04 [2020-12-15T02:27:04.545Z] #47 51.86 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:04 [2020-12-15T02:27:04.639Z] #41 46.42   CC       images/sk-netlink.o
02:27:04 [2020-12-15T02:27:04.639Z] #41 ...
02:27:04 [2020-12-15T02:27:04.639Z] 
02:27:04 [2020-12-15T02:27:04.639Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:04 [2020-12-15T02:27:04.639Z] #11 150.7 Selecting previously unselected package g++-mingw-w64-x86-64.
02:27:04 [2020-12-15T02:27:04.639Z] #11 150.7 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:27:04 [2020-12-15T02:27:04.639Z] #11 150.7 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:27:04 [2020-12-15T02:27:04.767Z] #43 32.70   CC       images/sk-unix.o
02:27:04 [2020-12-15T02:27:04.801Z] #47 40.52 go: downloading github.com/stretchr/objx v0.2.0
02:27:04 [2020-12-15T02:27:04.801Z] #47 40.77 go: downloading github.com/BurntSushi/toml v0.3.1
02:27:05 [2020-12-15T02:27:05.062Z] #47 40.85 go: extracting github.com/uudashr/gocognit v1.0.1
02:27:05 [2020-12-15T02:27:05.062Z] #47 40.86 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:27:05 [2020-12-15T02:27:05.062Z] #47 40.97 go: extracting github.com/go-toolsmith/typep v1.0.0
02:27:05 [2020-12-15T02:27:05.062Z] #47 40.97 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:27:05 [2020-12-15T02:27:05.062Z] #47 41.00 go: extracting github.com/spf13/cast v1.3.0
02:27:05 [2020-12-15T02:27:05.064Z] #43 33.03   CC       images/sk-inet.o
02:27:05 [2020-12-15T02:27:05.156Z] using credential docker-jenkins-github-credentials
02:27:05 [2020-12-15T02:27:05.202Z] #43 ...
02:27:05 [2020-12-15T02:27:05.202Z] 
02:27:05 [2020-12-15T02:27:05.202Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:05 [2020-12-15T02:27:05.202Z] #40 24.39 Reading package lists...
02:27:05 [2020-12-15T02:27:05.202Z] #40 30.35 Building dependency tree...
02:27:05 [2020-12-15T02:27:05.202Z] #40 33.31 The following additional packages will be installed:
02:27:05 [2020-12-15T02:27:05.202Z] #40 33.33   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
02:27:05 [2020-12-15T02:27:05.202Z] #40 33.33   libprotoc17 python-pkg-resources python-six zlib1g-dev
02:27:05 [2020-12-15T02:27:05.202Z] #40 33.33 Suggested packages:
02:27:05 [2020-12-15T02:27:05.202Z] #40 33.35   manpages-dev python-setuptools
02:27:05 [2020-12-15T02:27:05.202Z] #40 34.66 The following NEW packages will be installed:
02:27:05 [2020-12-15T02:27:05.202Z] #40 34.67   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
02:27:05 [2020-12-15T02:27:05.202Z] #40 34.68   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
02:27:05 [2020-12-15T02:27:05.202Z] #40 34.68   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
02:27:05 [2020-12-15T02:27:05.202Z] #40 34.68   python-six zlib1g-dev
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.13 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded.
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.13 Need to get 3798 kB of archives.
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.13 After this operation, 21.6 MB of additional disk space will be used.
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libcap-dev arm64 1:2.25-2 [30.4 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.18 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1-dev arm64 1.1.6+dfsg-3.1 [117 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.19 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.20 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-dev arm64 3.4.0-1 [98.2 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.23 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.25 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c-dev arm64 1.3.1-1+b1 [33.4 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-1 [210 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-lite17 arm64 3.6.1.3-2 [150 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.38 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-dev arm64 3.6.1.3-2 [1061 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.69 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotoc17 arm64 3.6.1.3-2 [586 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.71 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-c-compiler arm64 1.3.1-1+b1 [70.4 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.73 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 protobuf-compiler arm64 3.6.1.3-2 [64.7 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.75 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pkg-resources all 40.8.0-1 [182 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.78 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-six all 1.12.0-1 [15.7 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 35.80 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-protobuf arm64 3.6.1.3-2 [328 kB]
02:27:05 [2020-12-15T02:27:05.202Z] #40 38.72 debconf: delaying package configuration, since apt-utils is not installed
02:27:05 [2020-12-15T02:27:05.230Z] Cloning the remote Git repository
02:27:05 [2020-12-15T02:27:05.230Z] Cloning with configured refspecs honoured and without tags
02:27:05 [2020-12-15T02:27:05.362Z] #43 33.42   CC       images/tun.o
02:27:05 [2020-12-15T02:27:05.465Z] #40 ...
02:27:05 [2020-12-15T02:27:05.465Z] 
02:27:05 [2020-12-15T02:27:05.465Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:05 [2020-12-15T02:27:05.465Z] #43 40.14 bufio
02:27:05 [2020-12-15T02:27:05.465Z] #43 40.66 path
02:27:05 [2020-12-15T02:27:05.465Z] #43 ...
02:27:05 [2020-12-15T02:27:05.465Z] 
02:27:05 [2020-12-15T02:27:05.465Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:05 [2020-12-15T02:27:05.465Z] #32 30.62 sync
02:27:05 [2020-12-15T02:27:05.465Z] #32 30.63 internal/reflectlite
02:27:05 [2020-12-15T02:27:05.465Z] #32 33.76 sort
02:27:05 [2020-12-15T02:27:05.465Z] #32 33.77 errors
02:27:05 [2020-12-15T02:27:05.465Z] #32 34.26 io
02:27:05 [2020-12-15T02:27:05.465Z] #32 34.26 internal/oserror
02:27:05 [2020-12-15T02:27:05.465Z] #32 34.29 strconv
02:27:05 [2020-12-15T02:27:05.465Z] #32 34.56 syscall
02:27:05 [2020-12-15T02:27:05.465Z] #32 37.05 strings
02:27:05 [2020-12-15T02:27:05.465Z] #32 37.10 bytes
02:27:05 [2020-12-15T02:27:05.465Z] #32 39.42 bufio
02:27:05 [2020-12-15T02:27:05.465Z] #32 39.52 reflect
02:27:05 [2020-12-15T02:27:05.484Z] #47 52.90 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:27:05 [2020-12-15T02:27:05.426Z] Cloning repository https://github.com/moby/moby.git
02:27:05 [2020-12-15T02:27:05.633Z] #47 41.53 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:27:05 [2020-12-15T02:27:05.662Z] #43 33.77   CC       images/sk-netlink.o
02:27:05 [2020-12-15T02:27:05.729Z] #32 ...
02:27:05 [2020-12-15T02:27:05.729Z] 
02:27:05 [2020-12-15T02:27:05.729Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:05 [2020-12-15T02:27:05.729Z] #43 40.68 reflect
02:27:05 [2020-12-15T02:27:05.894Z] #47 41.71 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:27:05 [2020-12-15T02:27:05.894Z] #47 41.71 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:27:05 [2020-12-15T02:27:05.894Z] #47 41.71 go: extracting github.com/BurntSushi/toml v0.3.1
02:27:05 [2020-12-15T02:27:05.894Z] #47 41.80 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:27:05 [2020-12-15T02:27:05.894Z] #47 41.91 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:27:05 [2020-12-15T02:27:05.963Z] #43 34.00   CC       images/packet-sock.o
02:27:06 [2020-12-15T02:27:06.155Z] #47 42.12 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:27:06 [2020-12-15T02:27:06.155Z] #47 42.12 go: downloading github.com/kisielk/gotool v1.0.0
02:27:06 [2020-12-15T02:27:06.155Z] #47 42.18 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:27:06 [2020-12-15T02:27:06.262Z] #43 34.42   CC       images/ipc-var.o
02:27:06 [2020-12-15T02:27:06.309Z] #43 41.27 regexp/syntax
02:27:06 [2020-12-15T02:27:06.416Z] #47 42.23 go: extracting github.com/stretchr/objx v0.2.0
02:27:06 [2020-12-15T02:27:06.416Z] #47 42.32 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:27:06 [2020-12-15T02:27:06.565Z] #43 34.64   CC       images/ipc-desc.o
02:27:06 [2020-12-15T02:27:06.575Z] #43 41.56 github.com/LK4D4/vndr/godl/singleflight
02:27:06 [2020-12-15T02:27:06.869Z] #43 34.88   CC       images/ipc-shm.o
02:27:06 [2020-12-15T02:27:06.987Z] #47 42.79 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:27:06 [2020-12-15T02:27:06.987Z] #47 42.82 go: downloading github.com/gobwas/glob v0.2.3
02:27:06 [2020-12-15T02:27:06.987Z] #47 ...
02:27:06 [2020-12-15T02:27:06.987Z] 
02:27:06 [2020-12-15T02:27:06.987Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:06 [2020-12-15T02:27:06.987Z] #11 32.94 Fetched 8409 kB in 25s (337 kB/s)
02:27:06 [2020-12-15T02:27:06.987Z] #11 32.94 Reading package lists...
02:27:06 [2020-12-15T02:27:06.987Z] #11 ...
02:27:06 [2020-12-15T02:27:06.987Z] 
02:27:06 [2020-12-15T02:27:06.987Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:06 [2020-12-15T02:27:06.987Z] #47 42.99 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:27:06 [2020-12-15T02:27:06.987Z] #47 43.07 go: extracting github.com/kisielk/gotool v1.0.0
02:27:07 [2020-12-15T02:27:07.152Z] #43 ...
02:27:07 [2020-12-15T02:27:07.152Z] 
02:27:07 [2020-12-15T02:27:07.152Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:07 [2020-12-15T02:27:07.152Z] #53 25.52 Reading package lists...
02:27:07 [2020-12-15T02:27:07.152Z] #53 32.33 Building dependency tree...
02:27:07 [2020-12-15T02:27:07.152Z] #53 34.98 The following additional packages will be installed:
02:27:07 [2020-12-15T02:27:07.152Z] #53 34.99   libbtrfs0
02:27:07 [2020-12-15T02:27:07.153Z] #53 35.12 The following NEW packages will be installed:
02:27:07 [2020-12-15T02:27:07.153Z] #53 35.13   libbtrfs-dev libbtrfs0
02:27:07 [2020-12-15T02:27:07.153Z] #53 35.48 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
02:27:07 [2020-12-15T02:27:07.153Z] #53 35.48 Need to get 119 kB of archives.
02:27:07 [2020-12-15T02:27:07.153Z] #53 35.48 After this operation, 387 kB of additional disk space will be used.
02:27:07 [2020-12-15T02:27:07.153Z] #53 35.48 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
02:27:07 [2020-12-15T02:27:07.153Z] #53 35.49 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
02:27:07 [2020-12-15T02:27:07.153Z] #53 37.87 debconf: delaying package configuration, since apt-utils is not installed
02:27:07 [2020-12-15T02:27:07.153Z] #53 38.93 Fetched 119 kB in 0s (392 kB/s)
02:27:07 [2020-12-15T02:27:07.153Z] #53 ...
02:27:07 [2020-12-15T02:27:07.153Z] 
02:27:07 [2020-12-15T02:27:07.153Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:07 [2020-12-15T02:27:07.153Z] #43 42.38 hash
02:27:07 [2020-12-15T02:27:07.167Z] #43 35.10   CC       images/ipc-msg.o
02:27:07 [2020-12-15T02:27:07.391Z] #47 ...
02:27:07 [2020-12-15T02:27:07.391Z] 
02:27:07 [2020-12-15T02:27:07.391Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:07 [2020-12-15T02:27:07.391Z] #34 42.64 Reading package lists...
02:27:07 [2020-12-15T02:27:07.466Z] #43 35.46   CC       images/ipc-sem.o
02:27:07 [2020-12-15T02:27:07.559Z] #47 43.47 go: extracting github.com/gobwas/glob v0.2.3
02:27:05 [2020-12-15T02:27:05.833Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
02:27:06 [2020-12-15T02:27:06.820Z] Fetching upstream changes from https://github.com/moby/moby.git
02:27:06 [2020-12-15T02:27:06.820Z]  > git --version # timeout=10
02:27:06 [2020-12-15T02:27:06.871Z]  > git --version # 'git version 2.24.1.windows.2'
02:27:06 [2020-12-15T02:27:06.872Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:27:06 [2020-12-15T02:27:06.874Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:27:07 [2020-12-15T02:27:07.763Z] #43 35.71   CC       images/utsns.o
02:27:08 [2020-12-15T02:27:08.061Z] #43 35.91   CC       images/creds.o
02:27:08 [2020-12-15T02:27:08.080Z] #43 42.66 hash/crc32
02:27:08 [2020-12-15T02:27:08.131Z] #47 44.09 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:27:08 [2020-12-15T02:27:08.131Z] #47 ...
02:27:08 [2020-12-15T02:27:08.131Z] 
02:27:08 [2020-12-15T02:27:08.131Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:08 [2020-12-15T02:27:08.131Z] #34 34.09 Fetched 8409 kB in 26s (322 kB/s)
02:27:08 [2020-12-15T02:27:08.220Z] #34 55.01 Building dependency tree...
02:27:08 [2020-12-15T02:27:08.220Z] #34 ...
02:27:08 [2020-12-15T02:27:08.220Z] 
02:27:08 [2020-12-15T02:27:08.220Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:08 [2020-12-15T02:27:08.349Z] #43 ...
02:27:08 [2020-12-15T02:27:08.349Z] 
02:27:08 [2020-12-15T02:27:08.349Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:08 [2020-12-15T02:27:08.349Z] #11 26.41 Reading package lists...
02:27:08 [2020-12-15T02:27:08.349Z] #11 33.21 Building dependency tree...
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.61 The following additional packages will be installed:
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.62   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.62   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.62   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.63   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.63   mingw-w64-x86-64-dev
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.63 Suggested packages:
02:27:08 [2020-12-15T02:27:08.349Z] #11 35.64   gcc-8-locales seccomp wine64
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.68 The following NEW packages will be installed:
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.68   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.68   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.68   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.68   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.69   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.69   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.70 The following packages will be upgraded:
02:27:08 [2020-12-15T02:27:08.349Z] #11 36.71   libsystemd0 libudev1
02:27:08 [2020-12-15T02:27:08.349Z] #11 37.09 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded.
02:27:08 [2020-12-15T02:27:08.349Z] #11 37.09 Need to get 73.8 MB of archives.
02:27:08 [2020-12-15T02:27:08.349Z] #11 37.09 After this operation, 472 MB of additional disk space will be used.
02:27:08 [2020-12-15T02:27:08.349Z] #11 37.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd0 arm64 241-7~deb10u5 [314 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 37.14 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev1 arm64 241-7~deb10u5 [146 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 37.20 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 38.09 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 38.54 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 38.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 38.56 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 38.58 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 39.27 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 39.63 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
02:27:08 [2020-12-15T02:27:08.349Z] #11 39.66 Get:11 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]
02:27:08 [2020-12-15T02:27:08.349Z] #11 ...
02:27:08 [2020-12-15T02:27:08.349Z] 
02:27:08 [2020-12-15T02:27:08.349Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:27:08 [2020-12-15T02:27:08.349Z] #30 40.68 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
02:27:08 [2020-12-15T02:27:08.349Z] #30 41.05 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:27:08 [2020-12-15T02:27:08.359Z] #43 36.18   CC       images/vma.o
02:27:08 [2020-12-15T02:27:08.359Z] #43 36.44   CC       images/netdev.o
02:27:08 [2020-12-15T02:27:08.392Z] #34 34.09 Reading package lists...
02:27:08 [2020-12-15T02:27:08.392Z] #34 ...
02:27:08 [2020-12-15T02:27:08.392Z] 
02:27:08 [2020-12-15T02:27:08.392Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:08 [2020-12-15T02:27:08.392Z] #11 43.42 Reading package lists...
02:27:08 [2020-12-15T02:27:08.392Z] #11 ...
02:27:08 [2020-12-15T02:27:08.392Z] 
02:27:08 [2020-12-15T02:27:08.392Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:08 [2020-12-15T02:27:08.392Z] #53 34.36 Fetched 8409 kB in 26s (323 kB/s)
02:27:08 [2020-12-15T02:27:08.392Z] #53 34.36 Reading package lists...
02:27:08 [2020-12-15T02:27:08.480Z] #40 45.53 Reading package lists...
02:27:08 [2020-12-15T02:27:08.480Z] #40 ...
02:27:08 [2020-12-15T02:27:08.480Z] 
02:27:08 [2020-12-15T02:27:08.480Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:08 [2020-12-15T02:27:08.480Z] #47 55.32 go: downloading github.com/BurntSushi/toml v0.3.1
02:27:08 [2020-12-15T02:27:08.653Z] #53 ...
02:27:08 [2020-12-15T02:27:08.653Z] 
02:27:08 [2020-12-15T02:27:08.653Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:08 [2020-12-15T02:27:08.653Z] #40 34.50 Fetched 8409 kB in 26s (319 kB/s)
02:27:08 [2020-12-15T02:27:08.653Z] #40 34.50 Reading package lists...
02:27:08 [2020-12-15T02:27:08.653Z] #40 ...
02:27:08 [2020-12-15T02:27:08.653Z] 
02:27:08 [2020-12-15T02:27:08.653Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:08 [2020-12-15T02:27:08.653Z] #47 44.45 go: downloading github.com/go-toolsmith/astequal v1.0.0
02:27:08 [2020-12-15T02:27:08.653Z] #47 44.49 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:27:08 [2020-12-15T02:27:08.740Z] #47 56.06 go: extracting github.com/BurntSushi/toml v0.3.1
02:27:08 [2020-12-15T02:27:08.920Z] #47 44.94 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:27:09 [2020-12-15T02:27:09.000Z] #47 ...
02:27:09 [2020-12-15T02:27:09.000Z] 
02:27:09 [2020-12-15T02:27:09.000Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:09 [2020-12-15T02:27:09.007Z] #43 36.83   CC       images/tty.o
02:27:09 [2020-12-15T02:27:09.202Z] #47 44.98 go: extracting github.com/go-toolsmith/astequal v1.0.0
02:27:09 [2020-12-15T02:27:09.305Z] #30 ...
02:27:09 [2020-12-15T02:27:09.305Z] 
02:27:09 [2020-12-15T02:27:09.305Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:09 [2020-12-15T02:27:09.305Z] #34 27.56 Reading package lists...
02:27:09 [2020-12-15T02:27:09.305Z] #34 34.74 Building dependency tree...
02:27:09 [2020-12-15T02:27:09.305Z] #34 37.90 The following additional packages will be installed:
02:27:09 [2020-12-15T02:27:09.305Z] #34 37.92   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
02:27:09 [2020-12-15T02:27:09.305Z] #34 37.93 Suggested packages:
02:27:09 [2020-12-15T02:27:09.305Z] #34 37.93   cmake-doc ninja-build lrzip
02:27:09 [2020-12-15T02:27:09.305Z] #34 37.93 Recommended packages:
02:27:09 [2020-12-15T02:27:09.305Z] #34 37.93   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:27:09 [2020-12-15T02:27:09.305Z] #34 38.66 The following NEW packages will be installed:
02:27:09 [2020-12-15T02:27:09.305Z] #34 38.66   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
02:27:09 [2020-12-15T02:27:09.305Z] #34 38.66   vim-common xxd
02:27:09 [2020-12-15T02:27:09.305Z] #34 39.21 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
02:27:09 [2020-12-15T02:27:09.305Z] #34 39.21 Need to get 14.2 MB of archives.
02:27:09 [2020-12-15T02:27:09.306Z] #34 39.21 After this operation, 60.0 MB of additional disk space will be used.
02:27:09 [2020-12-15T02:27:09.306Z] #34 39.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 39.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 39.27 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 39.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 40.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u1 [625 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 40.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 41.26 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 41.29 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 41.32 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libuv1 arm64 1.24.1-1 [105 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 41.54 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
02:27:09 [2020-12-15T02:27:09.306Z] #34 ...
02:27:09 [2020-12-15T02:27:09.306Z] 
02:27:09 [2020-12-15T02:27:09.306Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:09 [2020-12-15T02:27:09.306Z] #53 44.48 Selecting previously unselected package libbtrfs0.
02:27:09 [2020-12-15T02:27:09.468Z] #47 45.25 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:27:09 [2020-12-15T02:27:09.569Z] #53 46.23 Reading package lists...
02:27:09 [2020-12-15T02:27:09.569Z] #53 ...
02:27:09 [2020-12-15T02:27:09.569Z] 
02:27:09 [2020-12-15T02:27:09.569Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:09 [2020-12-15T02:27:09.569Z] #11 45.29 Reading package lists...
02:27:09 [2020-12-15T02:27:09.574Z] #53 44.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.)
02:27:09 [2020-12-15T02:27:09.574Z] #53 44.61 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
02:27:09 [2020-12-15T02:27:09.574Z] #53 44.65 Unpacking libbtrfs0 (4.20.1-2) ...
02:27:09 [2020-12-15T02:27:09.651Z] #43 37.66   CC       images/file-lock.o
02:27:09 [2020-12-15T02:27:09.845Z] #53 44.97 Selecting previously unselected package libbtrfs-dev.
02:27:09 [2020-12-15T02:27:09.845Z] #53 44.98 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
02:27:09 [2020-12-15T02:27:09.845Z] #53 45.01 Unpacking libbtrfs-dev (4.20.1-2) ...
02:27:09 [2020-12-15T02:27:09.886Z] #11 ...
02:27:09 [2020-12-15T02:27:09.886Z] 
02:27:09 [2020-12-15T02:27:09.886Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:09 [2020-12-15T02:27:09.886Z] #43 145.2 vendor/golang.org/x/text/secure/bidirule
02:27:09 [2020-12-15T02:27:09.886Z] #43 145.7 vendor/golang.org/x/text/unicode/norm
02:27:09 [2020-12-15T02:27:09.886Z] #43 151.4 vendor/golang.org/x/net/idna
02:27:09 [2020-12-15T02:27:09.886Z] #43 155.1 vendor/golang.org/x/net/http2/hpack
02:27:09 [2020-12-15T02:27:09.886Z] #43 ...
02:27:09 [2020-12-15T02:27:09.886Z] 
02:27:09 [2020-12-15T02:27:09.886Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:09 [2020-12-15T02:27:09.886Z] #41 46.78   CC       images/packet-sock.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 47.51   CC       images/ipc-var.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 47.81   CC       images/ipc-desc.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 48.17   CC       images/ipc-shm.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 48.50   CC       images/ipc-msg.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 49.05   CC       images/ipc-sem.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 49.48   CC       images/utsns.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 49.81   CC       images/creds.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 50.12   CC       images/vma.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 50.56   CC       images/netdev.o
02:27:09 [2020-12-15T02:27:09.886Z] #41 51.21   CC       images/tty.o
02:27:09 [2020-12-15T02:27:09.949Z] #43 37.86   CC       images/rlimit.o
02:27:09 [2020-12-15T02:27:09.949Z] #43 38.05   CC       images/pagemap.o
02:27:10 [2020-12-15T02:27:10.142Z] #41 52.09   CC       images/file-lock.o
02:27:10 [2020-12-15T02:27:10.398Z] #41 52.33   CC       images/rlimit.o
02:27:10 [2020-12-15T02:27:10.592Z] #43 38.38   CC       images/siginfo.o
02:27:10 [2020-12-15T02:27:10.592Z] #43 38.61   CC       images/rpc.o
02:27:10 [2020-12-15T02:27:10.655Z] #41 52.53   CC       images/pagemap.o
02:27:10 [2020-12-15T02:27:10.804Z] #53 ...
02:27:10 [2020-12-15T02:27:10.804Z] 
02:27:10 [2020-12-15T02:27:10.804Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:10 [2020-12-15T02:27:10.804Z] #47 35.69 go: extracting github.com/kisielk/gotool v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 35.76 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:10 [2020-12-15T02:27:10.804Z] #47 35.99 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:27:10 [2020-12-15T02:27:10.804Z] #47 36.00 go: downloading github.com/BurntSushi/toml v0.3.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 36.05 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:10 [2020-12-15T02:27:10.804Z] #47 36.22 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:27:10 [2020-12-15T02:27:10.804Z] #47 36.24 go: extracting github.com/gobwas/glob v0.2.3
02:27:10 [2020-12-15T02:27:10.804Z] #47 36.52 go: extracting github.com/go-toolsmith/astcopy v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 36.58 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:10 [2020-12-15T02:27:10.804Z] #47 37.14 go: extracting github.com/BurntSushi/toml v0.3.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 38.47 go: extracting github.com/gogo/protobuf v1.2.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 43.05 go: finding github.com/fatih/color v1.7.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 43.07 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:27:10 [2020-12-15T02:27:10.804Z] #47 43.28 go: finding github.com/go-critic/go-critic v0.4.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 43.29 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.14 go: finding github.com/pkg/errors v0.8.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.14 go: finding github.com/mattn/go-colorable v0.1.4
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.14 go: finding github.com/go-lintpack/lintpack v0.5.2
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.48 go: finding github.com/mattn/go-isatty v0.0.8
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.49 go: finding github.com/go-toolsmith/astequal v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.50 go: finding github.com/mitchellh/go-homedir v1.1.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.52 go: finding github.com/go-toolsmith/astp v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.56 go: finding github.com/go-toolsmith/astcast v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.59 go: finding github.com/go-toolsmith/astfmt v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.59 go: finding github.com/spf13/viper v1.6.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.66 go: finding github.com/go-toolsmith/typep v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.66 go: finding github.com/sirupsen/logrus v1.4.2
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.67 go: finding github.com/go-toolsmith/astcopy v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.68 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.71 go: finding github.com/stretchr/testify v1.4.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.78 go: finding github.com/go-toolsmith/strparse v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.85 go: finding github.com/spf13/cobra v0.0.5
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.88 go: finding github.com/davecgh/go-spew v1.1.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.91 go: finding github.com/fsnotify/fsnotify v1.4.7
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.95 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.96 go: finding github.com/spf13/pflag v1.0.5
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.97 go: finding github.com/pmezard/go-difflib v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 44.98 go: finding github.com/bombsimon/wsl/v2 v2.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.03 go: finding github.com/stretchr/objx v0.2.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.04 go: finding github.com/hashicorp/hcl v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.07 go: finding gopkg.in/yaml.v2 v2.2.7
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.08 go: finding github.com/magiconair/properties v1.8.1
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.10 go: finding github.com/mitchellh/mapstructure v1.1.2
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.11 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.11 go: finding github.com/pelletier/go-toml v1.2.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.19 go: finding github.com/gobwas/glob v0.2.3
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.19 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.20 go: finding github.com/spf13/afero v1.1.2
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.21 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.25 go: finding github.com/spf13/cast v1.3.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.27 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.29 go: finding github.com/spf13/jwalterweatherman v1.0.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.31 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.42 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.43 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.46 go: finding github.com/subosito/gotenv v1.2.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.49 go: finding gopkg.in/ini.v1 v1.51.0
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.50 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:27:10 [2020-12-15T02:27:10.804Z] #47 45.78 go: finding golang.org/x/text v0.3.2
02:27:10 [2020-12-15T02:27:10.804Z] #47 ...
02:27:10 [2020-12-15T02:27:10.804Z] 
02:27:10 [2020-12-15T02:27:10.805Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:10 [2020-12-15T02:27:10.805Z] #34 44.62 debconf: delaying package configuration, since apt-utils is not installed
02:27:10 [2020-12-15T02:27:10.805Z] #34 45.03 Fetched 14.2 MB in 3s (4784 kB/s)
02:27:10 [2020-12-15T02:27:10.805Z] #34 45.26 Selecting previously unselected package xxd.
02:27:10 [2020-12-15T02:27:10.805Z] #34 45.26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
02:27:10 [2020-12-15T02:27:10.805Z] #34 45.31 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
02:27:10 [2020-12-15T02:27:10.805Z] #34 45.42 Unpacking xxd (2:8.1.0875-5) ...
02:27:10 [2020-12-15T02:27:10.854Z] #47 46.67 go: extracting github.com/gogo/protobuf v1.2.1
02:27:10 [2020-12-15T02:27:10.915Z] #41 52.83   CC       images/siginfo.o
02:27:11 [2020-12-15T02:27:11.481Z] #41 53.36   CC       images/rpc.o
02:27:12 [2020-12-15T02:27:12.048Z] #11 57.55 Building dependency tree...
02:27:12 [2020-12-15T02:27:12.128Z] #43 40.12   CC       images/ext-file.o
02:27:12 [2020-12-15T02:27:12.424Z] #43 40.43   CC       images/cgroup.o
02:27:12 [2020-12-15T02:27:12.737Z] #34 47.83 Selecting previously unselected package vim-common.
02:27:12 [2020-12-15T02:27:12.737Z] #34 ...
02:27:12 [2020-12-15T02:27:12.737Z] 
02:27:12 [2020-12-15T02:27:12.737Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build         buil...
02:27:12 [2020-12-15T02:27:12.737Z] #27 DONE 48.1s
02:27:12 [2020-12-15T02:27:12.737Z] 
02:27:12 [2020-12-15T02:27:12.737Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:12 [2020-12-15T02:27:12.737Z] #62 DONE 47.9s
02:27:12 [2020-12-15T02:27:12.737Z] 
02:27:12 [2020-12-15T02:27:12.737Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:12 [2020-12-15T02:27:12.737Z] #34 47.84 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
02:27:12 [2020-12-15T02:27:12.848Z] #41 54.56   CC       images/ext-file.o
02:27:12 [2020-12-15T02:27:12.848Z] #41 54.83   CC       images/cgroup.o
02:27:13 [2020-12-15T02:27:13.001Z] #34 48.01 Unpacking vim-common (2:8.1.0875-5) ...
02:27:13 [2020-12-15T02:27:13.414Z] #41 ...
02:27:13 [2020-12-15T02:27:13.414Z] 
02:27:13 [2020-12-15T02:27:13.414Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:27:13 [2020-12-15T02:27:13.414Z] #56 159.4 + for f in rootlesskit rootlesskit-docker-proxy
02:27:13 [2020-12-15T02:27:13.414Z] #56 159.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
02:27:13 [2020-12-15T02:27:13.474Z] #43 41.26   CC       images/userns.o
02:27:13 [2020-12-15T02:27:13.474Z] #43 41.58   CC       images/google/protobuf/descriptor.o
02:27:13 [2020-12-15T02:27:13.582Z] #34 48.54 Selecting previously unselected package cmake-data.
02:27:13 [2020-12-15T02:27:13.583Z] #34 48.57 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
02:27:13 [2020-12-15T02:27:13.848Z] #34 ...
02:27:13 [2020-12-15T02:27:13.848Z] 
02:27:13 [2020-12-15T02:27:13.848Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:13 [2020-12-15T02:27:13.848Z] #53 47.58 Setting up libbtrfs0 (4.20.1-2) ...
02:27:13 [2020-12-15T02:27:13.848Z] #53 47.91 Setting up libbtrfs-dev (4.20.1-2) ...
02:27:13 [2020-12-15T02:27:13.848Z] #53 48.02 Processing triggers for libc-bin (2.28-10) ...
02:27:13 [2020-12-15T02:27:13.848Z] #53 DONE 49.0s
02:27:13 [2020-12-15T02:27:13.848Z] 
02:27:13 [2020-12-15T02:27:13.848Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:13 [2020-12-15T02:27:13.848Z] #34 48.94 Unpacking cmake-data (3.13.4-1) ...
02:27:15 [2020-12-15T02:27:15.341Z] #11 62.68 The following additional packages will be installed:
02:27:15 [2020-12-15T02:27:15.570Z] #43 ...
02:27:15 [2020-12-15T02:27:15.570Z] 
02:27:15 [2020-12-15T02:27:15.570Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:15 [2020-12-15T02:27:15.570Z] #51 98.90 golang.org/x/sys/unix
02:27:15 [2020-12-15T02:27:15.570Z] #51 99.69 encoding/json
02:27:15 [2020-12-15T02:27:15.570Z] #51 ...
02:27:15 [2020-12-15T02:27:15.570Z] 
02:27:15 [2020-12-15T02:27:15.570Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:15 [2020-12-15T02:27:15.570Z] #45 99.38 text/template/parse
02:27:15 [2020-12-15T02:27:15.570Z] #45 99.63 encoding/base64
02:27:15 [2020-12-15T02:27:15.570Z] #45 101.2 encoding/json
02:27:15 [2020-12-15T02:27:15.570Z] #45 107.3 go/parser
02:27:15 [2020-12-15T02:27:15.601Z] #11 62.70   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
02:27:15 [2020-12-15T02:27:15.601Z] #11 62.70   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
02:27:15 [2020-12-15T02:27:15.601Z] #11 62.71   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
02:27:15 [2020-12-15T02:27:15.601Z] #11 62.72   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
02:27:15 [2020-12-15T02:27:15.601Z] #11 62.73   mingw-w64-x86-64-dev
02:27:15 [2020-12-15T02:27:15.601Z] #11 62.74 Suggested packages:
02:27:15 [2020-12-15T02:27:15.601Z] #11 62.75   gcc-8-locales seccomp wine64
02:27:15 [2020-12-15T02:27:15.791Z] #34 ...
02:27:15 [2020-12-15T02:27:15.791Z] 
02:27:15 [2020-12-15T02:27:15.791Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:27:15 [2020-12-15T02:27:15.791Z] #45 DONE 50.6s
02:27:15 [2020-12-15T02:27:15.791Z] 
02:27:15 [2020-12-15T02:27:15.791Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.39 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.40 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.40 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.42 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.93 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.93 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.93 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:27:15 [2020-12-15T02:27:15.791Z] #47 46.93 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.39 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.39 go: finding github.com/kisielk/gotool v1.0.0
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.39 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.54 go: finding github.com/sourcegraph/go-diff v0.5.1
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.55 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.55 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.58 go: finding github.com/tommy-muehle/go-mnd v1.1.1
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.60 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.60 go: finding github.com/ultraware/funlen v0.0.2
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.68 go: finding github.com/ultraware/whitespace v0.0.4
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.68 go: finding github.com/uudashr/gocognit v1.0.1
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.71 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.77 go: finding github.com/gogo/protobuf v1.2.1
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.85 go: finding honnef.co/go/tools v0.0.1-2019.2.3
02:27:15 [2020-12-15T02:27:15.791Z] #47 47.93 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:27:15 [2020-12-15T02:27:15.791Z] #47 48.04 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:27:15 [2020-12-15T02:27:15.791Z] #47 48.25 go: finding github.com/BurntSushi/toml v0.3.1
02:27:15 [2020-12-15T02:27:15.791Z] #47 48.25 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:15 [2020-12-15T02:27:15.791Z] #47 ...
02:27:15 [2020-12-15T02:27:15.791Z] 
02:27:15 [2020-12-15T02:27:15.791Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:15 [2020-12-15T02:27:15.791Z] #32 40.84 path
02:27:15 [2020-12-15T02:27:15.791Z] #32 41.28 text/tabwriter
02:27:15 [2020-12-15T02:27:15.791Z] #32 42.90 internal/syscall/execenv
02:27:15 [2020-12-15T02:27:15.791Z] #32 42.90 internal/syscall/unix
02:27:15 [2020-12-15T02:27:15.791Z] #32 42.92 time
02:27:15 [2020-12-15T02:27:15.791Z] #32 46.96 internal/fmtsort
02:27:15 [2020-12-15T02:27:15.791Z] #32 47.04 internal/poll
02:27:15 [2020-12-15T02:27:15.791Z] #32 48.15 os
02:27:15 [2020-12-15T02:27:15.791Z] #32 49.68 path/filepath
02:27:15 [2020-12-15T02:27:15.791Z] #32 49.69 fmt
02:27:15 [2020-12-15T02:27:15.791Z] #32 50.38 io/ioutil
02:27:15 [2020-12-15T02:27:15.791Z] #32 ...
02:27:15 [2020-12-15T02:27:15.791Z] 
02:27:15 [2020-12-15T02:27:15.791Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:15 [2020-12-15T02:27:15.791Z] #11 43.96 Get:12 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]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.37 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.37 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libudev-dev arm64 241-7~deb10u5 [110 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.40 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.67 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.68 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.95 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 46.99 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 47.01 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libseccomp-dev arm64 2.3.3-4 [61.8 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 47.01 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsystemd-dev arm64 241-7~deb10u5 [322 kB]
02:27:15 [2020-12-15T02:27:15.791Z] #11 47.92 debconf: delaying package configuration, since apt-utils is not installed
02:27:15 [2020-12-15T02:27:15.791Z] #11 48.26 Fetched 73.8 MB in 10s (7189 kB/s)
02:27:15 [2020-12-15T02:27:15.791Z] #11 48.36 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15383 files and directories currently installed.)
02:27:15 [2020-12-15T02:27:15.791Z] #11 48.47 Preparing to unpack .../libsystemd0_241-7~deb10u5_arm64.deb ...
02:27:15 [2020-12-15T02:27:15.791Z] #11 48.72 Unpacking libsystemd0:arm64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:27:15 [2020-12-15T02:27:15.791Z] #11 49.47 Setting up libsystemd0:arm64 (241-7~deb10u5) ...
02:27:15 [2020-12-15T02:27:15.791Z] #11 49.64 (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.)
02:27:15 [2020-12-15T02:27:15.791Z] #11 49.70 Preparing to unpack .../libudev1_241-7~deb10u5_arm64.deb ...
02:27:15 [2020-12-15T02:27:15.791Z] #11 49.74 Unpacking libudev1:arm64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:27:15 [2020-12-15T02:27:15.791Z] #11 50.70 Setting up libudev1:arm64 (241-7~deb10u5) ...
02:27:15 [2020-12-15T02:27:15.791Z] #11 50.98 Selecting previously unselected package binutils-mingw-w64-i686.
02:27:15 [2020-12-15T02:27:15.871Z] #45 ...
02:27:15 [2020-12-15T02:27:15.872Z] 
02:27:15 [2020-12-15T02:27:15.872Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:15 [2020-12-15T02:27:15.872Z] #43 43.71   CC       images/opts.o
02:27:15 [2020-12-15T02:27:15.872Z] #43 43.98   CC       images/seccomp.o
02:27:16 [2020-12-15T02:27:16.055Z] #11 50.98 (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.)
02:27:16 [2020-12-15T02:27:16.055Z] #11 51.16 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.055Z] #11 51.20 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:27:16 [2020-12-15T02:27:16.516Z] #43 44.41   CC       images/binfmt-misc.o
02:27:16 [2020-12-15T02:27:16.546Z] #11 ...
02:27:16 [2020-12-15T02:27:16.546Z] 
02:27:16 [2020-12-15T02:27:16.546Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:16 [2020-12-15T02:27:16.546Z] #34 55.01 Building dependency tree...
02:27:16 [2020-12-15T02:27:16.546Z] #34 60.35 The following additional packages will be installed:
02:27:16 [2020-12-15T02:27:16.546Z] #34 60.38   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
02:27:16 [2020-12-15T02:27:16.546Z] #34 60.41 Suggested packages:
02:27:16 [2020-12-15T02:27:16.546Z] #34 60.41   cmake-doc ninja-build lrzip
02:27:16 [2020-12-15T02:27:16.546Z] #34 60.41 Recommended packages:
02:27:16 [2020-12-15T02:27:16.546Z] #34 60.41   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:27:16 [2020-12-15T02:27:16.546Z] #34 62.29 The following NEW packages will be installed:
02:27:16 [2020-12-15T02:27:16.546Z] #34 62.30   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
02:27:16 [2020-12-15T02:27:16.546Z] #34 62.31   vim-common xxd
02:27:16 [2020-12-15T02:27:16.546Z] #34 62.99 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
02:27:16 [2020-12-15T02:27:16.546Z] #34 62.99 Need to get 14.9 MB of archives.
02:27:16 [2020-12-15T02:27:16.546Z] #34 62.99 After this operation, 61.8 MB of additional disk space will be used.
02:27:16 [2020-12-15T02:27:16.546Z] #34 62.99 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
02:27:16 [2020-12-15T02:27:16.546Z] #34 63.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
02:27:16 [2020-12-15T02:27:16.546Z] #34 63.07 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
02:27:16 [2020-12-15T02:27:16.546Z] #34 63.26 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
02:27:16 [2020-12-15T02:27:16.633Z] #11 ...
02:27:16 [2020-12-15T02:27:16.633Z] 
02:27:16 [2020-12-15T02:27:16.633Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:16 [2020-12-15T02:27:16.633Z] #40 41.52 Fetched 3798 kB in 1s (2776 kB/s)
02:27:16 [2020-12-15T02:27:16.633Z] #40 44.48 Selecting previously unselected package libcap-dev:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 44.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.)
02:27:16 [2020-12-15T02:27:16.633Z] #40 44.62 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 44.64 Unpacking libcap-dev:arm64 (1:2.25-2) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 45.03 Selecting previously unselected package libnet1:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 45.04 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 45.10 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 47.17 Selecting previously unselected package libnet1-dev.
02:27:16 [2020-12-15T02:27:16.633Z] #40 47.17 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 47.55 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 48.05 Selecting previously unselected package libnl-3-200:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 48.05 Preparing to unpack .../03-libnl-3-200_3.4.0-1_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 48.07 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 48.48 Selecting previously unselected package libnl-3-dev:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 48.49 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 48.55 Unpacking libnl-3-dev:arm64 (3.4.0-1) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 49.41 Selecting previously unselected package libprotobuf-c1:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 49.41 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 49.42 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 49.59 Selecting previously unselected package libprotobuf-c-dev:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 49.63 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 49.66 Unpacking libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 50.65 Selecting previously unselected package zlib1g-dev:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 50.67 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 50.68 Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 51.08 Selecting previously unselected package libprotobuf17:arm64.
02:27:16 [2020-12-15T02:27:16.633Z] #40 51.08 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_arm64.deb ...
02:27:16 [2020-12-15T02:27:16.633Z] #40 51.09 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
02:27:16 [2020-12-15T02:27:16.812Z] #43 44.57   CC       images/time.o
02:27:16 [2020-12-15T02:27:16.812Z] #43 44.74   CC       images/sysctl.o
02:27:16 [2020-12-15T02:27:16.812Z] #43 45.00   CC       images/autofs.o
02:27:17 [2020-12-15T02:27:17.209Z] #40 52.11 Selecting previously unselected package libprotobuf-lite17:arm64.
02:27:17 [2020-12-15T02:27:17.209Z] #40 52.11 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_arm64.deb ...
02:27:17 [2020-12-15T02:27:17.209Z] #40 52.12 Unpacking libprotobuf-lite17:arm64 (3.6.1.3-2) ...
02:27:17 [2020-12-15T02:27:17.455Z] #43 45.24   CC       images/macvlan.o
02:27:17 [2020-12-15T02:27:17.455Z] #43 45.45   CC       images/sit.o
02:27:17 [2020-12-15T02:27:17.472Z] #40 ...
02:27:17 [2020-12-15T02:27:17.472Z] 
02:27:17 [2020-12-15T02:27:17.472Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:17 [2020-12-15T02:27:17.472Z] #49 42.49 syscall
02:27:17 [2020-12-15T02:27:17.472Z] #49 42.51 reflect
02:27:17 [2020-12-15T02:27:17.472Z] #49 42.52 regexp/syntax
02:27:17 [2020-12-15T02:27:17.472Z] #49 47.10 regexp
02:27:17 [2020-12-15T02:27:17.472Z] #49 48.93 context
02:27:17 [2020-12-15T02:27:17.472Z] #49 48.95 os
02:27:17 [2020-12-15T02:27:17.472Z] #49 ...
02:27:17 [2020-12-15T02:27:17.472Z] 
02:27:17 [2020-12-15T02:27:17.472Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:17 [2020-12-15T02:27:17.472Z] #40 52.61 Selecting previously unselected package libprotobuf-dev:arm64.
02:27:17 [2020-12-15T02:27:17.472Z] #40 52.61 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_arm64.deb ...
02:27:17 [2020-12-15T02:27:17.472Z] #40 52.61 Unpacking libprotobuf-dev:arm64 (3.6.1.3-2) ...
02:27:17 [2020-12-15T02:27:17.485Z] #34 64.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
02:27:17 [2020-12-15T02:27:17.485Z] #34 ...
02:27:17 [2020-12-15T02:27:17.485Z] 
02:27:17 [2020-12-15T02:27:17.485Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.77 The following NEW packages will be installed:
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.78   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.78   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.78   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.79   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.79   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.79   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.80 The following packages will be upgraded:
02:27:17 [2020-12-15T02:27:17.485Z] #11 64.84   libsystemd0 libudev1
02:27:17 [2020-12-15T02:27:17.757Z] #43 45.71   CC       images/memfd.o
02:27:18 [2020-12-15T02:27:18.055Z] #11 65.45 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded.
02:27:18 [2020-12-15T02:27:18.055Z] #11 65.45 Need to get 78.2 MB of archives.
02:27:18 [2020-12-15T02:27:18.055Z] #11 65.45 After this operation, 487 MB of additional disk space will be used.
02:27:18 [2020-12-15T02:27:18.055Z] #11 65.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB]
02:27:18 [2020-12-15T02:27:18.055Z] #11 65.48 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB]
02:27:18 [2020-12-15T02:27:18.055Z] #11 65.50 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
02:27:18 [2020-12-15T02:27:18.061Z] #43 46.11   CC       images/timens.o
02:27:18 [2020-12-15T02:27:18.624Z] #11 65.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
02:27:18 [2020-12-15T02:27:18.707Z] #43 46.54   LINK     images/built-in.o
02:27:18 [2020-12-15T02:27:18.707Z] #43 46.81   GEN      compel/include/asm
02:27:18 [2020-12-15T02:27:18.872Z] #40 ...
02:27:18 [2020-12-15T02:27:18.872Z] 
02:27:18 [2020-12-15T02:27:18.872Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:18 [2020-12-15T02:27:18.872Z] #43 43.89 time
02:27:18 [2020-12-15T02:27:18.872Z] #43 43.99 vendor/golang.org/x/net/dns/dnsmessage
02:27:18 [2020-12-15T02:27:18.872Z] #43 45.14 regexp
02:27:18 [2020-12-15T02:27:18.872Z] #43 47.26 github.com/LK4D4/vndr/versioned
02:27:18 [2020-12-15T02:27:18.872Z] #43 49.10 context
02:27:18 [2020-12-15T02:27:18.872Z] #43 49.14 os
02:27:18 [2020-12-15T02:27:18.872Z] #43 ...
02:27:18 [2020-12-15T02:27:18.872Z] 
02:27:18 [2020-12-15T02:27:18.872Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:18 [2020-12-15T02:27:18.872Z] #32 53.34 github.com/BurntSushi/toml
02:27:18 [2020-12-15T02:27:18.872Z] #32 53.34 log
02:27:18 [2020-12-15T02:27:18.872Z] #32 53.36 flag
02:27:18 [2020-12-15T02:27:18.994Z] #47 ...
02:27:18 [2020-12-15T02:27:18.994Z] 
02:27:18 [2020-12-15T02:27:18.994Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:18 [2020-12-15T02:27:18.994Z] #11 43.42 Reading package lists...
02:27:18 [2020-12-15T02:27:18.994Z] #11 54.44 Building dependency tree...
02:27:18 [2020-12-15T02:27:18.994Z] #11 ...
02:27:18 [2020-12-15T02:27:18.994Z] 
02:27:18 [2020-12-15T02:27:18.994Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:18 [2020-12-15T02:27:18.994Z] #34 34.09 Reading package lists...
02:27:18 [2020-12-15T02:27:18.994Z] #34 44.94 Reading package lists...
02:27:18 [2020-12-15T02:27:18.994Z] #34 ...
02:27:18 [2020-12-15T02:27:18.994Z] 
02:27:18 [2020-12-15T02:27:18.994Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:18 [2020-12-15T02:27:18.994Z] #43 45.10 vendor/golang.org/x/crypto/internal/subtle
02:27:18 [2020-12-15T02:27:18.994Z] #43 45.31 vendor/golang.org/x/crypto/curve25519
02:27:18 [2020-12-15T02:27:18.994Z] #43 ...
02:27:18 [2020-12-15T02:27:18.994Z] 
02:27:18 [2020-12-15T02:27:18.994Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:18 [2020-12-15T02:27:18.994Z] #40 34.50 Reading package lists...
02:27:18 [2020-12-15T02:27:18.994Z] #40 45.51 Reading package lists...
02:27:18 [2020-12-15T02:27:18.994Z] #40 ...
02:27:18 [2020-12-15T02:27:18.994Z] 
02:27:18 [2020-12-15T02:27:18.994Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:18 [2020-12-15T02:27:18.994Z] #53 44.83 Reading package lists...
02:27:19 [2020-12-15T02:27:19.005Z] #43 46.82   GEN      compel/include/version.h
02:27:19 [2020-12-15T02:27:19.005Z] #43 46.86 touch .config
02:27:19 [2020-12-15T02:27:19.005Z] #43 46.90   GEN      include/common/config.h
02:27:19 [2020-12-15T02:27:19.005Z] #43 47.01   GEN      compel/plugins/include/uapi/std/syscall-codes.h
02:27:19 [2020-12-15T02:27:19.005Z] #43 47.05   GEN      compel/plugins/include/uapi/std/syscall.h
02:27:19 [2020-12-15T02:27:19.005Z] #43 47.09   GEN      compel/arch/ppc64/plugins/std/syscalls/syscalls.S
02:27:19 [2020-12-15T02:27:19.194Z] #11 66.29 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
02:27:19 [2020-12-15T02:27:19.194Z] #11 66.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
02:27:19 [2020-12-15T02:27:19.194Z] #11 66.40 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
02:27:19 [2020-12-15T02:27:19.194Z] #11 66.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
02:27:19 [2020-12-15T02:27:19.255Z] #53 55.26 Building dependency tree...
02:27:19 [2020-12-15T02:27:19.255Z] #53 ...
02:27:19 [2020-12-15T02:27:19.255Z] 
02:27:19 [2020-12-15T02:27:19.255Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:19 [2020-12-15T02:27:19.255Z] #34 44.94 Reading package lists...
02:27:19 [2020-12-15T02:27:19.302Z] #43 47.10   DEP      compel/arch/ppc64/plugins/std/syscalls/syscalls.d
02:27:19 [2020-12-15T02:27:19.302Z] #43 47.16   DEP      compel/arch/ppc64/plugins/std/memcmp.d
02:27:19 [2020-12-15T02:27:19.302Z] #43 47.18   DEP      compel/arch/ppc64/plugins/std/memcpy.d
02:27:19 [2020-12-15T02:27:19.302Z] #43 47.21   DEP      compel/arch/ppc64/plugins/std/parasite-head.d
02:27:19 [2020-12-15T02:27:19.302Z] #43 47.25   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
02:27:19 [2020-12-15T02:27:19.302Z] #43 47.25   DEP      compel/plugins/std/infect.d
02:27:19 [2020-12-15T02:27:19.454Z] #11 ...
02:27:19 [2020-12-15T02:27:19.454Z] 
02:27:19 [2020-12-15T02:27:19.454Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:19 [2020-12-15T02:27:19.454Z] #62 DONE 66.7s
02:27:19 [2020-12-15T02:27:19.454Z] 
02:27:19 [2020-12-15T02:27:19.454Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:19 [2020-12-15T02:27:19.454Z] #47 58.58 go: extracting github.com/gogo/protobuf v1.2.1
02:27:19 [2020-12-15T02:27:19.454Z] #47 64.44 go: finding github.com/fatih/color v1.7.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 64.72 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:27:19 [2020-12-15T02:27:19.454Z] #47 64.80 go: finding github.com/mattn/go-colorable v0.1.4
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.13 go: finding github.com/mattn/go-isatty v0.0.8
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.30 go: finding github.com/go-critic/go-critic v0.4.1
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.33 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.39 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.40 go: finding github.com/go-lintpack/lintpack v0.5.2
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.44 go: finding github.com/pkg/errors v0.8.1
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.52 go: finding github.com/go-toolsmith/astfmt v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.54 go: finding github.com/go-toolsmith/astequal v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.56 go: finding github.com/sirupsen/logrus v1.4.2
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.58 go: finding github.com/stretchr/testify v1.4.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.62 go: finding github.com/mitchellh/go-homedir v1.1.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.64 go: finding github.com/go-toolsmith/astp v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.69 go: finding github.com/davecgh/go-spew v1.1.1
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.70 go: finding github.com/go-toolsmith/astcast v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.70 go: finding github.com/go-toolsmith/typep v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.75 go: finding github.com/pmezard/go-difflib v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.77 go: finding github.com/spf13/viper v1.6.1
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.83 go: finding github.com/stretchr/objx v0.2.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 65.89 go: finding github.com/go-toolsmith/astcopy v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 66.13 go: finding gopkg.in/yaml.v2 v2.2.7
02:27:19 [2020-12-15T02:27:19.454Z] #47 66.25 go: finding github.com/go-toolsmith/strparse v1.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 66.29 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
02:27:19 [2020-12-15T02:27:19.454Z] #47 66.88 go: finding github.com/bombsimon/wsl/v2 v2.0.0
02:27:19 [2020-12-15T02:27:19.454Z] #47 66.94 go: finding github.com/gobwas/glob v0.2.3
02:27:19 [2020-12-15T02:27:19.516Z] #34 ...
02:27:19 [2020-12-15T02:27:19.516Z] 
02:27:19 [2020-12-15T02:27:19.516Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:19 [2020-12-15T02:27:19.516Z] #62 DONE 55.4s
02:27:19 [2020-12-15T02:27:19.516Z] 
02:27:19 [2020-12-15T02:27:19.516Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:27:19 [2020-12-15T02:27:19.600Z] #43 47.42   DEP      compel/plugins/std/string.d
02:27:19 [2020-12-15T02:27:19.600Z] #43 47.55   DEP      compel/plugins/std/log.d
02:27:19 [2020-12-15T02:27:19.600Z] #43 47.65   DEP      compel/plugins/std/fds.d
02:27:19 [2020-12-15T02:27:19.718Z] #47 67.02 go: finding github.com/fsnotify/fsnotify v1.4.7
02:27:19 [2020-12-15T02:27:19.718Z] #47 67.02 go: finding github.com/spf13/cobra v0.0.5
02:27:19 [2020-12-15T02:27:19.718Z] #47 67.15 go: finding github.com/hashicorp/hcl v1.0.0
02:27:19 [2020-12-15T02:27:19.718Z] #47 ...
02:27:19 [2020-12-15T02:27:19.718Z] 
02:27:19 [2020-12-15T02:27:19.718Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:19 [2020-12-15T02:27:19.718Z] #40 45.53 Reading package lists...
02:27:19 [2020-12-15T02:27:19.718Z] #40 57.56 Building dependency tree...
02:27:19 [2020-12-15T02:27:19.718Z] #40 63.50 The following additional packages will be installed:
02:27:19 [2020-12-15T02:27:19.718Z] #40 63.50   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
02:27:19 [2020-12-15T02:27:19.718Z] #40 63.53   libprotoc17 python-pkg-resources python-six zlib1g-dev
02:27:19 [2020-12-15T02:27:19.718Z] #40 63.56 Suggested packages:
02:27:19 [2020-12-15T02:27:19.718Z] #40 63.56   manpages-dev python-setuptools
02:27:19 [2020-12-15T02:27:19.718Z] #40 65.42 The following NEW packages will be installed:
02:27:19 [2020-12-15T02:27:19.718Z] #40 65.43   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
02:27:19 [2020-12-15T02:27:19.718Z] #40 65.43   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
02:27:19 [2020-12-15T02:27:19.718Z] #40 65.44   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
02:27:19 [2020-12-15T02:27:19.718Z] #40 65.45   python-six zlib1g-dev
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.31 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded.
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.31 Need to get 4095 kB of archives.
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.31 After this operation, 22.5 MB of additional disk space will be used.
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.32 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.32 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.32 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.34 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.35 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.40 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.41 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.58 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.59 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.83 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 66.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 67.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 67.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 67.05 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
02:27:19 [2020-12-15T02:27:19.718Z] #40 67.05 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
02:27:19 [2020-12-15T02:27:19.777Z] #45 ...
02:27:19 [2020-12-15T02:27:19.777Z] 
02:27:19 [2020-12-15T02:27:19.777Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:19 [2020-12-15T02:27:19.897Z] #43 47.79   DEP      compel/plugins/std/std.d
02:27:19 [2020-12-15T02:27:19.897Z] #43 47.91   DEP      compel/plugins/shmem/shmem.d
02:27:19 [2020-12-15T02:27:19.950Z] #56 ...
02:27:19 [2020-12-15T02:27:19.950Z] 
02:27:19 [2020-12-15T02:27:19.950Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:19 [2020-12-15T02:27:19.950Z] #41 55.60   CC       images/userns.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 56.02   CC       images/google/protobuf/descriptor.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 58.87   CC       images/opts.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 59.23   CC       images/seccomp.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 59.52   CC       images/binfmt-misc.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 59.68   CC       images/time.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 59.99   CC       images/sysctl.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 60.29   CC       images/autofs.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 60.54   CC       images/macvlan.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 60.91   CC       images/sit.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 61.28   CC       images/memfd.o
02:27:19 [2020-12-15T02:27:19.950Z] #41 61.72   CC       images/timens.o
02:27:19 [2020-12-15T02:27:19.978Z] #40 ...
02:27:19 [2020-12-15T02:27:19.978Z] 
02:27:19 [2020-12-15T02:27:19.978Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:19 [2020-12-15T02:27:19.978Z] #47 67.24 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:27:19 [2020-12-15T02:27:19.978Z] #47 67.32 go: finding github.com/spf13/pflag v1.0.5
02:27:19 [2020-12-15T02:27:19.978Z] #47 67.42 go: finding github.com/magiconair/properties v1.8.1
02:27:20 [2020-12-15T02:27:20.196Z] #43 48.02   DEP      compel/plugins/fds/fds.d
02:27:20 [2020-12-15T02:27:20.196Z] #43 48.26   CC       compel/plugins/std/std.o
02:27:20 [2020-12-15T02:27:20.206Z] #41 62.04   LINK     images/built-in.o
02:27:20 [2020-12-15T02:27:20.238Z] #47 67.54 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:27:20 [2020-12-15T02:27:20.238Z] #47 67.62 go: finding github.com/mitchellh/mapstructure v1.1.2
02:27:20 [2020-12-15T02:27:20.238Z] #47 67.65 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:20 [2020-12-15T02:27:20.238Z] #47 ...
02:27:20 [2020-12-15T02:27:20.238Z] 
02:27:20 [2020-12-15T02:27:20.238Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:20 [2020-12-15T02:27:20.238Z] #53 46.23 Reading package lists...
02:27:20 [2020-12-15T02:27:20.238Z] #53 57.94 Building dependency tree...
02:27:20 [2020-12-15T02:27:20.238Z] #53 63.50 The following additional packages will be installed:
02:27:20 [2020-12-15T02:27:20.238Z] #53 63.53   libbtrfs0
02:27:20 [2020-12-15T02:27:20.238Z] #53 63.77 The following NEW packages will be installed:
02:27:20 [2020-12-15T02:27:20.238Z] #53 63.79   libbtrfs-dev libbtrfs0
02:27:20 [2020-12-15T02:27:20.238Z] #53 64.21 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
02:27:20 [2020-12-15T02:27:20.238Z] #53 64.21 Need to get 119 kB of archives.
02:27:20 [2020-12-15T02:27:20.238Z] #53 64.21 After this operation, 387 kB of additional disk space will be used.
02:27:20 [2020-12-15T02:27:20.238Z] #53 64.21 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
02:27:20 [2020-12-15T02:27:20.238Z] #53 64.23 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
02:27:20 [2020-12-15T02:27:20.238Z] #53 66.40 debconf: delaying package configuration, since apt-utils is not installed
02:27:20 [2020-12-15T02:27:20.238Z] #53 66.86 Fetched 119 kB in 0s (364 kB/s)
02:27:20 [2020-12-15T02:27:20.238Z] #53 67.09 Selecting previously unselected package libbtrfs0.
02:27:20 [2020-12-15T02:27:20.238Z] #53 67.09 (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.)
02:27:20 [2020-12-15T02:27:20.238Z] #53 67.18 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
02:27:20 [2020-12-15T02:27:20.238Z] #53 67.27 Unpacking libbtrfs0 (4.20.1-2) ...
02:27:20 [2020-12-15T02:27:20.463Z] #41 62.26   GEN      compel/include/asm
02:27:20 [2020-12-15T02:27:20.463Z] #41 62.28   GEN      compel/include/version.h
02:27:20 [2020-12-15T02:27:20.463Z] #41 62.29 touch .config
02:27:20 [2020-12-15T02:27:20.463Z] #41 62.38   GEN      include/common/config.h
02:27:20 [2020-12-15T02:27:20.498Z] #53 67.64 Selecting previously unselected package libbtrfs-dev.
02:27:20 [2020-12-15T02:27:20.498Z] #53 67.64 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
02:27:20 [2020-12-15T02:27:20.498Z] #53 67.65 Unpacking libbtrfs-dev (4.20.1-2) ...
02:27:20 [2020-12-15T02:27:20.498Z] #53 ...
02:27:20 [2020-12-15T02:27:20.498Z] 
02:27:20 [2020-12-15T02:27:20.498Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.68 go: finding github.com/pelletier/go-toml v1.2.0
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.78 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.80 go: finding github.com/spf13/afero v1.1.2
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.86 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.86 go: finding github.com/spf13/cast v1.3.0
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.86 go: finding golang.org/x/text v0.3.2
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.91 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:27:20 [2020-12-15T02:27:20.498Z] #47 67.91 go: finding github.com/spf13/jwalterweatherman v1.0.0
02:27:20 [2020-12-15T02:27:20.719Z] #41 62.61   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
02:27:20 [2020-12-15T02:27:20.719Z] #41 ...
02:27:20 [2020-12-15T02:27:20.719Z] 
02:27:20 [2020-12-15T02:27:20.719Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:20 [2020-12-15T02:27:20.719Z] #43 156.8 mime
02:27:20 [2020-12-15T02:27:20.719Z] #43 158.4 mime/quotedprintable
02:27:20 [2020-12-15T02:27:20.719Z] #43 158.6 net/http/internal
02:27:20 [2020-12-15T02:27:20.719Z] #43 164.8 net/textproto
02:27:20 [2020-12-15T02:27:20.719Z] #43 164.8 crypto/x509
02:27:20 [2020-12-15T02:27:20.719Z] #43 166.2 vendor/golang.org/x/net/http/httpguts
02:27:20 [2020-12-15T02:27:20.720Z] #43 166.8 vendor/golang.org/x/net/http/httpproxy
02:27:20 [2020-12-15T02:27:20.720Z] #43 ...
02:27:20 [2020-12-15T02:27:20.720Z] 
02:27:20 [2020-12-15T02:27:20.720Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:20 [2020-12-15T02:27:20.720Z] #41 62.69   GEN      compel/plugins/include/uapi/std/syscall-64.h
02:27:20 [2020-12-15T02:27:20.720Z] #41 62.79   GEN      compel/arch/x86/plugins/std/syscalls-64.S
02:27:20 [2020-12-15T02:27:20.758Z] #47 67.97 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:27:20 [2020-12-15T02:27:20.758Z] #47 67.98 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:27:20 [2020-12-15T02:27:20.758Z] #47 68.08 go: finding github.com/subosito/gotenv v1.2.0
02:27:20 [2020-12-15T02:27:20.844Z] #43 48.68   CC       compel/plugins/std/fds.o
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.82   DEP      compel/arch/x86/plugins/std/syscalls-64.d
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.86   DEP      compel/arch/x86/plugins/std/memcpy.d
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.87   DEP      compel/arch/x86/plugins/std/parasite-head.d
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.87   GEN      compel/plugins/include/uapi/std/syscall.h
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.88   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.88   GEN      compel/plugins/include/uapi/std/syscall-codes.h
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.89   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.89   DEP      compel/plugins/std/infect.d
02:27:20 [2020-12-15T02:27:20.976Z] #41 62.92   DEP      compel/plugins/std/string.d
02:27:21 [2020-12-15T02:27:21.017Z] #47 68.17 go: finding gopkg.in/ini.v1 v1.51.0
02:27:21 [2020-12-15T02:27:21.017Z] #47 68.35 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:27:21 [2020-12-15T02:27:21.017Z] #47 68.35 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:27:21 [2020-12-15T02:27:21.144Z] #43 49.18   CC       compel/plugins/std/log.o
02:27:21 [2020-12-15T02:27:21.232Z] #41 63.09   DEP      compel/plugins/std/log.d
02:27:21 [2020-12-15T02:27:21.277Z] #47 68.46 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:27:21 [2020-12-15T02:27:21.277Z] #47 68.51 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:27:21 [2020-12-15T02:27:21.277Z] #47 68.53 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:27:21 [2020-12-15T02:27:21.277Z] #47 ...
02:27:21 [2020-12-15T02:27:21.277Z] 
02:27:21 [2020-12-15T02:27:21.277Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:21 [2020-12-15T02:27:21.277Z] #32 58.58 sync
02:27:21 [2020-12-15T02:27:21.277Z] #32 58.58 internal/reflectlite
02:27:21 [2020-12-15T02:27:21.277Z] #32 62.94 errors
02:27:21 [2020-12-15T02:27:21.277Z] #32 62.95 sort
02:27:21 [2020-12-15T02:27:21.277Z] #32 63.53 strconv
02:27:21 [2020-12-15T02:27:21.277Z] #32 64.70 io
02:27:21 [2020-12-15T02:27:21.277Z] #32 66.99 internal/oserror
02:27:21 [2020-12-15T02:27:21.277Z] #32 67.20 syscall
02:27:21 [2020-12-15T02:27:21.277Z] #32 ...
02:27:21 [2020-12-15T02:27:21.277Z] 
02:27:21 [2020-12-15T02:27:21.277Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:21 [2020-12-15T02:27:21.277Z] #53 68.06 Setting up libbtrfs0 (4.20.1-2) ...
02:27:21 [2020-12-15T02:27:21.277Z] #53 68.13 Setting up libbtrfs-dev (4.20.1-2) ...
02:27:21 [2020-12-15T02:27:21.277Z] #53 68.19 Processing triggers for libc-bin (2.28-10) ...
02:27:21 [2020-12-15T02:27:21.277Z] #53 DONE 68.6s
02:27:21 [2020-12-15T02:27:21.277Z] 
02:27:21 [2020-12-15T02:27:21.277Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:21 [2020-12-15T02:27:21.277Z] #47 68.60 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:27:21 [2020-12-15T02:27:21.277Z] #47 68.64 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:27:21 [2020-12-15T02:27:21.488Z] #41 63.27   DEP      compel/plugins/std/fds.d
02:27:21 [2020-12-15T02:27:21.488Z] #41 63.47   DEP      compel/plugins/std/std.d
02:27:21 [2020-12-15T02:27:21.537Z] #47 68.78 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:27:21 [2020-12-15T02:27:21.537Z] #47 68.81 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:27:21 [2020-12-15T02:27:21.537Z] #47 68.91 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:27:21 [2020-12-15T02:27:21.537Z] #47 68.96 go: finding github.com/kisielk/gotool v1.0.0
02:27:21 [2020-12-15T02:27:21.537Z] #47 69.02 go: finding github.com/sourcegraph/go-diff v0.5.1
02:27:21 [2020-12-15T02:27:21.745Z] #41 63.68   DEP      compel/plugins/shmem/shmem.d
02:27:21 [2020-12-15T02:27:21.796Z] #47 69.05 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:27:21 [2020-12-15T02:27:21.797Z] #47 69.08 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:27:21 [2020-12-15T02:27:21.797Z] #47 69.09 go: finding github.com/tommy-muehle/go-mnd v1.1.1
02:27:21 [2020-12-15T02:27:21.797Z] #47 69.10 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:27:21 [2020-12-15T02:27:21.798Z] #43 ...
02:27:21 [2020-12-15T02:27:21.798Z] 
02:27:21 [2020-12-15T02:27:21.798Z] #13 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:21 [2020-12-15T02:27:21.798Z] #13 111.9 Selecting previously unselected package libapparmor1:ppc64el.
02:27:21 [2020-12-15T02:27:21.798Z] #13 111.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.798Z] #13 111.9 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
02:27:21 [2020-12-15T02:27:21.798Z] #13 112.0 Selecting previously unselected package libapparmor-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.798Z] #13 112.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.0 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.2 Selecting previously unselected package libbtrfs0.
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.2 Unpacking libbtrfs0 (4.20.1-2) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.3 Selecting previously unselected package libbtrfs-dev.
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.3 Unpacking libbtrfs-dev (4.20.1-2) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.4 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.5 Selecting previously unselected package libudev-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.5 Unpacking libudev-dev:ppc64el (241-7~deb10u5) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.7 Selecting previously unselected package libsepol1-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 112.7 Unpacking libsepol1-dev:ppc64el (2.8-1) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.0 Selecting previously unselected package libpcre16-3:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.0 Unpacking libpcre16-3:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.2 Selecting previously unselected package libpcre32-3:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.2 Unpacking libpcre32-3:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.4 Selecting previously unselected package libpcrecpp0v5:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.4 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.5 Selecting previously unselected package libpcre3-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.5 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.9 Selecting previously unselected package libselinux1-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 113.9 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.2 Selecting previously unselected package libdevmapper-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.2 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.2 Selecting previously unselected package libseccomp-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.2 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.3 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.4 Selecting previously unselected package libsystemd-dev:ppc64el.
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_ppc64el.deb ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 114.4 Unpacking libsystemd-dev:ppc64el (241-7~deb10u5) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.0 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.0 Setting up libseccomp-dev:ppc64el (2.3.3-4) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.0 Setting up libapparmor1:ppc64el (2.13.2-10) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.0 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.0 Setting up libpcre16-3:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.0 Setting up libsepol1-dev:ppc64el (2.8-1) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.1 Setting up libbtrfs0 (4.20.1-2) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.1 Setting up libpcre32-3:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.1 Setting up libudev-dev:ppc64el (241-7~deb10u5) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.1 Setting up libbtrfs-dev (4.20.1-2) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.1 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.1 Setting up mingw-w64-common (6.0.0-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 Setting up libsystemd-dev:ppc64el (241-7~deb10u5) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 Setting up libpcre3-dev:ppc64el (2:8.39-12) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 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
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 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
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 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
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 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
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.2 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.3 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.3 Setting up dmsetup (2:1.02.155-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.3 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.3 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ...
02:27:21 [2020-12-15T02:27:21.799Z] #13 115.4 Processing triggers for libc-bin (2.28-10) ...
02:27:22 [2020-12-15T02:27:22.002Z] #41 63.78   DEP      compel/plugins/fds/fds.d
02:27:22 [2020-12-15T02:27:22.056Z] #47 69.17 go: finding github.com/ultraware/funlen v0.0.2
02:27:22 [2020-12-15T02:27:22.056Z] #47 69.21 go: finding github.com/ultraware/whitespace v0.0.4
02:27:22 [2020-12-15T02:27:22.056Z] #47 69.23 go: finding github.com/uudashr/gocognit v1.0.1
02:27:22 [2020-12-15T02:27:22.056Z] #47 69.35 go: finding github.com/gogo/protobuf v1.2.1
02:27:22 [2020-12-15T02:27:22.056Z] #47 69.40 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:27:22 [2020-12-15T02:27:22.095Z] #13 DONE 115.7s
02:27:22 [2020-12-15T02:27:22.095Z] 
02:27:22 [2020-12-15T02:27:22.095Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:22 [2020-12-15T02:27:22.209Z] #32 56.78 github.com/BurntSushi/toml/cmd/tomlv
02:27:22 [2020-12-15T02:27:22.259Z] #41 64.11   CC       compel/plugins/std/std.o
02:27:22 [2020-12-15T02:27:22.319Z] #47 69.74 go: finding honnef.co/go/tools v0.0.1-2019.2.3
02:27:22 [2020-12-15T02:27:22.319Z] #47 69.80 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:27:22 [2020-12-15T02:27:22.324Z] #34 55.66 Building dependency tree...
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.401 + RM_GOPATH=0
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.401 + TMP_GOPATH=
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.402 + : /build
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.402 + '[' -z '' ']'
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.403 ++ mktemp -d
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.406 + export GOPATH=/tmp/tmp.oZ479YzN0V
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.406 + GOPATH=/tmp/tmp.oZ479YzN0V
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.406 + RM_GOPATH=1
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.407 + case "$(go env GOARCH)" in
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.411 ++ go env GOARCH
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.433 + export GO_BUILDMODE=-buildmode=pie
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.433 + GO_BUILDMODE=-buildmode=pie
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.435 ++ dirname /tmp/install/install.sh
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.440 + dir=/tmp/install
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.440 + bin=runc
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.440 + shift
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.441 + '[' '!' -f /tmp/install/runc.installer ']'
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.441 + . /tmp/install/runc.installer
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.441 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.442 + install_runc
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.443 + uname -r
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.445 + grep -q '^3\.10\.0.*\.el7\.'
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.447 + RUNC_BUILDTAGS='seccomp apparmor selinux '
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.447 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.447 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.oZ479YzN0V/src/github.com/opencontainers/runc
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.448 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
02:27:22 [2020-12-15T02:27:22.392Z] #53 0.454 Cloning into '/tmp/tmp.oZ479YzN0V/src/github.com/opencontainers/runc'...
02:27:22 [2020-12-15T02:27:22.515Z] #41 64.49   CC       compel/plugins/std/fds.o
02:27:22 [2020-12-15T02:27:22.579Z] #47 69.88 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:27:22 [2020-12-15T02:27:22.690Z] #53 ...
02:27:22 [2020-12-15T02:27:22.690Z] 
02:27:22 [2020-12-15T02:27:22.690Z] #14 [dev-systemd-false  1/26] RUN groupadd -r docker
02:27:22 [2020-12-15T02:27:22.690Z] #14 DONE 0.6s
02:27:22 [2020-12-15T02:27:22.690Z] 
02:27:22 [2020-12-15T02:27:22.690Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:22 [2020-12-15T02:27:22.690Z] #43 50.64   CC       compel/plugins/std/string.o
02:27:22 [2020-12-15T02:27:22.842Z] #47 70.04 go: finding github.com/BurntSushi/toml v0.3.1
02:27:22 [2020-12-15T02:27:22.842Z] #47 70.08 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:22 [2020-12-15T02:27:22.989Z] #43 ...
02:27:22 [2020-12-15T02:27:22.989Z] 
02:27:22 [2020-12-15T02:27:22.989Z] #15 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
02:27:22 [2020-12-15T02:27:22.989Z] #15 DONE 0.5s
02:27:23 [2020-12-15T02:27:23.287Z] 
02:27:23 [2020-12-15T02:27:23.287Z] #16 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:27:23 [2020-12-15T02:27:23.287Z] #16 0.260 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:27:23 [2020-12-15T02:27:23.287Z] #16 DONE 0.3s
02:27:23 [2020-12-15T02:27:23.287Z] 
02:27:23 [2020-12-15T02:27:23.287Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:23 [2020-12-15T02:27:23.287Z] #43 51.20   CC       compel/plugins/std/infect.o
02:27:23 [2020-12-15T02:27:23.412Z] #47 ...
02:27:23 [2020-12-15T02:27:23.412Z] 
02:27:23 [2020-12-15T02:27:23.412Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:23 [2020-12-15T02:27:23.412Z] #43 60.61 sync
02:27:23 [2020-12-15T02:27:23.412Z] #43 60.61 internal/reflectlite
02:27:23 [2020-12-15T02:27:23.412Z] #43 63.10 github.com/LK4D4/vndr/godl/singleflight
02:27:23 [2020-12-15T02:27:23.412Z] #43 63.51 math/rand
02:27:23 [2020-12-15T02:27:23.412Z] #43 64.84 internal/singleflight
02:27:23 [2020-12-15T02:27:23.412Z] #43 65.99 io
02:27:23 [2020-12-15T02:27:23.412Z] #43 66.00 strconv
02:27:23 [2020-12-15T02:27:23.412Z] #43 68.04 bytes
02:27:23 [2020-12-15T02:27:23.412Z] #43 ...
02:27:23 [2020-12-15T02:27:23.412Z] 
02:27:23 [2020-12-15T02:27:23.412Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:23 [2020-12-15T02:27:23.412Z] #40 69.47 debconf: delaying package configuration, since apt-utils is not installed
02:27:23 [2020-12-15T02:27:23.412Z] #40 69.86 Fetched 4095 kB in 1s (2977 kB/s)
02:27:23 [2020-12-15T02:27:23.412Z] #40 70.11 Selecting previously unselected package libcap-dev:amd64.
02:27:23 [2020-12-15T02:27:23.412Z] #40 70.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:27:23 [2020-12-15T02:27:23.412Z] #40 70.21 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
02:27:23 [2020-12-15T02:27:23.412Z] #40 70.22 Unpacking libcap-dev:amd64 (1:2.25-2) ...
02:27:23 [2020-12-15T02:27:23.412Z] #40 70.62 Selecting previously unselected package libnet1:amd64.
02:27:23 [2020-12-15T02:27:23.412Z] #40 70.63 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:27:23 [2020-12-15T02:27:23.412Z] #40 70.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:27:23 [2020-12-15T02:27:23.444Z] #41 65.10   CC       compel/plugins/std/log.o
02:27:23 [2020-12-15T02:27:23.610Z] #32 ...
02:27:23 [2020-12-15T02:27:23.610Z] 
02:27:23 [2020-12-15T02:27:23.610Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:23 [2020-12-15T02:27:23.610Z] #40 54.40 Selecting previously unselected package libprotoc17:arm64.
02:27:23 [2020-12-15T02:27:23.610Z] #40 54.40 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_arm64.deb ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 54.41 Unpacking libprotoc17:arm64 (3.6.1.3-2) ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 54.96 Selecting previously unselected package protobuf-c-compiler.
02:27:23 [2020-12-15T02:27:23.610Z] #40 54.96 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_arm64.deb ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 54.97 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.15 Selecting previously unselected package protobuf-compiler.
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.16 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_arm64.deb ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.17 Unpacking protobuf-compiler (3.6.1.3-2) ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.42 Selecting previously unselected package python-pkg-resources.
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.42 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.44 Unpacking python-pkg-resources (40.8.0-1) ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.64 Selecting previously unselected package python-six.
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.65 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.66 Unpacking python-six (1.12.0-1) ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.95 Selecting previously unselected package python-protobuf.
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.95 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_arm64.deb ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 55.96 Unpacking python-protobuf (3.6.1.3-2) ...
02:27:23 [2020-12-15T02:27:23.610Z] #40 56.61 Setting up python-pkg-resources (40.8.0-1) ...
02:27:23 [2020-12-15T02:27:23.673Z] #40 70.96 Selecting previously unselected package libnet1-dev.
02:27:23 [2020-12-15T02:27:23.673Z] #40 70.97 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
02:27:23 [2020-12-15T02:27:23.673Z] #40 70.99 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
02:27:23 [2020-12-15T02:27:23.874Z] #40 ...
02:27:23 [2020-12-15T02:27:23.874Z] 
02:27:23 [2020-12-15T02:27:23.874Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.872 + RM_GOPATH=0
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.872 + TMP_GOPATH=
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.875 + : /build
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.875 + '[' -z '' ']'
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.882 ++ mktemp -d
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.887 + export GOPATH=/tmp/tmp.HOz1FKzFmZ
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.887 + GOPATH=/tmp/tmp.HOz1FKzFmZ
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.887 + RM_GOPATH=1
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.887 + case "$(go env GOARCH)" in
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.887 ++ go env GOARCH
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.988 + export GO_BUILDMODE=-buildmode=pie
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.988 + GO_BUILDMODE=-buildmode=pie
02:27:23 [2020-12-15T02:27:23.874Z] #54 2.988 ++ dirname /tmp/install/install.sh
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + dir=/tmp/install
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + bin=containerd
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + shift
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + '[' '!' -f /tmp/install/containerd.installer ']'
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + . /tmp/install/containerd.installer
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 ++ set -e
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + install_containerd
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.015 + git clone https://github.com/containerd/containerd.git /tmp/tmp.HOz1FKzFmZ/src/github.com/containerd/containerd
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.019 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:27:23 [2020-12-15T02:27:23.874Z] #54 3.035 Cloning into '/tmp/tmp.HOz1FKzFmZ/src/github.com/containerd/containerd'...
02:27:23 [2020-12-15T02:27:23.874Z] #54 ...
02:27:23 [2020-12-15T02:27:23.874Z] 
02:27:23 [2020-12-15T02:27:23.874Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:23 [2020-12-15T02:27:23.874Z] #40 59.02 Setting up libprotobuf-lite17:arm64 (3.6.1.3-2) ...
02:27:23 [2020-12-15T02:27:23.874Z] #40 59.06 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:27:23 [2020-12-15T02:27:23.874Z] #40 59.09 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
02:27:23 [2020-12-15T02:27:23.937Z] #43 ...
02:27:23 [2020-12-15T02:27:23.937Z] 
02:27:23 [2020-12-15T02:27:23.937Z] #17 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
02:27:23 [2020-12-15T02:27:23.937Z] #17 DONE 0.3s
02:27:23 [2020-12-15T02:27:23.937Z] 
02:27:23 [2020-12-15T02:27:23.937Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:23 [2020-12-15T02:27:23.937Z] #43 51.66   CC       compel/arch/ppc64/plugins/std/parasite-head.o
02:27:23 [2020-12-15T02:27:23.937Z] #43 51.70   CC       compel/arch/ppc64/plugins/std/memcpy.o
02:27:23 [2020-12-15T02:27:23.937Z] #43 51.80   CC       compel/arch/ppc64/plugins/std/memcmp.o
02:27:23 [2020-12-15T02:27:23.937Z] #43 51.85   CC       compel/arch/ppc64/plugins/std/syscalls/syscalls.o
02:27:23 [2020-12-15T02:27:23.937Z] #43 51.89   AR       compel/plugins/std.lib.a
02:27:23 [2020-12-15T02:27:23.937Z] #43 ...
02:27:23 [2020-12-15T02:27:23.937Z] 
02:27:23 [2020-12-15T02:27:23.937Z] #18 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
02:27:23 [2020-12-15T02:27:23.937Z] #18 DONE 0.3s
02:27:23 [2020-12-15T02:27:23.937Z] 
02:27:23 [2020-12-15T02:27:23.937Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:23 [2020-12-15T02:27:23.937Z] #43 51.99   CC       compel/plugins/fds/fds.o
02:27:24 [2020-12-15T02:27:24.141Z] #40 59.11 Setting up libprotobuf-c-dev:arm64 (1.3.1-1+b1) ...
02:27:24 [2020-12-15T02:27:24.141Z] #40 59.14 Setting up python-six (1.12.0-1) ...
02:27:24 [2020-12-15T02:27:24.243Z] #40 71.47 Selecting previously unselected package libnl-3-200:amd64.
02:27:24 [2020-12-15T02:27:24.243Z] #40 71.48 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
02:27:24 [2020-12-15T02:27:24.243Z] #40 71.48 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
02:27:24 [2020-12-15T02:27:24.250Z] #43 ...
02:27:24 [2020-12-15T02:27:24.250Z] 
02:27:24 [2020-12-15T02:27:24.250Z] #19 [dev-systemd-false  6/26] RUN ldconfig
02:27:24 [2020-12-15T02:27:24.250Z] #19 DONE 0.4s
02:27:24 [2020-12-15T02:27:24.250Z] 
02:27:24 [2020-12-15T02:27:24.250Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:24 [2020-12-15T02:27:24.250Z] #43 52.42   AR       compel/plugins/fds.lib.a
02:27:24 [2020-12-15T02:27:24.399Z] Fetching without tags
02:27:24 [2020-12-15T02:27:24.502Z] #40 71.91 Selecting previously unselected package libnl-3-dev:amd64.
02:27:24 [2020-12-15T02:27:24.070Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:27:24 [2020-12-15T02:27:24.138Z]  > git config --add remote.origin.fetch +refs/pull/41793/head:refs/remotes/origin/PR-41793 # timeout=10
02:27:24 [2020-12-15T02:27:24.186Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
02:27:24 [2020-12-15T02:27:24.306Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
02:27:24 [2020-12-15T02:27:24.434Z] Fetching upstream changes from https://github.com/moby/moby.git
02:27:24 [2020-12-15T02:27:24.435Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:27:24 [2020-12-15T02:27:24.436Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41793/head:refs/remotes/origin/PR-41793 +refs/heads/master:refs/remotes/origin/master # timeout=10
02:27:24 [2020-12-15T02:27:24.549Z] #43 52.49   HOSTDEP  compel/src/lib/log-host.d
02:27:24 [2020-12-15T02:27:24.549Z] #43 52.59   HOSTDEP  compel/src/lib/handle-elf-host.d
02:27:24 [2020-12-15T02:27:24.761Z] #40 71.92 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
02:27:24 [2020-12-15T02:27:24.761Z] #40 71.96 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
02:27:24 [2020-12-15T02:27:24.813Z] #41 66.61   CC       compel/plugins/std/string.o
02:27:24 [2020-12-15T02:27:24.846Z] #43 52.74   HOSTDEP  compel/arch/ppc64/src/lib/handle-elf-host.d
02:27:24 [2020-12-15T02:27:24.846Z] #43 52.82   HOSTDEP  compel/src/main-host.d
02:27:24 [2020-12-15T02:27:24.846Z] #43 52.92   DEP      compel/src/lib/ptrace.d
02:27:25 [2020-12-15T02:27:25.144Z] #43 53.07   DEP      compel/src/lib/infect.d
02:27:25 [2020-12-15T02:27:25.330Z] #40 72.61 Selecting previously unselected package libprotobuf-c1:amd64.
02:27:25 [2020-12-15T02:27:25.330Z] #40 72.61 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
02:27:25 [2020-12-15T02:27:25.330Z] #40 72.62 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:27:25 [2020-12-15T02:27:25.376Z] #41 ...
02:27:25 [2020-12-15T02:27:25.376Z] 
02:27:25 [2020-12-15T02:27:25.376Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:27:25 [2020-12-15T02:27:25.376Z] #56 DONE 171.5s
02:27:25 [2020-12-15T02:27:25.376Z] 
02:27:25 [2020-12-15T02:27:25.376Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
02:27:25 [2020-12-15T02:27:25.376Z] #57 DONE 0.1s
02:27:25 [2020-12-15T02:27:25.446Z] #43 53.44   DEP      compel/src/lib/infect-util.d
02:27:25 [2020-12-15T02:27:25.590Z] #40 72.75 Selecting previously unselected package libprotobuf-c-dev:amd64.
02:27:25 [2020-12-15T02:27:25.590Z] #40 72.75 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
02:27:25 [2020-12-15T02:27:25.590Z] #40 72.76 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
02:27:25 [2020-12-15T02:27:25.624Z] #34 ...
02:27:25 [2020-12-15T02:27:25.624Z] 
02:27:25 [2020-12-15T02:27:25.624Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:25 [2020-12-15T02:27:25.624Z] #11 54.44 Building dependency tree...
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.47 The following additional packages will be installed:
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.50   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.50   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.51   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.51   libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.52   mingw-w64-x86-64-dev
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.53 Suggested packages:
02:27:25 [2020-12-15T02:27:25.624Z] #11 60.56   gcc-8-locales seccomp wine64
02:27:25 [2020-12-15T02:27:25.659Z] Merging remotes/origin/master commit 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 into PR head commit a02553670ec7b08c293beb701d0c7c7a2922a85a
02:27:25 [2020-12-15T02:27:25.702Z] 
02:27:25 [2020-12-15T02:27:25.702Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:27:25 [2020-12-15T02:27:25.702Z] #58 DONE 0.1s
02:27:25 [2020-12-15T02:27:25.702Z] 
02:27:25 [2020-12-15T02:27:25.702Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:25 [2020-12-15T02:27:25.702Z] #43 167.8 mime/multipart
02:27:25 [2020-12-15T02:27:25.702Z] #43 171.3 crypto/tls
02:27:25 [2020-12-15T02:27:25.752Z] #43 53.62   DEP      compel/src/lib/infect-rpc.d
02:27:25 [2020-12-15T02:27:25.752Z] #43 53.87   DEP      compel/arch/ppc64/src/lib/infect.d
02:27:25 [2020-12-15T02:27:25.852Z] #40 73.14 Selecting previously unselected package zlib1g-dev:amd64.
02:27:25 [2020-12-15T02:27:25.852Z] #40 73.15 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
02:27:25 [2020-12-15T02:27:25.852Z] #40 73.15 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
02:27:26 [2020-12-15T02:27:26.049Z] #43 53.97   DEP      compel/arch/ppc64/src/lib/cpu.d
02:27:26 [2020-12-15T02:27:26.049Z] #43 54.03   DEP      compel/src/lib/log.d
02:27:26 [2020-12-15T02:27:26.049Z] #43 ...
02:27:26 [2020-12-15T02:27:26.049Z] 
02:27:26 [2020-12-15T02:27:26.049Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:26 [2020-12-15T02:27:26.049Z] #45 109.8 text/template
02:27:26 [2020-12-15T02:27:26.049Z] #45 116.0 encoding/xml
02:27:26 [2020-12-15T02:27:26.049Z] #45 116.7 math/big
02:27:26 [2020-12-15T02:27:26.347Z] #45 ...
02:27:26 [2020-12-15T02:27:26.347Z] 
02:27:26 [2020-12-15T02:27:26.347Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:26 [2020-12-15T02:27:26.347Z] #43 54.17   DEP      compel/src/main.d
02:27:26 [2020-12-15T02:27:26.347Z] #43 54.27   DEP      compel/src/lib/handle-elf.d
02:27:26 [2020-12-15T02:27:26.347Z] #43 54.50   DEP      compel/arch/ppc64/src/lib/handle-elf.d
02:27:26 [2020-12-15T02:27:26.422Z] #40 73.73 Selecting previously unselected package libprotobuf17:amd64.
02:27:26 [2020-12-15T02:27:26.422Z] #40 73.73 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
02:27:26 [2020-12-15T02:27:26.422Z] #40 73.76 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
02:27:26 [2020-12-15T02:27:26.645Z] #43 54.63   CC       compel/src/lib/log.o
02:27:26 [2020-12-15T02:27:26.942Z] #43 55.00   CC       compel/arch/ppc64/src/lib/cpu.o
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.56 The following NEW packages will be installed:
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.62   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.62   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.63   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.63   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.63   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.63   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.67 The following packages will be upgraded:
02:27:27 [2020-12-15T02:27:27.010Z] #11 62.67   libsystemd0 libudev1
02:27:27 [2020-12-15T02:27:27.241Z] #43 55.27   CC       compel/arch/ppc64/src/lib/infect.o
02:27:27 [2020-12-15T02:27:27.270Z] #11 63.13 2 upgraded, 25 newly installed, 0 to remove and 14 not upgraded.
02:27:27 [2020-12-15T02:27:27.270Z] #11 63.13 Need to get 78.2 MB of archives.
02:27:27 [2020-12-15T02:27:27.270Z] #11 63.13 After this operation, 487 MB of additional disk space will be used.
02:27:27 [2020-12-15T02:27:27.270Z] #11 63.13 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB]
02:27:27 [2020-12-15T02:27:27.270Z] #11 63.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB]
02:27:27 [2020-12-15T02:27:27.270Z] #11 63.19 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
02:27:27 [2020-12-15T02:27:27.361Z] #40 ...
02:27:27 [2020-12-15T02:27:27.361Z] 
02:27:27 [2020-12-15T02:27:27.361Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:27 [2020-12-15T02:27:27.361Z] #34 64.78 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
02:27:27 [2020-12-15T02:27:27.361Z] #34 64.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
02:27:27 [2020-12-15T02:27:27.361Z] #34 64.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
02:27:27 [2020-12-15T02:27:27.361Z] #34 64.88 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
02:27:27 [2020-12-15T02:27:27.361Z] #34 64.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
02:27:27 [2020-12-15T02:27:27.361Z] #34 67.42 debconf: delaying package configuration, since apt-utils is not installed
02:27:27 [2020-12-15T02:27:27.361Z] #34 67.79 Fetched 14.9 MB in 3s (5383 kB/s)
02:27:27 [2020-12-15T02:27:27.361Z] #34 67.96 Selecting previously unselected package xxd.
02:27:27 [2020-12-15T02:27:27.361Z] #34 67.96 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:27:27 [2020-12-15T02:27:27.361Z] #34 68.08 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
02:27:27 [2020-12-15T02:27:27.361Z] #34 68.14 Unpacking xxd (2:8.1.0875-5) ...
02:27:27 [2020-12-15T02:27:27.361Z] #34 68.35 Selecting previously unselected package vim-common.
02:27:27 [2020-12-15T02:27:27.361Z] #34 68.35 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
02:27:27 [2020-12-15T02:27:27.361Z] #34 68.44 Unpacking vim-common (2:8.1.0875-5) ...
02:27:27 [2020-12-15T02:27:27.361Z] #34 69.10 Selecting previously unselected package cmake-data.
02:27:27 [2020-12-15T02:27:27.361Z] #34 69.10 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
02:27:27 [2020-12-15T02:27:27.361Z] #34 69.14 Unpacking cmake-data (3.13.4-1) ...
02:27:27 [2020-12-15T02:27:27.361Z] #34 73.91 Selecting previously unselected package libicu63:amd64.
02:27:27 [2020-12-15T02:27:27.361Z] #34 73.93 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
02:27:27 [2020-12-15T02:27:27.361Z] #34 73.97 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
02:27:25 [2020-12-15T02:27:25.765Z]  > git config core.sparsecheckout # timeout=10
02:27:25 [2020-12-15T02:27:25.812Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:27:27 [2020-12-15T02:27:27.476Z] #40 62.33 Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-1) ...
02:27:27 [2020-12-15T02:27:27.531Z] #11 ...
02:27:27 [2020-12-15T02:27:27.531Z] 
02:27:27 [2020-12-15T02:27:27.531Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:27 [2020-12-15T02:27:27.531Z] #34 61.24 The following additional packages will be installed:
02:27:27 [2020-12-15T02:27:27.531Z] #34 61.28   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
02:27:27 [2020-12-15T02:27:27.531Z] #34 61.28 Suggested packages:
02:27:27 [2020-12-15T02:27:27.531Z] #34 61.29   cmake-doc ninja-build lrzip
02:27:27 [2020-12-15T02:27:27.531Z] #34 61.29 Recommended packages:
02:27:27 [2020-12-15T02:27:27.531Z] #34 61.29   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
02:27:27 [2020-12-15T02:27:27.531Z] #34 62.82 The following NEW packages will be installed:
02:27:27 [2020-12-15T02:27:27.531Z] #34 62.84   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
02:27:27 [2020-12-15T02:27:27.531Z] #34 62.84   vim-common xxd
02:27:27 [2020-12-15T02:27:27.531Z] #34 63.29 0 upgraded, 10 newly installed, 0 to remove and 16 not upgraded.
02:27:27 [2020-12-15T02:27:27.531Z] #34 63.29 Need to get 14.9 MB of archives.
02:27:27 [2020-12-15T02:27:27.531Z] #34 63.29 After this operation, 61.8 MB of additional disk space will be used.
02:27:27 [2020-12-15T02:27:27.531Z] #34 63.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
02:27:27 [2020-12-15T02:27:27.531Z] #34 63.30 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
02:27:27 [2020-12-15T02:27:27.531Z] #34 63.31 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
02:27:27 [2020-12-15T02:27:27.531Z] #34 63.57 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
02:27:27 [2020-12-15T02:27:27.621Z] #34 ...
02:27:27 [2020-12-15T02:27:27.621Z] 
02:27:27 [2020-12-15T02:27:27.621Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:27 [2020-12-15T02:27:27.621Z] #40 74.97 Selecting previously unselected package libprotobuf-lite17:amd64.
02:27:27 [2020-12-15T02:27:27.621Z] #40 74.97 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
02:27:27 [2020-12-15T02:27:27.650Z] #43 ...
02:27:27 [2020-12-15T02:27:27.651Z] 
02:27:27 [2020-12-15T02:27:27.651Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:27 [2020-12-15T02:27:27.651Z] #41 67.62   CC       compel/plugins/std/infect.o
02:27:27 [2020-12-15T02:27:27.651Z] #41 68.54   CC       compel/arch/x86/plugins/std/parasite-head.o
02:27:27 [2020-12-15T02:27:27.651Z] #41 68.59   CC       compel/arch/x86/plugins/std/memcpy.o
02:27:27 [2020-12-15T02:27:27.651Z] #41 68.70   CC       compel/arch/x86/plugins/std/syscalls-64.o
02:27:27 [2020-12-15T02:27:27.651Z] #41 68.79   AR       compel/plugins/std.lib.a
02:27:27 [2020-12-15T02:27:27.651Z] #41 68.93   CC       compel/plugins/fds/fds.o
02:27:27 [2020-12-15T02:27:27.651Z] #41 69.26   AR       compel/plugins/fds.lib.a
02:27:27 [2020-12-15T02:27:27.651Z] #41 69.35   HOSTDEP  compel/src/lib/log-host.d
02:27:27 [2020-12-15T02:27:27.651Z] #41 69.49   HOSTDEP  compel/src/lib/handle-elf-host.d
02:27:27 [2020-12-15T02:27:27.881Z] #40 74.97 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
02:27:27 [2020-12-15T02:27:27.884Z] #43 55.98   CC       compel/src/lib/infect-rpc.o
02:27:27 [2020-12-15T02:27:27.919Z] #41 69.67   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
02:27:27 [2020-12-15T02:27:27.919Z] #41 69.86   HOSTDEP  compel/src/main-host.d
02:27:28 [2020-12-15T02:27:28.141Z] #40 75.34 Selecting previously unselected package libprotobuf-dev:amd64.
02:27:28 [2020-12-15T02:27:28.141Z] #40 75.34 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
02:27:28 [2020-12-15T02:27:28.141Z] #40 75.38 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
02:27:28 [2020-12-15T02:27:28.177Z] #41 69.99   DEP      compel/src/lib/ptrace.d
02:27:28 [2020-12-15T02:27:28.177Z] #41 70.14   DEP      compel/src/lib/infect.d
02:27:28 [2020-12-15T02:27:28.429Z] #40 63.59 Setting up libnl-3-200:arm64 (3.4.0-1) ...
02:27:28 [2020-12-15T02:27:28.429Z] #40 ...
02:27:28 [2020-12-15T02:27:28.429Z] 
02:27:28 [2020-12-15T02:27:28.429Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:28 [2020-12-15T02:27:28.429Z] #32 DONE 63.6s
02:27:28 [2020-12-15T02:27:28.429Z] 
02:27:28 [2020-12-15T02:27:28.429Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:28 [2020-12-15T02:27:28.429Z] #40 63.67 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
02:27:28 [2020-12-15T02:27:28.429Z] #40 63.71 Setting up libcap-dev:arm64 (1:2.25-2) ...
02:27:28 [2020-12-15T02:27:28.433Z] #41 70.32   DEP      compel/src/lib/infect-util.d
02:27:28 [2020-12-15T02:27:28.536Z] #43 56.41   CC       compel/src/lib/infect-util.o
02:27:28 [2020-12-15T02:27:28.689Z] #41 70.43   DEP      compel/src/lib/infect-rpc.d
02:27:28 [2020-12-15T02:27:28.689Z] #41 70.60   DEP      compel/arch/x86/src/lib/infect.d
02:27:28 [2020-12-15T02:27:28.733Z] #40 63.75 Setting up libprotoc17:arm64 (3.6.1.3-2) ...
02:27:28 [2020-12-15T02:27:28.733Z] #40 63.77 Setting up protobuf-compiler (3.6.1.3-2) ...
02:27:28 [2020-12-15T02:27:28.733Z] #40 63.82 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
02:27:28 [2020-12-15T02:27:28.830Z] #43 56.78   CC       compel/src/lib/infect.o
02:27:28 [2020-12-15T02:27:28.921Z] #34 64.85 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB]
02:27:28 [2020-12-15T02:27:28.921Z] #34 64.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
02:27:28 [2020-12-15T02:27:28.945Z] #41 70.86   DEP      compel/arch/x86/src/lib/cpu.d
02:27:28 [2020-12-15T02:27:28.945Z] #41 70.91   DEP      compel/src/lib/log.d
02:27:28 [2020-12-15T02:27:28.945Z] #41 70.99   DEP      compel/src/main.d
02:27:28 [2020-12-15T02:27:28.997Z] #40 63.87 Setting up libprotobuf-dev:arm64 (3.6.1.3-2) ...
02:27:28 [2020-12-15T02:27:28.997Z] #40 63.91 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
02:27:28 [2020-12-15T02:27:28.997Z] #40 64.11 Setting up python-protobuf (3.6.1.3-2) ...
02:27:28 [2020-12-15T02:27:28.997Z] #40 ...
02:27:28 [2020-12-15T02:27:28.997Z] 
02:27:28 [2020-12-15T02:27:28.997Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:28 [2020-12-15T02:27:28.997Z] #49 54.20 mvdan.cc/sh/v3/fileutil
02:27:28 [2020-12-15T02:27:28.997Z] #49 55.75 encoding/binary
02:27:28 [2020-12-15T02:27:28.997Z] #49 55.77 github.com/pkg/diff
02:27:28 [2020-12-15T02:27:28.997Z] #49 55.77 go/token
02:27:28 [2020-12-15T02:27:28.997Z] #49 55.77 mvdan.cc/editorconfig
02:27:28 [2020-12-15T02:27:28.997Z] #49 57.22 go/scanner
02:27:28 [2020-12-15T02:27:28.997Z] #49 58.33 mvdan.cc/sh/v3/syntax
02:27:28 [2020-12-15T02:27:28.997Z] #49 58.89 encoding/base64
02:27:28 [2020-12-15T02:27:28.997Z] #49 59.00 golang.org/x/sys/unix
02:27:28 [2020-12-15T02:27:28.997Z] #49 59.62 go/ast
02:27:28 [2020-12-15T02:27:28.997Z] #49 60.51 encoding/json
02:27:29 [2020-12-15T02:27:29.023Z] Merge succeeded, producing a02553670ec7b08c293beb701d0c7c7a2922a85a
02:27:29 [2020-12-15T02:27:29.023Z] Checking out Revision a02553670ec7b08c293beb701d0c7c7a2922a85a (PR-41793)
02:27:29 [2020-12-15T02:27:29.196Z] #34 64.99 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
02:27:29 [2020-12-15T02:27:29.196Z] #34 65.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
02:27:29 [2020-12-15T02:27:29.196Z] #34 65.02 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB]
02:27:29 [2020-12-15T02:27:29.196Z] #34 65.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
02:27:29 [2020-12-15T02:27:29.202Z] #41 71.23   DEP      compel/src/lib/handle-elf.d
02:27:29 [2020-12-15T02:27:29.261Z] #49 ...
02:27:29 [2020-12-15T02:27:29.261Z] 
02:27:29 [2020-12-15T02:27:29.261Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:29 [2020-12-15T02:27:29.261Z] #11 54.37 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:27:29 [2020-12-15T02:27:29.261Z] #11 54.37 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 54.39 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.53 Selecting previously unselected package binutils-mingw-w64.
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.54 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.55 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.75 Selecting previously unselected package libdevmapper1.02.1:arm64.
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.75 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.76 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.88 Selecting previously unselected package dmsetup.
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.88 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 56.89 Unpacking dmsetup (2:1.02.155-3) ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 57.04 Selecting previously unselected package mingw-w64-common.
02:27:29 [2020-12-15T02:27:29.261Z] #11 57.04 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
02:27:29 [2020-12-15T02:27:29.261Z] #11 57.05 Unpacking mingw-w64-common (6.0.0-3) ...
02:27:29 [2020-12-15T02:27:29.458Z] #41 71.41   DEP      compel/arch/x86/src/lib/handle-elf.d
02:27:29 [2020-12-15T02:27:29.524Z] #11 ...
02:27:29 [2020-12-15T02:27:29.524Z] 
02:27:29 [2020-12-15T02:27:29.524Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:29 [2020-12-15T02:27:29.524Z] #43 54.15 internal/lazyregexp
02:27:29 [2020-12-15T02:27:29.524Z] #43 54.16 os/exec
02:27:29 [2020-12-15T02:27:29.524Z] #43 54.35 net
02:27:29 [2020-12-15T02:27:29.524Z] #43 54.37 flag
02:27:29 [2020-12-15T02:27:29.524Z] #43 54.76 go/token
02:27:29 [2020-12-15T02:27:29.524Z] #43 56.19 go/scanner
02:27:29 [2020-12-15T02:27:29.524Z] #43 56.98 net/url
02:27:29 [2020-12-15T02:27:29.524Z] #43 57.30 text/template/parse
02:27:29 [2020-12-15T02:27:29.524Z] #43 58.30 go/ast
02:27:29 [2020-12-15T02:27:29.524Z] #43 59.98 encoding/base64
02:27:29 [2020-12-15T02:27:29.524Z] #43 61.14 encoding/json
02:27:29 [2020-12-15T02:27:29.524Z] #43 64.29 text/template
02:27:29 [2020-12-15T02:27:29.524Z] #43 ...
02:27:29 [2020-12-15T02:27:29.524Z] 
02:27:29 [2020-12-15T02:27:29.524Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:29 [2020-12-15T02:27:29.524Z] #34 54.46 Selecting previously unselected package libicu63:arm64.
02:27:29 [2020-12-15T02:27:29.524Z] #34 54.46 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 54.54 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 59.48 Selecting previously unselected package libxml2:arm64.
02:27:29 [2020-12-15T02:27:29.524Z] #34 59.48 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 59.49 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 60.21 Selecting previously unselected package libarchive13:arm64.
02:27:29 [2020-12-15T02:27:29.524Z] #34 60.22 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 60.24 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 60.57 Selecting previously unselected package libjsoncpp1:arm64.
02:27:29 [2020-12-15T02:27:29.524Z] #34 60.60 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 60.64 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 61.02 Selecting previously unselected package librhash0:arm64.
02:27:29 [2020-12-15T02:27:29.524Z] #34 61.02 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 61.03 Unpacking librhash0:arm64 (1.3.8-1) ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 63.58 Selecting previously unselected package libuv1:arm64.
02:27:29 [2020-12-15T02:27:29.524Z] #34 63.59 Preparing to unpack .../8-libuv1_1.24.1-1_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 63.60 Unpacking libuv1:arm64 (1.24.1-1) ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 63.79 Selecting previously unselected package cmake.
02:27:29 [2020-12-15T02:27:29.524Z] #34 63.79 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
02:27:29 [2020-12-15T02:27:29.524Z] #34 63.84 Unpacking cmake (3.13.4-1) ...
02:27:29 [2020-12-15T02:27:29.715Z] #41 71.64   CC       compel/src/lib/log.o
02:27:30 [2020-12-15T02:27:30.050Z] #40 ...
02:27:30 [2020-12-15T02:27:30.050Z] 
02:27:30 [2020-12-15T02:27:30.050Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:30 [2020-12-15T02:27:30.050Z] #11 67.23 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 67.68 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 67.71 Get:11 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]
02:27:30 [2020-12-15T02:27:30.050Z] #11 73.11 Get:12 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]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.49 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.52 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.53 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.54 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.59 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.66 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.72 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.82 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.87 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.87 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 76.92 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB]
02:27:30 [2020-12-15T02:27:30.050Z] #11 ...
02:27:30 [2020-12-15T02:27:30.050Z] 
02:27:30 [2020-12-15T02:27:30.050Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:27:30 [2020-12-15T02:27:30.051Z] #30 71.68 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:  92% (1402/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.
02:27:30 [2020-12-15T02:27:30.051Z] #30 72.75 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
02:27:30 [2020-12-15T02:27:30.051Z] #30 73.03 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:27:30 [2020-12-15T02:27:30.139Z] #34 ...
02:27:30 [2020-12-15T02:27:30.139Z] 
02:27:30 [2020-12-15T02:27:30.139Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container...
02:27:30 [2020-12-15T02:27:30.139Z] #53 55.26 Building dependency tree...
02:27:30 [2020-12-15T02:27:30.139Z] #53 60.84 The following additional packages will be installed:
02:27:30 [2020-12-15T02:27:30.139Z] #53 60.85   libbtrfs0
02:27:30 [2020-12-15T02:27:30.139Z] #53 61.31 The following NEW packages will be installed:
02:27:30 [2020-12-15T02:27:30.139Z] #53 61.31   libbtrfs-dev libbtrfs0
02:27:30 [2020-12-15T02:27:30.139Z] #53 61.80 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
02:27:30 [2020-12-15T02:27:30.139Z] #53 61.80 Need to get 119 kB of archives.
02:27:30 [2020-12-15T02:27:30.139Z] #53 61.80 After this operation, 387 kB of additional disk space will be used.
02:27:30 [2020-12-15T02:27:30.139Z] #53 61.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
02:27:30 [2020-12-15T02:27:30.139Z] #53 61.80 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
02:27:30 [2020-12-15T02:27:30.139Z] #53 63.63 debconf: delaying package configuration, since apt-utils is not installed
02:27:30 [2020-12-15T02:27:30.139Z] #53 63.98 Fetched 119 kB in 0s (368 kB/s)
02:27:30 [2020-12-15T02:27:30.139Z] #53 64.21 Selecting previously unselected package libbtrfs0.
02:27:30 [2020-12-15T02:27:30.139Z] #53 64.21 (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.)
02:27:30 [2020-12-15T02:27:30.139Z] #53 64.28 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
02:27:30 [2020-12-15T02:27:30.139Z] #53 64.32 Unpacking libbtrfs0 (4.20.1-2) ...
02:27:30 [2020-12-15T02:27:30.139Z] #53 64.66 Selecting previously unselected package libbtrfs-dev.
02:27:30 [2020-12-15T02:27:30.139Z] #53 64.66 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
02:27:30 [2020-12-15T02:27:30.139Z] #53 64.68 Unpacking libbtrfs-dev (4.20.1-2) ...
02:27:30 [2020-12-15T02:27:30.139Z] #53 65.23 Setting up libbtrfs0 (4.20.1-2) ...
02:27:30 [2020-12-15T02:27:30.139Z] #53 65.28 Setting up libbtrfs-dev (4.20.1-2) ...
02:27:30 [2020-12-15T02:27:30.139Z] #53 65.31 Processing triggers for libc-bin (2.28-10) ...
02:27:30 [2020-12-15T02:27:30.139Z] #53 DONE 65.9s
02:27:30 [2020-12-15T02:27:30.139Z] 
02:27:30 [2020-12-15T02:27:30.139Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:30 [2020-12-15T02:27:30.139Z] #47 55.90 go: extracting golang.org/x/text v0.3.2
02:27:30 [2020-12-15T02:27:30.139Z] #47 62.40 go: finding github.com/fatih/color v1.7.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 62.42 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
02:27:30 [2020-12-15T02:27:30.139Z] #47 62.80 go: finding github.com/mattn/go-isatty v0.0.8
02:27:30 [2020-12-15T02:27:30.139Z] #47 62.80 go: finding github.com/mattn/go-colorable v0.1.4
02:27:30 [2020-12-15T02:27:30.139Z] #47 62.89 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
02:27:30 [2020-12-15T02:27:30.139Z] #47 62.99 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.00 go: finding github.com/go-critic/go-critic v0.4.1
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.02 go: finding github.com/go-lintpack/lintpack v0.5.2
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.05 go: finding github.com/pkg/errors v0.8.1
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.11 go: finding github.com/mitchellh/go-homedir v1.1.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.15 go: finding github.com/sirupsen/logrus v1.4.2
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.19 go: finding github.com/go-toolsmith/astequal v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.21 go: finding github.com/stretchr/testify v1.4.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.24 go: finding github.com/go-toolsmith/astp v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.26 go: finding github.com/spf13/viper v1.6.1
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.26 go: finding github.com/davecgh/go-spew v1.1.1
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.31 go: finding github.com/go-toolsmith/astcast v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.33 go: finding github.com/go-toolsmith/astfmt v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.33 go: finding github.com/go-toolsmith/typep v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.42 go: finding github.com/go-toolsmith/astcopy v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.46 go: finding github.com/pmezard/go-difflib v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.61 go: finding github.com/stretchr/objx v0.2.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.80 go: finding github.com/OpenPeeDeeP/depguard v1.0.1
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.82 go: finding gopkg.in/yaml.v2 v2.2.7
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.86 go: finding github.com/go-toolsmith/strparse v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.93 go: finding github.com/bombsimon/wsl/v2 v2.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 63.98 go: finding github.com/fsnotify/fsnotify v1.4.7
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.02 go: finding github.com/gobwas/glob v0.2.3
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.10 go: finding github.com/spf13/cobra v0.0.5
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.12 go: finding github.com/hashicorp/hcl v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.16 go: finding github.com/spf13/pflag v1.0.5
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.32 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.55 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.62 go: finding github.com/magiconair/properties v1.8.1
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.63 go: finding github.com/mitchellh/mapstructure v1.1.2
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.66 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.72 go: finding github.com/pelletier/go-toml v1.2.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.76 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.78 go: finding github.com/spf13/afero v1.1.2
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.93 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.97 go: finding github.com/spf13/cast v1.3.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 64.98 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.02 go: finding github.com/spf13/jwalterweatherman v1.0.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.05 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.13 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.42 go: finding github.com/subosito/gotenv v1.2.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.45 go: finding gopkg.in/ini.v1 v1.51.0
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.46 go: finding golang.org/x/text v0.3.2
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.59 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.72 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.79 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.83 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.89 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.89 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.99 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
02:27:30 [2020-12-15T02:27:30.139Z] #47 65.99 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
02:27:30 [2020-12-15T02:27:30.140Z] #47 66.06 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
02:27:30 [2020-12-15T02:27:30.140Z] #47 66.08 go: finding github.com/kisielk/gotool v1.0.0
02:27:30 [2020-12-15T02:27:30.140Z] #47 66.11 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
02:27:30 [2020-12-15T02:27:30.140Z] #47 ...
02:27:30 [2020-12-15T02:27:30.140Z] 
02:27:30 [2020-12-15T02:27:30.140Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:30 [2020-12-15T02:27:30.140Z] #40 45.51 Reading package lists...
02:27:30 [2020-12-15T02:27:30.140Z] #40 56.40 Building dependency tree...
02:27:30 [2020-12-15T02:27:30.140Z] #40 62.04 The following additional packages will be installed:
02:27:30 [2020-12-15T02:27:30.140Z] #40 62.08   libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17
02:27:30 [2020-12-15T02:27:30.140Z] #40 62.09   libprotoc17 python-pkg-resources python-six zlib1g-dev
02:27:30 [2020-12-15T02:27:30.140Z] #40 62.09 Suggested packages:
02:27:30 [2020-12-15T02:27:30.140Z] #40 62.12   manpages-dev python-setuptools
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.17 The following NEW packages will be installed:
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.18   libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.19   libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.19   protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.19   python-six zlib1g-dev
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.86 0 upgraded, 17 newly installed, 0 to remove and 16 not upgraded.
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.86 Need to get 4095 kB of archives.
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.86 After this operation, 22.5 MB of additional disk space will be used.
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.90 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 64.94 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.09 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.22 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.33 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.44 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.45 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.46 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB]
02:27:30 [2020-12-15T02:27:30.140Z] #40 65.51 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB]
02:27:30 [2020-12-15T02:27:30.279Z] #41 72.12   CC       compel/arch/x86/src/lib/cpu.o
02:27:30 [2020-12-15T02:27:30.400Z] #40 ...
02:27:30 [2020-12-15T02:27:30.400Z] 
02:27:30 [2020-12-15T02:27:30.400Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:27:30 [2020-12-15T02:27:30.400Z] #47 66.11 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
02:27:30 [2020-12-15T02:27:30.400Z] #47 66.26 go: finding github.com/sourcegraph/go-diff v0.5.1
02:27:28 [2020-12-15T02:27:28.541Z]  > git remote # timeout=10
02:27:28 [2020-12-15T02:27:28.717Z]  > git config --get remote.origin.url # timeout=10
02:27:28 [2020-12-15T02:27:28.774Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
02:27:28 [2020-12-15T02:27:28.777Z]  > git merge 6b2b7089a1e917e2ebcd801c0ac102b07d3ad552 # timeout=10
02:27:28 [2020-12-15T02:27:28.923Z]  > git rev-parse "HEAD^{commit}" # timeout=10
02:27:29 [2020-12-15T02:27:29.056Z]  > git config core.sparsecheckout # timeout=10
02:27:29 [2020-12-15T02:27:29.117Z]  > git checkout -f a02553670ec7b08c293beb701d0c7c7a2922a85a # timeout=10
02:27:30 [2020-12-15T02:27:30.622Z] #30 ...
02:27:30 [2020-12-15T02:27:30.622Z] 
02:27:30 [2020-12-15T02:27:30.622Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:30 [2020-12-15T02:27:30.622Z] #40 77.98 Selecting previously unselected package libprotoc17:amd64.
02:27:30 [2020-12-15T02:27:30.622Z] #40 77.98 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
02:27:30 [2020-12-15T02:27:30.622Z] #40 77.99 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
02:27:30 [2020-12-15T02:27:30.662Z] #47 66.39 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
02:27:30 [2020-12-15T02:27:30.662Z] #47 66.41 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
02:27:30 [2020-12-15T02:27:30.662Z] #47 66.46 go: finding github.com/tommy-muehle/go-mnd v1.1.1
02:27:30 [2020-12-15T02:27:30.662Z] #47 66.56 go: finding github.com/ultraware/funlen v0.0.2
02:27:30 [2020-12-15T02:27:30.662Z] #47 66.56 go: finding github.com/ultraware/whitespace v0.0.4
02:27:30 [2020-12-15T02:27:30.662Z] #47 66.57 go: finding github.com/uudashr/gocognit v1.0.1
02:27:30 [2020-12-15T02:27:30.923Z] #47 66.68 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
02:27:30 [2020-12-15T02:27:30.923Z] #47 66.76 go: finding github.com/gogo/protobuf v1.2.1
02:27:30 [2020-12-15T02:27:30.938Z] #34 ...
02:27:30 [2020-12-15T02:27:30.938Z] 
02:27:30 [2020-12-15T02:27:30.938Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:30 [2020-12-15T02:27:30.938Z] #43 65.90 go/parser
02:27:31 [2020-12-15T02:27:31.183Z] #47 66.98 go: finding honnef.co/go/tools v0.0.1-2019.2.3
02:27:31 [2020-12-15T02:27:31.183Z] #47 67.05 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
02:27:31 [2020-12-15T02:27:31.183Z] #47 67.10 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
02:27:31 [2020-12-15T02:27:31.183Z] #47 67.17 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
02:27:31 [2020-12-15T02:27:31.183Z] #47 67.25 go: finding github.com/BurntSushi/toml v0.3.1
02:27:31 [2020-12-15T02:27:31.247Z] #41 72.98   CC       compel/arch/x86/src/lib/infect.o
02:27:31 [2020-12-15T02:27:31.247Z] #41 ...
02:27:31 [2020-12-15T02:27:31.247Z] 
02:27:31 [2020-12-15T02:27:31.247Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:31 [2020-12-15T02:27:31.247Z] #11 177.3 Selecting previously unselected package libapparmor1:amd64.
02:27:31 [2020-12-15T02:27:31.247Z] #11 177.3 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
02:27:31 [2020-12-15T02:27:31.247Z] #11 177.3 Unpacking libapparmor1:amd64 (2.13.2-10) ...
02:27:31 [2020-12-15T02:27:31.504Z] #11 177.6 Selecting previously unselected package libapparmor-dev:amd64.
02:27:31 [2020-12-15T02:27:31.504Z] #11 177.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
02:27:31 [2020-12-15T02:27:31.504Z] #11 177.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
02:27:31 [2020-12-15T02:27:31.564Z] #40 ...
02:27:31 [2020-12-15T02:27:31.564Z] 
02:27:31 [2020-12-15T02:27:31.564Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.189 + RM_GOPATH=0
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.189 + TMP_GOPATH=
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.189 + : /build
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.189 + '[' -z '' ']'
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.189 ++ mktemp -d
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.201 + export GOPATH=/tmp/tmp.fcSxJoZFqn
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.201 + GOPATH=/tmp/tmp.fcSxJoZFqn
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.201 + RM_GOPATH=1
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.201 + case "$(go env GOARCH)" in
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.201 ++ go env GOARCH
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.317 + export GO_BUILDMODE=-buildmode=pie
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.317 + GO_BUILDMODE=-buildmode=pie
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.317 ++ dirname /tmp/install/install.sh
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + dir=/tmp/install
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + bin=containerd
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + shift
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + '[' '!' -f /tmp/install/containerd.installer ']'
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + . /tmp/install/containerd.installer
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 ++ set -e
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + install_containerd
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fcSxJoZFqn/src/github.com/containerd/containerd
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.328 Cloning into '/tmp/tmp.fcSxJoZFqn/src/github.com/containerd/containerd'...
02:27:31 [2020-12-15T02:27:31.564Z] #54 2.329 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:27:31 [2020-12-15T02:27:31.564Z] #54 ...
02:27:31 [2020-12-15T02:27:31.564Z] 
02:27:31 [2020-12-15T02:27:31.564Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:31 [2020-12-15T02:27:31.564Z] #11 78.80 debconf: delaying package configuration, since apt-utils is not installed
02:27:31 [2020-12-15T02:27:31.761Z] #11 177.7 Selecting previously unselected package libbtrfs0.
02:27:31 [2020-12-15T02:27:31.761Z] #11 177.7 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
02:27:31 [2020-12-15T02:27:31.761Z] #11 177.8 Unpacking libbtrfs0 (4.20.1-2) ...
02:27:31 [2020-12-15T02:27:31.761Z] #11 177.9 Selecting previously unselected package libbtrfs-dev.
02:27:31 [2020-12-15T02:27:31.761Z] #11 177.9 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
02:27:31 [2020-12-15T02:27:31.761Z] #11 178.0 Unpacking libbtrfs-dev (4.20.1-2) ...
02:27:31 [2020-12-15T02:27:31.824Z] #11 79.15 Fetched 78.2 MB in 12s (6590 kB/s)
02:27:31 [2020-12-15T02:27:31.891Z] #43 66.86 encoding/xml
02:27:32 [2020-12-15T02:27:32.017Z] #11 178.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
02:27:32 [2020-12-15T02:27:32.017Z] #11 178.1 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
02:27:32 [2020-12-15T02:27:32.017Z] #11 178.1 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
02:27:32 [2020-12-15T02:27:32.017Z] #11 178.3 Selecting previously unselected package libudev-dev:amd64.
02:27:32 [2020-12-15T02:27:32.017Z] #11 178.3 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ...
02:27:32 [2020-12-15T02:27:32.084Z] #11 79.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:27:32 [2020-12-15T02:27:32.085Z] #11 79.39 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ...
02:27:32 [2020-12-15T02:27:32.085Z] #11 79.43 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:27:32 [2020-12-15T02:27:32.125Z] #47 ...
02:27:32 [2020-12-15T02:27:32.125Z] 
02:27:32 [2020-12-15T02:27:32.125Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:32 [2020-12-15T02:27:32.125Z] #32 57.75 internal/reflectlite
02:27:32 [2020-12-15T02:27:32.125Z] #32 57.80 sync
02:27:32 [2020-12-15T02:27:32.125Z] #32 61.80 sort
02:27:32 [2020-12-15T02:27:32.125Z] #32 61.83 errors
02:27:32 [2020-12-15T02:27:32.125Z] #32 62.67 strconv
02:27:32 [2020-12-15T02:27:32.125Z] #32 63.70 io
02:27:32 [2020-12-15T02:27:32.125Z] #32 66.08 internal/oserror
02:27:32 [2020-12-15T02:27:32.125Z] #32 66.37 syscall
02:27:32 [2020-12-15T02:27:32.125Z] #32 ...
02:27:32 [2020-12-15T02:27:32.125Z] 
02:27:32 [2020-12-15T02:27:32.125Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:32 [2020-12-15T02:27:32.125Z] #34 67.45 debconf: delaying package configuration, since apt-utils is not installed
02:27:32 [2020-12-15T02:27:32.125Z] #34 67.78 Fetched 14.9 MB in 3s (5718 kB/s)
02:27:32 [2020-12-15T02:27:32.125Z] #34 67.92 Selecting previously unselected package xxd.
02:27:32 [2020-12-15T02:27:32.125Z] #34 67.92 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:27:32 [2020-12-15T02:27:32.125Z] #34 68.05 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
02:27:32 [2020-12-15T02:27:32.125Z] #34 68.09 Unpacking xxd (2:8.1.0875-5) ...
02:27:32 [2020-12-15T02:27:32.274Z] #11 178.3 Unpacking libudev-dev:amd64 (241-7~deb10u5) ...
02:27:32 [2020-12-15T02:27:32.396Z] #43 60.11   CC       compel/src/lib/ptrace.o
02:27:32 [2020-12-15T02:27:32.530Z] #11 178.7 Selecting previously unselected package libsepol1-dev:amd64.
02:27:32 [2020-12-15T02:27:32.530Z] #11 178.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
02:27:32 [2020-12-15T02:27:32.530Z] #11 178.7 Unpacking libsepol1-dev:amd64 (2.8-1) ...
02:27:32 [2020-12-15T02:27:32.654Z] #11 ...
02:27:32 [2020-12-15T02:27:32.654Z] 
02:27:32 [2020-12-15T02:27:32.654Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:32 [2020-12-15T02:27:32.654Z] #32 69.78 reflect
02:27:32 [2020-12-15T02:27:32.654Z] #32 79.01 time
02:27:32 [2020-12-15T02:27:32.654Z] #32 ...
02:27:32 [2020-12-15T02:27:32.654Z] 
02:27:32 [2020-12-15T02:27:32.654Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.12 Selecting previously unselected package protobuf-c-compiler.
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.13 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.16 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.39 Selecting previously unselected package protobuf-compiler.
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.47 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.48 Unpacking protobuf-compiler (3.6.1.3-2) ...
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.62 Selecting previously unselected package python-pkg-resources.
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.62 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
02:27:32 [2020-12-15T02:27:32.654Z] #40 79.63 Unpacking python-pkg-resources (40.8.0-1) ...
02:27:32 [2020-12-15T02:27:32.654Z] #40 80.04 Selecting previously unselected package python-six.
02:27:32 [2020-12-15T02:27:32.695Z] #34 68.53 Selecting previously unselected package vim-common.
02:27:32 [2020-12-15T02:27:32.695Z] #34 68.53 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
02:27:32 [2020-12-15T02:27:32.695Z] #34 68.61 Unpacking vim-common (2:8.1.0875-5) ...
02:27:32 [2020-12-15T02:27:32.736Z] #43 60.59   AR       compel/libcompel.a
02:27:32 [2020-12-15T02:27:32.736Z] #43 60.67   HOSTCC   compel/src/main-host.o
02:27:32 [2020-12-15T02:27:32.736Z] #43 ...
02:27:32 [2020-12-15T02:27:32.736Z] 
02:27:32 [2020-12-15T02:27:32.736Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:32 [2020-12-15T02:27:32.736Z] #53 10.91 + cd /tmp/tmp.oZ479YzN0V/src/github.com/opencontainers/runc
02:27:32 [2020-12-15T02:27:32.913Z] #40 80.04 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
02:27:32 [2020-12-15T02:27:32.913Z] #40 80.04 Unpacking python-six (1.12.0-1) ...
02:27:32 [2020-12-15T02:27:32.913Z] #40 80.30 Selecting previously unselected package python-protobuf.
02:27:32 [2020-12-15T02:27:32.913Z] #40 80.30 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
02:27:33 [2020-12-15T02:27:33.038Z] #53 10.91 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:27:33 [2020-12-15T02:27:33.038Z] #53 ...
02:27:33 [2020-12-15T02:27:33.038Z] 
02:27:33 [2020-12-15T02:27:33.038Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:33 [2020-12-15T02:27:33.038Z] #51 117.6 golang.org/x/crypto/ssh/terminal
02:27:33 [2020-12-15T02:27:33.038Z] #51 120.7 mvdan.cc/sh/v3/cmd/shfmt
02:27:33 [2020-12-15T02:27:33.038Z] #51 DONE 126.9s
02:27:33 [2020-12-15T02:27:33.177Z] #40 80.36 Unpacking python-protobuf (3.6.1.3-2) ...
02:27:33 [2020-12-15T02:27:33.266Z] #34 69.13 Selecting previously unselected package cmake-data.
02:27:33 [2020-12-15T02:27:33.266Z] #34 69.14 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
02:27:33 [2020-12-15T02:27:33.266Z] #34 69.18 Unpacking cmake-data (3.13.4-1) ...
02:27:33 [2020-12-15T02:27:33.336Z] 
02:27:33 [2020-12-15T02:27:33.336Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:33 [2020-12-15T02:27:33.336Z] #45 127.0 go/doc
02:27:33 [2020-12-15T02:27:33.460Z] #11 179.4 Selecting previously unselected package libpcre16-3:amd64.
02:27:33 [2020-12-15T02:27:33.460Z] #11 179.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
02:27:33 [2020-12-15T02:27:33.460Z] #11 179.5 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
02:27:33 [2020-12-15T02:27:33.717Z] #11 179.9 Selecting previously unselected package libpcre32-3:amd64.
02:27:33 [2020-12-15T02:27:33.717Z] #11 179.9 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
02:27:33 [2020-12-15T02:27:33.717Z] #11 179.9 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
02:27:33 [2020-12-15T02:27:33.746Z] #40 ...
02:27:33 [2020-12-15T02:27:33.746Z] 
02:27:33 [2020-12-15T02:27:33.746Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:27:33 [2020-12-15T02:27:33.746Z] #45 DONE 81.1s
02:27:33 [2020-12-15T02:27:33.746Z] 
02:27:33 [2020-12-15T02:27:33.746Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:33 [2020-12-15T02:27:33.746Z] #43 71.16 bufio
02:27:33 [2020-12-15T02:27:33.746Z] #43 71.41 reflect
02:27:33 [2020-12-15T02:27:33.746Z] #43 74.38 syscall
02:27:33 [2020-12-15T02:27:33.974Z] #11 180.2 Selecting previously unselected package libpcrecpp0v5:amd64.
02:27:34 [2020-12-15T02:27:34.005Z] #43 ...
02:27:34 [2020-12-15T02:27:34.005Z] 
02:27:34 [2020-12-15T02:27:34.005Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:34 [2020-12-15T02:27:34.005Z] #11 80.23 Setting up libsystemd0:amd64 (241-7~deb10u5) ...
02:27:34 [2020-12-15T02:27:34.005Z] #11 80.49 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:27:34 [2020-12-15T02:27:34.005Z] #11 80.59 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ...
02:27:34 [2020-12-15T02:27:34.005Z] #11 80.63 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:27:34 [2020-12-15T02:27:34.005Z] #11 81.22 Setting up libudev1:amd64 (241-7~deb10u5) ...
02:27:34 [2020-12-15T02:27:34.230Z] #11 180.2 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
02:27:34 [2020-12-15T02:27:34.230Z] #11 180.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
02:27:34 [2020-12-15T02:27:34.273Z] #11 81.62 Selecting previously unselected package binutils-mingw-w64-i686.
02:27:34 [2020-12-15T02:27:34.419Z] #45 ...
02:27:34 [2020-12-15T02:27:34.419Z] 
02:27:34 [2020-12-15T02:27:34.419Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:27:34 [2020-12-15T02:27:34.419Z] #20 0.632 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:27:34 [2020-12-15T02:27:34.419Z] #20 0.764 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:27:34 [2020-12-15T02:27:34.419Z] #20 0.871 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:27:34 [2020-12-15T02:27:34.419Z] #20 1.789 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
02:27:34 [2020-12-15T02:27:34.419Z] #20 3.149 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [244 kB]
02:27:34 [2020-12-15T02:27:34.419Z] #20 4.524 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7864 B]
02:27:34 [2020-12-15T02:27:34.419Z] #20 ...
02:27:34 [2020-12-15T02:27:34.419Z] 
02:27:34 [2020-12-15T02:27:34.419Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:34 [2020-12-15T02:27:34.419Z] #53 11.65 + '[' -z '' ']'
02:27:34 [2020-12-15T02:27:34.419Z] #53 11.65 + target=static
02:27:34 [2020-12-15T02:27:34.419Z] #53 11.65 + make 'BUILDTAGS=seccomp apparmor selinux ' static
02:27:34 [2020-12-15T02:27:34.419Z] #53 12.20 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 .
02:27:34 [2020-12-15T02:27:34.487Z] #11 180.5 Selecting previously unselected package libpcre3-dev:amd64.
02:27:34 [2020-12-15T02:27:34.487Z] #11 180.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
02:27:34 [2020-12-15T02:27:34.487Z] #11 180.6 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
02:27:34 [2020-12-15T02:27:34.538Z] #11 81.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.)
02:27:34 [2020-12-15T02:27:34.538Z] #11 81.80 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
02:27:34 [2020-12-15T02:27:34.538Z] #11 81.81 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:27:35 [2020-12-15T02:27:35.232Z] #43 70.03 compress/gzip
02:27:35 [2020-12-15T02:27:35.232Z] #43 70.42 go/doc
02:27:35 [2020-12-15T02:27:35.416Z] #11 181.3 Selecting previously unselected package libselinux1-dev:amd64.
02:27:35 [2020-12-15T02:27:35.416Z] #11 181.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
02:27:35 [2020-12-15T02:27:35.416Z] #11 181.3 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #43 ...
02:27:35 [2020-12-15T02:27:35.817Z] 
02:27:35 [2020-12-15T02:27:35.817Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:35 [2020-12-15T02:27:35.817Z] #40 67.56 Setting up libnl-3-dev:arm64 (3.4.0-1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #40 68.50 Processing triggers for libc-bin (2.28-10) ...
02:27:35 [2020-12-15T02:27:35.817Z] #40 DONE 71.0s
02:27:35 [2020-12-15T02:27:35.817Z] 
02:27:35 [2020-12-15T02:27:35.817Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:35 [2020-12-15T02:27:35.817Z] #34 67.07 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 67.12 Setting up xxd (2:8.1.0875-5) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 67.15 Setting up libuv1:arm64 (1.24.1-1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 67.17 Setting up vim-common (2:8.1.0875-5) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 67.36 Setting up librhash0:arm64 (1.3.8-1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 68.40 Setting up cmake-data (3.13.4-1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 68.54 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 68.57 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 68.59 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 68.61 Setting up cmake (3.13.4-1) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 68.63 Processing triggers for libc-bin (2.28-10) ...
02:27:35 [2020-12-15T02:27:35.817Z] #34 69.61 Processing triggers for mime-support (3.62) ...
02:27:35 [2020-12-15T02:27:35.881Z] #34 ...
02:27:35 [2020-12-15T02:27:35.881Z] 
02:27:35 [2020-12-15T02:27:35.881Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:35 [2020-12-15T02:27:35.881Z] #43 61.84 errors
02:27:35 [2020-12-15T02:27:35.881Z] #43 61.87 sort
02:27:35 [2020-12-15T02:27:35.881Z] #43 62.59 io
02:27:35 [2020-12-15T02:27:35.881Z] #43 64.09 strconv
02:27:35 [2020-12-15T02:27:35.881Z] #43 64.38 bytes
02:27:35 [2020-12-15T02:27:35.881Z] #43 68.14 bufio
02:27:35 [2020-12-15T02:27:35.881Z] #43 70.60 reflect
02:27:35 [2020-12-15T02:27:35.881Z] #43 70.80 syscall
02:27:35 [2020-12-15T02:27:35.980Z] #11 181.9 Selecting previously unselected package libdevmapper-dev:amd64.
02:27:35 [2020-12-15T02:27:35.980Z] #11 181.9 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
02:27:35 [2020-12-15T02:27:35.980Z] #11 182.0 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
02:27:35 [2020-12-15T02:27:35.980Z] #11 182.1 Selecting previously unselected package libseccomp-dev:amd64.
02:27:35 [2020-12-15T02:27:35.980Z] #11 182.1 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
02:27:35 [2020-12-15T02:27:35.980Z] #11 182.1 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
02:27:36 [2020-12-15T02:27:36.141Z] #43 ...
02:27:36 [2020-12-15T02:27:36.141Z] 
02:27:36 [2020-12-15T02:27:36.141Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:27:36 [2020-12-15T02:27:36.142Z] #30 69.76 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:  92% (1402/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.
02:27:36 [2020-12-15T02:27:36.142Z] #30 71.18 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050
02:27:36 [2020-12-15T02:27:36.142Z] #30 71.40 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
02:27:36 [2020-12-15T02:27:36.237Z] #11 182.3 Selecting previously unselected package libsystemd-dev:amd64.
02:27:36 [2020-12-15T02:27:36.237Z] #11 182.3 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ...
02:27:36 [2020-12-15T02:27:36.237Z] #11 182.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ...
02:27:36 [2020-12-15T02:27:36.773Z] #34 DONE 71.6s
02:27:36 [2020-12-15T02:27:36.773Z] 
02:27:36 [2020-12-15T02:27:36.773Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:37 [2020-12-15T02:27:37.179Z] #11 183.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
02:27:37 [2020-12-15T02:27:37.435Z] #11 183.4 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
02:27:37 [2020-12-15T02:27:37.435Z] #11 183.4 Setting up libapparmor1:amd64 (2.13.2-10) ...
02:27:37 [2020-12-15T02:27:37.435Z] #11 183.5 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:27:37 [2020-12-15T02:27:37.435Z] #11 183.6 Setting up libpcre16-3:amd64 (2:8.39-12) ...
02:27:37 [2020-12-15T02:27:37.435Z] #11 183.7 Setting up libsepol1-dev:amd64 (2.8-1) ...
02:27:37 [2020-12-15T02:27:37.525Z] #30 ...
02:27:37 [2020-12-15T02:27:37.525Z] 
02:27:37 [2020-12-15T02:27:37.525Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:37 [2020-12-15T02:27:37.525Z] #11 63.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
02:27:37 [2020-12-15T02:27:37.525Z] #11 63.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
02:27:37 [2020-12-15T02:27:37.525Z] #11 63.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
02:27:37 [2020-12-15T02:27:37.525Z] #11 63.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
02:27:37 [2020-12-15T02:27:37.525Z] #11 63.99 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
02:27:37 [2020-12-15T02:27:37.525Z] #11 64.73 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
02:27:37 [2020-12-15T02:27:37.525Z] #11 65.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB]
02:27:37 [2020-12-15T02:27:37.525Z] #11 65.32 Get:11 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]
02:27:37 [2020-12-15T02:27:37.525Z] #11 70.72 Get:12 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]
02:27:37 [2020-12-15T02:27:37.771Z] #11 183.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:27:37 [2020-12-15T02:27:37.771Z] #11 183.8 Setting up libbtrfs0 (4.20.1-2) ...
02:27:37 [2020-12-15T02:27:37.786Z] #11 ...
02:27:37 [2020-12-15T02:27:37.786Z] 
02:27:37 [2020-12-15T02:27:37.786Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:37 [2020-12-15T02:27:37.786Z] #40 67.50 debconf: delaying package configuration, since apt-utils is not installed
02:27:37 [2020-12-15T02:27:37.786Z] #40 67.85 Fetched 4095 kB in 1s (3726 kB/s)
02:27:37 [2020-12-15T02:27:37.786Z] #40 67.95 Selecting previously unselected package libcap-dev:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 67.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.13 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.24 Unpacking libcap-dev:amd64 (1:2.25-2) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.44 Selecting previously unselected package libnet1:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.44 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.77 Selecting previously unselected package libnet1-dev.
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.77 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 68.79 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.13 Selecting previously unselected package libnl-3-200:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.14 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.18 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.37 Selecting previously unselected package libnl-3-dev:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.38 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.40 Unpacking libnl-3-dev:amd64 (3.4.0-1) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.87 Selecting previously unselected package libprotobuf-c1:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.88 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.88 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 69.97 Selecting previously unselected package libprotobuf-c-dev:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.02 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.04 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.21 Selecting previously unselected package zlib1g-dev:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.22 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.22 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.84 Selecting previously unselected package libprotobuf17:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.84 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 70.86 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 72.18 Selecting previously unselected package libprotobuf-lite17:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 72.20 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 72.22 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 72.77 Selecting previously unselected package libprotobuf-dev:amd64.
02:27:37 [2020-12-15T02:27:37.786Z] #40 72.77 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ...
02:27:37 [2020-12-15T02:27:37.786Z] #40 72.77 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 183.8 Setting up libpcre32-3:amd64 (2:8.39-12) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 183.9 Setting up libudev-dev:amd64 (241-7~deb10u5) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.2 Setting up libbtrfs-dev (4.20.1-2) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.2 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.2 Setting up mingw-w64-common (6.0.0-3) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.2 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
02:27:38 [2020-12-15T02:27:38.029Z] #11 184.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:27:38 [2020-12-15T02:27:38.287Z] #11 184.3 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
02:27:38 [2020-12-15T02:27:38.287Z] #11 184.3 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
02:27:38 [2020-12-15T02:27:38.287Z] #11 184.3 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:27:38 [2020-12-15T02:27:38.287Z] #11 184.4 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
02:27:38 [2020-12-15T02:27:38.287Z] #11 184.4 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
02:27:38 [2020-12-15T02:27:38.658Z] #11 184.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.898 + RM_GOPATH=0
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.898 + TMP_GOPATH=
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.898 + : /build
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.898 + '[' -z '' ']'
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.901 ++ mktemp -d
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.903 + export GOPATH=/tmp/tmp.iS2eAF3RJn
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.903 + GOPATH=/tmp/tmp.iS2eAF3RJn
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.904 + RM_GOPATH=1
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.905 + case "$(go env GOARCH)" in
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.905 ++ go env GOARCH
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.916 + export GO_BUILDMODE=-buildmode=pie
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.916 + GO_BUILDMODE=-buildmode=pie
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.917 ++ dirname /tmp/install/install.sh
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.918 + dir=/tmp/install
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.918 + bin=tini
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.918 + shift
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.918 + '[' '!' -f /tmp/install/tini.installer ']'
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.918 + . /tmp/install/tini.installer
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.940 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.940 + install_tini
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.944 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.945 + git clone https://github.com/krallin/tini.git /tmp/tmp.iS2eAF3RJn/tini
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.948 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
02:27:38 [2020-12-15T02:27:38.717Z] #35 1.950 Cloning into '/tmp/tmp.iS2eAF3RJn/tini'...
02:27:38 [2020-12-15T02:27:38.726Z] #40 ...
02:27:38 [2020-12-15T02:27:38.726Z] 
02:27:38 [2020-12-15T02:27:38.726Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:38 [2020-12-15T02:27:38.726Z] #34 74.52 Selecting previously unselected package libicu63:amd64.
02:27:38 [2020-12-15T02:27:38.726Z] #34 74.53 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
02:27:38 [2020-12-15T02:27:38.726Z] #34 74.56 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
02:27:38 [2020-12-15T02:27:38.736Z] #11 ...
02:27:38 [2020-12-15T02:27:38.736Z] 
02:27:38 [2020-12-15T02:27:38.736Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:38 [2020-12-15T02:27:38.736Z] #34 85.82 Selecting previously unselected package libxml2:amd64.
02:27:38 [2020-12-15T02:27:38.736Z] #34 85.84 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
02:27:38 [2020-12-15T02:27:38.736Z] #34 85.84 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
02:27:38 [2020-12-15T02:27:38.916Z] #11 184.7 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
02:27:38 [2020-12-15T02:27:38.916Z] #11 184.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
02:27:38 [2020-12-15T02:27:38.916Z] #11 185.0 Setting up dmsetup (2:1.02.155-3) ...
02:27:38 [2020-12-15T02:27:38.930Z] #53 ...
02:27:38 [2020-12-15T02:27:38.930Z] 
02:27:38 [2020-12-15T02:27:38.930Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:27:38 [2020-12-15T02:27:38.930Z] #58 132.4 + for f in rootlesskit rootlesskit-docker-proxy
02:27:38 [2020-12-15T02:27:38.930Z] #58 132.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
02:27:39 [2020-12-15T02:27:39.173Z] #11 185.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
02:27:39 [2020-12-15T02:27:39.173Z] #11 185.1 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
02:27:39 [2020-12-15T02:27:39.173Z] #11 185.2 Processing triggers for libc-bin (2.28-10) ...
02:27:39 [2020-12-15T02:27:39.669Z] #35 3.153 + cd /tmp/tmp.iS2eAF3RJn/tini
02:27:39 [2020-12-15T02:27:39.669Z] #35 3.153 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
02:27:39 [2020-12-15T02:27:39.669Z] #35 3.166 + cmake .
02:27:39 [2020-12-15T02:27:39.675Z] #34 86.88 Selecting previously unselected package libarchive13:amd64.
02:27:39 [2020-12-15T02:27:39.675Z] #34 86.89 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
02:27:39 [2020-12-15T02:27:39.675Z] #34 86.89 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
02:27:39 [2020-12-15T02:27:39.675Z] #34 ...
02:27:39 [2020-12-15T02:27:39.675Z] 
02:27:39 [2020-12-15T02:27:39.675Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:39 [2020-12-15T02:27:39.675Z] #49 76.98 reflect
02:27:39 [2020-12-15T02:27:39.675Z] #49 77.04 syscall
02:27:39 [2020-12-15T02:27:39.675Z] #49 ...
02:27:39 [2020-12-15T02:27:39.675Z] 
02:27:39 [2020-12-15T02:27:39.675Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:39 [2020-12-15T02:27:39.675Z] #11 86.08 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:27:39 [2020-12-15T02:27:39.675Z] #11 86.08 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
02:27:39 [2020-12-15T02:27:39.675Z] #11 86.09 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:27:40 [2020-12-15T02:27:40.102Z] #11 DONE 186.0s
02:27:40 [2020-12-15T02:27:40.103Z] 
02:27:40 [2020-12-15T02:27:40.103Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
02:27:40 [2020-12-15T02:27:40.111Z] #34 ...
02:27:40 [2020-12-15T02:27:40.111Z] 
02:27:40 [2020-12-15T02:27:40.111Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.713 + RM_GOPATH=0
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.713 + TMP_GOPATH=
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.713 + : /build
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.713 + '[' -z '' ']'
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.714 ++ mktemp -d
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.720 + export GOPATH=/tmp/tmp.4tHM3WH0jT
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.720 + GOPATH=/tmp/tmp.4tHM3WH0jT
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.720 + RM_GOPATH=1
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.720 + case "$(go env GOARCH)" in
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.720 ++ go env GOARCH
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.847 + export GO_BUILDMODE=-buildmode=pie
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.847 + GO_BUILDMODE=-buildmode=pie
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.848 ++ dirname /tmp/install/install.sh
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + dir=/tmp/install
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + bin=containerd
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + shift
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + '[' '!' -f /tmp/install/containerd.installer ']'
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + . /tmp/install/containerd.installer
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 ++ set -e
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + install_containerd
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b'
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.865 + git clone https://github.com/containerd/containerd.git /tmp/tmp.4tHM3WH0jT/src/github.com/containerd/containerd
02:27:40 [2020-12-15T02:27:40.111Z] #54 1.873 Cloning into '/tmp/tmp.4tHM3WH0jT/src/github.com/containerd/containerd'...
02:27:40 [2020-12-15T02:27:40.111Z] #54 ...
02:27:40 [2020-12-15T02:27:40.111Z] 
02:27:40 [2020-12-15T02:27:40.111Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.49 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.50 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.50 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.52 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.52 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.55 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.59 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.64 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.69 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.73 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.82 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.85 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.86 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB]
02:27:40 [2020-12-15T02:27:40.111Z] #11 74.87 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB]
02:27:40 [2020-12-15T02:27:40.248Z] #35 3.881 -- The C compiler identification is GNU 8.3.0
02:27:40 [2020-12-15T02:27:40.514Z] #35 3.921 -- Check for working C compiler: /usr/bin/cc
02:27:40 [2020-12-15T02:27:40.738Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
02:27:40 [2020-12-15T02:27:40.738Z] ok  	github.com/docker/docker/api/server/httputils	0.006s	coverage: 14.7% of statements
02:27:40 [2020-12-15T02:27:40.778Z] #35 4.455 -- Check for working C compiler: /usr/bin/cc -- works
02:27:41 [2020-12-15T02:27:41.028Z] ok  	github.com/docker/docker/api/server/middleware	0.002s	coverage: 37.7% of statements
02:27:41 [2020-12-15T02:27:41.028Z] ?   	github.com/docker/docker/api/server/router	[no test files]
02:27:41 [2020-12-15T02:27:41.028Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
02:27:41 [2020-12-15T02:27:41.028Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
02:27:41 [2020-12-15T02:27:41.042Z] #35 4.460 -- Detecting C compiler ABI info
02:27:41 [2020-12-15T02:27:41.054Z] #11 76.89 debconf: delaying package configuration, since apt-utils is not installed
02:27:41 [2020-12-15T02:27:41.317Z] #11 77.19 Fetched 78.2 MB in 12s (6467 kB/s)
02:27:41 [2020-12-15T02:27:41.319Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
02:27:41 [2020-12-15T02:27:41.319Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
02:27:41 [2020-12-15T02:27:41.319Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
02:27:41 [2020-12-15T02:27:41.319Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
02:27:41 [2020-12-15T02:27:41.319Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
02:27:41 [2020-12-15T02:27:41.609Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
02:27:41 [2020-12-15T02:27:41.839Z] #11 77.54 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15410 files and directories currently installed.)
02:27:41 [2020-12-15T02:27:41.839Z] #11 77.71 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ...
02:27:41 [2020-12-15T02:27:41.839Z] #11 77.79 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:27:41 [2020-12-15T02:27:41.900Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
02:27:41 [2020-12-15T02:27:41.900Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
02:27:41 [2020-12-15T02:27:41.993Z] #35 5.351 -- Detecting C compiler ABI info - done
02:27:41 [2020-12-15T02:27:41.993Z] #35 5.422 -- Detecting C compile features
02:27:41 [2020-12-15T02:27:41.993Z] #35 ...
02:27:41 [2020-12-15T02:27:41.993Z] 
02:27:41 [2020-12-15T02:27:41.993Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:41 [2020-12-15T02:27:41.993Z] #11 67.03 Selecting previously unselected package mingw-w64-x86-64-dev.
02:27:41 [2020-12-15T02:27:41.993Z] #11 67.03 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
02:27:41 [2020-12-15T02:27:41.993Z] #11 67.05 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
02:27:41 [2020-12-15T02:27:41.993Z] #11 75.55 Selecting previously unselected package gcc-mingw-w64-base.
02:27:41 [2020-12-15T02:27:41.993Z] #11 75.55 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
02:27:41 [2020-12-15T02:27:41.993Z] #11 75.56 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:27:41 [2020-12-15T02:27:41.993Z] #11 75.81 Selecting previously unselected package gcc-mingw-w64-x86-64.
02:27:41 [2020-12-15T02:27:41.993Z] #11 75.83 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
02:27:41 [2020-12-15T02:27:41.993Z] #11 75.84 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:27:41 [2020-12-15T02:27:41.993Z] #11 ...
02:27:41 [2020-12-15T02:27:41.993Z] 
02:27:41 [2020-12-15T02:27:41.993Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:41 [2020-12-15T02:27:41.993Z] #41 3.666 Note: Building without setproctitle() and strlcpy() support.
02:27:41 [2020-12-15T02:27:41.993Z] #41 3.667       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:27:41 [2020-12-15T02:27:41.993Z] #41 3.676 Note: Building without GnuTLS support
02:27:41 [2020-12-15T02:27:41.993Z] #41 3.686 Makefile.config:39: Warn: you have no libnftables installed
02:27:41 [2020-12-15T02:27:41.993Z] #41 3.686 Makefile.config:40: Warn: Building without nftables support
02:27:41 [2020-12-15T02:27:41.993Z] #41 6.136 fatal: not a git repository (or any of the parent directories): .git
02:27:41 [2020-12-15T02:27:41.993Z] #41 6.230   GEN      .gitid
02:27:41 [2020-12-15T02:27:41.996Z] #12 ...
02:27:41 [2020-12-15T02:27:41.996Z] 
02:27:41 [2020-12-15T02:27:41.996Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:41 [2020-12-15T02:27:41.996Z] #41 73.77   CC       compel/src/lib/infect-rpc.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 74.29   CC       compel/src/lib/infect-util.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 74.63   CC       compel/src/lib/infect.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 77.88   CC       compel/src/lib/ptrace.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 78.68   AR       compel/libcompel.a
02:27:41 [2020-12-15T02:27:41.996Z] #41 78.74   HOSTCC   compel/src/main-host.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 79.14   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 79.33   HOSTCC   compel/src/lib/handle-elf-host.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 79.59   HOSTCC   compel/src/lib/log-host.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 79.88   HOSTLINK compel/compel-host-bin
02:27:41 [2020-12-15T02:27:41.996Z] #41 80.03   DEP      soccr/soccr.d
02:27:41 [2020-12-15T02:27:41.996Z] #41 80.24   CC       soccr/soccr.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 81.73   AR       soccr/libsoccr.a
02:27:41 [2020-12-15T02:27:41.996Z] #41 81.76 make[1]: 'soccr/libsoccr.a' is up to date.
02:27:41 [2020-12-15T02:27:41.996Z] #41 82.41   DEP      criu/arch/x86/sigframe.d
02:27:41 [2020-12-15T02:27:41.996Z] #41 82.61   DEP      criu/arch/x86/sigaction_compat.d
02:27:41 [2020-12-15T02:27:41.996Z] #41 82.76   DEP      criu/arch/x86/kerndat.d
02:27:41 [2020-12-15T02:27:41.996Z] #41 82.90   DEP      criu/arch/x86/crtools.d
02:27:41 [2020-12-15T02:27:41.996Z] #41 83.02   DEP      criu/arch/x86/cpu.d
02:27:41 [2020-12-15T02:27:41.996Z] #41 83.21   CC       criu/arch/x86/cpu.o
02:27:41 [2020-12-15T02:27:41.996Z] #41 ...
02:27:41 [2020-12-15T02:27:41.996Z] 
02:27:41 [2020-12-15T02:27:41.996Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.046 + RM_GOPATH=0
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.046 + TMP_GOPATH=
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.046 + : /build
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.046 + '[' -z '' ']'
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.051 ++ mktemp -d
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.063 + export GOPATH=/tmp/tmp.Ixyme6WrQM
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.063 + GOPATH=/tmp/tmp.Ixyme6WrQM
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.063 + RM_GOPATH=1
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.063 + case "$(go env GOARCH)" in
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.067 ++ go env GOARCH
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.078 + export GO_BUILDMODE=-buildmode=pie
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.078 + GO_BUILDMODE=-buildmode=pie
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.079 ++ dirname /tmp/install/install.sh
02:27:41 [2020-12-15T02:27:41.996Z] #51 2.081 + dir=/tmp/install
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.081 + bin=runc
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.081 + shift
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.100 + '[' '!' -f /tmp/install/runc.installer ']'
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.100 + . /tmp/install/runc.installer
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.100 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.100 + install_runc
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.100 + uname -r
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.100 + grep -q '^3\.10\.0.*\.el7\.'
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.121 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.121 + RUNC_BUILDTAGS='seccomp apparmor selinux '
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.121 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.121 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Ixyme6WrQM/src/github.com/opencontainers/runc
02:27:41 [2020-12-15T02:27:41.997Z] #51 2.148 Cloning into '/tmp/tmp.Ixyme6WrQM/src/github.com/opencontainers/runc'...
02:27:42 [2020-12-15T02:27:42.253Z] #51 ...
02:27:42 [2020-12-15T02:27:42.253Z] 
02:27:42 [2020-12-15T02:27:42.253Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
02:27:42 [2020-12-15T02:27:42.253Z] #12 DONE 2.2s
02:27:42 [2020-12-15T02:27:42.253Z] 
02:27:42 [2020-12-15T02:27:42.253Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
02:27:42 [2020-12-15T02:27:42.257Z] #41 6.285   GEN      criu/include/version.h
02:27:42 [2020-12-15T02:27:42.257Z] #41 6.447   GEN      include/common/asm
02:27:42 [2020-12-15T02:27:42.558Z] ok  	github.com/docker/docker/api/server/router/swarm	0.009s	coverage: 5.7% of statements
02:27:42 [2020-12-15T02:27:42.559Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
02:27:42 [2020-12-15T02:27:42.559Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
02:27:42 [2020-12-15T02:27:42.559Z] ?   	github.com/docker/docker/api/types	[no test files]
02:27:42 [2020-12-15T02:27:42.559Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
02:27:42 [2020-12-15T02:27:42.559Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
02:27:42 [2020-12-15T02:27:42.559Z] ?   	github.com/docker/docker/api/types/container	[no test files]
02:27:42 [2020-12-15T02:27:42.559Z] ?   	github.com/docker/docker/api/types/events	[no test files]
02:27:42 [2020-12-15T02:27:42.782Z] #11 78.37 Setting up libsystemd0:amd64 (241-7~deb10u5) ...
02:27:42 [2020-12-15T02:27:42.782Z] #11 78.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.)
02:27:42 [2020-12-15T02:27:42.782Z] #11 78.77 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ...
02:27:42 [2020-12-15T02:27:42.782Z] #11 78.84 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ...
02:27:42 [2020-12-15T02:27:42.873Z] ok  	github.com/docker/docker/api/types/filters	0.006s	coverage: 92.2% of statements
02:27:42 [2020-12-15T02:27:42.873Z] ?   	github.com/docker/docker/api/types/image	[no test files]
02:27:42 [2020-12-15T02:27:42.873Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
02:27:42 [2020-12-15T02:27:42.873Z] ?   	github.com/docker/docker/api/types/network	[no test files]
02:27:42 [2020-12-15T02:27:42.873Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
02:27:42 [2020-12-15T02:27:42.873Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
02:27:42 [2020-12-15T02:27:42.873Z] ok  	github.com/docker/docker/api/types/strslice	0.001s	coverage: 90.0% of statements
02:27:42 [2020-12-15T02:27:42.873Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
02:27:42 [2020-12-15T02:27:42.873Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ok  	github.com/docker/docker/api/types/versions	0.001s	coverage: 75.0% of statements
02:27:43 [2020-12-15T02:27:43.164Z] ok  	github.com/docker/docker/api/types/time	0.001s	coverage: 100.0% of statements
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
02:27:43 [2020-12-15T02:27:43.164Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
02:27:43 [2020-12-15T02:27:43.358Z] #11 ...
02:27:43 [2020-12-15T02:27:43.358Z] 
02:27:43 [2020-12-15T02:27:43.358Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:43 [2020-12-15T02:27:43.358Z] #32 69.40 reflect
02:27:43 [2020-12-15T02:27:43.358Z] #32 78.57 time
02:27:43 [2020-12-15T02:27:43.507Z] #58 ...
02:27:43 [2020-12-15T02:27:43.508Z] 
02:27:43 [2020-12-15T02:27:43.508Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:43 [2020-12-15T02:27:43.508Z] #43 60.98   HOSTCC   compel/arch/ppc64/src/lib/handle-elf-host.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 61.19   HOSTCC   compel/src/lib/handle-elf-host.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 61.94   HOSTCC   compel/src/lib/log-host.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 62.43   HOSTLINK compel/compel-host-bin
02:27:43 [2020-12-15T02:27:43.508Z] #43 62.62   DEP      soccr/soccr.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 62.84   CC       soccr/soccr.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 64.62   AR       soccr/libsoccr.a
02:27:43 [2020-12-15T02:27:43.508Z] #43 64.66 make[1]: 'soccr/libsoccr.a' is up to date.
02:27:43 [2020-12-15T02:27:43.508Z] #43 65.08   DEP      criu/arch/ppc64/sigframe.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 65.20   DEP      criu/arch/ppc64/crtools.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 65.37   DEP      criu/arch/ppc64/cpu.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 65.57   CC       criu/arch/ppc64/cpu.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 66.14   CC       criu/arch/ppc64/crtools.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 67.16   CC       criu/arch/ppc64/sigframe.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 67.43   LINK     criu/arch/ppc64/crtools.built-in.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 67.51   DEP      criu/pie/util-vdso.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 67.64   DEP      criu/pie/util.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 67.95   CC       criu/pie/util.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 68.26   CC       criu/pie/util-vdso.o
02:27:43 [2020-12-15T02:27:43.508Z] #43 68.84   AR       criu/pie/pie.lib.a
02:27:43 [2020-12-15T02:27:43.508Z] #43 68.89   DEP      criu/pie/restorer.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 69.17   DEP      criu/arch/ppc64/vdso-trampoline.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 69.18   DEP      criu/arch/ppc64/restorer.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 69.50   DEP      criu/arch/ppc64/vdso-pie.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 69.65   DEP      criu/pie/parasite-vdso.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 69.87   DEP      criu/pie/parasite.d
02:27:43 [2020-12-15T02:27:43.508Z] #43 70.13   CC       criu/pie/parasite.o
02:27:43 [2020-12-15T02:27:43.619Z] #32 ...
02:27:43 [2020-12-15T02:27:43.619Z] 
02:27:43 [2020-12-15T02:27:43.619Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:43 [2020-12-15T02:27:43.619Z] #11 79.41 Setting up libudev1:amd64 (241-7~deb10u5) ...
02:27:43 [2020-12-15T02:27:43.805Z] #43 71.61   LINK     criu/pie/parasite.built-in.o
02:27:43 [2020-12-15T02:27:43.805Z] #43 71.62   GEN      criu/pie/parasite-blob.h
02:27:43 [2020-12-15T02:27:43.805Z] #43 71.68   CC       criu/pie/parasite-vdso.o
02:27:43 [2020-12-15T02:27:43.873Z] #11 90.62 Selecting previously unselected package binutils-mingw-w64.
02:27:43 [2020-12-15T02:27:43.873Z] #11 90.63 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
02:27:43 [2020-12-15T02:27:43.873Z] #11 90.64 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
02:27:43 [2020-12-15T02:27:43.873Z] #11 90.88 Selecting previously unselected package libdevmapper1.02.1:amd64.
02:27:43 [2020-12-15T02:27:43.873Z] #11 90.88 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
02:27:43 [2020-12-15T02:27:43.873Z] #11 90.89 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
02:27:43 [2020-12-15T02:27:43.880Z] #11 79.75 Selecting previously unselected package binutils-mingw-w64-i686.
02:27:43 [2020-12-15T02:27:43.880Z] #11 79.75 (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.)
02:27:43 [2020-12-15T02:27:43.880Z] #11 79.79 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
02:27:43 [2020-12-15T02:27:43.880Z] #11 79.81 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:27:44 [2020-12-15T02:27:44.132Z] #11 91.45 Selecting previously unselected package dmsetup.
02:27:44 [2020-12-15T02:27:44.132Z] #11 91.46 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
02:27:44 [2020-12-15T02:27:44.132Z] #11 91.50 Unpacking dmsetup (2:1.02.155-3) ...
02:27:44 [2020-12-15T02:27:44.132Z] #11 ...
02:27:44 [2020-12-15T02:27:44.132Z] 
02:27:44 [2020-12-15T02:27:44.133Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:44 [2020-12-15T02:27:44.133Z] #40 81.51 Setting up python-pkg-resources (40.8.0-1) ...
02:27:44 [2020-12-15T02:27:44.133Z] #40 88.86 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
02:27:44 [2020-12-15T02:27:44.133Z] #40 88.87 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:27:44 [2020-12-15T02:27:44.133Z] #40 88.90 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:27:44 [2020-12-15T02:27:44.133Z] #40 88.94 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
02:27:44 [2020-12-15T02:27:44.133Z] #40 88.98 Setting up python-six (1.12.0-1) ...
02:27:44 [2020-12-15T02:27:44.153Z] #13 DONE 1.7s
02:27:44 [2020-12-15T02:27:44.153Z] 
02:27:44 [2020-12-15T02:27:44.153Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:27:44 [2020-12-15T02:27:44.189Z] #41 8.012   PBCC     images/timens.pb-c.c
02:27:44 [2020-12-15T02:27:44.189Z] #41 8.059   DEP      images/timens.pb-c.d
02:27:44 [2020-12-15T02:27:44.189Z] #41 8.142   PBCC     images/fown.pb-c.c
02:27:44 [2020-12-15T02:27:44.189Z] #41 8.182   PBCC     images/google/protobuf/descriptor.pb-c.c
02:27:44 [2020-12-15T02:27:44.189Z] #41 8.266   PBCC     images/opts.pb-c.c
02:27:44 [2020-12-15T02:27:44.189Z] #41 8.302   PBCC     images/memfd.pb-c.c
02:27:44 [2020-12-15T02:27:44.189Z] #41 ...
02:27:44 [2020-12-15T02:27:44.189Z] 
02:27:44 [2020-12-15T02:27:44.189Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:44 [2020-12-15T02:27:44.189Z] #49 69.30 golang.org/x/crypto/ssh/terminal
02:27:44 [2020-12-15T02:27:44.189Z] #49 71.57 mvdan.cc/sh/v3/cmd/shfmt
02:27:44 [2020-12-15T02:27:44.393Z] #40 ...
02:27:44 [2020-12-15T02:27:44.393Z] 
02:27:44 [2020-12-15T02:27:44.393Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:44 [2020-12-15T02:27:44.393Z] #34 87.63 Selecting previously unselected package libjsoncpp1:amd64.
02:27:44 [2020-12-15T02:27:44.393Z] #34 87.65 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
02:27:44 [2020-12-15T02:27:44.393Z] #34 87.66 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.04 Selecting previously unselected package librhash0:amd64.
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.11 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.12 Unpacking librhash0:amd64 (1.3.8-1) ...
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.48 Selecting previously unselected package libuv1:amd64.
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.53 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.54 Unpacking libuv1:amd64 (1.24.1-1) ...
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.70 Selecting previously unselected package cmake.
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.74 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
02:27:44 [2020-12-15T02:27:44.393Z] #34 88.74 Unpacking cmake (3.13.4-1) ...
02:27:44 [2020-12-15T02:27:44.452Z] #49 ...
02:27:44 [2020-12-15T02:27:44.452Z] 
02:27:44 [2020-12-15T02:27:44.452Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.394   DEP      images/fown.pb-c.d
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.441   DEP      images/google/protobuf/descriptor.pb-c.d
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.522   DEP      images/opts.pb-c.d
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.582   DEP      images/memfd.pb-c.d
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.655   PBCC     images/sit.pb-c.c
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.690   DEP      images/sit.pb-c.d
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.732   PBCC     images/macvlan.pb-c.c
02:27:44 [2020-12-15T02:27:44.452Z] #41 8.759   DEP      images/macvlan.pb-c.d
02:27:44 [2020-12-15T02:27:44.719Z] #14 ...
02:27:44 [2020-12-15T02:27:44.719Z] 
02:27:44 [2020-12-15T02:27:44.719Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:44 [2020-12-15T02:27:44.719Z] #43 180.7 net/http/httptrace
02:27:44 [2020-12-15T02:27:44.719Z] #43 181.2 net/http
02:27:44 [2020-12-15T02:27:44.719Z] #43 ...
02:27:44 [2020-12-15T02:27:44.719Z] 
02:27:44 [2020-12-15T02:27:44.719Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:44 [2020-12-15T02:27:44.719Z] #41 84.07   CC       criu/arch/x86/crtools.o
02:27:44 [2020-12-15T02:27:44.719Z] #41 86.19   CC       criu/arch/x86/kerndat.o
02:27:44 [2020-12-15T02:27:44.721Z] #41 8.794   PBCC     images/autofs.pb-c.c
02:27:44 [2020-12-15T02:27:44.721Z] #41 8.806   DEP      images/autofs.pb-c.d
02:27:44 [2020-12-15T02:27:44.721Z] #41 8.836   PBCC     images/sysctl.pb-c.c
02:27:44 [2020-12-15T02:27:44.857Z] #43 72.52   CC       criu/arch/ppc64/vdso-pie.o
02:27:44 [2020-12-15T02:27:44.976Z] #41 86.97   CC       criu/arch/x86/sigaction_compat.o
02:27:44 [2020-12-15T02:27:44.984Z] #41 8.867   DEP      images/sysctl.pb-c.d
02:27:44 [2020-12-15T02:27:44.984Z] #41 8.911   PBCC     images/time.pb-c.c
02:27:44 [2020-12-15T02:27:44.984Z] #41 8.939   DEP      images/time.pb-c.d
02:27:44 [2020-12-15T02:27:44.984Z] #41 9.055   PBCC     images/binfmt-misc.pb-c.c
02:27:44 [2020-12-15T02:27:44.984Z] #41 9.090   DEP      images/binfmt-misc.pb-c.d
02:27:44 [2020-12-15T02:27:44.984Z] #41 9.150   PBCC     images/seccomp.pb-c.c
02:27:44 [2020-12-15T02:27:44.984Z] #41 9.174   DEP      images/seccomp.pb-c.d
02:27:44 [2020-12-15T02:27:44.984Z] #41 9.226   PBCC     images/userns.pb-c.c
02:27:44 [2020-12-15T02:27:44.984Z] #41 9.266   DEP      images/userns.pb-c.d
02:27:45 [2020-12-15T02:27:45.155Z] #43 72.95   CC       criu/arch/ppc64/restorer.o
02:27:45 [2020-12-15T02:27:45.232Z] #41 87.29   CC       criu/arch/x86/sigframe.o
02:27:45 [2020-12-15T02:27:45.248Z] #41 ...
02:27:45 [2020-12-15T02:27:45.248Z] 
02:27:45 [2020-12-15T02:27:45.248Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:45 [2020-12-15T02:27:45.248Z] #49 DONE 80.4s
02:27:45 [2020-12-15T02:27:45.248Z] 
02:27:45 [2020-12-15T02:27:45.248Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:45 [2020-12-15T02:27:45.248Z] #41 9.314   PBCC     images/cgroup.pb-c.c
02:27:45 [2020-12-15T02:27:45.248Z] #41 9.326   DEP      images/cgroup.pb-c.d
02:27:45 [2020-12-15T02:27:45.248Z] #41 9.361   PBCC     images/ext-file.pb-c.c
02:27:45 [2020-12-15T02:27:45.248Z] #41 9.383   DEP      images/ext-file.pb-c.d
02:27:45 [2020-12-15T02:27:45.248Z] #41 9.469   PBCC     images/rpc.pb-c.c
02:27:45 [2020-12-15T02:27:45.452Z] #43 73.41   CC       criu/arch/ppc64/vdso-trampoline.o
02:27:45 [2020-12-15T02:27:45.452Z] #43 73.45   CC       criu/pie/restorer.o
02:27:45 [2020-12-15T02:27:45.489Z] #41 ...
02:27:45 [2020-12-15T02:27:45.489Z] 
02:27:45 [2020-12-15T02:27:45.489Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:27:45 [2020-12-15T02:27:45.489Z] #14 1.505 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:27:45 [2020-12-15T02:27:45.489Z] #14 DONE 1.6s
02:27:45 [2020-12-15T02:27:45.489Z] 
02:27:45 [2020-12-15T02:27:45.489Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
02:27:45 [2020-12-15T02:27:45.512Z] #41 9.553   DEP      images/rpc.pb-c.d
02:27:45 [2020-12-15T02:27:45.512Z] #41 9.590   PBCC     images/siginfo.pb-c.c
02:27:45 [2020-12-15T02:27:45.512Z] #41 9.628   DEP      images/siginfo.pb-c.d
02:27:45 [2020-12-15T02:27:45.512Z] #41 9.661   PBCC     images/pagemap.pb-c.c
02:27:45 [2020-12-15T02:27:45.512Z] #41 9.713   DEP      images/pagemap.pb-c.d
02:27:45 [2020-12-15T02:27:45.512Z] #41 9.785   PBCC     images/rlimit.pb-c.c
02:27:45 [2020-12-15T02:27:45.776Z] #41 9.808   DEP      images/rlimit.pb-c.d
02:27:45 [2020-12-15T02:27:45.776Z] #41 9.856   PBCC     images/file-lock.pb-c.c
02:27:45 [2020-12-15T02:27:45.776Z] #41 9.929   DEP      images/file-lock.pb-c.d
02:27:45 [2020-12-15T02:27:45.776Z] #41 9.975   PBCC     images/tty.pb-c.c
02:27:45 [2020-12-15T02:27:45.776Z] #41 10.03   DEP      images/tty.pb-c.d
02:27:46 [2020-12-15T02:27:46.042Z] #41 10.15   PBCC     images/tun.pb-c.c
02:27:46 [2020-12-15T02:27:46.042Z] #41 10.22   PBCC     images/netdev.pb-c.c
02:27:46 [2020-12-15T02:27:46.042Z] #41 ...
02:27:46 [2020-12-15T02:27:46.042Z] 
02:27:46 [2020-12-15T02:27:46.042Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:46 [2020-12-15T02:27:46.042Z] #43 71.17 math/big
02:27:46 [2020-12-15T02:27:46.042Z] #43 74.29 vendor/golang.org/x/text/unicode/norm
02:27:46 [2020-12-15T02:27:46.042Z] #43 76.83 github.com/LK4D4/vndr/build
02:27:46 [2020-12-15T02:27:46.042Z] #43 79.95 vendor/golang.org/x/net/idna
02:27:46 [2020-12-15T02:27:46.042Z] #43 ...
02:27:46 [2020-12-15T02:27:46.042Z] 
02:27:46 [2020-12-15T02:27:46.042Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:46 [2020-12-15T02:27:46.042Z] #41 10.32   DEP      images/tun.pb-c.d
02:27:46 [2020-12-15T02:27:46.096Z] #43 ...
02:27:46 [2020-12-15T02:27:46.096Z] 
02:27:46 [2020-12-15T02:27:46.096Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:27:46 [2020-12-15T02:27:46.096Z] #20 11.53 Fetched 8183 kB in 11s (742 kB/s)
02:27:46 [2020-12-15T02:27:46.096Z] #20 11.53 Reading package lists...
02:27:46 [2020-12-15T02:27:46.096Z] #20 16.42 Reading package lists...
02:27:46 [2020-12-15T02:27:46.096Z] #20 20.69 Building dependency tree...
02:27:46 [2020-12-15T02:27:46.161Z] Commit message: "vendor buildkit to v0.8.1"
02:27:46 [2020-12-15T02:27:46.306Z] #41 10.46   DEP      images/netdev.pb-c.d
02:27:46 [2020-12-15T02:27:46.306Z] #41 10.55   PBCC     images/vma.pb-c.c
02:27:46 [2020-12-15T02:27:46.427Z] #11 ...
02:27:46 [2020-12-15T02:27:46.427Z] 
02:27:46 [2020-12-15T02:27:46.427Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:46 [2020-12-15T02:27:46.427Z] #49 72.25 syscall
02:27:46 [2020-12-15T02:27:46.427Z] #49 72.28 reflect
02:27:46 [2020-12-15T02:27:46.570Z] #41 10.65   DEP      images/vma.pb-c.d
02:27:46 [2020-12-15T02:27:46.570Z] #41 10.71   PBCC     images/creds.pb-c.c
02:27:46 [2020-12-15T02:27:46.570Z] #41 10.73   DEP      images/creds.pb-c.d
02:27:46 [2020-12-15T02:27:46.570Z] #41 10.80   PBCC     images/utsns.pb-c.c
02:27:46 [2020-12-15T02:27:46.570Z] #41 10.82   DEP      images/utsns.pb-c.d
02:27:46 [2020-12-15T02:27:46.570Z] #41 10.86   PBCC     images/ipc-desc.pb-c.c
02:27:46 [2020-12-15T02:27:46.676Z] ok  	github.com/docker/docker/builder/remotecontext	0.340s	coverage: 13.7% of statements
02:27:46 [2020-12-15T02:27:46.676Z] ok  	github.com/docker/docker/builder/dockerfile	0.933s	coverage: 48.3% of statements
02:27:46 [2020-12-15T02:27:46.676Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
02:27:46 [2020-12-15T02:27:46.552Z]  > git --version # timeout=10
02:27:46 [2020-12-15T02:27:46.601Z]  > git --version # 'git version 2.24.1.windows.2'
02:27:46 [2020-12-15T02:27:46.648Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0
02:27:46 [2020-12-15T02:27:46.688Z] #49 ...
02:27:46 [2020-12-15T02:27:46.688Z] 
02:27:46 [2020-12-15T02:27:46.688Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:46 [2020-12-15T02:27:46.688Z] #40 75.32 Selecting previously unselected package libprotoc17:amd64.
02:27:46 [2020-12-15T02:27:46.688Z] #40 75.33 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 75.35 Unpacking libprotoc17:amd64 (3.6.1.3-2) ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 76.84 Selecting previously unselected package protobuf-c-compiler.
02:27:46 [2020-12-15T02:27:46.688Z] #40 76.85 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 76.86 Unpacking protobuf-c-compiler (1.3.1-1+b1) ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.07 Selecting previously unselected package protobuf-compiler.
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.09 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.10 Unpacking protobuf-compiler (3.6.1.3-2) ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.54 Selecting previously unselected package python-pkg-resources.
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.56 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.59 Unpacking python-pkg-resources (40.8.0-1) ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.97 Selecting previously unselected package python-six.
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.97 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 77.98 Unpacking python-six (1.12.0-1) ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 78.20 Selecting previously unselected package python-protobuf.
02:27:46 [2020-12-15T02:27:46.688Z] #40 78.21 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 78.22 Unpacking python-protobuf (3.6.1.3-2) ...
02:27:46 [2020-12-15T02:27:46.688Z] #40 79.41 Setting up python-pkg-resources (40.8.0-1) ...
02:27:46 [2020-12-15T02:27:46.742Z] #20 ...
02:27:46 [2020-12-15T02:27:46.742Z] 
02:27:46 [2020-12-15T02:27:46.742Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:27:46 [2020-12-15T02:27:46.742Z] #58 DONE 140.3s
02:27:46 [2020-12-15T02:27:46.742Z] 
02:27:46 [2020-12-15T02:27:46.742Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
02:27:46 [2020-12-15T02:27:46.742Z] #59 DONE 0.1s
02:27:46 [2020-12-15T02:27:46.742Z] 
02:27:46 [2020-12-15T02:27:46.742Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.15 libcap2-bin is already the newest version (1:2.25-2).
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.15 The following additional packages will be installed:
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.15   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.15   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   python3.7 python3.7-minimal vim-runtime xxd
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16 Suggested packages:
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16 Recommended packages:
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   aufs-dkms nftables build-essential python3-dev python3-keyring
02:27:46 [2020-12-15T02:27:46.742Z] #20 22.16   python3-keyrings.alt python3-xdg unzip
02:27:46 [2020-12-15T02:27:46.742Z] #20 ...
02:27:46 [2020-12-15T02:27:46.742Z] 
02:27:46 [2020-12-15T02:27:46.742Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:46 [2020-12-15T02:27:46.742Z] #45 136.4 vendor/golang.org/x/text/unicode/norm
02:27:46 [2020-12-15T02:27:46.742Z] #45 137.4 github.com/LK4D4/vndr/build
02:27:46 [2020-12-15T02:27:46.742Z] #45 ...
02:27:46 [2020-12-15T02:27:46.742Z] 
02:27:46 [2020-12-15T02:27:46.742Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:27:46 [2020-12-15T02:27:46.742Z] #60 DONE 0.1s
02:27:46 [2020-12-15T02:27:46.742Z] 
02:27:46 [2020-12-15T02:27:46.742Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:27:46 [2020-12-15T02:27:46.834Z] #41 10.88   PBCC     images/ipc-sem.pb-c.c
02:27:46 [2020-12-15T02:27:46.834Z] #41 10.91   DEP      images/ipc-desc.pb-c.d
02:27:46 [2020-12-15T02:27:46.834Z] #41 10.95   DEP      images/ipc-sem.pb-c.d
02:27:46 [2020-12-15T02:27:46.834Z] #41 11.01   PBCC     images/ipc-msg.pb-c.c
02:27:46 [2020-12-15T02:27:46.834Z] #41 11.10   DEP      images/ipc-msg.pb-c.d
02:27:46 [2020-12-15T02:27:46.938Z] #34 93.84 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 93.87 Setting up xxd (2:8.1.0875-5) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 93.88 Setting up libuv1:amd64 (1.24.1-1) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 93.91 Setting up vim-common (2:8.1.0875-5) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.07 Setting up librhash0:amd64 (1.3.8-1) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.10 Setting up cmake-data (3.13.4-1) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.12 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.13 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.15 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.16 Setting up cmake (3.13.4-1) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.18 Processing triggers for libc-bin (2.28-10) ...
02:27:46 [2020-12-15T02:27:46.938Z] #34 94.27 Processing triggers for mime-support (3.62) ...
02:27:46 [2020-12-15T02:27:46.966Z] ok  	github.com/docker/docker/cli/debug	0.001s	coverage: 100.0% of statements
02:27:47 [2020-12-15T02:27:47.103Z] #41 11.18   PBCC     images/ipc-shm.pb-c.c
02:27:47 [2020-12-15T02:27:47.103Z] #41 11.21   DEP      images/ipc-shm.pb-c.d
02:27:47 [2020-12-15T02:27:47.103Z] #41 11.29   PBCC     images/ipc-var.pb-c.c
02:27:47 [2020-12-15T02:27:47.103Z] #41 11.31   DEP      images/ipc-var.pb-c.d
02:27:47 [2020-12-15T02:27:47.103Z] #41 11.34   PBCC     images/sk-opts.pb-c.c
02:27:47 [2020-12-15T02:27:47.103Z] #41 11.38   PBCC     images/packet-sock.pb-c.c
02:27:47 [2020-12-15T02:27:47.103Z] #41 11.41   DEP      images/sk-opts.pb-c.d
[Pipeline] withEnv
[Pipeline] {
02:27:47 [2020-12-15T02:27:47.202Z] #34 ...
02:27:47 [2020-12-15T02:27:47.202Z] 
02:27:47 [2020-12-15T02:27:47.202Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:47 [2020-12-15T02:27:47.202Z] #40 94.62 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
02:27:47 [2020-12-15T02:27:47.202Z] #40 94.63 Setting up libnl-3-200:amd64 (3.4.0-1) ...
02:27:47 [2020-12-15T02:27:47.202Z] #40 94.66 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
02:27:47 [2020-12-15T02:27:47.202Z] #40 94.67 Setting up libcap-dev:amd64 (1:2.25-2) ...
02:27:47 [2020-12-15T02:27:47.202Z] #40 94.68 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
02:27:47 [2020-12-15T02:27:47.258Z] ok  	github.com/docker/docker/builder/remotecontext/git	0.861s	coverage: 86.3% of statements
02:27:47 [2020-12-15T02:27:47.258Z] ?   	github.com/docker/docker/cli	[no test files]
02:27:47 [2020-12-15T02:27:47.258Z] ?   	github.com/docker/docker/cli/config	[no test files]
[Pipeline] sh
02:27:47 [2020-12-15T02:27:47.371Z] #41 11.57   DEP      images/packet-sock.pb-c.d
02:27:47 [2020-12-15T02:27:47.371Z] #41 11.66   PBCC     images/sk-netlink.pb-c.c
02:27:47 [2020-12-15T02:27:47.388Z] #15 DONE 1.6s
02:27:47 [2020-12-15T02:27:47.388Z] 
02:27:47 [2020-12-15T02:27:47.388Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
02:27:47 [2020-12-15T02:27:47.631Z] #40 ...
02:27:47 [2020-12-15T02:27:47.631Z] 
02:27:47 [2020-12-15T02:27:47.631Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:47 [2020-12-15T02:27:47.631Z] #43 83.38 time
02:27:47 [2020-12-15T02:27:47.635Z] #41 11.75   DEP      images/sk-netlink.pb-c.d
02:27:47 [2020-12-15T02:27:47.635Z] #41 11.80   PBCC     images/sk-inet.pb-c.c
02:27:47 [2020-12-15T02:27:47.635Z] #41 11.86   DEP      images/sk-inet.pb-c.d
02:27:47 [2020-12-15T02:27:47.776Z] #40 94.86 Setting up protobuf-compiler (3.6.1.3-2) ...
02:27:47 [2020-12-15T02:27:47.776Z] #40 94.93 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
02:27:47 [2020-12-15T02:27:47.776Z] #40 94.98 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
02:27:47 [2020-12-15T02:27:47.898Z] #41 11.97   PBCC     images/sk-unix.pb-c.c
02:27:47 [2020-12-15T02:27:47.898Z] #41 12.08   DEP      images/sk-unix.pb-c.d
02:27:47 [2020-12-15T02:27:47.898Z] #41 12.20   PBCC     images/mm.pb-c.c
02:27:48 [2020-12-15T02:27:48.162Z] #41 12.25   DEP      images/mm.pb-c.d
02:27:48 [2020-12-15T02:27:48.162Z] #41 12.34   PBCC     images/timerfd.pb-c.c
02:27:48 [2020-12-15T02:27:48.162Z] #41 12.44   DEP      images/timerfd.pb-c.d
02:27:48 [2020-12-15T02:27:48.319Z] #16 DONE 1.4s
02:27:48 [2020-12-15T02:27:48.319Z] 
02:27:48 [2020-12-15T02:27:48.319Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:48 [2020-12-15T02:27:48.319Z] #41 87.76   LINK     criu/arch/x86/crtools.built-in.o
02:27:48 [2020-12-15T02:27:48.319Z] #41 87.85   DEP      criu/pie/util-vdso-elf32.d
02:27:48 [2020-12-15T02:27:48.319Z] #41 88.14   DEP      criu/pie/util-vdso.d
02:27:48 [2020-12-15T02:27:48.319Z] #41 88.33   DEP      criu/pie/util.d
02:27:48 [2020-12-15T02:27:48.319Z] #41 88.62   CC       criu/pie/util.o
02:27:48 [2020-12-15T02:27:48.319Z] #41 89.09   CC       criu/pie/util-vdso.o
02:27:48 [2020-12-15T02:27:48.319Z] #41 90.17   CC       criu/pie/util-vdso-elf32.o
02:27:48 [2020-12-15T02:27:48.345Z] #40 95.48 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
02:27:48 [2020-12-15T02:27:48.345Z] #40 ...
02:27:48 [2020-12-15T02:27:48.345Z] 
02:27:48 [2020-12-15T02:27:48.345Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:48 [2020-12-15T02:27:48.345Z] #34 DONE 95.6s
02:27:48 [2020-12-15T02:27:48.345Z] 
02:27:48 [2020-12-15T02:27:48.345Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:48 [2020-12-15T02:27:48.345Z] #40 95.57 Setting up python-protobuf (3.6.1.3-2) ...
02:27:48 [2020-12-15T02:27:48.425Z] #41 12.52   PBCC     images/timer.pb-c.c
02:27:48 [2020-12-15T02:27:48.425Z] #41 12.57   DEP      images/timer.pb-c.d
02:27:48 [2020-12-15T02:27:48.425Z] #41 12.62   PBCC     images/sa.pb-c.c
02:27:48 [2020-12-15T02:27:48.688Z] #41 ...
02:27:48 [2020-12-15T02:27:48.688Z] 
02:27:48 [2020-12-15T02:27:48.688Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:48 [2020-12-15T02:27:48.688Z] #35 7.750 -- Detecting C compile features - done
02:27:48 [2020-12-15T02:27:48.688Z] #35 7.801 -- Performing Test HAS_BUILTIN_FORTIFY
02:27:48 [2020-12-15T02:27:48.688Z] #35 8.183 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:27:48 [2020-12-15T02:27:48.688Z] #35 8.244 -- Configuring done
02:27:48 [2020-12-15T02:27:48.688Z] #35 8.267 -- Generating done
02:27:48 [2020-12-15T02:27:48.688Z] #35 8.304 -- Build files have been written to: /tmp/tmp.iS2eAF3RJn/tini
02:27:48 [2020-12-15T02:27:48.688Z] #35 8.307 + make tini-static
02:27:48 [2020-12-15T02:27:48.688Z] #35 8.492 Scanning dependencies of target tini-static
02:27:48 [2020-12-15T02:27:48.688Z] #35 8.650 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:27:48 [2020-12-15T02:27:48.688Z] #35 10.06 [100%] Linking C executable tini-static
02:27:48 [2020-12-15T02:27:48.688Z] #35 10.90 [100%] Built target tini-static
02:27:48 [2020-12-15T02:27:48.688Z] #35 10.98 + mkdir -p /build
02:27:48 [2020-12-15T02:27:48.688Z] #35 10.98 + cp tini-static /build/docker-init
02:27:48 [2020-12-15T02:27:48.688Z] #35 DONE 12.2s
02:27:48 [2020-12-15T02:27:48.688Z] 
02:27:48 [2020-12-15T02:27:48.688Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:48 [2020-12-15T02:27:48.688Z] #41 12.78   DEP      images/sa.pb-c.d
02:27:48 [2020-12-15T02:27:48.952Z] #41 12.91   PBCC     images/pipe-data.pb-c.c
02:27:48 [2020-12-15T02:27:48.952Z] #41 12.93   DEP      images/pipe-data.pb-c.d
02:27:48 [2020-12-15T02:27:48.952Z] #41 13.08   PBCC     images/mnt.pb-c.c
02:27:49 [2020-12-15T02:27:49.017Z] #43 ...
02:27:49 [2020-12-15T02:27:49.017Z] 
02:27:49 [2020-12-15T02:27:49.017Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:27:49 [2020-12-15T02:27:49.017Z] #45 DONE 84.9s
02:27:49 [2020-12-15T02:27:49.215Z] #41 13.22   DEP      images/mnt.pb-c.d
02:27:49 [2020-12-15T02:27:49.215Z] #41 13.29   PBCC     images/sk-packet.pb-c.c
02:27:49 [2020-12-15T02:27:49.215Z] #41 13.35   DEP      images/sk-packet.pb-c.d
02:27:49 [2020-12-15T02:27:49.215Z] #41 13.43   PBCC     images/tcp-stream.pb-c.c
02:27:49 [2020-12-15T02:27:49.215Z] #41 13.50   DEP      images/tcp-stream.pb-c.d
02:27:49 [2020-12-15T02:27:49.215Z] #41 13.54   PBCC     images/pipe.pb-c.c
02:27:49 [2020-12-15T02:27:49.278Z] 
02:27:49 [2020-12-15T02:27:49.278Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:49 [2020-12-15T02:27:49.278Z] #11 84.88 Selecting previously unselected package binutils-mingw-w64-x86-64.
02:27:49 [2020-12-15T02:27:49.278Z] #11 84.89 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
02:27:49 [2020-12-15T02:27:49.278Z] #11 84.90 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:27:49 [2020-12-15T02:27:49.283Z] #40 ...
02:27:49 [2020-12-15T02:27:49.283Z] 
02:27:49 [2020-12-15T02:27:49.283Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:49 [2020-12-15T02:27:49.283Z] #43 86.39 time
02:27:49 [2020-12-15T02:27:49.283Z] #43 92.60 internal/syscall/unix
02:27:49 [2020-12-15T02:27:49.283Z] #43 92.84 strings
02:27:49 [2020-12-15T02:27:49.283Z] #43 94.90 os
02:27:49 [2020-12-15T02:27:49.283Z] #43 ...
02:27:49 [2020-12-15T02:27:49.283Z] 
02:27:49 [2020-12-15T02:27:49.283Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:27:49 [2020-12-15T02:27:49.283Z] #11 92.05 Selecting previously unselected package mingw-w64-common.
02:27:49 [2020-12-15T02:27:49.283Z] #11 92.07 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
02:27:49 [2020-12-15T02:27:49.283Z] #11 92.16 Unpacking mingw-w64-common (6.0.0-3) ...
02:27:49 [2020-12-15T02:27:49.482Z] #41 13.66   DEP      images/pipe.pb-c.d
02:27:49 [2020-12-15T02:27:49.482Z] #41 13.76   PBCC     images/pstree.pb-c.c
02:27:49 [2020-12-15T02:27:49.512Z] #32 ...
02:27:49 [2020-12-15T02:27:49.512Z] 
02:27:49 [2020-12-15T02:27:49.512Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84 The following NEW packages will be installed:
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.84   xz-utils zip
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.97 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded.
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.97 Need to get 29.2 MB of archives.
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.97 After this operation, 134 MB of additional disk space will be used.
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.97 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB]
02:27:49 [2020-12-15T02:27:49.512Z] #20 24.99 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB]
02:27:49 [2020-12-15T02:27:49.512Z] #20 25.05 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB]
02:27:49 [2020-12-15T02:27:49.687Z] #41 91.40   AR       criu/pie/pie.lib.a
02:27:49 [2020-12-15T02:27:49.687Z] #41 91.53   DEP      criu/pie/restorer.d
02:27:49 [2020-12-15T02:27:49.746Z] #41 13.80   DEP      images/pstree.pb-c.d
02:27:49 [2020-12-15T02:27:49.746Z] #41 13.87   PBCC     images/fs.pb-c.c
02:27:49 [2020-12-15T02:27:49.746Z] #41 13.88   DEP      images/fs.pb-c.d
02:27:49 [2020-12-15T02:27:49.746Z] #41 13.94   PBCC     images/signalfd.pb-c.c
02:27:49 [2020-12-15T02:27:49.746Z] #41 13.98   DEP      images/signalfd.pb-c.d
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.27 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.27 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.29 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.44 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.46 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.53 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.54 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.54 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.58 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB]
02:27:49 [2020-12-15T02:27:49.812Z] #20 25.64 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB]
02:27:49 [2020-12-15T02:27:49.943Z] #41 ...
02:27:49 [2020-12-15T02:27:49.943Z] 
02:27:49 [2020-12-15T02:27:49.943Z] #17 [dev-systemd-false  6/26] RUN ldconfig
02:27:49 [2020-12-15T02:27:49.943Z] #17 DONE 1.3s
02:27:49 [2020-12-15T02:27:49.943Z] 
02:27:49 [2020-12-15T02:27:49.943Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:49 [2020-12-15T02:27:49.943Z] #41 91.89   DEP      criu/arch/x86/sigaction_compat_pie.d
02:27:49 [2020-12-15T02:27:49.946Z] + docker version
02:27:49 [2020-12-15T02:27:49.988Z] ok  	github.com/docker/docker/client	0.130s	coverage: 75.4% of statements
02:27:50 [2020-12-15T02:27:50.011Z] #41 14.05   PBCC     images/fh.pb-c.c
02:27:50 [2020-12-15T02:27:50.011Z] #41 14.10   PBCC     images/fsnotify.pb-c.c
02:27:50 [2020-12-15T02:27:50.011Z] #41 14.15   DEP      images/fh.pb-c.d
02:27:50 [2020-12-15T02:27:50.011Z] #41 14.22   DEP      images/fsnotify.pb-c.d
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.64 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.67 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.68 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.71 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.73 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.74 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.75 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.80 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.80 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.81 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.81 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.81 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.81 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB]
02:27:50 [2020-12-15T02:27:50.111Z] #20 25.82 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB]
02:27:50 [2020-12-15T02:27:50.199Z] #41 92.08   DEP      criu/arch/x86/restorer_unmap.d
02:27:50 [2020-12-15T02:27:50.199Z] #41 92.10   DEP      criu/arch/x86/restorer.d
02:27:50 [2020-12-15T02:27:50.222Z] #11 ...
02:27:50 [2020-12-15T02:27:50.222Z] 
02:27:50 [2020-12-15T02:27:50.222Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:50 [2020-12-15T02:27:50.222Z] #49 87.59 time
02:27:50 [2020-12-15T02:27:50.222Z] #49 95.11 context
02:27:50 [2020-12-15T02:27:50.222Z] #49 96.28 os
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.27   PBCC     images/eventpoll.pb-c.c
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.29   DEP      images/eventpoll.pb-c.d
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.38   PBCC     images/eventfd.pb-c.c
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.40   DEP      images/eventfd.pb-c.d
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.49   PBCC     images/remap-file-path.pb-c.c
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.53   DEP      images/remap-file-path.pb-c.d
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.57   PBCC     images/fifo.pb-c.c
02:27:50 [2020-12-15T02:27:50.275Z] #41 14.59   DEP      images/fifo.pb-c.d
02:27:50 [2020-12-15T02:27:50.409Z] #20 26.27 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB]
02:27:50 [2020-12-15T02:27:50.409Z] #20 26.27 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB]
02:27:50 [2020-12-15T02:27:50.456Z] #41 92.36   DEP      criu/arch/x86/vdso-pie.d
02:27:50 [2020-12-15T02:27:50.456Z] #41 92.48   DEP      criu/pie/parasite-vdso.d
02:27:50 [2020-12-15T02:27:50.481Z] #49 ...
02:27:50 [2020-12-15T02:27:50.481Z] 
02:27:50 [2020-12-15T02:27:50.481Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + RM_GOPATH=0
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + TMP_GOPATH=
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + : /build
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + '[' -z '' ']'
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 ++ mktemp -d
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + export GOPATH=/tmp/tmp.vL1f0HHPBt
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + GOPATH=/tmp/tmp.vL1f0HHPBt
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + RM_GOPATH=1
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 + case "$(go env GOARCH)" in
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.732 ++ go env GOARCH
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + export GO_BUILDMODE=-buildmode=pie
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + GO_BUILDMODE=-buildmode=pie
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 ++ dirname /tmp/install/install.sh
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + dir=/tmp/install
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + bin=tini
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + shift
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + '[' '!' -f /tmp/install/tini.installer ']'
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + . /tmp/install/tini.installer
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + install_tini
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 + git clone https://github.com/krallin/tini.git /tmp/tmp.vL1f0HHPBt/tini
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 Cloning into '/tmp/tmp.vL1f0HHPBt/tini'...
02:27:50 [2020-12-15T02:27:50.481Z] #35 1.739 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
02:27:50 [2020-12-15T02:27:50.539Z] #41 14.63   PBCC     images/ghost-file.pb-c.c
02:27:50 [2020-12-15T02:27:50.539Z] #41 14.71   DEP      images/ghost-file.pb-c.d
02:27:50 [2020-12-15T02:27:50.539Z] #41 14.77   PBCC     images/regfile.pb-c.c
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.28 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.28 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.29 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.31 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.38 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.38 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.39 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.40 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.41 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.47 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB]
02:27:50 [2020-12-15T02:27:50.709Z] #20 26.47 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u2 [1230 kB]
02:27:50 [2020-12-15T02:27:50.712Z] #41 92.66   DEP      criu/pie/parasite.d
02:27:50 [2020-12-15T02:27:50.803Z] #41 14.82   DEP      images/regfile.pb-c.d
02:27:50 [2020-12-15T02:27:50.803Z] #41 14.88   PBCC     images/ns.pb-c.c
02:27:50 [2020-12-15T02:27:50.803Z] #41 14.89   DEP      images/ns.pb-c.d
02:27:50 [2020-12-15T02:27:50.803Z] #41 14.95   PBCC     images/fdinfo.pb-c.c
02:27:50 [2020-12-15T02:27:50.970Z] #41 92.98   CC       criu/pie/parasite.o
02:27:51 [2020-12-15T02:27:51.012Z] #20 26.55 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB]
02:27:51 [2020-12-15T02:27:51.012Z] #20 26.57 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB]
02:27:51 [2020-12-15T02:27:51.012Z] #20 26.58 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB]
02:27:51 [2020-12-15T02:27:51.050Z] #35 ...
02:27:51 [2020-12-15T02:27:51.050Z] 
02:27:51 [2020-12-15T02:27:51.050Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:51 [2020-12-15T02:27:51.050Z] #32 88.34 internal/poll
02:27:51 [2020-12-15T02:27:51.050Z] #32 91.17 internal/fmtsort
02:27:51 [2020-12-15T02:27:51.050Z] #32 91.81 internal/syscall/execenv
02:27:51 [2020-12-15T02:27:51.050Z] #32 92.26 internal/syscall/unix
02:27:51 [2020-12-15T02:27:51.050Z] #32 92.27 strings
02:27:51 [2020-12-15T02:27:51.050Z] #32 92.73 os
02:27:51 [2020-12-15T02:27:51.050Z] #32 96.38 path
02:27:51 [2020-12-15T02:27:51.050Z] #32 97.48 text/tabwriter
02:27:51 [2020-12-15T02:27:51.050Z] #32 ...
02:27:51 [2020-12-15T02:27:51.050Z] 
02:27:51 [2020-12-15T02:27:51.050Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:51 [2020-12-15T02:27:51.050Z] #35 2.843 + cd /tmp/tmp.vL1f0HHPBt/tini
02:27:51 [2020-12-15T02:27:51.050Z] #35 2.843 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
02:27:51 [2020-12-15T02:27:51.050Z] #35 2.892 + cmake .
02:27:51 [2020-12-15T02:27:51.085Z] #41 15.12   DEP      images/fdinfo.pb-c.d
02:27:51 [2020-12-15T02:27:51.085Z] #41 15.16   PBCC     images/core-aarch64.pb-c.c
02:27:51 [2020-12-15T02:27:51.085Z] #41 15.20   PBCC     images/core-arm.pb-c.c
02:27:51 [2020-12-15T02:27:51.085Z] #41 15.23   PBCC     images/core-ppc64.pb-c.c
02:27:51 [2020-12-15T02:27:51.085Z] #41 15.25   PBCC     images/core-s390.pb-c.c
02:27:51 [2020-12-15T02:27:51.085Z] #41 15.28   PBCC     images/core-x86.pb-c.c
02:27:51 [2020-12-15T02:27:51.310Z] #20 26.87 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB]
02:27:51 [2020-12-15T02:27:51.310Z] #20 26.96 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB]
02:27:51 [2020-12-15T02:27:51.310Z] #20 27.00 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB]
02:27:51 [2020-12-15T02:27:51.349Z] #41 15.31   PBCC     images/core.pb-c.c
02:27:51 [2020-12-15T02:27:51.349Z] #41 15.34   PBCC     images/inventory.pb-c.c
02:27:51 [2020-12-15T02:27:51.349Z] #41 15.45   DEP      images/core-aarch64.pb-c.d
02:27:51 [2020-12-15T02:27:51.349Z] #41 15.52   DEP      images/core-arm.pb-c.d
02:27:51 [2020-12-15T02:27:51.349Z] #41 15.56   DEP      images/core-ppc64.pb-c.d
02:27:51 [2020-12-15T02:27:51.616Z] #41 15.67   DEP      images/core-s390.pb-c.d
02:27:51 [2020-12-15T02:27:51.616Z] #41 15.71   DEP      images/core-x86.pb-c.d
02:27:51 [2020-12-15T02:27:51.616Z] #41 15.75   DEP      images/core.pb-c.d
02:27:51 [2020-12-15T02:27:51.616Z] #41 15.80   DEP      images/inventory.pb-c.d
02:27:51 [2020-12-15T02:27:51.616Z] #41 15.87   PBCC     images/cpuinfo.pb-c.c
02:27:51 [2020-12-15T02:27:51.883Z] #41 15.89   DEP      images/cpuinfo.pb-c.d
02:27:51 [2020-12-15T02:27:51.883Z] #41 15.96   PBCC     images/stats.pb-c.c
02:27:51 [2020-12-15T02:27:51.883Z] #41 16.01   DEP      images/stats.pb-c.d
02:27:51 [2020-12-15T02:27:51.969Z] #20 27.73 debconf: delaying package configuration, since apt-utils is not installed
02:27:51 [2020-12-15T02:27:51.969Z] #20 27.83 Fetched 29.2 MB in 2s (13.8 MB/s)
02:27:52 [2020-12-15T02:27:52.268Z] #20 27.94 Selecting previously unselected package pigz.
02:27:52 [2020-12-15T02:27:52.268Z] #20 27.94 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23361 files and directories currently installed.)
02:27:52 [2020-12-15T02:27:52.268Z] #20 28.03 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ...
02:27:52 [2020-12-15T02:27:52.268Z] #20 28.03 Unpacking pigz (2.4-1) ...
02:27:52 [2020-12-15T02:27:52.493Z] #35 4.120 -- The C compiler identification is GNU 8.3.0
02:27:52 [2020-12-15T02:27:52.493Z] #35 4.199 -- Check for working C compiler: /usr/bin/cc
02:27:52 [2020-12-15T02:27:52.567Z] #20 28.14 Selecting previously unselected package libpython3.7-minimal:ppc64el.
02:27:52 [2020-12-15T02:27:52.567Z] #20 28.15 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
02:27:52 [2020-12-15T02:27:52.567Z] #20 28.16 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
02:27:52 [2020-12-15T02:27:52.868Z] #20 28.58 Selecting previously unselected package python3.7-minimal.
02:27:52 [2020-12-15T02:27:52.868Z] #20 28.58 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ...
02:27:52 [2020-12-15T02:27:52.868Z] #20 28.60 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
02:27:52 [2020-12-15T02:27:52.905Z] #41 94.97   LINK     criu/pie/parasite.built-in.o
02:27:53 [2020-12-15T02:27:53.161Z] #41 94.99   GEN      criu/pie/parasite-blob.h
02:27:53 [2020-12-15T02:27:53.161Z] #41 95.12   CC       criu/pie/parasite-vdso.o
02:27:53 [2020-12-15T02:27:53.281Z] #41 17.40 make[1]: Nothing to be done for 'all'.
02:27:53 [2020-12-15T02:27:53.876Z] #35 5.457 -- Check for working C compiler: /usr/bin/cc -- works
02:27:53 [2020-12-15T02:27:53.876Z] #35 5.463 -- Detecting C compiler ABI info
02:27:53 [2020-12-15T02:27:53.926Z] #20 29.42 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ...
02:27:53 [2020-12-15T02:27:53.926Z] #20 29.43 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
02:27:54 [2020-12-15T02:27:54.445Z] #35 6.227 -- Detecting C compiler ABI info - done
02:27:54 [2020-12-15T02:27:54.528Z] #41 96.57   CC       criu/arch/x86/vdso-pie.o
02:27:54 [2020-12-15T02:27:54.571Z] #11 89.64 Selecting previously unselected package binutils-mingw-w64.
02:27:54 [2020-12-15T02:27:54.571Z] #11 89.64 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
02:27:54 [2020-12-15T02:27:54.571Z] #11 89.65 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
02:27:54 [2020-12-15T02:27:54.571Z] #11 89.93 Selecting previously unselected package libdevmapper1.02.1:amd64.
02:27:54 [2020-12-15T02:27:54.571Z] #11 89.94 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
02:27:54 [2020-12-15T02:27:54.571Z] #11 89.94 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
02:27:54 [2020-12-15T02:27:54.571Z] #11 90.56 Selecting previously unselected package dmsetup.
02:27:54 [2020-12-15T02:27:54.571Z] #11 90.60 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
02:27:54 [2020-12-15T02:27:54.704Z] #35 6.304 -- Detecting C compile features
02:27:54 [2020-12-15T02:27:54.832Z] #11 90.68 Unpacking dmsetup (2:1.02.155-3) ...
02:27:55 [2020-12-15T02:27:55.208Z] #41 18.95   CC       images/stats.o
02:27:55 [2020-12-15T02:27:55.405Z] #11 91.20 Selecting previously unselected package mingw-w64-common.
02:27:55 [2020-12-15T02:27:55.405Z] #11 91.20 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
02:27:55 [2020-12-15T02:27:55.405Z] #11 91.21 Unpacking mingw-w64-common (6.0.0-3) ...
02:27:55 [2020-12-15T02:27:55.457Z] #41 97.22   CC       criu/arch/x86/restorer.o
02:27:55 [2020-12-15T02:27:55.472Z] #41 19.52   CC       images/core.o
02:27:55 [2020-12-15T02:27:55.976Z] #11 ...
02:27:55 [2020-12-15T02:27:55.976Z] 
02:27:55 [2020-12-15T02:27:55.976Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:55 [2020-12-15T02:27:55.976Z] #43 91.79 os
02:27:55 [2020-12-15T02:27:55.976Z] #43 91.88 internal/fmtsort
02:27:56 [2020-12-15T02:27:56.019Z] #41 98.13   CC       criu/arch/x86/restorer_unmap.o
02:27:56 [2020-12-15T02:27:56.276Z] #41 98.25   CC       criu/arch/x86/sigaction_compat_pie.o
02:27:56 [2020-12-15T02:27:56.424Z] #41 20.31   CC       images/core-x86.o
02:27:56 [2020-12-15T02:27:56.425Z] #41 ...
02:27:56 [2020-12-15T02:27:56.425Z] 
02:27:56 [2020-12-15T02:27:56.425Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:27:56 [2020-12-15T02:27:56.425Z] #54 36.73 Checking out files:  41% (1542/3706)   
Checking out files:  42% (1557/3706)   
Checking out files:  43% (1594/3706)   
Checking out files:  44% (1631/3706)   
Checking out files:  45% (1668/3706)   
Checking out files:  46% (1705/3706)   
Checking out files:  47% (1742/3706)   
Checking out files:  48% (1779/3706)   
Checking out files:  49% (1816/3706)   
Checking out files:  50% (1853/3706)   
Checking out files:  51% (1891/3706)   
Checking out files:  52% (1928/3706)   
Checking out files:  53% (1965/3706)   
Checking out files:  54% (2002/3706)   
Checking out files:  55% (2039/3706)   
Checking out files:  56% (2076/3706)   
Checking out files:  57% (2113/3706)   
Checking out files:  58% (2150/3706)   
Checking out files:  59% (2187/3706)   
Checking out files:  60% (2224/3706)   
Checking out files:  61% (2261/3706)   
Checking out files:  62% (2298/3706)   
Checking out files:  63% (2335/3706)   
Checking out files:  64% (2372/3706)   
Checking out files:  65% (2409/3706)   
Checking out files:  66% (2446/3706)   
Checking out files:  67% (2484/3706)   
Checking out files:  68% (2521/3706)   
Checking out files:  69% (2558/3706)   
Checking out files:  70% (2595/3706)   
Checking out files:  71% (2632/3706)   
Checking out files:  72% (2669/3706)   
Checking out files:  73% (2706/3706)   
Checking out files:  74% (2743/3706)   
Checking out files:  75% (2780/3706)   
Checking out files:  76% (2817/3706)   
Checking out files:  77% (2854/3706)   
Checking out files:  78% (2891/3706)   
Checking out files:  79% (2928/3706)   
Checking out files:  79% (2948/3706)   
Checking out files:  80% (2965/3706)   
Checking out files:  81% (3002/3706)   
Checking out files:  82% (3039/3706)   
Checking out files:  83% (3076/3706)   
Checking out files:  84% (3114/3706)   
Checking out files:  85% (3151/3706)   
Checking out files:  86% (3188/3706)   
Checking out files:  87% (3225/3706)   
Checking out files:  88% (3262/3706)   
Checking out files:  89% (3299/3706)   
Checking out files:  90% (3336/3706)   
Checking out files:  91% (3373/3706)   
Checking out files:  92% (3410/3706)   
Checking out files:  93% (3447/3706)   
Checking out files:  94% (3484/3706)   
Checking out files:  95% (3521/3706)   
Checking out files:  96% (3558/3706)   
Checking out files:  97% (3595/3706)   
Checking out files:  98% (3632/3706)   
Checking out files:  99% (3669/3706)   
Checking out files: 100% (3706/3706)   
Checking out files: 100% (3706/3706), done.
02:27:56 [2020-12-15T02:27:56.425Z] #54 38.17 + cd /tmp/tmp.HOz1FKzFmZ/src/github.com/containerd/containerd
02:27:56 [2020-12-15T02:27:56.425Z] #54 38.17 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + export 'BUILDTAGS=netgo osusergo static_build'
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + BUILDTAGS='netgo osusergo static_build'
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + export EXTRA_FLAGS=-buildmode=pie
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + EXTRA_FLAGS=-buildmode=pie
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + '[' '' = dynamic ']'
02:27:56 [2020-12-15T02:27:56.425Z] #54 39.41 + make
02:27:56 [2020-12-15T02:27:56.425Z] #54 40.29 + bin/ctr
02:27:56 [2020-12-15T02:27:56.699Z] #20 32.48 Selecting previously unselected package python3-minimal.
02:27:56 [2020-12-15T02:27:56.838Z] #41 98.75   CC       criu/pie/restorer.o
02:27:56 [2020-12-15T02:27:56.997Z] #20 32.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 ... 23610 files and directories currently installed.)
02:27:56 [2020-12-15T02:27:56.997Z] #20 32.58 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ...
02:27:56 [2020-12-15T02:27:56.997Z] #20 32.59 Unpacking python3-minimal (3.7.3-1) ...
02:27:56 [2020-12-15T02:27:56.997Z] #20 32.70 Selecting previously unselected package libmpdec2:ppc64el.
02:27:56 [2020-12-15T02:27:56.997Z] #20 32.71 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ...
02:27:56 [2020-12-15T02:27:56.997Z] #20 32.72 Unpacking libmpdec2:ppc64el (2.4.2-2) ...
02:27:57 [2020-12-15T02:27:57.002Z] #54 ...
02:27:57 [2020-12-15T02:27:57.002Z] 
02:27:57 [2020-12-15T02:27:57.002Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:57 [2020-12-15T02:27:57.002Z] #41 21.14   CC       images/core-arm.o
02:27:57 [2020-12-15T02:27:57.032Z] Client: Docker Engine - Enterprise
02:27:57 [2020-12-15T02:27:57.032Z]  Version:           19.03.12
02:27:57 [2020-12-15T02:27:57.032Z]  API version:       1.40
02:27:57 [2020-12-15T02:27:57.032Z]  Go version:        go1.13.13
02:27:57 [2020-12-15T02:27:57.032Z]  Git commit:        4306744
02:27:57 [2020-12-15T02:27:57.032Z]  Built:             08/05/2020 19:27:53
02:27:57 [2020-12-15T02:27:57.032Z]  OS/Arch:           windows/amd64
02:27:57 [2020-12-15T02:27:57.032Z]  Experimental:      false
02:27:57 [2020-12-15T02:27:57.032Z] 
02:27:57 [2020-12-15T02:27:57.032Z] Server: Docker Engine - Enterprise
02:27:57 [2020-12-15T02:27:57.032Z]  Engine:
02:27:57 [2020-12-15T02:27:57.032Z]   Version:          19.03.12
02:27:57 [2020-12-15T02:27:57.032Z]   API version:      1.40 (minimum version 1.24)
02:27:57 [2020-12-15T02:27:57.032Z]   Go version:       go1.13.13
02:27:57 [2020-12-15T02:27:57.032Z]   Git commit:       f295753ffd
02:27:57 [2020-12-15T02:27:57.032Z]   Built:            08/05/2020 19:26:41
02:27:57 [2020-12-15T02:27:57.032Z]   OS/Arch:          windows/amd64
02:27:57 [2020-12-15T02:27:57.032Z]   Experimental:     true
02:27:57 [2020-12-15T02:27:57.307Z] #20 32.86 Selecting previously unselected package libpython3.7-stdlib:ppc64el.
02:27:57 [2020-12-15T02:27:57.307Z] #20 32.87 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ...
02:27:57 [2020-12-15T02:27:57.307Z] #20 32.87 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
02:27:57 [2020-12-15T02:27:57.363Z] #43 93.03 strings
02:27:57 [2020-12-15T02:27:57.403Z] #41 ...
02:27:57 [2020-12-15T02:27:57.403Z] 
02:27:57 [2020-12-15T02:27:57.403Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:57 [2020-12-15T02:27:57.403Z] #51 14.71 Checking out files: 100% (1151/1151)   
Checking out files: 100% (1151/1151), done.
02:27:57 [2020-12-15T02:27:57.403Z] #51 14.75 + cd /tmp/tmp.Ixyme6WrQM/src/github.com/opencontainers/runc
02:27:57 [2020-12-15T02:27:57.403Z] #51 14.75 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:27:57 [2020-12-15T02:27:57.403Z] #51 15.49 + '[' -z '' ']'
02:27:57 [2020-12-15T02:27:57.403Z] #51 15.49 + target=static
02:27:57 [2020-12-15T02:27:57.403Z] #51 15.49 + make 'BUILDTAGS=seccomp apparmor selinux ' static
02:27:57 [2020-12-15T02:27:57.403Z] #51 16.15 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 .
02:27:57 [2020-12-15T02:27:57.580Z] #41 21.76   CC       images/core-aarch64.o
[Pipeline] sh
02:27:57 [2020-12-15T02:27:57.993Z] #35 ...
02:27:57 [2020-12-15T02:27:57.993Z] 
02:27:57 [2020-12-15T02:27:57.993Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:27:57 [2020-12-15T02:27:57.993Z] #40 105.2 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
02:27:57 [2020-12-15T02:27:57.993Z] #40 105.2 Processing triggers for libc-bin (2.28-10) ...
02:27:58 [2020-12-15T02:27:58.158Z] #41 22.21   CC       images/core-ppc64.o
02:27:58 [2020-12-15T02:27:58.305Z] #43 ...
02:27:58 [2020-12-15T02:27:58.305Z] 
02:27:58 [2020-12-15T02:27:58.306Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:58 [2020-12-15T02:27:58.306Z] #49 84.13 time
02:27:58 [2020-12-15T02:27:58.306Z] #49 91.57 encoding/binary
02:27:58 [2020-12-15T02:27:58.306Z] #49 93.11 context
02:27:58 [2020-12-15T02:27:58.306Z] #49 ...
02:27:58 [2020-12-15T02:27:58.306Z] 
02:27:58 [2020-12-15T02:27:58.306Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:27:58 [2020-12-15T02:27:58.306Z] #34 87.00 Selecting previously unselected package libxml2:amd64.
02:27:58 [2020-12-15T02:27:58.306Z] #34 87.00 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 87.02 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 88.09 Selecting previously unselected package libarchive13:amd64.
02:27:58 [2020-12-15T02:27:58.306Z] #34 88.12 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 88.13 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 88.69 Selecting previously unselected package libjsoncpp1:amd64.
02:27:58 [2020-12-15T02:27:58.306Z] #34 88.69 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 88.74 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 89.28 Selecting previously unselected package librhash0:amd64.
02:27:58 [2020-12-15T02:27:58.306Z] #34 89.29 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 89.30 Unpacking librhash0:amd64 (1.3.8-1) ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 89.65 Selecting previously unselected package libuv1:amd64.
02:27:58 [2020-12-15T02:27:58.306Z] #34 89.67 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 89.68 Unpacking libuv1:amd64 (1.24.1-1) ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 90.04 Selecting previously unselected package cmake.
02:27:58 [2020-12-15T02:27:58.306Z] #34 90.04 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
02:27:58 [2020-12-15T02:27:58.306Z] #34 90.05 Unpacking cmake (3.13.4-1) ...
02:27:58 [2020-12-15T02:27:58.364Z] #20 34.09 Selecting previously unselected package python3.7.
02:27:58 [2020-12-15T02:27:58.364Z] #20 34.11 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ...
02:27:58 [2020-12-15T02:27:58.364Z] #20 34.12 Unpacking python3.7 (3.7.3-2+deb10u2) ...
02:27:58 [2020-12-15T02:27:58.565Z] + docker info
02:27:58 [2020-12-15T02:27:58.567Z] #34 ...
02:27:58 [2020-12-15T02:27:58.567Z] 
02:27:58 [2020-12-15T02:27:58.567Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:27:58 [2020-12-15T02:27:58.567Z] #49 94.46 encoding/base64
02:27:58 [2020-12-15T02:27:58.660Z] #20 34.26 Selecting previously unselected package libpython3-stdlib:ppc64el.
02:27:58 [2020-12-15T02:27:58.660Z] #20 34.28 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ...
02:27:58 [2020-12-15T02:27:58.660Z] #20 34.29 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ...
02:27:58 [2020-12-15T02:27:58.660Z] #20 34.35 Setting up python3-minimal (3.7.3-1) ...
02:27:58 [2020-12-15T02:27:58.831Z] #49 94.77 os
02:27:58 [2020-12-15T02:27:58.933Z] #40 DONE 106.2s
02:27:58 [2020-12-15T02:27:58.933Z] 
02:27:58 [2020-12-15T02:27:58.933Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:58 [2020-12-15T02:27:58.933Z] #35 9.791 -- Detecting C compile features - done
02:27:58 [2020-12-15T02:27:58.933Z] #35 9.851 -- Performing Test HAS_BUILTIN_FORTIFY
02:27:58 [2020-12-15T02:27:58.933Z] #35 10.21 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:27:58 [2020-12-15T02:27:58.933Z] #35 10.27 -- Configuring done
02:27:58 [2020-12-15T02:27:58.933Z] #35 10.28 -- Generating done
02:27:58 [2020-12-15T02:27:58.933Z] #35 10.28 -- Build files have been written to: /tmp/tmp.vL1f0HHPBt/tini
02:27:58 [2020-12-15T02:27:58.933Z] #35 10.30 + make tini-static
02:27:59 [2020-12-15T02:27:59.110Z] #41 22.98   CC       images/core-s390.o
02:27:59 [2020-12-15T02:27:59.193Z] #35 11.06 Scanning dependencies of target tini-static
02:27:59 [2020-12-15T02:27:59.374Z] #41 ...
02:27:59 [2020-12-15T02:27:59.374Z] 
02:27:59 [2020-12-15T02:27:59.374Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:27:59 [2020-12-15T02:27:59.374Z] #56 87.61 + for f in rootlesskit rootlesskit-docker-proxy
02:27:59 [2020-12-15T02:27:59.374Z] #56 87.61 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
02:27:59 [2020-12-15T02:27:59.374Z] #56 DONE 94.5s
02:27:59 [2020-12-15T02:27:59.374Z] 
02:27:59 [2020-12-15T02:27:59.374Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
02:27:59 [2020-12-15T02:27:59.374Z] #57 DONE 0.1s
02:27:59 [2020-12-15T02:27:59.374Z] 
02:27:59 [2020-12-15T02:27:59.374Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:59 [2020-12-15T02:27:59.374Z] #43 84.69 mime/quotedprintable
02:27:59 [2020-12-15T02:27:59.374Z] #43 84.87 net/http/internal
02:27:59 [2020-12-15T02:27:59.374Z] #43 88.47 net/textproto
02:27:59 [2020-12-15T02:27:59.374Z] #43 88.47 vendor/golang.org/x/net/http/httpproxy
02:27:59 [2020-12-15T02:27:59.374Z] #43 88.48 crypto/x509
02:27:59 [2020-12-15T02:27:59.374Z] #43 90.01 vendor/golang.org/x/net/http/httpguts
02:27:59 [2020-12-15T02:27:59.374Z] #43 90.02 mime/multipart
02:27:59 [2020-12-15T02:27:59.374Z] #43 92.46 crypto/tls
02:27:59 [2020-12-15T02:27:59.452Z] #35 11.15 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:27:59 [2020-12-15T02:27:59.646Z] #43 ...
02:27:59 [2020-12-15T02:27:59.646Z] 
02:27:59 [2020-12-15T02:27:59.646Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:27:59 [2020-12-15T02:27:59.646Z] #58 DONE 0.1s
02:27:59 [2020-12-15T02:27:59.646Z] 
02:27:59 [2020-12-15T02:27:59.646Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:59 [2020-12-15T02:27:59.646Z] #41 23.83   CC       images/cpuinfo.o
02:27:59 [2020-12-15T02:27:59.711Z] #20 ...
02:27:59 [2020-12-15T02:27:59.711Z] 
02:27:59 [2020-12-15T02:27:59.711Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:27:59 [2020-12-15T02:27:59.711Z] #43 77.57   LINK     criu/pie/restorer.built-in.o
02:27:59 [2020-12-15T02:27:59.711Z] #43 77.59   GEN      criu/pie/restorer-blob.h
02:27:59 [2020-12-15T02:27:59.711Z] #43 77.82   DEP      criu/vdso.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 78.10   DEP      criu/uts_ns.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 78.33   DEP      criu/util.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 78.57   DEP      criu/uffd.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 78.86   DEP      criu/tun.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 79.10   DEP      criu/tty.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 79.45   DEP      criu/timerfd.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 79.75   DEP      criu/timens.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 80.00   DEP      criu/sysfs_parse.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 80.21   DEP      criu/sysctl.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 80.35   DEP      criu/string.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 80.39   DEP      criu/stats.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 80.51   DEP      criu/sockets.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 80.72   DEP      criu/sk-unix.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 81.10   DEP      criu/sk-tcp.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 81.38   DEP      criu/sk-queue.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 81.59   DEP      criu/sk-packet.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 81.81   DEP      criu/sk-netlink.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 81.97   DEP      criu/sk-inet.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 82.17   DEP      criu/signalfd.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 82.33   DEP      criu/sigframe.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 82.43   DEP      criu/shmem.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 82.61   DEP      criu/servicefd.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 82.81   DEP      criu/seize.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 82.95   DEP      criu/seccomp.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 83.21   DEP      criu/rst-malloc.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 83.36   DEP      criu/rbtree.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 83.39   DEP      criu/pstree.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 83.74   DEP      criu/protobuf.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 83.96   GEN      criu/protobuf-desc-gen.h
02:27:59 [2020-12-15T02:27:59.711Z] #43 85.91   DEP      criu/protobuf-desc.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 86.09   DEP      criu/proc_parse.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 86.33   DEP      criu/plugin.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 86.44   DEP      criu/pipes.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 86.62   DEP      criu/pie-util.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 86.78   DEP      criu/pie-util-vdso.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 86.91   DEP      criu/path.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 87.10   DEP      criu/parasite-syscall.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 87.42   DEP      criu/pagemap.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 87.59   DEP      criu/pagemap-cache.d
02:27:59 [2020-12-15T02:27:59.711Z] #43 ...
02:27:59 [2020-12-15T02:27:59.711Z] 
02:27:59 [2020-12-15T02:27:59.711Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:27:59 [2020-12-15T02:27:59.711Z] #20 35.42 Selecting previously unselected package python3.
02:27:59 [2020-12-15T02:27:59.711Z] #20 35.42 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24022 files and directories currently installed.)
02:27:59 [2020-12-15T02:27:59.711Z] #20 35.48 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ...
02:27:59 [2020-12-15T02:27:59.711Z] #20 35.50 Unpacking python3 (3.7.3-1) ...
02:27:59 [2020-12-15T02:27:59.711Z] #20 ...
02:27:59 [2020-12-15T02:27:59.711Z] 
02:27:59 [2020-12-15T02:27:59.711Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:27:59 [2020-12-15T02:27:59.711Z] #45 143.6 vendor/golang.org/x/crypto/cryptobyte
02:27:59 [2020-12-15T02:27:59.711Z] #45 147.3 vendor/golang.org/x/net/http2/hpack
02:27:59 [2020-12-15T02:27:59.711Z] #45 149.2 mime
02:27:59 [2020-12-15T02:27:59.711Z] #45 149.8 mime/quotedprintable
02:27:59 [2020-12-15T02:27:59.711Z] #45 150.3 net/http/internal
02:27:59 [2020-12-15T02:27:59.711Z] #45 153.3 crypto/x509
02:27:59 [2020-12-15T02:27:59.711Z] #45 153.3 net/textproto
02:27:59 [2020-12-15T02:27:59.711Z] #45 153.3 vendor/golang.org/x/net/http/httpproxy
02:27:59 [2020-12-15T02:27:59.923Z] #51 ...
02:27:59 [2020-12-15T02:27:59.923Z] 
02:27:59 [2020-12-15T02:27:59.923Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:27:59 [2020-12-15T02:27:59.923Z] #18 2.254 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:27:59 [2020-12-15T02:27:59.923Z] #18 2.318 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:27:59 [2020-12-15T02:27:59.923Z] #18 2.463 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:27:59 [2020-12-15T02:27:59.923Z] #18 4.330 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:27:59 [2020-12-15T02:27:59.923Z] #18 7.104 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:27:59 [2020-12-15T02:27:59.923Z] #18 9.107 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:28:00 [2020-12-15T02:28:00.007Z] #45 ...
02:28:00 [2020-12-15T02:28:00.007Z] 
02:28:00 [2020-12-15T02:28:00.007Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:00 [2020-12-15T02:28:00.007Z] #20 35.60 Selecting previously unselected package libip4tc0:ppc64el.
02:28:00 [2020-12-15T02:28:00.007Z] #20 35.61 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ...
02:28:00 [2020-12-15T02:28:00.007Z] #20 35.62 Unpacking libip4tc0:ppc64el (1.8.2-4) ...
02:28:00 [2020-12-15T02:28:00.007Z] #20 35.72 Selecting previously unselected package libip6tc0:ppc64el.
02:28:00 [2020-12-15T02:28:00.007Z] #20 35.72 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ...
02:28:00 [2020-12-15T02:28:00.007Z] #20 35.73 Unpacking libip6tc0:ppc64el (1.8.2-4) ...
02:28:00 [2020-12-15T02:28:00.007Z] #20 35.83 Selecting previously unselected package libiptc0:ppc64el.
02:28:00 [2020-12-15T02:28:00.022Z] #35 ...
02:28:00 [2020-12-15T02:28:00.022Z] 
02:28:00 [2020-12-15T02:28:00.022Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:00 [2020-12-15T02:28:00.022Z] #43 97.11 regexp/syntax
02:28:00 [2020-12-15T02:28:00.022Z] #43 100.9 fmt
02:28:00 [2020-12-15T02:28:00.022Z] #43 104.6 regexp
02:28:00 [2020-12-15T02:28:00.022Z] #43 ...
02:28:00 [2020-12-15T02:28:00.022Z] 
02:28:00 [2020-12-15T02:28:00.022Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:00 [2020-12-15T02:28:00.022Z] #11 102.0 Selecting previously unselected package mingw-w64-x86-64-dev.
02:28:00 [2020-12-15T02:28:00.022Z] #11 102.0 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
02:28:00 [2020-12-15T02:28:00.022Z] #11 102.0 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
02:28:00 [2020-12-15T02:28:00.224Z] #41 24.30   CC       images/inventory.o
02:28:00 [2020-12-15T02:28:00.225Z] #49 ...
02:28:00 [2020-12-15T02:28:00.225Z] 
02:28:00 [2020-12-15T02:28:00.225Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:28:00 [2020-12-15T02:28:00.225Z] #40 86.12 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ...
02:28:00 [2020-12-15T02:28:00.225Z] #40 86.13 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 86.16 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 86.21 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 86.21 Setting up python-six (1.12.0-1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 91.87 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 91.94 Setting up libnl-3-200:amd64 (3.4.0-1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.03 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.14 Setting up libcap-dev:amd64 (1:2.25-2) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.16 Setting up libprotoc17:amd64 (3.6.1.3-2) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.18 Setting up protobuf-compiler (3.6.1.3-2) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.21 Setting up libnet1-dev (1.1.6+dfsg-3.1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.23 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.25 Setting up protobuf-c-compiler (1.3.1-1+b1) ...
02:28:00 [2020-12-15T02:28:00.226Z] #40 92.30 Setting up python-protobuf (3.6.1.3-2) ...
02:28:00 [2020-12-15T02:28:00.305Z] #20 35.84 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ...
02:28:00 [2020-12-15T02:28:00.305Z] #20 35.85 Unpacking libiptc0:ppc64el (1.8.2-4) ...
02:28:00 [2020-12-15T02:28:00.305Z] #20 35.95 Selecting previously unselected package libnfnetlink0:ppc64el.
02:28:00 [2020-12-15T02:28:00.305Z] #20 35.96 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ...
02:28:00 [2020-12-15T02:28:00.305Z] #20 35.97 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ...
02:28:00 [2020-12-15T02:28:00.305Z] #20 36.03 Selecting previously unselected package libnetfilter-conntrack3:ppc64el.
02:28:00 [2020-12-15T02:28:00.305Z] #20 36.04 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ...
02:28:00 [2020-12-15T02:28:00.305Z] #20 36.04 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #40 ...
02:28:00 [2020-12-15T02:28:00.487Z] 
02:28:00 [2020-12-15T02:28:00.487Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:28:00 [2020-12-15T02:28:00.487Z] #34 94.86 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 94.88 Setting up xxd (2:8.1.0875-5) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 94.89 Setting up libuv1:amd64 (1.24.1-1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 94.92 Setting up vim-common (2:8.1.0875-5) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.07 Setting up librhash0:amd64 (1.3.8-1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.08 Setting up cmake-data (3.13.4-1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.10 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.12 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.14 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.15 Setting up cmake (3.13.4-1) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.17 Processing triggers for libc-bin (2.28-10) ...
02:28:00 [2020-12-15T02:28:00.487Z] #34 95.30 Processing triggers for mime-support (3.62) ...
02:28:00 [2020-12-15T02:28:00.500Z] #41 24.71   CC       images/fdinfo.o
02:28:00 [2020-12-15T02:28:00.611Z] #20 36.14 Selecting previously unselected package libnftnl11:ppc64el.
02:28:00 [2020-12-15T02:28:00.611Z] #20 36.15 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ...
02:28:00 [2020-12-15T02:28:00.611Z] #20 36.16 Unpacking libnftnl11:ppc64el (1.1.2-2) ...
02:28:00 [2020-12-15T02:28:00.611Z] #20 36.25 Selecting previously unselected package iptables.
02:28:00 [2020-12-15T02:28:00.611Z] #20 36.25 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ...
02:28:00 [2020-12-15T02:28:00.611Z] #20 36.26 Unpacking iptables (1.8.2-4) ...
02:28:00 [2020-12-15T02:28:00.765Z] #41 24.97   CC       images/fown.o
02:28:00 [2020-12-15T02:28:00.765Z] #41 25.10   CC       images/ns.o
02:28:00 [2020-12-15T02:28:00.964Z] #11 ...
02:28:00 [2020-12-15T02:28:00.964Z] 
02:28:00 [2020-12-15T02:28:00.964Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:00 [2020-12-15T02:28:00.964Z] #49 98.09 encoding/binary
02:28:00 [2020-12-15T02:28:00.964Z] #49 101.7 encoding/base64
02:28:00 [2020-12-15T02:28:00.964Z] #49 102.9 fmt
02:28:00 [2020-12-15T02:28:00.964Z] #49 103.0 golang.org/x/sys/unix
02:28:00 [2020-12-15T02:28:00.964Z] #49 ...
02:28:00 [2020-12-15T02:28:00.964Z] 
02:28:00 [2020-12-15T02:28:00.964Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:00 [2020-12-15T02:28:00.964Z] #32 98.52 fmt
02:28:00 [2020-12-15T02:28:00.964Z] #32 98.61 path/filepath
02:28:00 [2020-12-15T02:28:00.964Z] #32 101.2 io/ioutil
02:28:00 [2020-12-15T02:28:00.964Z] #32 104.5 flag
02:28:00 [2020-12-15T02:28:00.964Z] #32 104.5 github.com/BurntSushi/toml
02:28:00 [2020-12-15T02:28:00.964Z] #32 107.6 log
02:28:01 [2020-12-15T02:28:01.030Z] #41 25.24   CC       images/regfile.o
02:28:01 [2020-12-15T02:28:01.059Z] #34 ...
02:28:01 [2020-12-15T02:28:01.059Z] 
02:28:01 [2020-12-15T02:28:01.059Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:01 [2020-12-15T02:28:01.059Z] #32 86.90 internal/poll
02:28:01 [2020-12-15T02:28:01.059Z] #32 89.95 internal/syscall/execenv
02:28:01 [2020-12-15T02:28:01.059Z] #32 90.33 internal/syscall/unix
02:28:01 [2020-12-15T02:28:01.059Z] #32 90.67 os
02:28:01 [2020-12-15T02:28:01.059Z] #32 92.16 internal/fmtsort
02:28:01 [2020-12-15T02:28:01.059Z] #32 92.92 strings
02:28:01 [2020-12-15T02:28:01.059Z] #32 ...
02:28:01 [2020-12-15T02:28:01.059Z] 
02:28:01 [2020-12-15T02:28:01.059Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar...
02:28:01 [2020-12-15T02:28:01.059Z] #34 DONE 97.0s
02:28:01 [2020-12-15T02:28:01.059Z] 
02:28:01 [2020-12-15T02:28:01.059Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:01 [2020-12-15T02:28:01.059Z] #32 97.01 fmt
02:28:01 [2020-12-15T02:28:01.059Z] #32 ...
02:28:01 [2020-12-15T02:28:01.059Z] 
02:28:01 [2020-12-15T02:28:01.059Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:01 [2020-12-15T02:28:01.255Z] #20 36.86 Selecting previously unselected package xxd.
02:28:01 [2020-12-15T02:28:01.255Z] #20 36.89 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ...
02:28:01 [2020-12-15T02:28:01.255Z] #20 36.97 Unpacking xxd (2:8.1.0875-5) ...
02:28:01 [2020-12-15T02:28:01.255Z] #20 37.08 Selecting previously unselected package vim-common.
02:28:01 [2020-12-15T02:28:01.294Z] #41 25.39   CC       images/ghost-file.o
02:28:01 [2020-12-15T02:28:01.533Z] #32 ...
02:28:01 [2020-12-15T02:28:01.533Z] 
02:28:01 [2020-12-15T02:28:01.533Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:01 [2020-12-15T02:28:01.533Z] #35 13.14 [100%] Linking C executable tini-static
02:28:01 [2020-12-15T02:28:01.558Z] #41 25.66   CC       images/fifo.o
02:28:01 [2020-12-15T02:28:01.586Z] #20 37.08 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
02:28:01 [2020-12-15T02:28:01.586Z] #20 37.13 Unpacking vim-common (2:8.1.0875-5) ...
02:28:01 [2020-12-15T02:28:01.815Z] #18 ...
02:28:01 [2020-12-15T02:28:01.815Z] 
02:28:01 [2020-12-15T02:28:01.815Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:01 [2020-12-15T02:28:01.815Z] #41 103.4   LINK     criu/pie/restorer.built-in.o
02:28:01 [2020-12-15T02:28:01.815Z] #41 103.5   GEN      criu/pie/restorer-blob.h
02:28:01 [2020-12-15T02:28:01.815Z] #41 103.8   DEP      criu/vdso.d
02:28:01 [2020-12-15T02:28:01.832Z] #41 25.96   CC       images/remap-file-path.o
02:28:01 [2020-12-15T02:28:01.882Z] #20 37.40 Selecting previously unselected package bash-completion.
02:28:01 [2020-12-15T02:28:01.882Z] #20 37.40 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
02:28:02 [2020-12-15T02:28:02.102Z] #41 26.28   CC       images/eventfd.o
02:28:02 [2020-12-15T02:28:02.365Z] #41 26.46   CC       images/eventpoll.o
02:28:02 [2020-12-15T02:28:02.378Z] #41 104.2   DEP      criu/vdso-compat.d
02:28:02 [2020-12-15T02:28:02.378Z] #41 104.3   DEP      criu/uts_ns.d
02:28:02 [2020-12-15T02:28:02.446Z] #35 1.451 + RM_GOPATH=0
02:28:02 [2020-12-15T02:28:02.446Z] #35 1.451 + TMP_GOPATH=
02:28:02 [2020-12-15T02:28:02.446Z] #35 1.451 + : /build
02:28:02 [2020-12-15T02:28:02.446Z] #35 1.451 + '[' -z '' ']'
02:28:02 [2020-12-15T02:28:02.446Z] #35 1.451 ++ mktemp -d
02:28:02 [2020-12-15T02:28:02.473Z] #35 14.30 [100%] Built target tini-static
02:28:02 [2020-12-15T02:28:02.634Z] #41 104.6   DEP      criu/util.d
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.461 + export GOPATH=/tmp/tmp.a6X6aHRWiD
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.461 + GOPATH=/tmp/tmp.a6X6aHRWiD
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.461 + RM_GOPATH=1
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.461 + case "$(go env GOARCH)" in
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.461 ++ go env GOARCH
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.529 + export GO_BUILDMODE=-buildmode=pie
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.529 + GO_BUILDMODE=-buildmode=pie
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.530 ++ dirname /tmp/install/install.sh
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.533 + dir=/tmp/install
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.536 + bin=tini
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.536 + shift
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.537 + '[' '!' -f /tmp/install/tini.installer ']'
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.537 + . /tmp/install/tini.installer
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.541 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.542 + install_tini
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.542 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.542 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.542 + git clone https://github.com/krallin/tini.git /tmp/tmp.a6X6aHRWiD/tini
02:28:02 [2020-12-15T02:28:02.707Z] #35 1.551 Cloning into '/tmp/tmp.a6X6aHRWiD/tini'...
02:28:02 [2020-12-15T02:28:02.733Z] #35 14.48 + mkdir -p /build
02:28:02 [2020-12-15T02:28:02.733Z] #35 14.49 + cp tini-static /build/docker-init
02:28:02 [2020-12-15T02:28:02.891Z] #41 104.8   DEP      criu/uffd.d
02:28:02 [2020-12-15T02:28:02.961Z] #41 26.91   CC       images/fh.o
02:28:02 [2020-12-15T02:28:02.962Z] #41 27.22   CC       images/fsnotify.o
02:28:03 [2020-12-15T02:28:03.147Z] #41 105.0   DEP      criu/tun.d
02:28:03 [2020-12-15T02:28:03.315Z] #35 DONE 15.2s
02:28:03 [2020-12-15T02:28:03.315Z] 
02:28:03 [2020-12-15T02:28:03.315Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:03 [2020-12-15T02:28:03.315Z] #41 3.426 Note: Building without setproctitle() and strlcpy() support.
02:28:03 [2020-12-15T02:28:03.315Z] #41 3.426       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:28:03 [2020-12-15T02:28:03.315Z] #41 3.452 Note: Building without GnuTLS support
02:28:03 [2020-12-15T02:28:03.315Z] #41 3.455 Makefile.config:39: Warn: you have no libnftables installed
02:28:03 [2020-12-15T02:28:03.315Z] #41 3.462 Makefile.config:40: Warn: Building without nftables support
02:28:03 [2020-12-15T02:28:03.413Z] #41 105.2   DEP      criu/tty.d
02:28:03 [2020-12-15T02:28:03.413Z] #41 105.4   DEP      criu/timerfd.d
02:28:03 [2020-12-15T02:28:03.649Z] #35 2.477 + cd /tmp/tmp.a6X6aHRWiD/tini
02:28:03 [2020-12-15T02:28:03.650Z] #35 2.477 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
02:28:03 [2020-12-15T02:28:03.650Z] #35 2.505 + cmake .
02:28:03 [2020-12-15T02:28:03.670Z] #41 105.6   DEP      criu/timens.d
02:28:03 [2020-12-15T02:28:03.913Z] #41 28.07   CC       images/signalfd.o
02:28:03 [2020-12-15T02:28:03.927Z] #41 ...
02:28:03 [2020-12-15T02:28:03.927Z] 
02:28:03 [2020-12-15T02:28:03.927Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:03 [2020-12-15T02:28:03.927Z] #43 199.8 github.com/LK4D4/vndr/godl
02:28:03 [2020-12-15T02:28:03.927Z] #43 201.2 github.com/LK4D4/vndr
02:28:03 [2020-12-15T02:28:03.927Z] #43 ...
02:28:03 [2020-12-15T02:28:03.927Z] 
02:28:03 [2020-12-15T02:28:03.927Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:03 [2020-12-15T02:28:03.927Z] #41 105.8   DEP      criu/sysfs_parse.d
02:28:04 [2020-12-15T02:28:04.177Z] #41 28.31   CC       images/fs.o
02:28:04 [2020-12-15T02:28:04.183Z] #41 106.0   DEP      criu/sysctl.d
02:28:04 [2020-12-15T02:28:04.183Z] #41 106.2   DEP      criu/string.d
02:28:04 [2020-12-15T02:28:04.440Z] #41 106.2   DEP      criu/stats.d
02:28:04 [2020-12-15T02:28:04.440Z] #41 106.3   DEP      criu/sockets.d
02:28:04 [2020-12-15T02:28:04.441Z] #41 28.51   CC       images/pstree.o
02:28:04 [2020-12-15T02:28:04.696Z] #41 106.6   DEP      criu/sk-unix.d
02:28:04 [2020-12-15T02:28:04.706Z] #41 28.78   CC       images/pipe.o
02:28:04 [2020-12-15T02:28:04.706Z] #41 29.01   CC       images/tcp-stream.o
02:28:04 [2020-12-15T02:28:04.953Z] #41 106.8   DEP      criu/sk-tcp.d
02:28:04 [2020-12-15T02:28:04.953Z] #41 107.0   DEP      criu/sk-queue.d
02:28:04 [2020-12-15T02:28:04.971Z] #41 29.30   CC       images/sk-packet.o
02:28:05 [2020-12-15T02:28:05.048Z] #35 3.589 -- The C compiler identification is GNU 8.3.0
02:28:05 [2020-12-15T02:28:05.048Z] #35 3.723 -- Check for working C compiler: /usr/bin/cc
02:28:05 [2020-12-15T02:28:05.209Z] #41 107.1   DEP      criu/sk-packet.d
02:28:05 [2020-12-15T02:28:05.222Z] #41 ...
02:28:05 [2020-12-15T02:28:05.222Z] 
02:28:05 [2020-12-15T02:28:05.223Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:05 [2020-12-15T02:28:05.223Z] #11 112.4 Selecting previously unselected package gcc-mingw-w64-base.
02:28:05 [2020-12-15T02:28:05.223Z] #11 112.4 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:28:05 [2020-12-15T02:28:05.223Z] #11 112.4 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:28:05 [2020-12-15T02:28:05.235Z] #41 29.57   CC       images/mnt.o
02:28:05 [2020-12-15T02:28:05.447Z] #20 ...
02:28:05 [2020-12-15T02:28:05.447Z] 
02:28:05 [2020-12-15T02:28:05.447Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:28:05 [2020-12-15T02:28:05.465Z] #41 107.4   DEP      criu/sk-netlink.d
02:28:05 [2020-12-15T02:28:05.482Z] #11 112.7 Selecting previously unselected package gcc-mingw-w64-x86-64.
02:28:05 [2020-12-15T02:28:05.482Z] #11 112.7 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:28:05 [2020-12-15T02:28:05.482Z] #11 112.8 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:28:05 [2020-12-15T02:28:05.499Z] #41 29.84   CC       images/pipe-data.o
02:28:05 [2020-12-15T02:28:05.721Z] #41 107.6   DEP      criu/sk-inet.d
02:28:05 [2020-12-15T02:28:05.721Z] #41 107.8   DEP      criu/signalfd.d
02:28:05 [2020-12-15T02:28:05.980Z] #41 107.9   DEP      criu/sigframe.d
02:28:05 [2020-12-15T02:28:05.980Z] #41 108.0   DEP      criu/shmem.d
02:28:06 [2020-12-15T02:28:06.077Z] #41 30.13   CC       images/sa.o
02:28:06 [2020-12-15T02:28:06.237Z] #41 108.2   DEP      criu/servicefd.d
02:28:06 [2020-12-15T02:28:06.341Z] #41 30.53   CC       images/timer.o
02:28:06 [2020-12-15T02:28:06.433Z] #35 5.089 -- Check for working C compiler: /usr/bin/cc -- works
02:28:06 [2020-12-15T02:28:06.433Z] #35 5.120 -- Detecting C compiler ABI info
02:28:06 [2020-12-15T02:28:06.493Z] #41 108.3   DEP      criu/seize.d
02:28:06 [2020-12-15T02:28:06.695Z] #35 ...
02:28:06 [2020-12-15T02:28:06.695Z] 
02:28:06 [2020-12-15T02:28:06.695Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar...
02:28:06 [2020-12-15T02:28:06.695Z] #40 102.0 Setting up libnl-3-dev:amd64 (3.4.0-1) ...
02:28:06 [2020-12-15T02:28:06.695Z] #40 102.0 Processing triggers for libc-bin (2.28-10) ...
02:28:06 [2020-12-15T02:28:06.695Z] #40 DONE 102.6s
02:28:06 [2020-12-15T02:28:06.695Z] 
02:28:06 [2020-12-15T02:28:06.695Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:06 [2020-12-15T02:28:06.750Z] #41 108.5   DEP      criu/seccomp.d
02:28:06 [2020-12-15T02:28:06.750Z] #41 108.8   DEP      criu/rst-malloc.d
02:28:06 [2020-12-15T02:28:06.918Z] #41 31.00   CC       images/timerfd.o
02:28:07 [2020-12-15T02:28:07.006Z] #41 108.9   DEP      criu/rbtree.d
02:28:07 [2020-12-15T02:28:07.006Z] #41 108.9   DEP      criu/pstree.d
02:28:07 [2020-12-15T02:28:07.181Z] #41 31.41   CC       images/mm.o
02:28:07 [2020-12-15T02:28:07.263Z] #41 109.1   DEP      criu/protobuf.d
02:28:07 [2020-12-15T02:28:07.263Z] #41 109.3   GEN      criu/protobuf-desc-gen.h
02:28:07 [2020-12-15T02:28:07.520Z] #41 ...
02:28:07 [2020-12-15T02:28:07.520Z] 
02:28:07 [2020-12-15T02:28:07.520Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:07 [2020-12-15T02:28:07.520Z] #43 DONE 213.5s
02:28:07 [2020-12-15T02:28:07.763Z] #41 31.80   CC       images/sk-opts.o
02:28:07 [2020-12-15T02:28:07.777Z] 
02:28:07 [2020-12-15T02:28:07.777Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:07 [2020-12-15T02:28:07.777Z] #18 16.16 Fetched 8409 kB in 15s (574 kB/s)
02:28:08 [2020-12-15T02:28:08.027Z] #41 32.05   CC       images/sk-unix.o
02:28:08 [2020-12-15T02:28:08.291Z] #41 32.42   CC       images/sk-inet.o
02:28:08 [2020-12-15T02:28:08.555Z] #41 32.82   CC       images/tun.o
02:28:08 [2020-12-15T02:28:08.818Z] #41 33.09   CC       images/sk-netlink.o
02:28:09 [2020-12-15T02:28:09.047Z] #24 158.9 Checking out files:  22% (2530/11126)   
Checking out files:  23% (2559/11126)   
Checking out files:  24% (2671/11126)   
Checking out files:  25% (2782/11126)   
Checking out files:  26% (2893/11126)   
Checking out files:  27% (3005/11126)   
Checking out files:  28% (3116/11126)   
Checking out files:  29% (3227/11126)   
Checking out files:  30% (3338/11126)   
Checking out files:  31% (3450/11126)   
Checking out files:  32% (3561/11126)   
Checking out files:  33% (3672/11126)   
Checking out files:  34% (3783/11126)   
Checking out files:  35% (3895/11126)   
Checking out files:  36% (4006/11126)   
Checking out files:  37% (4117/11126)   
Checking out files:  38% (4228/11126)   
Checking out files:  39% (4340/11126)   
Checking out files:  40% (4451/11126)   
Checking out files:  41% (4562/11126)   
Checking out files:  42% (4673/11126)   
Checking out files:  42% (4764/11126)   
Checking out files:  43% (4785/11126)   
Checking out files:  44% (4896/11126)   
Checking out files:  45% (5007/11126)   
Checking out files:  46% (5118/11126)   
Checking out files:  47% (5230/11126)   
Checking out files:  48% (5341/11126)   
Checking out files:  49% (5452/11126)   
Checking out files:  50% (5563/11126)   
Checking out files:  51% (5675/11126)   
Checking out files:  52% (5786/11126)   
Checking out files:  53% (5897/11126)   
Checking out files:  54% (6009/11126)   
Checking out files:  55% (6120/11126)   
Checking out files:  56% (6231/11126)   
Checking out files:  57% (6342/11126)   
Checking out files:  58% (6454/11126)   
Checking out files:  59% (6565/11126)   
Checking out files:  60% (6676/11126)   
Checking out files:  61% (6787/11126)   
Checking out files:  62% (6899/11126)   
Checking out files:  63% (7010/11126)   
Checking out files:  63% (7033/11126)   
Checking out files:  64% (7121/11126)   
Checking out files:  65% (7232/11126)   
Checking out files:  66% (7344/11126)   
Checking out files:  67% (7455/11126)   
Checking out files:  68% (7566/11126)   
Checking out files:  69% (7677/11126)   
Checking out files:  70% (7789/11126)   
Checking out files:  71% (7900/11126)   
Checking out files:  72% (8011/11126)   
Checking out files:  73% (8122/11126)   
Checking out files:  74% (8234/11126)   
Checking out files:  75% (8345/11126)   
Checking out files:  76% (8456/11126)   
Checking out files:  77% (8568/11126)   
Checking out files:  78% (8679/11126)   
Checking out files:  79% (8790/11126)   
Checking out files:  80% (8901/11126)   
Checking out files:  81% (9013/11126)   
Checking out files:  81% (9026/11126)   
Checking out files:  82% (9124/11126)   
Checking out files:  83% (9235/11126)   
Checking out files:  84% (9346/11126)   
Checking out files:  85% (9458/11126)   
Checking out files:  86% (9569/11126)   
Checking out files:  87% (9680/11126)   
Checking out files:  88% (9791/11126)   
Checking out files:  89% (9903/11126)   
Checking out files:  90% (10014/11126)   
Checking out files:  91% (10125/11126)   
Checking out files:  92% (10236/11126)   
Checking out files:  93% (10348/11126)   
Checking out files:  94% (10459/11126)   
Checking out files:  95% (10570/11126)   
Checking out files:  96% (10681/11126)   
Checking out files:  97% (10793/11126)   
Checking out files:  98% (10904/11126)   
Checking out files:  98% (11010/11126)   
Checking out files:  99% (11015/11126)   
Checking out files: 100% (11126/11126)   
Checking out files: 100% (11126/11126), done.
02:28:09 [2020-12-15T02:28:09.081Z] #41 33.31   CC       images/packet-sock.o
02:28:09 [2020-12-15T02:28:09.345Z] #24 163.2 + cd /tmp/tmp.cKCVmmajAY/tmp/docker-ce
02:28:09 [2020-12-15T02:28:09.345Z] #24 163.2 + git checkout -q v17.06.2-ce
02:28:09 [2020-12-15T02:28:09.642Z] #24 ...
02:28:09 [2020-12-15T02:28:09.642Z] 
02:28:09 [2020-12-15T02:28:09.642Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:09 [2020-12-15T02:28:09.642Z] #43 87.78   DEP      criu/page-xfer.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 87.94   DEP      criu/page-pipe.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 88.05   DEP      criu/netfilter.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 88.19   DEP      criu/net.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 88.42   DEP      criu/namespaces.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 88.63   DEP      criu/mount.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 88.89   DEP      criu/memfd.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 89.13   DEP      criu/mem.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 89.33   DEP      criu/lsm.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 89.51   DEP      criu/log.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 89.65   DEP      criu/libnetlink.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 89.79   DEP      criu/kerndat.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 90.09   DEP      criu/kcmp-ids.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 90.17   DEP      criu/irmap.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 90.34   DEP      criu/ipc_ns.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 90.55   DEP      criu/image.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 90.77   DEP      criu/image-desc.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 90.95   DEP      criu/fsnotify.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 91.15   DEP      criu/filesystems.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 91.45   DEP      criu/files.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 91.73   DEP      criu/files-reg.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 92.01   DEP      criu/files-ext.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 92.17   DEP      criu/file-lock.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 92.51   DEP      criu/file-ids.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 92.67   DEP      criu/fifo.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 92.88   DEP      criu/fdstore.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 93.00   DEP      criu/fault-injection.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 93.03   DEP      criu/external.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 93.19   DEP      criu/eventpoll.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 93.48   DEP      criu/eventfd.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 93.68   DEP      criu/crtools.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 93.97   DEP      criu/cr-service.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 94.29   DEP      criu/cr-restore.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 94.73   DEP      criu/cr-errno.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 94.77   DEP      criu/cr-dump.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 95.04   DEP      criu/cr-dedup.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 95.29   DEP      criu/cr-check.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 95.57   DEP      criu/config.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 95.84   DEP      criu/clone-noasan.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 95.95   DEP      criu/cgroup.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 96.31   DEP      criu/cgroup-props.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 96.54   DEP      criu/bitmap.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 96.57   DEP      criu/bfd.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 96.74   DEP      criu/autofs.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 96.97   DEP      criu/aio.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 97.20   DEP      criu/action-scripts.d
02:28:09 [2020-12-15T02:28:09.642Z] #43 97.74   CC       criu/action-scripts.o
02:28:09 [2020-12-15T02:28:09.659Z] #41 33.71   CC       images/ipc-var.o
02:28:09 [2020-12-15T02:28:09.674Z] #18 16.16 Reading package lists...
02:28:09 [2020-12-15T02:28:09.923Z] #41 33.94   CC       images/ipc-desc.o
02:28:09 [2020-12-15T02:28:09.943Z] #43 ...
02:28:09 [2020-12-15T02:28:09.943Z] 
02:28:09 [2020-12-15T02:28:09.943Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:09 [2020-12-15T02:28:09.943Z] #20 41.16 Unpacking bash-completion (1:2.8-6) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 41.76 Selecting previously unselected package bzip2.
02:28:09 [2020-12-15T02:28:09.943Z] #20 41.77 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 41.77 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 41.89 Selecting previously unselected package xz-utils.
02:28:09 [2020-12-15T02:28:09.943Z] #20 41.89 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 41.90 Unpacking xz-utils (5.2.4-1) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.12 Selecting previously unselected package apparmor.
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.13 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.33 Unpacking apparmor (2.13.2-10) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.84 Selecting previously unselected package aufs-tools.
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.84 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.84 Unpacking aufs-tools (1:4.14+20190211-1) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.98 Selecting previously unselected package libonig5:ppc64el.
02:28:09 [2020-12-15T02:28:09.943Z] #20 42.99 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.00 Unpacking libonig5:ppc64el (6.9.1-1) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.17 Selecting previously unselected package libjq1:ppc64el.
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.20 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.20 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.44 Selecting previously unselected package jq.
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.47 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.47 Unpacking jq (1.5+dfsg-2+b1) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.57 Selecting previously unselected package libaio1:ppc64el.
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.59 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.60 Unpacking libaio1:ppc64el (0.3.112-3) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.66 Selecting previously unselected package libgpm2:ppc64el.
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.68 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.68 Unpacking libgpm2:ppc64el (1.20.7-5) ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.76 Selecting previously unselected package libicu63:ppc64el.
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.78 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ...
02:28:09 [2020-12-15T02:28:09.943Z] #20 43.79 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ...
02:28:10 [2020-12-15T02:28:10.188Z] #41 34.27   CC       images/ipc-shm.o
02:28:10 [2020-12-15T02:28:10.453Z] #41 34.53   CC       images/ipc-msg.o
02:28:10 [2020-12-15T02:28:10.587Z] #20 ...
02:28:10 [2020-12-15T02:28:10.587Z] 
02:28:10 [2020-12-15T02:28:10.587Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:10 [2020-12-15T02:28:10.587Z] #43 98.52   CC       criu/aio.o
02:28:10 [2020-12-15T02:28:10.718Z] #41 34.89   CC       images/ipc-sem.o
02:28:10 [2020-12-15T02:28:10.766Z] #11 ...
02:28:10 [2020-12-15T02:28:10.766Z] 
02:28:10 [2020-12-15T02:28:10.766Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:10 [2020-12-15T02:28:10.766Z] #32 111.3 github.com/BurntSushi/toml/cmd/tomlv
02:28:10 [2020-12-15T02:28:10.766Z] #32 DONE 118.0s
02:28:10 [2020-12-15T02:28:10.766Z] 
02:28:10 [2020-12-15T02:28:10.766Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:10 [2020-12-15T02:28:10.766Z] #41 6.721 fatal: not a git repository (or any of the parent directories): .git
02:28:10 [2020-12-15T02:28:10.766Z] #41 6.823   GEN      .gitid
02:28:10 [2020-12-15T02:28:10.766Z] #41 6.851   GEN      criu/include/version.h
02:28:10 [2020-12-15T02:28:10.766Z] #41 6.926   GEN      include/common/asm
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.13   PBCC     images/timens.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.17   DEP      images/timens.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.23   PBCC     images/fown.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.30   PBCC     images/google/protobuf/descriptor.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.44   PBCC     images/opts.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.51   PBCC     images/memfd.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.56   DEP      images/fown.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.58   DEP      images/google/protobuf/descriptor.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.66   DEP      images/opts.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.74   DEP      images/memfd.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.87   PBCC     images/sit.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 10.98   DEP      images/sit.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.01   PBCC     images/macvlan.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.09   DEP      images/macvlan.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.33   PBCC     images/autofs.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.34   DEP      images/autofs.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.47   PBCC     images/sysctl.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.50   DEP      images/sysctl.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.60   PBCC     images/time.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.62   DEP      images/time.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.68   PBCC     images/binfmt-misc.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.70   DEP      images/binfmt-misc.pb-c.d
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.84   PBCC     images/seccomp.pb-c.c
02:28:10 [2020-12-15T02:28:10.766Z] #41 11.97   DEP      images/seccomp.pb-c.d
02:28:10 [2020-12-15T02:28:10.904Z] #41 3.368 Note: Building without setproctitle() and strlcpy() support.
02:28:10 [2020-12-15T02:28:10.904Z] #41 3.368       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:28:10 [2020-12-15T02:28:10.904Z] #41 3.401 Note: Building without GnuTLS support
02:28:10 [2020-12-15T02:28:10.904Z] #41 3.421 Makefile.config:39: Warn: you have no libnftables installed
02:28:10 [2020-12-15T02:28:10.904Z] #41 3.421 Makefile.config:40: Warn: Building without nftables support
02:28:10 [2020-12-15T02:28:10.904Z] #41 ...
02:28:10 [2020-12-15T02:28:10.904Z] 
02:28:10 [2020-12-15T02:28:10.904Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:10 [2020-12-15T02:28:10.904Z] #49 96.42 strings
02:28:10 [2020-12-15T02:28:10.904Z] #49 100.8 fmt
02:28:10 [2020-12-15T02:28:10.904Z] #49 102.0 golang.org/x/sys/unix
02:28:10 [2020-12-15T02:28:10.904Z] #49 ...
02:28:10 [2020-12-15T02:28:10.904Z] 
02:28:10 [2020-12-15T02:28:10.904Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:10 [2020-12-15T02:28:10.904Z] #11 101.7 Selecting previously unselected package mingw-w64-x86-64-dev.
02:28:10 [2020-12-15T02:28:10.904Z] #11 101.7 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
02:28:10 [2020-12-15T02:28:10.904Z] #11 101.8 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
02:28:10 [2020-12-15T02:28:10.982Z] #41 35.17   CC       images/utsns.o
02:28:11 [2020-12-15T02:28:11.026Z] #41 12.13   PBCC     images/userns.pb-c.c
02:28:11 [2020-12-15T02:28:11.026Z] #41 12.13   DEP      images/userns.pb-c.d
02:28:11 [2020-12-15T02:28:11.026Z] #41 12.21   PBCC     images/cgroup.pb-c.c
02:28:11 [2020-12-15T02:28:11.026Z] #41 12.25   DEP      images/cgroup.pb-c.d
02:28:11 [2020-12-15T02:28:11.167Z] #18 20.30 Reading package lists...
02:28:11 [2020-12-15T02:28:11.167Z] #18 ...
02:28:11 [2020-12-15T02:28:11.167Z] 
02:28:11 [2020-12-15T02:28:11.167Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:11 [2020-12-15T02:28:11.167Z] #41 111.8   DEP      criu/protobuf-desc.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 111.9   DEP      criu/proc_parse.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 112.0   DEP      criu/plugin.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 112.1   DEP      criu/pipes.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 112.3   DEP      criu/pie-util.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 112.4   DEP      criu/pie-util-vdso.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 112.6   DEP      criu/pie-util-vdso-elf32.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 112.7   DEP      criu/path.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 112.9   DEP      criu/parasite-syscall.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 113.1   DEP      criu/pagemap.d
02:28:11 [2020-12-15T02:28:11.167Z] #41 113.3   DEP      criu/pagemap-cache.d
02:28:11 [2020-12-15T02:28:11.232Z] #43 99.24   CC       criu/autofs.o
02:28:11 [2020-12-15T02:28:11.246Z] #41 35.36   CC       images/creds.o
02:28:11 [2020-12-15T02:28:11.285Z] #41 12.31   PBCC     images/ext-file.pb-c.c
02:28:11 [2020-12-15T02:28:11.286Z] #41 12.35   DEP      images/ext-file.pb-c.d
02:28:11 [2020-12-15T02:28:11.286Z] #41 12.41   PBCC     images/rpc.pb-c.c
02:28:11 [2020-12-15T02:28:11.286Z] #41 12.49   DEP      images/rpc.pb-c.d
02:28:11 [2020-12-15T02:28:11.423Z] #41 113.4   DEP      criu/page-xfer.d
02:28:11 [2020-12-15T02:28:11.423Z] #41 113.5   DEP      criu/page-pipe.d
02:28:11 [2020-12-15T02:28:11.475Z] #11 ...
02:28:11 [2020-12-15T02:28:11.475Z] 
02:28:11 [2020-12-15T02:28:11.475Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:11 [2020-12-15T02:28:11.475Z] #43 97.20 regexp/syntax
02:28:11 [2020-12-15T02:28:11.475Z] #43 98.07 fmt
02:28:11 [2020-12-15T02:28:11.475Z] #43 105.3 flag
02:28:11 [2020-12-15T02:28:11.475Z] #43 105.8 go/token
02:28:11 [2020-12-15T02:28:11.475Z] #43 ...
02:28:11 [2020-12-15T02:28:11.475Z] 
02:28:11 [2020-12-15T02:28:11.475Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:11 [2020-12-15T02:28:11.475Z] #35 6.165 -- Detecting C compiler ABI info - done
02:28:11 [2020-12-15T02:28:11.475Z] #35 6.215 -- Detecting C compile features
02:28:11 [2020-12-15T02:28:11.475Z] #35 10.16 -- Detecting C compile features - done
02:28:11 [2020-12-15T02:28:11.475Z] #35 10.20 -- Performing Test HAS_BUILTIN_FORTIFY
02:28:11 [2020-12-15T02:28:11.509Z] #41 35.61   CC       images/vma.o
02:28:11 [2020-12-15T02:28:11.509Z] #41 35.79   CC       images/netdev.o
02:28:11 [2020-12-15T02:28:11.545Z] #41 12.56   PBCC     images/siginfo.pb-c.c
02:28:11 [2020-12-15T02:28:11.545Z] #41 12.64   DEP      images/siginfo.pb-c.d
02:28:11 [2020-12-15T02:28:11.545Z] #41 12.72   PBCC     images/pagemap.pb-c.c
02:28:11 [2020-12-15T02:28:11.680Z] #41 113.6   DEP      criu/netfilter.d
02:28:11 [2020-12-15T02:28:11.680Z] #41 113.8   DEP      criu/net.d
02:28:11 [2020-12-15T02:28:11.739Z] #35 ...
02:28:11 [2020-12-15T02:28:11.739Z] 
02:28:11 [2020-12-15T02:28:11.739Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:11 [2020-12-15T02:28:11.739Z] #32 97.59 path/filepath
02:28:11 [2020-12-15T02:28:11.739Z] #32 100.1 io/ioutil
02:28:11 [2020-12-15T02:28:11.739Z] #32 101.5 path
02:28:11 [2020-12-15T02:28:11.739Z] #32 102.4 text/tabwriter
02:28:11 [2020-12-15T02:28:11.739Z] #32 104.3 github.com/BurntSushi/toml
02:28:11 [2020-12-15T02:28:11.739Z] #32 104.4 flag
02:28:11 [2020-12-15T02:28:11.739Z] #32 107.5 log
02:28:11 [2020-12-15T02:28:11.739Z] #32 ...
02:28:11 [2020-12-15T02:28:11.739Z] 
02:28:11 [2020-12-15T02:28:11.739Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:11 [2020-12-15T02:28:11.739Z] #35 10.67 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
02:28:11 [2020-12-15T02:28:11.805Z] #41 12.83   DEP      images/pagemap.pb-c.d
02:28:11 [2020-12-15T02:28:11.805Z] #41 12.90   PBCC     images/rlimit.pb-c.c
02:28:11 [2020-12-15T02:28:11.805Z] #41 12.95   DEP      images/rlimit.pb-c.d
02:28:11 [2020-12-15T02:28:11.805Z] #41 12.98   PBCC     images/file-lock.pb-c.c
02:28:11 [2020-12-15T02:28:11.883Z] #43 ...
02:28:11 [2020-12-15T02:28:11.883Z] 
02:28:11 [2020-12-15T02:28:11.883Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:11 [2020-12-15T02:28:11.883Z] #45 155.5 mime/multipart
02:28:11 [2020-12-15T02:28:11.883Z] #45 155.5 vendor/golang.org/x/net/http/httpguts
02:28:11 [2020-12-15T02:28:11.883Z] #45 158.7 crypto/tls
02:28:11 [2020-12-15T02:28:11.999Z] #35 10.91 -- Configuring done
02:28:11 [2020-12-15T02:28:11.999Z] #35 10.95 -- Generating done
02:28:11 [2020-12-15T02:28:11.999Z] #35 10.96 -- Build files have been written to: /tmp/tmp.a6X6aHRWiD/tini
02:28:11 [2020-12-15T02:28:11.999Z] #35 10.97 + make tini-static
02:28:12 [2020-12-15T02:28:12.065Z] #41 13.06   DEP      images/file-lock.pb-c.d
02:28:12 [2020-12-15T02:28:12.065Z] #41 13.19   PBCC     images/tty.pb-c.c
02:28:12 [2020-12-15T02:28:12.065Z] #41 ...
02:28:12 [2020-12-15T02:28:12.065Z] 
02:28:12 [2020-12-15T02:28:12.065Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:12 [2020-12-15T02:28:12.065Z] #43 109.4 go/token
02:28:12 [2020-12-15T02:28:12.065Z] #43 111.1 go/scanner
02:28:12 [2020-12-15T02:28:12.065Z] #43 111.2 internal/lazyregexp
02:28:12 [2020-12-15T02:28:12.065Z] #43 111.9 net/url
02:28:12 [2020-12-15T02:28:12.065Z] #43 113.7 go/ast
02:28:12 [2020-12-15T02:28:12.065Z] #43 115.0 text/template/parse
02:28:12 [2020-12-15T02:28:12.086Z] #41 36.30   CC       images/tty.o
02:28:12 [2020-12-15T02:28:12.180Z] #45 ...
02:28:12 [2020-12-15T02:28:12.180Z] 
02:28:12 [2020-12-15T02:28:12.180Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:12 [2020-12-15T02:28:12.180Z] #20 47.85 Selecting previously unselected package libnet1:ppc64el.
02:28:12 [2020-12-15T02:28:12.180Z] #20 47.86 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ...
02:28:12 [2020-12-15T02:28:12.180Z] #20 47.86 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ...
02:28:12 [2020-12-15T02:28:12.180Z] #20 47.97 Selecting previously unselected package libnl-3-200:ppc64el.
02:28:12 [2020-12-15T02:28:12.243Z] #41 114.0   DEP      criu/namespaces.d
02:28:12 [2020-12-15T02:28:12.243Z] #41 114.1   DEP      criu/mount.d
02:28:12 [2020-12-15T02:28:12.243Z] #41 114.3   DEP      criu/memfd.d
02:28:12 [2020-12-15T02:28:12.325Z] #43 ...
02:28:12 [2020-12-15T02:28:12.325Z] 
02:28:12 [2020-12-15T02:28:12.325Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:12 [2020-12-15T02:28:12.325Z] #41 13.40   DEP      images/tty.pb-c.d
02:28:12 [2020-12-15T02:28:12.351Z] #41 ...
02:28:12 [2020-12-15T02:28:12.351Z] 
02:28:12 [2020-12-15T02:28:12.351Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:12 [2020-12-15T02:28:12.351Z] #11 97.34 Selecting previously unselected package g++-mingw-w64-x86-64.
02:28:12 [2020-12-15T02:28:12.351Z] #11 97.34 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
02:28:12 [2020-12-15T02:28:12.351Z] #11 97.35 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:28:12 [2020-12-15T02:28:12.479Z] #20 47.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ...
02:28:12 [2020-12-15T02:28:12.479Z] #20 48.01 Unpacking libnl-3-200:ppc64el (3.4.0-1) ...
02:28:12 [2020-12-15T02:28:12.479Z] #20 48.12 Selecting previously unselected package libprotobuf-c1:ppc64el.
02:28:12 [2020-12-15T02:28:12.479Z] #20 48.14 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ...
02:28:12 [2020-12-15T02:28:12.479Z] #20 48.17 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
02:28:12 [2020-12-15T02:28:12.500Z] #41 114.5   DEP      criu/mem.d
02:28:12 [2020-12-15T02:28:12.570Z] #35 11.41 Scanning dependencies of target tini-static
02:28:12 [2020-12-15T02:28:12.585Z] #41 13.50   PBCC     images/tun.pb-c.c
02:28:12 [2020-12-15T02:28:12.585Z] #41 13.66   PBCC     images/netdev.pb-c.c
02:28:12 [2020-12-15T02:28:12.756Z] #41 114.6   DEP      criu/lsm.d
02:28:12 [2020-12-15T02:28:12.756Z] #41 114.8   DEP      criu/log.d
02:28:12 [2020-12-15T02:28:12.778Z] #20 48.23 Selecting previously unselected package libreadline5:ppc64el.
02:28:12 [2020-12-15T02:28:12.778Z] #20 48.25 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ...
02:28:12 [2020-12-15T02:28:12.778Z] #20 48.26 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ...
02:28:12 [2020-12-15T02:28:12.778Z] #20 48.47 Selecting previously unselected package net-tools.
02:28:12 [2020-12-15T02:28:12.778Z] #20 48.49 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ...
02:28:12 [2020-12-15T02:28:12.778Z] #20 48.50 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
02:28:12 [2020-12-15T02:28:12.832Z] #35 11.74 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
02:28:12 [2020-12-15T02:28:12.845Z] #41 13.79   DEP      images/tun.pb-c.d
02:28:12 [2020-12-15T02:28:12.845Z] #41 13.88   DEP      images/netdev.pb-c.d
02:28:12 [2020-12-15T02:28:12.845Z] #41 13.94   PBCC     images/vma.pb-c.c
02:28:12 [2020-12-15T02:28:12.845Z] #41 14.06   DEP      images/vma.pb-c.d
02:28:12 [2020-12-15T02:28:12.929Z] #11 ...
02:28:12 [2020-12-15T02:28:12.929Z] 
02:28:12 [2020-12-15T02:28:12.929Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:12 [2020-12-15T02:28:12.929Z] #41 36.93   CC       images/file-lock.o
02:28:12 [2020-12-15T02:28:12.929Z] #41 37.15   CC       images/rlimit.o
02:28:13 [2020-12-15T02:28:13.013Z] #41 114.9   DEP      criu/libnetlink.d
02:28:13 [2020-12-15T02:28:13.076Z] #20 48.73 Selecting previously unselected package python-pip-whl.
02:28:13 [2020-12-15T02:28:13.076Z] #20 48.74 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
02:28:13 [2020-12-15T02:28:13.076Z] #20 48.75 Unpacking python-pip-whl (18.1-5) ...
02:28:13 [2020-12-15T02:28:13.104Z] #41 14.19   PBCC     images/creds.pb-c.c
02:28:13 [2020-12-15T02:28:13.104Z] #41 14.21   DEP      images/creds.pb-c.d
02:28:13 [2020-12-15T02:28:13.104Z] #41 14.30   PBCC     images/utsns.pb-c.c
02:28:13 [2020-12-15T02:28:13.193Z] #41 37.36   CC       images/pagemap.o
02:28:13 [2020-12-15T02:28:13.269Z] #41 115.1   DEP      criu/kerndat.d
02:28:13 [2020-12-15T02:28:13.269Z] #41 115.3   DEP      criu/kcmp-ids.d
02:28:13 [2020-12-15T02:28:13.364Z] #41 14.35   DEP      images/utsns.pb-c.d
02:28:13 [2020-12-15T02:28:13.364Z] #41 14.44   PBCC     images/ipc-desc.pb-c.c
02:28:13 [2020-12-15T02:28:13.364Z] #41 14.48   PBCC     images/ipc-sem.pb-c.c
02:28:13 [2020-12-15T02:28:13.364Z] #41 14.58   DEP      images/ipc-desc.pb-c.d
02:28:13 [2020-12-15T02:28:13.390Z] Client:
02:28:13 [2020-12-15T02:28:13.390Z]  Debug Mode: false
02:28:13 [2020-12-15T02:28:13.390Z]  Plugins:
02:28:13 [2020-12-15T02:28:13.390Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
02:28:13 [2020-12-15T02:28:13.390Z] 
02:28:13 [2020-12-15T02:28:13.390Z] Server:
02:28:13 [2020-12-15T02:28:13.390Z]  Containers: 0
02:28:13 [2020-12-15T02:28:13.390Z]   Running: 0
02:28:13 [2020-12-15T02:28:13.390Z]   Paused: 0
02:28:13 [2020-12-15T02:28:13.390Z]   Stopped: 0
02:28:13 [2020-12-15T02:28:13.390Z]  Images: 0
02:28:13 [2020-12-15T02:28:13.390Z]  Server Version: 19.03.12
02:28:13 [2020-12-15T02:28:13.390Z]  Storage Driver: windowsfilter (windows) lcow (linux)
02:28:13 [2020-12-15T02:28:13.390Z]   Windows: 
02:28:13 [2020-12-15T02:28:13.390Z]   LCOW: 
02:28:13 [2020-12-15T02:28:13.390Z]  Logging Driver: json-file
02:28:13 [2020-12-15T02:28:13.390Z]  Plugins:
02:28:13 [2020-12-15T02:28:13.390Z]   Volume: local
02:28:13 [2020-12-15T02:28:13.390Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
02:28:13 [2020-12-15T02:28:13.390Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
02:28:13 [2020-12-15T02:28:13.390Z]  Swarm: inactive
02:28:13 [2020-12-15T02:28:13.390Z]  Default Isolation: process
02:28:13 [2020-12-15T02:28:13.390Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
02:28:13 [2020-12-15T02:28:13.390Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
02:28:13 [2020-12-15T02:28:13.390Z]  OSType: windows
02:28:13 [2020-12-15T02:28:13.390Z]  Architecture: x86_64
02:28:13 [2020-12-15T02:28:13.390Z]  CPUs: 4
02:28:13 [2020-12-15T02:28:13.390Z]  Total Memory: 32GiB
02:28:13 [2020-12-15T02:28:13.390Z]  Name: azwin-2-de3d30
02:28:13 [2020-12-15T02:28:13.390Z]  ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV
02:28:13 [2020-12-15T02:28:13.390Z]  Docker Root Dir: D:\docker
02:28:13 [2020-12-15T02:28:13.390Z]  Debug Mode: false
02:28:13 [2020-12-15T02:28:13.390Z]  Registry: https://index.docker.io/v1/
02:28:13 [2020-12-15T02:28:13.390Z]  Labels:
02:28:13 [2020-12-15T02:28:13.390Z]  Experimental: true
02:28:13 [2020-12-15T02:28:13.390Z]  Insecure Registries:
02:28:13 [2020-12-15T02:28:13.390Z]   10.0.0.4:5000
02:28:13 [2020-12-15T02:28:13.390Z]   127.0.0.0/8
02:28:13 [2020-12-15T02:28:13.390Z]  Registry Mirrors:
02:28:13 [2020-12-15T02:28:13.390Z]   http://10.0.0.4:5000/
02:28:13 [2020-12-15T02:28:13.390Z]  Live Restore Enabled: false
02:28:13 [2020-12-15T02:28:13.390Z] 
02:28:13 [2020-12-15T02:28:13.525Z] #41 115.4   DEP      criu/irmap.d
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
02:28:13 [2020-12-15T02:28:13.624Z] #41 14.63   DEP      images/ipc-sem.pb-c.d
02:28:13 [2020-12-15T02:28:13.624Z] #41 14.68   PBCC     images/ipc-msg.pb-c.c
02:28:13 [2020-12-15T02:28:13.624Z] #41 14.73   DEP      images/ipc-msg.pb-c.d
02:28:13 [2020-12-15T02:28:13.624Z] #41 14.82   PBCC     images/ipc-shm.pb-c.c
02:28:13 [2020-12-15T02:28:13.722Z] #20 49.30 Selecting previously unselected package python3-lib2to3.
02:28:13 [2020-12-15T02:28:13.722Z] #20 49.30 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
02:28:13 [2020-12-15T02:28:13.722Z] #20 49.31 Unpacking python3-lib2to3 (3.7.3-1) ...
02:28:13 [2020-12-15T02:28:13.771Z] #41 37.79   CC       images/siginfo.o
02:28:13 [2020-12-15T02:28:13.771Z] #41 ...
02:28:13 [2020-12-15T02:28:13.771Z] 
02:28:13 [2020-12-15T02:28:13.771Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:13 [2020-12-15T02:28:13.771Z] #43 98.94 net/http/httptrace
02:28:13 [2020-12-15T02:28:13.771Z] #43 99.24 net/http
02:28:13 [2020-12-15T02:28:13.781Z] #41 115.6   DEP      criu/ipc_ns.d
02:28:13 [2020-12-15T02:28:13.781Z] #41 115.8   DEP      criu/image.d
02:28:13 [2020-12-15T02:28:13.884Z] #41 14.85   DEP      images/ipc-shm.pb-c.d
02:28:13 [2020-12-15T02:28:13.884Z] #41 ...
02:28:13 [2020-12-15T02:28:13.884Z] 
02:28:13 [2020-12-15T02:28:13.884Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:13 [2020-12-15T02:28:13.884Z] #49 111.2 encoding/json
02:28:13 [2020-12-15T02:28:13.884Z] #49 117.8 github.com/pkg/diff
02:28:13 [2020-12-15T02:28:13.884Z] #49 119.7 go/ast
02:28:13 [2020-12-15T02:28:13.884Z] #49 120.5 golang.org/x/crypto/ssh/terminal
02:28:13 [2020-12-15T02:28:13.884Z] #49 ...
02:28:13 [2020-12-15T02:28:13.884Z] 
02:28:13 [2020-12-15T02:28:13.884Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:13 [2020-12-15T02:28:13.884Z] #41 15.02   PBCC     images/ipc-var.pb-c.c
02:28:13 [2020-12-15T02:28:13.884Z] #41 15.10   DEP      images/ipc-var.pb-c.d
02:28:14 [2020-12-15T02:28:14.024Z] #20 49.49 Selecting previously unselected package python3-distutils.
02:28:14 [2020-12-15T02:28:14.024Z] #20 49.52 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
02:28:14 [2020-12-15T02:28:14.024Z] #20 49.53 Unpacking python3-distutils (3.7.3-1) ...
02:28:14 [2020-12-15T02:28:14.034Z] #43 ...
02:28:14 [2020-12-15T02:28:14.034Z] 
02:28:14 [2020-12-15T02:28:14.034Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:14 [2020-12-15T02:28:14.034Z] #41 38.14   CC       images/rpc.o
02:28:14 [2020-12-15T02:28:14.037Z] #41 116.0   DEP      criu/image-desc.d
02:28:14 [2020-12-15T02:28:14.143Z] #41 15.17   PBCC     images/sk-opts.pb-c.c
02:28:14 [2020-12-15T02:28:14.143Z] #41 15.21   PBCC     images/packet-sock.pb-c.c
02:28:14 [2020-12-15T02:28:14.143Z] #41 15.31   DEP      images/sk-opts.pb-c.d
02:28:14 [2020-12-15T02:28:14.324Z] #20 49.83 Selecting previously unselected package python3-pip.
02:28:14 [2020-12-15T02:28:14.324Z] #20 49.84 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
02:28:14 [2020-12-15T02:28:14.324Z] #20 49.84 Unpacking python3-pip (18.1-5) ...
02:28:14 [2020-12-15T02:28:14.366Z] #41 116.1   DEP      criu/fsnotify.d
02:28:14 [2020-12-15T02:28:14.367Z] #41 116.3   DEP      criu/filesystems.d
02:28:14 [2020-12-15T02:28:14.403Z] #41 15.42   DEP      images/packet-sock.pb-c.d
02:28:14 [2020-12-15T02:28:14.403Z] #41 15.47   PBCC     images/sk-netlink.pb-c.c
02:28:14 [2020-12-15T02:28:14.403Z] #41 15.56   DEP      images/sk-netlink.pb-c.d
02:28:14 [2020-12-15T02:28:14.403Z] #41 15.61   PBCC     images/sk-inet.pb-c.c
02:28:14 [2020-12-15T02:28:14.626Z] #20 50.07 Selecting previously unselected package python3-pkg-resources.
02:28:14 [2020-12-15T02:28:14.626Z] #20 50.09 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
02:28:14 [2020-12-15T02:28:14.626Z] #20 50.13 Unpacking python3-pkg-resources (40.8.0-1) ...
02:28:14 [2020-12-15T02:28:14.626Z] #20 50.32 Selecting previously unselected package python3-setuptools.
02:28:14 [2020-12-15T02:28:14.626Z] #20 50.32 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
02:28:14 [2020-12-15T02:28:14.626Z] #20 50.33 Unpacking python3-setuptools (40.8.0-1) ...
02:28:14 [2020-12-15T02:28:14.656Z] #41 116.5   DEP      criu/files.d
02:28:14 [2020-12-15T02:28:14.656Z] #41 116.7   DEP      criu/files-reg.d
02:28:14 [2020-12-15T02:28:14.663Z] #41 15.67   DEP      images/sk-inet.pb-c.d
02:28:14 [2020-12-15T02:28:14.663Z] #41 15.78   PBCC     images/sk-unix.pb-c.c
02:28:14 [2020-12-15T02:28:14.922Z] #20 50.61 Selecting previously unselected package python3-wheel.
02:28:14 [2020-12-15T02:28:14.922Z] #20 50.63 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
02:28:14 [2020-12-15T02:28:14.922Z] #20 50.63 Unpacking python3-wheel (0.32.3-2) ...
02:28:14 [2020-12-15T02:28:14.922Z] #20 50.70 Selecting previously unselected package sudo.
02:28:14 [2020-12-15T02:28:14.922Z] #20 50.71 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_ppc64el.deb ...
02:28:14 [2020-12-15T02:28:14.923Z] #41 15.92   DEP      images/sk-unix.pb-c.d
02:28:14 [2020-12-15T02:28:14.923Z] #41 16.03   PBCC     images/mm.pb-c.c
02:28:14 [2020-12-15T02:28:14.923Z] #41 16.12   DEP      images/mm.pb-c.d
02:28:15 [2020-12-15T02:28:15.184Z] #41 16.31   PBCC     images/timerfd.pb-c.c
02:28:15 [2020-12-15T02:28:15.217Z] #20 50.72 Unpacking sudo (1.8.27-1+deb10u2) ...
02:28:15 [2020-12-15T02:28:15.249Z] #41 116.9   DEP      criu/files-ext.d
02:28:15 [2020-12-15T02:28:15.249Z] #41 117.1   DEP      criu/file-lock.d
02:28:15 [2020-12-15T02:28:15.249Z] #41 117.2   DEP      criu/file-ids.d
02:28:15 [2020-12-15T02:28:15.376Z] #35 13.93 [100%] Linking C executable tini-static
02:28:15 [2020-12-15T02:28:15.432Z] #41 39.53   CC       images/ext-file.o
02:28:15 [2020-12-15T02:28:15.432Z] #41 39.73   CC       images/cgroup.o
02:28:15 [2020-12-15T02:28:15.443Z] #41 16.38   DEP      images/timerfd.pb-c.d
02:28:15 [2020-12-15T02:28:15.443Z] #41 16.47   PBCC     images/timer.pb-c.c
02:28:15 [2020-12-15T02:28:15.443Z] #41 16.53   DEP      images/timer.pb-c.d
02:28:15 [2020-12-15T02:28:15.443Z] #41 16.58   PBCC     images/sa.pb-c.c
02:28:15 [2020-12-15T02:28:15.443Z] #41 16.63   DEP      images/sa.pb-c.d
02:28:15 [2020-12-15T02:28:15.443Z] #41 16.69   PBCC     images/pipe-data.pb-c.c
02:28:15 [2020-12-15T02:28:15.522Z] #41 117.4   DEP      criu/fifo.d
02:28:15 [2020-12-15T02:28:15.522Z] #41 117.5   DEP      criu/fdstore.d
02:28:15 [2020-12-15T02:28:15.522Z] #41 117.6   DEP      criu/fault-injection.d
02:28:15 [2020-12-15T02:28:15.703Z] #41 16.82   DEP      images/pipe-data.pb-c.d
02:28:15 [2020-12-15T02:28:15.703Z] #41 16.95   PBCC     images/mnt.pb-c.c
02:28:15 [2020-12-15T02:28:15.818Z] #41 117.7   DEP      criu/external.d
02:28:15 [2020-12-15T02:28:15.818Z] #41 117.8   DEP      criu/eventpoll.d
02:28:15 [2020-12-15T02:28:15.860Z] #20 51.37 Selecting previously unselected package thin-provisioning-tools.
02:28:15 [2020-12-15T02:28:15.860Z] #20 51.38 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ...
02:28:15 [2020-12-15T02:28:15.860Z] #20 51.39 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
02:28:15 [2020-12-15T02:28:15.946Z] #35 14.93 [100%] Built target tini-static
02:28:15 [2020-12-15T02:28:15.962Z] #41 17.04   DEP      images/mnt.pb-c.d
02:28:15 [2020-12-15T02:28:15.962Z] #41 17.21   PBCC     images/sk-packet.pb-c.c
02:28:16 [2020-12-15T02:28:16.076Z] #41 ...
02:28:16 [2020-12-15T02:28:16.076Z] 
02:28:16 [2020-12-15T02:28:16.076Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:28:16 [2020-12-15T02:28:16.076Z] #30 DONE 221.9s
02:28:16 [2020-12-15T02:28:16.076Z] 
02:28:16 [2020-12-15T02:28:16.076Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:16 [2020-12-15T02:28:16.076Z] #18 20.30 Reading package lists...
02:28:16 [2020-12-15T02:28:16.076Z] #18 23.59 Building dependency tree...
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.26 libcap2-bin is already the newest version (1:2.25-2).
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.26 The following additional packages will be installed:
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.26   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.27   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.27   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.27   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.27   python3.7 python3.7-minimal vim-runtime xxd
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.28 Suggested packages:
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.29   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.29   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.29   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.29 Recommended packages:
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.29   aufs-dkms nftables build-essential python3-dev python3-keyring
02:28:16 [2020-12-15T02:28:16.076Z] #18 25.29   python3-keyrings.alt python3-xdg unzip
02:28:16 [2020-12-15T02:28:16.158Z] #20 51.76 Selecting previously unselected package uidmap.
02:28:16 [2020-12-15T02:28:16.158Z] #20 51.77 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ...
02:28:16 [2020-12-15T02:28:16.158Z] #20 51.77 Unpacking uidmap (1:4.5-1.1) ...
02:28:16 [2020-12-15T02:28:16.158Z] #20 51.91 Selecting previously unselected package vim-runtime.
02:28:16 [2020-12-15T02:28:16.158Z] #20 51.93 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
02:28:16 [2020-12-15T02:28:16.158Z] #20 51.97 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
02:28:16 [2020-12-15T02:28:16.158Z] #20 52.01 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
02:28:16 [2020-12-15T02:28:16.206Z] #35 15.11 + mkdir -p /build
02:28:16 [2020-12-15T02:28:16.207Z] #35 15.11 + cp tini-static /build/docker-init
02:28:16 [2020-12-15T02:28:16.221Z] #41 17.27   DEP      images/sk-packet.pb-c.d
02:28:16 [2020-12-15T02:28:16.382Z] #41 40.40   CC       images/userns.o
02:28:16 [2020-12-15T02:28:16.475Z] #35 DONE 15.5s
02:28:16 [2020-12-15T02:28:16.475Z] 
02:28:16 [2020-12-15T02:28:16.475Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:16 [2020-12-15T02:28:16.475Z] #41 6.657 fatal: not a git repository (or any of the parent directories): .git
02:28:16 [2020-12-15T02:28:16.475Z] #41 6.753   GEN      .gitid
02:28:16 [2020-12-15T02:28:16.475Z] #41 6.874   GEN      criu/include/version.h
02:28:16 [2020-12-15T02:28:16.475Z] #41 7.054   GEN      include/common/asm
02:28:16 [2020-12-15T02:28:16.483Z] #41 17.44   PBCC     images/tcp-stream.pb-c.c
02:28:16 [2020-12-15T02:28:16.483Z] #41 17.52   DEP      images/tcp-stream.pb-c.d
02:28:16 [2020-12-15T02:28:16.483Z] #41 17.61   PBCC     images/pipe.pb-c.c
02:28:16 [2020-12-15T02:28:16.496Z] #20 52.02 Unpacking vim-runtime (2:8.1.0875-5) ...
02:28:16 [2020-12-15T02:28:16.646Z] #41 40.70   CC       images/google/protobuf/descriptor.o
02:28:16 [2020-12-15T02:28:16.750Z] #41 17.69   DEP      images/pipe.pb-c.d
02:28:16 [2020-12-15T02:28:16.750Z] #41 17.77   PBCC     images/pstree.pb-c.c
02:28:16 [2020-12-15T02:28:16.750Z] #41 17.81   DEP      images/pstree.pb-c.d
02:28:16 [2020-12-15T02:28:16.750Z] #41 17.86   PBCC     images/fs.pb-c.c
02:28:16 [2020-12-15T02:28:16.750Z] #41 17.90   DEP      images/fs.pb-c.d
02:28:17 [2020-12-15T02:28:17.009Z] #41 17.99   PBCC     images/signalfd.pb-c.c
02:28:17 [2020-12-15T02:28:17.009Z] #41 18.05   DEP      images/signalfd.pb-c.d
02:28:17 [2020-12-15T02:28:17.009Z] #41 18.14   PBCC     images/fh.pb-c.c
02:28:17 [2020-12-15T02:28:17.270Z] #41 18.23   PBCC     images/fsnotify.pb-c.c
02:28:17 [2020-12-15T02:28:17.270Z] #41 18.33   DEP      images/fh.pb-c.d
02:28:17 [2020-12-15T02:28:17.275Z] ok  	github.com/docker/docker/cmd/dockerd	0.051s	coverage: 29.2% of statements
02:28:17 [2020-12-15T02:28:17.275Z] ok  	github.com/docker/docker/container	0.110s	coverage: 34.7% of statements
02:28:17 [2020-12-15T02:28:17.275Z] ?   	github.com/docker/docker/container/stream	[no test files]
02:28:17 [2020-12-15T02:28:17.275Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
02:28:17 [2020-12-15T02:28:17.275Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
02:28:17 [2020-12-15T02:28:17.275Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.60 The following NEW packages will be installed:
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.61   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.61   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.61   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.61   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.61   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.61   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.62   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.62   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
02:28:17 [2020-12-15T02:28:17.444Z] #18 27.62   xz-utils zip
02:28:17 [2020-12-15T02:28:17.529Z] #41 18.49   DEP      images/fsnotify.pb-c.d
02:28:17 [2020-12-15T02:28:17.529Z] #41 18.58   PBCC     images/eventpoll.pb-c.c
02:28:17 [2020-12-15T02:28:17.529Z] #41 18.63   DEP      images/eventpoll.pb-c.d
02:28:17 [2020-12-15T02:28:17.529Z] #41 18.75   PBCC     images/eventfd.pb-c.c
02:28:17 [2020-12-15T02:28:17.701Z] #18 28.00 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded.
02:28:17 [2020-12-15T02:28:17.701Z] #18 28.00 Need to get 28.5 MB of archives.
02:28:17 [2020-12-15T02:28:17.701Z] #18 28.00 After this operation, 116 MB of additional disk space will be used.
02:28:17 [2020-12-15T02:28:17.701Z] #18 28.00 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
02:28:17 [2020-12-15T02:28:17.790Z] #41 18.77   DEP      images/eventfd.pb-c.d
02:28:17 [2020-12-15T02:28:17.790Z] #41 18.83   PBCC     images/remap-file-path.pb-c.c
02:28:17 [2020-12-15T02:28:17.790Z] #41 18.87   DEP      images/remap-file-path.pb-c.d
02:28:17 [2020-12-15T02:28:17.790Z] #41 18.92   PBCC     images/fifo.pb-c.c
02:28:17 [2020-12-15T02:28:17.790Z] #41 18.94   DEP      images/fifo.pb-c.d
02:28:17 [2020-12-15T02:28:17.790Z] #41 19.00   PBCC     images/ghost-file.pb-c.c
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.00 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.03 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.14 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.15 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.26 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.26 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.27 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.27 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.28 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.29 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.29 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.32 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.33 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.34 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.35 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.35 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
02:28:17 [2020-12-15T02:28:17.958Z] #18 28.38 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
02:28:18 [2020-12-15T02:28:18.050Z] #41 19.09   DEP      images/ghost-file.pb-c.d
02:28:18 [2020-12-15T02:28:18.050Z] #41 19.21   PBCC     images/regfile.pb-c.c
02:28:18 [2020-12-15T02:28:18.215Z] #18 28.38 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
02:28:18 [2020-12-15T02:28:18.215Z] #18 28.39 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
02:28:18 [2020-12-15T02:28:18.215Z] #18 28.40 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
02:28:18 [2020-12-15T02:28:18.215Z] #18 28.41 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
02:28:18 [2020-12-15T02:28:18.215Z] #18 28.41 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
02:28:18 [2020-12-15T02:28:18.215Z] #18 28.41 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
02:28:18 [2020-12-15T02:28:18.321Z] #41 19.42   DEP      images/regfile.pb-c.d
02:28:18 [2020-12-15T02:28:18.321Z] #41 19.56   PBCC     images/ns.pb-c.c
02:28:18 [2020-12-15T02:28:18.408Z] #41 11.36   PBCC     images/timens.pb-c.c
02:28:18 [2020-12-15T02:28:18.408Z] #41 11.39   DEP      images/timens.pb-c.d
02:28:18 [2020-12-15T02:28:18.408Z] #41 11.47   PBCC     images/fown.pb-c.c
02:28:18 [2020-12-15T02:28:18.408Z] #41 11.50   PBCC     images/google/protobuf/descriptor.pb-c.c
02:28:18 [2020-12-15T02:28:18.408Z] #41 11.67   PBCC     images/opts.pb-c.c
02:28:18 [2020-12-15T02:28:18.408Z] #41 11.78   PBCC     images/memfd.pb-c.c
02:28:18 [2020-12-15T02:28:18.408Z] #41 11.87   DEP      images/fown.pb-c.d
02:28:18 [2020-12-15T02:28:18.579Z] #41 42.71   CC       images/opts.o
02:28:18 [2020-12-15T02:28:18.584Z] #41 19.62   DEP      images/ns.pb-c.d
02:28:18 [2020-12-15T02:28:18.584Z] #41 19.71   PBCC     images/fdinfo.pb-c.c
02:28:18 [2020-12-15T02:28:18.669Z] #41 11.93   DEP      images/google/protobuf/descriptor.pb-c.d
02:28:18 [2020-12-15T02:28:18.669Z] #41 11.98   DEP      images/opts.pb-c.d
02:28:18 [2020-12-15T02:28:18.669Z] #41 12.02   DEP      images/memfd.pb-c.d
02:28:18 [2020-12-15T02:28:18.669Z] #41 12.06   PBCC     images/sit.pb-c.c
02:28:18 [2020-12-15T02:28:18.669Z] #41 12.09   DEP      images/sit.pb-c.d
02:28:18 [2020-12-15T02:28:18.780Z] #18 28.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 28.88 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 28.89 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 28.89 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 28.89 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 28.90 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.02 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.02 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.02 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.03 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.05 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.06 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.06 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.14 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.16 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
02:28:18 [2020-12-15T02:28:18.780Z] #18 29.16 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
02:28:18 [2020-12-15T02:28:18.845Z] #41 19.87   DEP      images/fdinfo.pb-c.d
02:28:18 [2020-12-15T02:28:18.845Z] #41 19.95   PBCC     images/core-aarch64.pb-c.c
02:28:18 [2020-12-15T02:28:18.845Z] #41 20.01   PBCC     images/core-arm.pb-c.c
02:28:18 [2020-12-15T02:28:18.896Z] #41 42.97   CC       images/seccomp.o
02:28:18 [2020-12-15T02:28:18.931Z] #41 12.14   PBCC     images/macvlan.pb-c.c
02:28:18 [2020-12-15T02:28:18.931Z] #41 12.16   DEP      images/macvlan.pb-c.d
02:28:18 [2020-12-15T02:28:18.931Z] #41 12.20   PBCC     images/autofs.pb-c.c
02:28:18 [2020-12-15T02:28:18.931Z] #41 12.25   DEP      images/autofs.pb-c.d
02:28:18 [2020-12-15T02:28:18.931Z] #41 12.35   PBCC     images/sysctl.pb-c.c
02:28:19 [2020-12-15T02:28:19.110Z] #41 20.07   PBCC     images/core-ppc64.pb-c.c
02:28:19 [2020-12-15T02:28:19.110Z] #41 20.15   PBCC     images/core-s390.pb-c.c
02:28:19 [2020-12-15T02:28:19.110Z] #41 20.22   PBCC     images/core-x86.pb-c.c
02:28:19 [2020-12-15T02:28:19.161Z] #41 43.23   CC       images/binfmt-misc.o
02:28:19 [2020-12-15T02:28:19.161Z] #41 43.38   CC       images/time.o
02:28:19 [2020-12-15T02:28:19.190Z] #41 12.39   DEP      images/sysctl.pb-c.d
02:28:19 [2020-12-15T02:28:19.190Z] #41 12.46   PBCC     images/time.pb-c.c
02:28:19 [2020-12-15T02:28:19.190Z] #41 12.47   DEP      images/time.pb-c.d
02:28:19 [2020-12-15T02:28:19.342Z] #18 29.51 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
02:28:19 [2020-12-15T02:28:19.342Z] #18 29.56 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
02:28:19 [2020-12-15T02:28:19.342Z] #18 29.60 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
02:28:19 [2020-12-15T02:28:19.369Z] #41 20.31   PBCC     images/core.pb-c.c
02:28:19 [2020-12-15T02:28:19.369Z] #41 20.42   PBCC     images/inventory.pb-c.c
02:28:19 [2020-12-15T02:28:19.369Z] #41 20.50   DEP      images/core-aarch64.pb-c.d
02:28:19 [2020-12-15T02:28:19.426Z] #41 43.54   CC       images/sysctl.o
02:28:19 [2020-12-15T02:28:19.426Z] #41 ...
02:28:19 [2020-12-15T02:28:19.426Z] 
02:28:19 [2020-12-15T02:28:19.426Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:19 [2020-12-15T02:28:19.426Z] #11 109.6 Selecting previously unselected package libapparmor1:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 109.6 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 109.6 Unpacking libapparmor1:arm64 (2.13.2-10) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 109.8 Selecting previously unselected package libapparmor-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 109.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 109.8 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.0 Selecting previously unselected package libbtrfs0.
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.0 Unpacking libbtrfs0 (4.20.1-2) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.1 Selecting previously unselected package libbtrfs-dev.
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.1 Unpacking libbtrfs-dev (4.20.1-2) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.3 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.3 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.4 Selecting previously unselected package libudev-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.4 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.5 Unpacking libudev-dev:arm64 (241-7~deb10u5) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.7 Selecting previously unselected package libsepol1-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 110.8 Unpacking libsepol1-dev:arm64 (2.8-1) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.1 Selecting previously unselected package libpcre16-3:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.1 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.3 Selecting previously unselected package libpcre32-3:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.3 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.5 Selecting previously unselected package libpcrecpp0v5:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.5 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.7 Selecting previously unselected package libpcre3-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 111.7 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.2 Selecting previously unselected package libselinux1-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.3 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.3 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.5 Selecting previously unselected package libdevmapper-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.5 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.8 Selecting previously unselected package libseccomp-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.8 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 112.8 Unpacking libseccomp-dev:arm64 (2.3.3-4) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.1 Selecting previously unselected package libsystemd-dev:arm64.
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.1 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_arm64.deb ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.1 Unpacking libsystemd-dev:arm64 (241-7~deb10u5) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.7 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.8 Setting up libseccomp-dev:arm64 (2.3.3-4) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.8 Setting up libapparmor1:arm64 (2.13.2-10) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.8 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.8 Setting up libpcre16-3:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.9 Setting up libsepol1-dev:arm64 (2.8-1) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.9 Setting up libbtrfs0 (4.20.1-2) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 113.9 Setting up libpcre32-3:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.0 Setting up libudev-dev:arm64 (241-7~deb10u5) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.0 Setting up libbtrfs-dev (4.20.1-2) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.1 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.1 Setting up mingw-w64-common (6.0.0-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.1 Setting up libsystemd-dev:arm64 (241-7~deb10u5) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.2 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.2 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
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.2 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
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.2 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
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.2 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
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.3 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.3 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.4 Setting up dmsetup (2:1.02.155-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.4 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.4 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
02:28:19 [2020-12-15T02:28:19.426Z] #11 114.4 Processing triggers for libc-bin (2.28-10) ...
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.61   PBCC     images/binfmt-misc.pb-c.c
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.68   DEP      images/binfmt-misc.pb-c.d
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.72   PBCC     images/seccomp.pb-c.c
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.74   DEP      images/seccomp.pb-c.d
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.78   PBCC     images/userns.pb-c.c
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.82   DEP      images/userns.pb-c.d
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.85   PBCC     images/cgroup.pb-c.c
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.89   DEP      images/cgroup.pb-c.d
02:28:19 [2020-12-15T02:28:19.451Z] #41 12.94   PBCC     images/ext-file.pb-c.c
02:28:19 [2020-12-15T02:28:19.629Z] #41 20.61   DEP      images/core-arm.pb-c.d
02:28:19 [2020-12-15T02:28:19.629Z] #41 20.76   DEP      images/core-ppc64.pb-c.d
02:28:19 [2020-12-15T02:28:19.629Z] #41 20.86   DEP      images/core-s390.pb-c.d
02:28:19 [2020-12-15T02:28:19.715Z] #41 12.98   DEP      images/ext-file.pb-c.d
02:28:19 [2020-12-15T02:28:19.715Z] #41 13.05   PBCC     images/rpc.pb-c.c
02:28:19 [2020-12-15T02:28:19.715Z] #41 13.15   DEP      images/rpc.pb-c.d
02:28:19 [2020-12-15T02:28:19.889Z] #41 20.93   DEP      images/core-x86.pb-c.d
02:28:19 [2020-12-15T02:28:19.889Z] #41 21.01   DEP      images/core.pb-c.d
02:28:19 [2020-12-15T02:28:19.889Z] #41 21.13   DEP      images/inventory.pb-c.d
02:28:19 [2020-12-15T02:28:19.905Z] #18 30.27 debconf: delaying package configuration, since apt-utils is not installed
02:28:19 [2020-12-15T02:28:19.976Z] #41 13.22   PBCC     images/siginfo.pb-c.c
02:28:19 [2020-12-15T02:28:19.976Z] #41 13.38   DEP      images/siginfo.pb-c.d
02:28:19 [2020-12-15T02:28:19.976Z] #41 13.45   PBCC     images/pagemap.pb-c.c
02:28:19 [2020-12-15T02:28:19.976Z] #41 13.47   DEP      images/pagemap.pb-c.d
02:28:20 [2020-12-15T02:28:20.059Z] #20 55.53 Selecting previously unselected package vim.
02:28:20 [2020-12-15T02:28:20.059Z] #20 55.54 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ...
02:28:20 [2020-12-15T02:28:20.059Z] #20 55.57 Unpacking vim (2:8.1.0875-5) ...
02:28:20 [2020-12-15T02:28:20.151Z] #41 21.33   PBCC     images/cpuinfo.pb-c.c
02:28:20 [2020-12-15T02:28:20.151Z] #41 21.40   DEP      images/cpuinfo.pb-c.d
02:28:20 [2020-12-15T02:28:20.161Z] #18 30.35 Fetched 28.5 MB in 2s (15.3 MB/s)
02:28:20 [2020-12-15T02:28:20.161Z] #18 30.41 Selecting previously unselected package pigz.
02:28:20 [2020-12-15T02:28:20.161Z] #18 30.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
02:28:20 [2020-12-15T02:28:20.161Z] #18 30.46 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
02:28:20 [2020-12-15T02:28:20.161Z] #18 30.47 Unpacking pigz (2.4-1) ...
02:28:20 [2020-12-15T02:28:20.161Z] #18 30.58 Selecting previously unselected package libpython3.7-minimal:amd64.
02:28:20 [2020-12-15T02:28:20.237Z] #41 13.50   PBCC     images/rlimit.pb-c.c
02:28:20 [2020-12-15T02:28:20.237Z] #41 13.54   DEP      images/rlimit.pb-c.d
02:28:20 [2020-12-15T02:28:20.237Z] #41 13.59   PBCC     images/file-lock.pb-c.c
02:28:20 [2020-12-15T02:28:20.237Z] #41 13.64   DEP      images/file-lock.pb-c.d
02:28:20 [2020-12-15T02:28:20.237Z] #41 13.70   PBCC     images/tty.pb-c.c
02:28:20 [2020-12-15T02:28:20.356Z] #20 56.15 Selecting previously unselected package xfsprogs.
02:28:20 [2020-12-15T02:28:20.411Z] #41 21.49   PBCC     images/stats.pb-c.c
02:28:20 [2020-12-15T02:28:20.417Z] #18 30.59 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
02:28:20 [2020-12-15T02:28:20.417Z] #18 30.59 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
02:28:20 [2020-12-15T02:28:20.498Z] #41 13.81   DEP      images/tty.pb-c.d
02:28:20 [2020-12-15T02:28:20.653Z] #20 56.15 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ...
02:28:20 [2020-12-15T02:28:20.653Z] #20 56.16 Unpacking xfsprogs (4.20.0-1) ...
02:28:20 [2020-12-15T02:28:20.670Z] #41 21.61   DEP      images/stats.pb-c.d
02:28:20 [2020-12-15T02:28:20.670Z] #41 ...
02:28:20 [2020-12-15T02:28:20.670Z] 
02:28:20 [2020-12-15T02:28:20.670Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:28:20 [2020-12-15T02:28:20.759Z] #41 13.97   PBCC     images/tun.pb-c.c
02:28:20 [2020-12-15T02:28:20.760Z] #41 14.07   PBCC     images/netdev.pb-c.c
02:28:20 [2020-12-15T02:28:20.760Z] #41 14.17   DEP      images/tun.pb-c.d
02:28:20 [2020-12-15T02:28:20.950Z] #20 56.69 Selecting previously unselected package zip.
02:28:20 [2020-12-15T02:28:20.950Z] #20 56.70 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ...
02:28:20 [2020-12-15T02:28:20.950Z] #20 56.71 Unpacking zip (3.0-11+b1) ...
02:28:20 [2020-12-15T02:28:20.980Z] #18 31.03 Selecting previously unselected package python3.7-minimal.
02:28:20 [2020-12-15T02:28:20.980Z] #18 31.04 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
02:28:20 [2020-12-15T02:28:20.980Z] #18 31.06 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
02:28:21 [2020-12-15T02:28:21.020Z] #41 14.34   DEP      images/netdev.pb-c.d
02:28:21 [2020-12-15T02:28:21.020Z] #41 14.46   PBCC     images/vma.pb-c.c
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.90 Setting up aufs-tools (1:4.14+20190211-1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.91 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.91 Setting up libip6tc0:ppc64el (1.8.2-4) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.92 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.92 Setting up libgpm2:ppc64el (1.20.7-5) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.93 Setting up libip4tc0:ppc64el (1.8.2-4) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.93 Setting up uidmap (1:4.5-1.1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.94 Setting up libnftnl11:ppc64el (1.1.2-2) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.94 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.95 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.96 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.96 Setting up libicu63:ppc64el (63.1-6+deb10u1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.97 Setting up xxd (2:8.1.0875-5) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.97 Setting up zip (3.0-11+b1) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 56.98 Setting up vim-common (2:8.1.0875-5) ...
02:28:21 [2020-12-15T02:28:21.248Z] #20 57.01 Setting up bash-completion (1:2.8-6) ...
02:28:21 [2020-12-15T02:28:21.281Z] #41 14.54   DEP      images/vma.pb-c.d
02:28:21 [2020-12-15T02:28:21.281Z] #41 14.58   PBCC     images/creds.pb-c.c
02:28:21 [2020-12-15T02:28:21.281Z] #41 14.69   DEP      images/creds.pb-c.d
02:28:21 [2020-12-15T02:28:21.359Z] #11 DONE 116.6s
02:28:21 [2020-12-15T02:28:21.359Z] 
02:28:21 [2020-12-15T02:28:21.359Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
02:28:21 [2020-12-15T02:28:21.542Z] #41 14.95   PBCC     images/utsns.pb-c.c
02:28:21 [2020-12-15T02:28:21.543Z] #18 31.86 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
02:28:21 [2020-12-15T02:28:21.543Z] #18 31.89 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
02:28:21 [2020-12-15T02:28:21.741Z] ok  	github.com/docker/docker/daemon/cluster	0.077s	coverage: 0.5% of statements
02:28:21 [2020-12-15T02:28:21.803Z] #41 15.00   DEP      images/utsns.pb-c.d
02:28:21 [2020-12-15T02:28:21.803Z] #41 15.11   PBCC     images/ipc-desc.pb-c.c
02:28:21 [2020-12-15T02:28:21.803Z] #41 15.15   PBCC     images/ipc-sem.pb-c.c
02:28:21 [2020-12-15T02:28:21.803Z] #41 15.19   DEP      images/ipc-desc.pb-c.d
02:28:21 [2020-12-15T02:28:21.803Z] #41 ...
02:28:21 [2020-12-15T02:28:21.803Z] 
02:28:21 [2020-12-15T02:28:21.803Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:21 [2020-12-15T02:28:21.803Z] #43 107.8 go/scanner
02:28:21 [2020-12-15T02:28:21.803Z] #43 108.3 regexp
02:28:21 [2020-12-15T02:28:21.803Z] #43 110.6 go/ast
02:28:21 [2020-12-15T02:28:21.803Z] #43 114.3 internal/lazyregexp
02:28:21 [2020-12-15T02:28:21.803Z] #43 114.6 net/url
02:28:21 [2020-12-15T02:28:21.803Z] #43 117.4 text/template/parse
02:28:22 [2020-12-15T02:28:22.063Z] #43 ...
02:28:22 [2020-12-15T02:28:22.063Z] 
02:28:22 [2020-12-15T02:28:22.063Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:22 [2020-12-15T02:28:22.063Z] #41 15.25   DEP      images/ipc-sem.pb-c.d
02:28:22 [2020-12-15T02:28:22.063Z] #41 15.32   PBCC     images/ipc-msg.pb-c.c
02:28:22 [2020-12-15T02:28:22.063Z] #41 15.36   DEP      images/ipc-msg.pb-c.d
02:28:22 [2020-12-15T02:28:22.063Z] #41 15.45   PBCC     images/ipc-shm.pb-c.c
02:28:22 [2020-12-15T02:28:22.324Z] #41 15.53   DEP      images/ipc-shm.pb-c.d
02:28:22 [2020-12-15T02:28:22.324Z] #41 15.64   PBCC     images/ipc-var.pb-c.c
02:28:22 [2020-12-15T02:28:22.324Z] #41 15.69   DEP      images/ipc-var.pb-c.d
02:28:22 [2020-12-15T02:28:22.324Z] #41 15.76   PBCC     images/sk-opts.pb-c.c
02:28:22 [2020-12-15T02:28:22.585Z] #41 ...
02:28:22 [2020-12-15T02:28:22.585Z] 
02:28:22 [2020-12-15T02:28:22.585Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:22 [2020-12-15T02:28:22.585Z] #32 111.1 github.com/BurntSushi/toml/cmd/tomlv
02:28:22 [2020-12-15T02:28:22.585Z] #32 DONE 118.4s
02:28:22 [2020-12-15T02:28:22.585Z] 
02:28:22 [2020-12-15T02:28:22.585Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:22 [2020-12-15T02:28:22.585Z] #41 15.85   PBCC     images/packet-sock.pb-c.c
02:28:22 [2020-12-15T02:28:22.585Z] #41 15.96   DEP      images/sk-opts.pb-c.d
02:28:22 [2020-12-15T02:28:22.585Z] #41 ...
02:28:22 [2020-12-15T02:28:22.585Z] 
02:28:22 [2020-12-15T02:28:22.585Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:22 [2020-12-15T02:28:22.585Z] #49 108.5 encoding/json
02:28:22 [2020-12-15T02:28:22.585Z] #49 117.0 github.com/pkg/diff
02:28:22 [2020-12-15T02:28:22.585Z] #49 117.8 go/ast
02:28:22 [2020-12-15T02:28:22.780Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.006s	coverage: 65.3% of statements
02:28:22 [2020-12-15T02:28:22.786Z] #20 ...
02:28:22 [2020-12-15T02:28:22.786Z] 
02:28:22 [2020-12-15T02:28:22.786Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:28:22 [2020-12-15T02:28:22.786Z] #24 166.7 + mkdir -p /tmp/tmp.cKCVmmajAY/src/github.com/docker
02:28:22 [2020-12-15T02:28:22.786Z] #24 166.7 + mv components/cli /tmp/tmp.cKCVmmajAY/src/github.com/docker/cli
02:28:22 [2020-12-15T02:28:22.786Z] #24 166.7 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
02:28:22 [2020-12-15T02:28:22.846Z] #49 ...
02:28:22 [2020-12-15T02:28:22.846Z] 
02:28:22 [2020-12-15T02:28:22.846Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:22 [2020-12-15T02:28:22.846Z] #41 16.12   DEP      images/packet-sock.pb-c.d
02:28:23 [2020-12-15T02:28:23.090Z] #24 ...
02:28:23 [2020-12-15T02:28:23.090Z] 
02:28:23 [2020-12-15T02:28:23.090Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:23 [2020-12-15T02:28:23.090Z] #45 166.7 net/http/httptrace
02:28:23 [2020-12-15T02:28:23.090Z] #45 167.0 net/http
02:28:23 [2020-12-15T02:28:23.090Z] #45 ...
02:28:23 [2020-12-15T02:28:23.090Z] 
02:28:23 [2020-12-15T02:28:23.090Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:23 [2020-12-15T02:28:23.090Z] #43 101.8   CC       criu/bfd.o
02:28:23 [2020-12-15T02:28:23.090Z] #43 102.6   CC       criu/bitmap.o
02:28:23 [2020-12-15T02:28:23.090Z] #43 102.8   CC       criu/cgroup-props.o
02:28:23 [2020-12-15T02:28:23.090Z] #43 104.2   CC       criu/cgroup.o
02:28:23 [2020-12-15T02:28:23.090Z] #43 109.2   CC       criu/clone-noasan.o
02:28:23 [2020-12-15T02:28:23.090Z] #43 109.5   CC       criu/config.o
02:28:23 [2020-12-15T02:28:23.107Z] #41 16.22   PBCC     images/sk-netlink.pb-c.c
02:28:23 [2020-12-15T02:28:23.107Z] #41 16.39   DEP      images/sk-netlink.pb-c.d
02:28:23 [2020-12-15T02:28:23.267Z] #54 59.37 Checking out files:  31% (1163/3706)   
Checking out files:  32% (1186/3706)   
Checking out files:  33% (1223/3706)   
Checking out files:  34% (1261/3706)   
Checking out files:  35% (1298/3706)   
Checking out files:  36% (1335/3706)   
Checking out files:  37% (1372/3706)   
Checking out files:  38% (1409/3706)   
Checking out files:  39% (1446/3706)   
Checking out files:  40% (1483/3706)   
Checking out files:  41% (1520/3706)   
Checking out files:  42% (1557/3706)   
Checking out files:  43% (1594/3706)   
Checking out files:  44% (1631/3706)   
Checking out files:  45% (1668/3706)   
Checking out files:  46% (1705/3706)   
Checking out files:  47% (1742/3706)   
Checking out files:  48% (1779/3706)   
Checking out files:  49% (1816/3706)   
Checking out files:  50% (1853/3706)   
Checking out files:  51% (1891/3706)   
Checking out files:  52% (1928/3706)   
Checking out files:  53% (1965/3706)   
Checking out files:  54% (2002/3706)   
Checking out files:  55% (2039/3706)   
Checking out files:  56% (2076/3706)   
Checking out files:  57% (2113/3706)   
Checking out files:  58% (2150/3706)   
Checking out files:  59% (2187/3706)   
Checking out files:  60% (2224/3706)   
Checking out files:  61% (2261/3706)   
Checking out files:  62% (2298/3706)   
Checking out files:  63% (2335/3706)   
Checking out files:  63% (2343/3706)   
Checking out files:  64% (2372/3706)   
Checking out files:  65% (2409/3706)   
Checking out files:  66% (2446/3706)   
Checking out files:  67% (2484/3706)   
Checking out files:  68% (2521/3706)   
Checking out files:  69% (2558/3706)   
Checking out files:  70% (2595/3706)   
Checking out files:  71% (2632/3706)   
Checking out files:  72% (2669/3706)   
Checking out files:  73% (2706/3706)   
Checking out files:  74% (2743/3706)   
Checking out files:  75% (2780/3706)   
Checking out files:  76% (2817/3706)   
Checking out files:  77% (2854/3706)   
Checking out files:  78% (2891/3706)   
Checking out files:  79% (2928/3706)   
Checking out files:  80% (2965/3706)   
Checking out files:  81% (3002/3706)   
Checking out files:  82% (3039/3706)   
Checking out files:  83% (3076/3706)   
Checking out files:  84% (3114/3706)   
Checking out files:  85% (3151/3706)   
Checking out files:  86% (3188/3706)   
Checking out files:  87% (3225/3706)   
Checking out files:  88% (3262/3706)   
Checking out files:  88% (3270/3706)   
Checking out files:  89% (3299/3706)   
Checking out files:  90% (3336/3706)   
Checking out files:  91% (3373/3706)   
Checking out files:  92% (3410/3706)   
Checking out files:  93% (3447/3706)   
Checking out files:  94% (3484/3706)   
Checking out files:  95% (3521/3706)   
Checking out files:  96% (3558/3706)   
Checking out files:  97% (3595/3706)   
Checking out files:  98% (3632/3706)   
Checking out files:  99% (3669/3706)   
Checking out files: 100% (3706/3706)   
Checking out files: 100% (3706/3706), done.
02:28:23 [2020-12-15T02:28:23.370Z] #41 16.63   PBCC     images/sk-inet.pb-c.c
02:28:23 [2020-12-15T02:28:23.370Z] #41 16.66   DEP      images/sk-inet.pb-c.d
02:28:23 [2020-12-15T02:28:23.434Z] #18 33.79 Selecting previously unselected package python3-minimal.
02:28:23 [2020-12-15T02:28:23.526Z] #54 62.13 + cd /tmp/tmp.fcSxJoZFqn/src/github.com/containerd/containerd
02:28:23 [2020-12-15T02:28:23.526Z] #54 62.13 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:28:23 [2020-12-15T02:28:23.633Z] #41 16.79   PBCC     images/sk-unix.pb-c.c
02:28:23 [2020-12-15T02:28:23.633Z] #41 16.90   DEP      images/sk-unix.pb-c.d
02:28:23 [2020-12-15T02:28:23.633Z] #41 17.02   PBCC     images/mm.pb-c.c
02:28:23 [2020-12-15T02:28:23.690Z] #18 33.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 ... 23681 files and directories currently installed.)
02:28:23 [2020-12-15T02:28:23.690Z] #18 33.88 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
02:28:23 [2020-12-15T02:28:23.690Z] #18 33.89 Unpacking python3-minimal (3.7.3-1) ...
02:28:23 [2020-12-15T02:28:23.690Z] #18 33.98 Selecting previously unselected package libmpdec2:amd64.
02:28:23 [2020-12-15T02:28:23.690Z] #18 33.99 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
02:28:23 [2020-12-15T02:28:23.690Z] #18 34.00 Unpacking libmpdec2:amd64 (2.4.2-2) ...
02:28:23 [2020-12-15T02:28:23.819Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.006s	coverage: 35.9% of statements
02:28:23 [2020-12-15T02:28:23.894Z] #41 17.09   DEP      images/mm.pb-c.d
02:28:23 [2020-12-15T02:28:23.894Z] #41 17.21   PBCC     images/timerfd.pb-c.c
02:28:23 [2020-12-15T02:28:23.939Z] #12 DONE 2.4s
02:28:23 [2020-12-15T02:28:23.940Z] 
02:28:23 [2020-12-15T02:28:23.940Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
02:28:23 [2020-12-15T02:28:23.940Z] #13 ...
02:28:23 [2020-12-15T02:28:23.940Z] 
02:28:23 [2020-12-15T02:28:23.940Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:23 [2020-12-15T02:28:23.940Z] #43 110.0 github.com/LK4D4/vndr/godl
02:28:23 [2020-12-15T02:28:23.940Z] #43 110.8 github.com/LK4D4/vndr
02:28:23 [2020-12-15T02:28:23.940Z] #43 DONE 119.0s
02:28:23 [2020-12-15T02:28:23.940Z] 
02:28:23 [2020-12-15T02:28:23.940Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.767 + RM_GOPATH=0
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.767 + TMP_GOPATH=
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.767 + : /build
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.767 + '[' -z '' ']'
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.793 ++ mktemp -d
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.793 + export GOPATH=/tmp/tmp.4amsoRDTmG
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.793 + GOPATH=/tmp/tmp.4amsoRDTmG
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.793 + RM_GOPATH=1
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.793 + case "$(go env GOARCH)" in
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.793 ++ go env GOARCH
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.826 + export GO_BUILDMODE=-buildmode=pie
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.826 + GO_BUILDMODE=-buildmode=pie
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.826 ++ dirname /tmp/install/install.sh
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.829 + dir=/tmp/install
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.830 + bin=runc
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.830 + shift
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.830 + '[' '!' -f /tmp/install/runc.installer ']'
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.831 + . /tmp/install/runc.installer
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.831 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.833 + install_runc
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.835 + uname -r
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.836 + grep -q '^3\.10\.0.*\.el7\.'
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.853 + RUNC_BUILDTAGS='seccomp apparmor selinux '
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.853 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.854 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.854 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.4amsoRDTmG/src/github.com/opencontainers/runc
02:28:23 [2020-12-15T02:28:23.940Z] #51 1.857 Cloning into '/tmp/tmp.4amsoRDTmG/src/github.com/opencontainers/runc'...
02:28:23 [2020-12-15T02:28:23.947Z] #18 34.10 Selecting previously unselected package libpython3.7-stdlib:amd64.
02:28:23 [2020-12-15T02:28:23.947Z] #18 34.12 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
02:28:23 [2020-12-15T02:28:23.947Z] #18 34.13 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
02:28:24 [2020-12-15T02:28:24.155Z] #41 17.42   DEP      images/timerfd.pb-c.d
02:28:24 [2020-12-15T02:28:24.155Z] #41 17.47   PBCC     images/timer.pb-c.c
02:28:24 [2020-12-15T02:28:24.155Z] #41 17.54   DEP      images/timer.pb-c.d
02:28:24 [2020-12-15T02:28:24.417Z] #41 17.70   PBCC     images/sa.pb-c.c
02:28:24 [2020-12-15T02:28:24.417Z] #41 17.81   DEP      images/sa.pb-c.d
02:28:24 [2020-12-15T02:28:24.632Z] #43 112.5   CC       criu/cr-check.o
02:28:24 [2020-12-15T02:28:24.678Z] #41 17.90   PBCC     images/pipe-data.pb-c.c
02:28:24 [2020-12-15T02:28:24.678Z] #41 17.96   DEP      images/pipe-data.pb-c.d
02:28:24 [2020-12-15T02:28:24.678Z] #41 18.04   PBCC     images/mnt.pb-c.c
02:28:24 [2020-12-15T02:28:24.678Z] #41 18.10   DEP      images/mnt.pb-c.d
02:28:24 [2020-12-15T02:28:24.877Z] #18 35.14 Selecting previously unselected package python3.7.
02:28:24 [2020-12-15T02:28:24.877Z] #18 35.16 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
02:28:24 [2020-12-15T02:28:24.877Z] #18 35.17 Unpacking python3.7 (3.7.3-2+deb10u2) ...
02:28:24 [2020-12-15T02:28:24.877Z] #18 35.29 Selecting previously unselected package libpython3-stdlib:amd64.
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + export 'BUILDTAGS=netgo osusergo static_build'
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + BUILDTAGS='netgo osusergo static_build'
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + export EXTRA_FLAGS=-buildmode=pie
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + EXTRA_FLAGS=-buildmode=pie
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + '[' '' = dynamic ']'
02:28:24 [2020-12-15T02:28:24.905Z] #54 63.37 + make
02:28:24 [2020-12-15T02:28:24.905Z] #54 ...
02:28:24 [2020-12-15T02:28:24.905Z] 
02:28:24 [2020-12-15T02:28:24.905Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:24 [2020-12-15T02:28:24.905Z] #43 122.0 text/template
02:28:24 [2020-12-15T02:28:24.905Z] #43 122.0 go/parser
02:28:24 [2020-12-15T02:28:24.905Z] #43 127.8 encoding/xml
02:28:24 [2020-12-15T02:28:24.905Z] #43 130.4 go/doc
02:28:24 [2020-12-15T02:28:24.905Z] #43 ...
02:28:24 [2020-12-15T02:28:24.905Z] 
02:28:24 [2020-12-15T02:28:24.905Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:24 [2020-12-15T02:28:24.905Z] #41 24.10 make[1]: Nothing to be done for 'all'.
02:28:24 [2020-12-15T02:28:24.939Z] #41 18.15   PBCC     images/sk-packet.pb-c.c
02:28:24 [2020-12-15T02:28:24.939Z] #41 18.20   DEP      images/sk-packet.pb-c.d
02:28:24 [2020-12-15T02:28:24.939Z] #41 18.29   PBCC     images/tcp-stream.pb-c.c
02:28:24 [2020-12-15T02:28:24.939Z] #41 18.34   DEP      images/tcp-stream.pb-c.d
02:28:25 [2020-12-15T02:28:25.134Z] #18 35.29 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
02:28:25 [2020-12-15T02:28:25.134Z] #18 35.30 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
02:28:25 [2020-12-15T02:28:25.200Z] #41 18.41   PBCC     images/pipe.pb-c.c
02:28:25 [2020-12-15T02:28:25.200Z] #41 18.50   DEP      images/pipe.pb-c.d
02:28:25 [2020-12-15T02:28:25.200Z] #41 18.59   PBCC     images/pstree.pb-c.c
02:28:25 [2020-12-15T02:28:25.200Z] #41 18.63   DEP      images/pstree.pb-c.d
02:28:25 [2020-12-15T02:28:25.200Z] #41 18.70   PBCC     images/fs.pb-c.c
02:28:25 [2020-12-15T02:28:25.390Z] #18 35.44 Setting up python3-minimal (3.7.3-1) ...
02:28:25 [2020-12-15T02:28:25.465Z] #41 18.73   DEP      images/fs.pb-c.d
02:28:25 [2020-12-15T02:28:25.465Z] #41 18.79   PBCC     images/signalfd.pb-c.c
02:28:25 [2020-12-15T02:28:25.465Z] #41 18.83   DEP      images/signalfd.pb-c.d
02:28:25 [2020-12-15T02:28:25.465Z] #41 18.94   PBCC     images/fh.pb-c.c
02:28:25 [2020-12-15T02:28:25.726Z] #41 19.01   PBCC     images/fsnotify.pb-c.c
02:28:25 [2020-12-15T02:28:25.845Z] #41 ...
02:28:25 [2020-12-15T02:28:25.845Z] 
02:28:25 [2020-12-15T02:28:25.845Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:25 [2020-12-15T02:28:25.845Z] #49 122.9 mvdan.cc/editorconfig
02:28:25 [2020-12-15T02:28:25.845Z] #49 125.0 mvdan.cc/sh/v3/fileutil
02:28:25 [2020-12-15T02:28:25.845Z] #49 125.2 mvdan.cc/sh/v3/syntax
02:28:25 [2020-12-15T02:28:25.953Z] #18 36.23 Selecting previously unselected package python3.
02:28:25 [2020-12-15T02:28:25.987Z] #41 19.10   DEP      images/fh.pb-c.d
02:28:25 [2020-12-15T02:28:25.987Z] #41 19.26   DEP      images/fsnotify.pb-c.d
02:28:25 [2020-12-15T02:28:25.987Z] #41 19.31   PBCC     images/eventpoll.pb-c.c
02:28:25 [2020-12-15T02:28:25.987Z] #41 19.36   DEP      images/eventpoll.pb-c.d
02:28:25 [2020-12-15T02:28:25.987Z] #41 19.40   PBCC     images/eventfd.pb-c.c
02:28:25 [2020-12-15T02:28:25.987Z] #41 19.46   DEP      images/eventfd.pb-c.d
02:28:26 [2020-12-15T02:28:26.104Z] #49 ...
02:28:26 [2020-12-15T02:28:26.104Z] 
02:28:26 [2020-12-15T02:28:26.104Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:26 [2020-12-15T02:28:26.104Z] #41 27.24   CC       images/stats.o
02:28:26 [2020-12-15T02:28:26.169Z] #43 ...
02:28:26 [2020-12-15T02:28:26.169Z] 
02:28:26 [2020-12-15T02:28:26.169Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.75 Setting up libiptc0:ppc64el (1.8.2-4) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.76 Setting up xz-utils (5.2.4-1) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.77 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.80 Setting up sudo (1.8.27-1+deb10u2) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.92 invoke-rc.d: could not determine current runlevel
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.93 invoke-rc.d: policy-rc.d denied execution of start.
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.94 Setting up pigz (2.4-1) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.95 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.96 Setting up libnl-3-200:ppc64el (3.4.0-1) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.97 Setting up python-pip-whl (18.1-5) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.97 Setting up libmpdec2:ppc64el (2.4.2-2) ...
02:28:26 [2020-12-15T02:28:26.169Z] #20 61.98 Setting up vim-runtime (2:8.1.0875-5) ...
02:28:26 [2020-12-15T02:28:26.217Z] #18 36.23 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
02:28:26 [2020-12-15T02:28:26.217Z] #18 36.28 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.217Z] #18 36.29 Unpacking python3 (3.7.3-1) ...
02:28:26 [2020-12-15T02:28:26.217Z] #18 36.38 Selecting previously unselected package libip4tc0:amd64.
02:28:26 [2020-12-15T02:28:26.217Z] #18 36.40 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.217Z] #18 36.41 Unpacking libip4tc0:amd64 (1.8.2-4) ...
02:28:26 [2020-12-15T02:28:26.217Z] #18 36.50 Selecting previously unselected package libip6tc0:amd64.
02:28:26 [2020-12-15T02:28:26.217Z] #18 ...
02:28:26 [2020-12-15T02:28:26.217Z] 
02:28:26 [2020-12-15T02:28:26.217Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:26 [2020-12-15T02:28:26.217Z] #41 118.1   DEP      criu/eventfd.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 118.4   DEP      criu/crtools.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 118.8   DEP      criu/cr-service.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 119.1   DEP      criu/cr-restore.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 119.5   DEP      criu/cr-errno.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 119.5   DEP      criu/cr-dump.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 119.6   DEP      criu/cr-dedup.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 119.7   DEP      criu/cr-check.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 119.9   DEP      criu/config.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.1   DEP      criu/clone-noasan.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.2   DEP      criu/cgroup.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.4   DEP      criu/cgroup-props.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.5   DEP      criu/bitmap.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.5   DEP      criu/bfd.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.6   DEP      criu/autofs.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.8   DEP      criu/aio.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 120.9   DEP      criu/action-scripts.d
02:28:26 [2020-12-15T02:28:26.217Z] #41 121.2   CC       criu/action-scripts.o
02:28:26 [2020-12-15T02:28:26.217Z] #41 121.7   CC       criu/aio.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 122.2   CC       criu/autofs.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 123.5   CC       criu/bfd.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 124.0   CC       criu/bitmap.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 124.1   CC       criu/cgroup-props.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 124.8   CC       criu/cgroup.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 127.3   CC       criu/clone-noasan.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 127.5   CC       criu/config.o
02:28:26 [2020-12-15T02:28:26.218Z] #41 ...
02:28:26 [2020-12-15T02:28:26.218Z] 
02:28:26 [2020-12-15T02:28:26.218Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:26 [2020-12-15T02:28:26.218Z] #18 36.50 Selecting previously unselected package libip6tc0:amd64.
02:28:26 [2020-12-15T02:28:26.218Z] #18 36.52 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.218Z] #18 36.52 Unpacking libip6tc0:amd64 (1.8.2-4) ...
02:28:26 [2020-12-15T02:28:26.248Z] #41 19.54   PBCC     images/remap-file-path.pb-c.c
02:28:26 [2020-12-15T02:28:26.248Z] #41 19.59   DEP      images/remap-file-path.pb-c.d
02:28:26 [2020-12-15T02:28:26.248Z] #41 19.64   PBCC     images/fifo.pb-c.c
02:28:26 [2020-12-15T02:28:26.248Z] #41 19.67   DEP      images/fifo.pb-c.d
02:28:26 [2020-12-15T02:28:26.248Z] #41 19.72   PBCC     images/ghost-file.pb-c.c
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.61 Selecting previously unselected package libiptc0:amd64.
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.63 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.65 Unpacking libiptc0:amd64 (1.8.2-4) ...
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.72 Selecting previously unselected package libnfnetlink0:amd64.
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.73 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.74 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.79 Selecting previously unselected package libnetfilter-conntrack3:amd64.
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.81 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.477Z] #18 36.82 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
02:28:26 [2020-12-15T02:28:26.508Z] #51 ...
02:28:26 [2020-12-15T02:28:26.508Z] 
02:28:26 [2020-12-15T02:28:26.508Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
02:28:26 [2020-12-15T02:28:26.508Z] #13 DONE 2.7s
02:28:26 [2020-12-15T02:28:26.508Z] 
02:28:26 [2020-12-15T02:28:26.508Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:28:26 [2020-12-15T02:28:26.509Z] #41 19.78   DEP      images/ghost-file.pb-c.d
02:28:26 [2020-12-15T02:28:26.509Z] #41 19.84   PBCC     images/regfile.pb-c.c
02:28:26 [2020-12-15T02:28:26.509Z] #41 19.91   DEP      images/regfile.pb-c.d
02:28:26 [2020-12-15T02:28:26.509Z] #41 19.97   PBCC     images/ns.pb-c.c
02:28:26 [2020-12-15T02:28:26.734Z] #18 36.90 Selecting previously unselected package libnftnl11:amd64.
02:28:26 [2020-12-15T02:28:26.734Z] #18 36.92 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.734Z] #18 36.92 Unpacking libnftnl11:amd64 (1.1.2-2) ...
02:28:26 [2020-12-15T02:28:26.734Z] #18 37.01 Selecting previously unselected package iptables.
02:28:26 [2020-12-15T02:28:26.734Z] #18 37.01 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
02:28:26 [2020-12-15T02:28:26.734Z] #18 37.02 Unpacking iptables (1.8.2-4) ...
02:28:26 [2020-12-15T02:28:26.770Z] #41 20.00   DEP      images/ns.pb-c.d
02:28:26 [2020-12-15T02:28:26.770Z] #41 20.06   PBCC     images/fdinfo.pb-c.c
02:28:26 [2020-12-15T02:28:26.770Z] #41 20.23   DEP      images/fdinfo.pb-c.d
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.52 Setting up libaio1:ppc64el (0.3.112-3) ...
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.52 Setting up libonig5:ppc64el (6.9.1-1) ...
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.53 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ...
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.53 Setting up vim (2:8.1.0875-5) ...
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:28:26 [2020-12-15T02:28:26.826Z] #20 62.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:28:27 [2020-12-15T02:28:27.030Z] #41 20.36   PBCC     images/core-aarch64.pb-c.c
02:28:27 [2020-12-15T02:28:27.030Z] #41 ...
02:28:27 [2020-12-15T02:28:27.030Z] 
02:28:27 [2020-12-15T02:28:27.030Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:27 [2020-12-15T02:28:27.030Z] #11 112.9 Selecting previously unselected package gcc-mingw-w64-base.
02:28:27 [2020-12-15T02:28:27.030Z] #11 112.9 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:28:27 [2020-12-15T02:28:27.030Z] #11 112.9 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:28:27 [2020-12-15T02:28:27.030Z] #11 113.2 Selecting previously unselected package gcc-mingw-w64-x86-64.
02:28:27 [2020-12-15T02:28:27.030Z] #11 113.2 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:28:27 [2020-12-15T02:28:27.030Z] #11 113.2 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:28:27 [2020-12-15T02:28:27.030Z] #11 ...
02:28:27 [2020-12-15T02:28:27.030Z] 
02:28:27 [2020-12-15T02:28:27.030Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:27 [2020-12-15T02:28:27.030Z] #41 20.40   PBCC     images/core-arm.pb-c.c
02:28:27 [2020-12-15T02:28:27.030Z] #41 20.45   PBCC     images/core-ppc64.pb-c.c
02:28:27 [2020-12-15T02:28:27.043Z] #41 27.87   CC       images/core.o
02:28:27 [2020-12-15T02:28:27.135Z] #20 62.62 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:28:27 [2020-12-15T02:28:27.135Z] #20 62.68 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ...
02:28:27 [2020-12-15T02:28:27.135Z] #20 62.68 Setting up thin-provisioning-tools (0.7.6-2.1) ...
02:28:27 [2020-12-15T02:28:27.135Z] #20 62.69 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ...
02:28:27 [2020-12-15T02:28:27.135Z] #20 62.70 Setting up jq (1.5+dfsg-2+b1) ...
02:28:27 [2020-12-15T02:28:27.135Z] #20 62.71 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ...
02:28:27 [2020-12-15T02:28:27.135Z] #20 62.71 Setting up python3.7 (3.7.3-2+deb10u2) ...
02:28:27 [2020-12-15T02:28:27.247Z] #18 37.33 Selecting previously unselected package xxd.
02:28:27 [2020-12-15T02:28:27.247Z] #18 37.33 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
02:28:27 [2020-12-15T02:28:27.247Z] #18 37.35 Unpacking xxd (2:8.1.0875-5) ...
02:28:27 [2020-12-15T02:28:27.247Z] #18 37.45 Selecting previously unselected package vim-common.
02:28:27 [2020-12-15T02:28:27.247Z] #18 37.46 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
02:28:27 [2020-12-15T02:28:27.247Z] #18 37.49 Unpacking vim-common (2:8.1.0875-5) ...
02:28:27 [2020-12-15T02:28:27.291Z] #41 20.59   PBCC     images/core-s390.pb-c.c
02:28:27 [2020-12-15T02:28:27.291Z] #41 20.71   PBCC     images/core-x86.pb-c.c
02:28:27 [2020-12-15T02:28:27.504Z] #18 37.65 Selecting previously unselected package bash-completion.
02:28:27 [2020-12-15T02:28:27.504Z] #18 37.65 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
02:28:27 [2020-12-15T02:28:27.551Z] #41 20.78   PBCC     images/core.pb-c.c
02:28:27 [2020-12-15T02:28:27.551Z] #41 20.94   PBCC     images/inventory.pb-c.c
02:28:27 [2020-12-15T02:28:27.551Z] #41 21.04   DEP      images/core-aarch64.pb-c.d
02:28:27 [2020-12-15T02:28:27.981Z] #41 28.99   CC       images/core-x86.o
02:28:28 [2020-12-15T02:28:28.123Z] #41 21.23   DEP      images/core-arm.pb-c.d
02:28:28 [2020-12-15T02:28:28.123Z] #41 21.34   DEP      images/core-ppc64.pb-c.d
02:28:28 [2020-12-15T02:28:28.123Z] #41 21.40   DEP      images/core-s390.pb-c.d
02:28:28 [2020-12-15T02:28:28.123Z] #41 21.48   DEP      images/core-x86.pb-c.d
02:28:28 [2020-12-15T02:28:28.123Z] #41 21.62   DEP      images/core.pb-c.d
02:28:28 [2020-12-15T02:28:28.383Z] #41 21.73   DEP      images/inventory.pb-c.d
02:28:28 [2020-12-15T02:28:28.383Z] #41 21.84   PBCC     images/cpuinfo.pb-c.c
02:28:28 [2020-12-15T02:28:28.435Z] #14 1.657 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:28:28 [2020-12-15T02:28:28.435Z] #14 DONE 2.0s
02:28:28 [2020-12-15T02:28:28.435Z] 
02:28:28 [2020-12-15T02:28:28.435Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
02:28:28 [2020-12-15T02:28:28.551Z] #41 29.59   CC       images/core-arm.o
02:28:28 [2020-12-15T02:28:28.644Z] #41 21.94   DEP      images/cpuinfo.pb-c.d
02:28:28 [2020-12-15T02:28:28.644Z] #41 22.00   PBCC     images/stats.pb-c.c
02:28:28 [2020-12-15T02:28:28.644Z] #41 22.04   DEP      images/stats.pb-c.d
02:28:28 [2020-12-15T02:28:28.700Z] #15 ...
02:28:28 [2020-12-15T02:28:28.700Z] 
02:28:28 [2020-12-15T02:28:28.700Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:28:28 [2020-12-15T02:28:28.700Z] #30 DONE 123.6s
02:28:28 [2020-12-15T02:28:28.700Z] 
02:28:28 [2020-12-15T02:28:28.700Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:28 [2020-12-15T02:28:28.700Z] #41 43.87   CC       images/autofs.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 44.13   CC       images/macvlan.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 44.45   CC       images/sit.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 44.61   CC       images/memfd.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 44.93   CC       images/timens.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 45.37   LINK     images/built-in.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 45.56   GEN      compel/include/asm
02:28:28 [2020-12-15T02:28:28.700Z] #41 45.63   GEN      compel/include/version.h
02:28:28 [2020-12-15T02:28:28.700Z] #41 45.68 touch .config
02:28:28 [2020-12-15T02:28:28.700Z] #41 45.82   GEN      include/common/config.h
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.03   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.04   GEN      compel/arch/aarch64/plugins/std/syscalls/syscalls.S
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.11   DEP      compel/arch/aarch64/plugins/std/syscalls/syscalls.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.12   DEP      compel/arch/aarch64/plugins/std/parasite-head.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.16   DEP      compel/plugins/std/infect.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.43   DEP      compel/plugins/std/string.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.47   DEP      compel/plugins/std/log.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.57   DEP      compel/plugins/std/fds.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.73   DEP      compel/plugins/std/std.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.84   DEP      compel/plugins/shmem/shmem.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 46.95   DEP      compel/plugins/fds/fds.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 47.25   CC       compel/plugins/std/std.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 47.60   CC       compel/plugins/std/fds.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 48.20   CC       compel/plugins/std/log.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 49.50   CC       compel/plugins/std/string.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 50.62   CC       compel/plugins/std/infect.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.14   CC       compel/arch/aarch64/plugins/std/parasite-head.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.26   CC       compel/arch/aarch64/plugins/std/syscalls/syscalls.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.29   AR       compel/plugins/std.lib.a
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.34   CC       compel/plugins/fds/fds.o
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.70   AR       compel/plugins/fds.lib.a
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.78   HOSTDEP  compel/src/lib/log-host.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.82   HOSTDEP  compel/src/lib/handle-elf-host.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.86   HOSTDEP  compel/arch/aarch64/src/lib/handle-elf-host.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.91   HOSTDEP  compel/src/main-host.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 51.98   DEP      compel/src/lib/ptrace.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.14   DEP      compel/src/lib/infect.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.31   DEP      compel/src/lib/infect-util.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.43   DEP      compel/src/lib/infect-rpc.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.51   DEP      compel/arch/aarch64/src/lib/infect.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.57   DEP      compel/arch/aarch64/src/lib/cpu.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.60   DEP      compel/src/lib/log.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.66   DEP      compel/src/main.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.77   DEP      compel/src/lib/handle-elf.d
02:28:28 [2020-12-15T02:28:28.700Z] #41 52.89   DEP      compel/arch/aarch64/src/lib/handle-elf.d
02:28:29 [2020-12-15T02:28:29.024Z] #41 53.15   CC       compel/src/lib/log.o
02:28:29 [2020-12-15T02:28:29.291Z] #41 53.52   CC       compel/arch/aarch64/src/lib/cpu.o
02:28:29 [2020-12-15T02:28:29.490Z] #41 30.34   CC       images/core-aarch64.o
02:28:29 [2020-12-15T02:28:29.554Z] #41 53.78   CC       compel/arch/aarch64/src/lib/infect.o
02:28:30 [2020-12-15T02:28:30.034Z] #18 40.35 Unpacking bash-completion (1:2.8-6) ...
02:28:30 [2020-12-15T02:28:30.060Z] #41 31.09   CC       images/core-ppc64.o
02:28:30 [2020-12-15T02:28:30.136Z] #41 54.22   CC       compel/src/lib/infect-rpc.o
02:28:30 [2020-12-15T02:28:30.136Z] #41 ...
02:28:30 [2020-12-15T02:28:30.136Z] 
02:28:30 [2020-12-15T02:28:30.136Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:30 [2020-12-15T02:28:30.136Z] #51 8.757 + cd /tmp/tmp.4amsoRDTmG/src/github.com/opencontainers/runc
02:28:30 [2020-12-15T02:28:30.136Z] #51 8.757 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:28:30 [2020-12-15T02:28:30.597Z] #18 40.73 Selecting previously unselected package bzip2.
02:28:30 [2020-12-15T02:28:30.597Z] #18 40.75 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
02:28:30 [2020-12-15T02:28:30.597Z] #18 40.76 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
02:28:30 [2020-12-15T02:28:30.597Z] #18 40.87 Selecting previously unselected package xz-utils.
02:28:30 [2020-12-15T02:28:30.597Z] #18 40.88 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
02:28:30 [2020-12-15T02:28:30.597Z] #18 40.88 Unpacking xz-utils (5.2.4-1) ...
02:28:30 [2020-12-15T02:28:30.714Z] #51 9.335 + '[' -z '' ']'
02:28:30 [2020-12-15T02:28:30.714Z] #51 9.335 + target=static
02:28:30 [2020-12-15T02:28:30.714Z] #51 9.335 + make 'BUILDTAGS=seccomp apparmor selinux ' static
02:28:30 [2020-12-15T02:28:30.726Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.443s	coverage: 14.1% of statements
02:28:30 [2020-12-15T02:28:30.854Z] #18 41.05 Selecting previously unselected package apparmor.
02:28:30 [2020-12-15T02:28:30.854Z] #18 41.05 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
02:28:30 [2020-12-15T02:28:30.854Z] #18 41.12 Unpacking apparmor (2.13.2-10) ...
02:28:31 [2020-12-15T02:28:31.111Z] #18 41.49 Selecting previously unselected package aufs-tools.
02:28:31 [2020-12-15T02:28:31.111Z] #18 41.50 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
02:28:31 [2020-12-15T02:28:31.111Z] #18 41.51 Unpacking aufs-tools (1:4.14+20190211-1) ...
02:28:31 [2020-12-15T02:28:31.291Z] #51 9.788 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 .
02:28:31 [2020-12-15T02:28:31.338Z] #41 24.27 make[1]: Nothing to be done for 'all'.
02:28:31 [2020-12-15T02:28:31.367Z] #18 41.63 Selecting previously unselected package libonig5:amd64.
02:28:31 [2020-12-15T02:28:31.367Z] #18 41.64 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
02:28:31 [2020-12-15T02:28:31.367Z] #18 41.65 Unpacking libonig5:amd64 (6.9.1-1) ...
02:28:31 [2020-12-15T02:28:31.440Z] #41 32.15   CC       images/core-s390.o
02:28:31 [2020-12-15T02:28:31.627Z] #18 41.80 Selecting previously unselected package libjq1:amd64.
02:28:31 [2020-12-15T02:28:31.627Z] #18 41.80 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
02:28:31 [2020-12-15T02:28:31.627Z] #18 41.81 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
02:28:31 [2020-12-15T02:28:31.627Z] #18 41.93 Selecting previously unselected package jq.
02:28:31 [2020-12-15T02:28:31.627Z] #18 41.94 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
02:28:31 [2020-12-15T02:28:31.627Z] #18 41.95 Unpacking jq (1.5+dfsg-2+b1) ...
02:28:31 [2020-12-15T02:28:31.627Z] #18 42.02 Selecting previously unselected package libaio1:amd64.
02:28:31 [2020-12-15T02:28:31.627Z] #18 42.03 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.88 Setting up iptables (1.8.2-4) ...
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.91 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.92 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.93 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.95 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.96 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.97 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:28:31 [2020-12-15T02:28:31.644Z] #20 66.98 Setting up python3 (3.7.3-1) ...
02:28:31 [2020-12-15T02:28:31.868Z] #51 ...
02:28:31 [2020-12-15T02:28:31.868Z] 
02:28:31 [2020-12-15T02:28:31.868Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
02:28:31 [2020-12-15T02:28:31.868Z] #15 DONE 3.4s
02:28:31 [2020-12-15T02:28:31.883Z] #18 42.03 Unpacking libaio1:amd64 (0.3.112-3) ...
02:28:31 [2020-12-15T02:28:31.883Z] #18 42.11 Selecting previously unselected package libgpm2:amd64.
02:28:31 [2020-12-15T02:28:31.883Z] #18 42.12 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
02:28:31 [2020-12-15T02:28:31.883Z] #18 42.13 Unpacking libgpm2:amd64 (1.20.7-5) ...
02:28:31 [2020-12-15T02:28:31.943Z] #20 67.54 Setting up python3-wheel (0.32.3-2) ...
02:28:32 [2020-12-15T02:28:32.133Z] 
02:28:32 [2020-12-15T02:28:32.133Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
02:28:32 [2020-12-15T02:28:32.140Z] #18 42.19 Selecting previously unselected package libicu63:amd64.
02:28:32 [2020-12-15T02:28:32.140Z] #18 42.21 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
02:28:32 [2020-12-15T02:28:32.140Z] #18 42.22 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
02:28:32 [2020-12-15T02:28:32.243Z] ok  	github.com/docker/docker/daemon/config	0.022s	coverage: 81.8% of statements
02:28:32 [2020-12-15T02:28:32.378Z] #41 33.59   CC       images/cpuinfo.o
02:28:32 [2020-12-15T02:28:32.536Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
02:28:32 [2020-12-15T02:28:32.727Z] #41 ...
02:28:32 [2020-12-15T02:28:32.728Z] 
02:28:32 [2020-12-15T02:28:32.728Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:28:32 [2020-12-15T02:28:32.728Z] #54 60.08 Checking out files:  25% (939/3706)   
Checking out files:  26% (964/3706)   
Checking out files:  27% (1001/3706)   
Checking out files:  28% (1038/3706)   
Checking out files:  29% (1075/3706)   
Checking out files:  30% (1112/3706)   
Checking out files:  31% (1149/3706)   
Checking out files:  32% (1186/3706)   
Checking out files:  33% (1223/3706)   
Checking out files:  34% (1261/3706)   
Checking out files:  35% (1298/3706)   
Checking out files:  36% (1335/3706)   
Checking out files:  37% (1372/3706)   
Checking out files:  38% (1409/3706)   
Checking out files:  39% (1446/3706)   
Checking out files:  40% (1483/3706)   
Checking out files:  41% (1520/3706)   
Checking out files:  42% (1557/3706)   
Checking out files:  43% (1594/3706)   
Checking out files:  44% (1631/3706)   
Checking out files:  45% (1668/3706)   
Checking out files:  46% (1705/3706)   
Checking out files:  47% (1742/3706)   
Checking out files:  48% (1779/3706)   
Checking out files:  49% (1816/3706)   
Checking out files:  50% (1853/3706)   
Checking out files:  51% (1891/3706)   
Checking out files:  52% (1928/3706)   
Checking out files:  53% (1965/3706)   
Checking out files:  54% (2002/3706)   
Checking out files:  55% (2039/3706)   
Checking out files:  56% (2076/3706)   
Checking out files:  57% (2113/3706)   
Checking out files:  58% (2150/3706)   
Checking out files:  59% (2187/3706)   
Checking out files:  60% (2224/3706)   
Checking out files:  61% (2261/3706)   
Checking out files:  62% (2298/3706)   
Checking out files:  63% (2335/3706)   
Checking out files:  64% (2372/3706)   
Checking out files:  65% (2409/3706)   
Checking out files:  65% (2410/3706)   
Checking out files:  66% (2446/3706)   
Checking out files:  67% (2484/3706)   
Checking out files:  68% (2521/3706)   
Checking out files:  69% (2558/3706)   
Checking out files:  70% (2595/3706)   
Checking out files:  71% (2632/3706)   
Checking out files:  72% (2669/3706)   
Checking out files:  73% (2706/3706)   
Checking out files:  74% (2743/3706)   
Checking out files:  75% (2780/3706)   
Checking out files:  76% (2817/3706)   
Checking out files:  77% (2854/3706)   
Checking out files:  78% (2891/3706)   
Checking out files:  79% (2928/3706)   
Checking out files:  80% (2965/3706)   
Checking out files:  81% (3002/3706)   
Checking out files:  82% (3039/3706)   
Checking out files:  83% (3076/3706)   
Checking out files:  84% (3114/3706)   
Checking out files:  85% (3151/3706)   
Checking out files:  86% (3188/3706)   
Checking out files:  87% (3225/3706)   
Checking out files:  87% (3261/3706)   
Checking out files:  88% (3262/3706)   
Checking out files:  89% (3299/3706)   
Checking out files:  90% (3336/3706)   
Checking out files:  91% (3373/3706)   
Checking out files:  92% (3410/3706)   
Checking out files:  93% (3447/3706)   
Checking out files:  94% (3484/3706)   
Checking out files:  95% (3521/3706)   
Checking out files:  96% (3558/3706)   
Checking out files:  97% (3595/3706)   
Checking out files:  98% (3632/3706)   
Checking out files:  99% (3669/3706)   
Checking out files: 100% (3706/3706)   
Checking out files: 100% (3706/3706), done.
02:28:32 [2020-12-15T02:28:32.728Z] #54 62.77 + cd /tmp/tmp.4tHM3WH0jT/src/github.com/containerd/containerd
02:28:32 [2020-12-15T02:28:32.728Z] #54 62.77 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b
02:28:33 [2020-12-15T02:28:33.052Z] #20 68.51 Setting up apparmor (2.13.2-10) ...
02:28:33 [2020-12-15T02:28:33.172Z] ok  	github.com/docker/docker/daemon/events	0.055s	coverage: 50.0% of statements
02:28:33 [2020-12-15T02:28:33.318Z] #41 34.41   CC       images/inventory.o
02:28:33 [2020-12-15T02:28:33.670Z] #54 ...
02:28:33 [2020-12-15T02:28:33.670Z] 
02:28:33 [2020-12-15T02:28:33.670Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:33 [2020-12-15T02:28:33.670Z] #49 119.4 golang.org/x/crypto/ssh/terminal
02:28:33 [2020-12-15T02:28:33.670Z] #49 121.5 mvdan.cc/editorconfig
02:28:33 [2020-12-15T02:28:33.670Z] #49 123.2 mvdan.cc/sh/v3/fileutil
02:28:33 [2020-12-15T02:28:33.670Z] #49 123.7 mvdan.cc/sh/v3/syntax
02:28:33 [2020-12-15T02:28:33.807Z] ok  	github.com/docker/docker/daemon/graphdriver	0.003s	coverage: 2.2% of statements
02:28:33 [2020-12-15T02:28:33.887Z] #41 34.93   CC       images/fdinfo.o
02:28:33 [2020-12-15T02:28:33.931Z] #49 ...
02:28:33 [2020-12-15T02:28:33.931Z] 
02:28:33 [2020-12-15T02:28:33.931Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:33 [2020-12-15T02:28:33.931Z] #43 119.9 go/parser
02:28:33 [2020-12-15T02:28:33.931Z] #43 123.4 text/template
02:28:33 [2020-12-15T02:28:33.931Z] #43 125.2 encoding/xml
02:28:34 [2020-12-15T02:28:34.062Z] #16 DONE 1.9s
02:28:34 [2020-12-15T02:28:34.062Z] 
02:28:34 [2020-12-15T02:28:34.062Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:28:34 [2020-12-15T02:28:34.147Z] #41 35.24   CC       images/fown.o
02:28:34 [2020-12-15T02:28:34.192Z] #43 ...
02:28:34 [2020-12-15T02:28:34.192Z] 
02:28:34 [2020-12-15T02:28:34.192Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:34 [2020-12-15T02:28:34.192Z] #41 27.44   CC       images/stats.o
02:28:34 [2020-12-15T02:28:34.410Z] #41 35.63   CC       images/ns.o
02:28:34 [2020-12-15T02:28:34.443Z] ok  	github.com/docker/docker/daemon	12.270s	coverage: 17.2% of statements
02:28:34 [2020-12-15T02:28:34.443Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
02:28:34 [2020-12-15T02:28:34.443Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
02:28:34 [2020-12-15T02:28:34.443Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
02:28:34 [2020-12-15T02:28:34.443Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
02:28:34 [2020-12-15T02:28:34.670Z] #41 35.91   CC       images/regfile.o
02:28:34 [2020-12-15T02:28:34.763Z] #41 28.08   CC       images/core.o
02:28:35 [2020-12-15T02:28:35.155Z] #20 71.03 Setting up xfsprogs (4.20.0-1) ...
02:28:35 [2020-12-15T02:28:35.242Z] #41 36.32   CC       images/ghost-file.o
02:28:35 [2020-12-15T02:28:35.298Z] DEBUG: print all environment variables to check how Jenkins runs this script
02:28:35 [2020-12-15T02:28:35.298Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-5d570cd0\powershellScript.ps1'; exit $LASTEXITCODE;
02:28:35 [2020-12-15T02:28:35.298Z] ----------------------------------------------------------------------------
02:28:35 [2020-12-15T02:28:35.298Z] 
02:28:35 [2020-12-15T02:28:35.298Z] INFO: executeCI.ps1 starting at Tue Dec 15 02:28:33 CUT 2020
02:28:35 [2020-12-15T02:28:35.298Z] 
02:28:35 [2020-12-15T02:28:35.298Z] INFO: Script version 05-Feb-2019 09:03 PDT
02:28:35 [2020-12-15T02:28:35.298Z] INFO: Running git version 2.24.1.windows.2
02:28:35 [2020-12-15T02:28:35.298Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
02:28:35 [2020-12-15T02:28:35.298Z] INFO: Environment variables:
02:28:35 [2020-12-15T02:28:35.298Z] 
02:28:35 [2020-12-15T02:28:35.298Z] Name                           Value                                                                                   
02:28:35 [2020-12-15T02:28:35.298Z] ----                           -----                                                                                   
02:28:35 [2020-12-15T02:28:35.298Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
02:28:35 [2020-12-15T02:28:35.298Z] APPDATA                        C:\windows\system32\config\systemprofile\AppData\Roaming                                
02:28:35 [2020-12-15T02:28:35.298Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
02:28:35 [2020-12-15T02:28:35.298Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9                      
02:28:35 [2020-12-15T02:28:35.298Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9                                                                                  
02:28:35 [2020-12-15T02:28:35.298Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
02:28:35 [2020-12-15T02:28:35.298Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
02:28:35 [2020-12-15T02:28:35.298Z] BRANCH_NAME                    PR-41793                                                                                
02:28:35 [2020-12-15T02:28:35.298Z] BUILD_DISPLAY_NAME             #1                                                                                      
02:28:35 [2020-12-15T02:28:35.298Z] BUILD_ID                       1                                                                                       
02:28:35 [2020-12-15T02:28:35.298Z] BUILD_NUMBER                   1                                                                                       
02:28:35 [2020-12-15T02:28:35.298Z] BUILD_TAG                      jenkins-moby-PR-41793-1                                                                 
02:28:35 [2020-12-15T02:28:35.298Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-41793/1/                              
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_AUTHOR                  tiborvass                                                                               
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_AUTHOR_DISPLAY_NAME     Tibor Vass                                                                              
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_BRANCH                  bump_buildkit_0.8.1                                                                     
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_FORK                    tiborvass/docker                                                                        
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_ID                      41793                                                                                   
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_TARGET                  master                                                                                  
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_TITLE                   Vendor buildkit to v0.8.1                                                               
02:28:35 [2020-12-15T02:28:35.298Z] CHANGE_URL                     https://github.com/moby/moby/pull/41793                                                 
02:28:35 [2020-12-15T02:28:35.298Z] CHECK_CONFIG_COMMIT            78405559cfe5987174aa2cb6463b9b2c1b917255                                                
02:28:35 [2020-12-15T02:28:35.298Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
02:28:35 [2020-12-15T02:28:35.299Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
02:28:35 [2020-12-15T02:28:35.299Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
02:28:35 [2020-12-15T02:28:35.299Z] COMPUTERNAME                   azwin-2-de3d30                                                                          
02:28:35 [2020-12-15T02:28:35.299Z] ComSpec                        C:\windows\system32\cmd.exe                                                             
02:28:35 [2020-12-15T02:28:35.299Z] ConfigSequenceNumber           0                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] DOCKER_BUILDKIT                0                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] DOCKER_DUT_DEBUG               1                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] DOCKER_EXPERIMENTAL            1                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
02:28:35 [2020-12-15T02:28:35.299Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
02:28:35 [2020-12-15T02:28:35.299Z] EXECUTOR_NUMBER                0                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] FQDN                           azwin-2-de3d30.westus.cloudapp.azure.com                                                
02:28:35 [2020-12-15T02:28:35.299Z] GIT_BRANCH                     PR-41793                                                                                
02:28:35 [2020-12-15T02:28:35.299Z] GIT_COMMIT                     a02553670ec7b08c293beb701d0c7c7a2922a85a                                                
02:28:35 [2020-12-15T02:28:35.299Z] GIT_URL                        https://github.com/moby/moby.git                                                        
02:28:35 [2020-12-15T02:28:35.299Z] HUDSON_COOKIE                  0aec9c27-792f-4e30-bee3-96ff69a18cc0                                                    
02:28:35 [2020-12-15T02:28:35.299Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
02:28:35 [2020-12-15T02:28:35.299Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
02:28:35 [2020-12-15T02:28:35.299Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
02:28:35 [2020-12-15T02:28:35.299Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.265-1.b01.ojdkbuild.windows.x86_64                          
02:28:35 [2020-12-15T02:28:35.299Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
02:28:35 [2020-12-15T02:28:35.299Z] JENKINS_NODE_COOKIE            9404ba11-2bc2-4b48-83f2-869793b9dff7                                                    
02:28:35 [2020-12-15T02:28:35.299Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
02:28:35 [2020-12-15T02:28:35.299Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
02:28:35 [2020-12-15T02:28:35.299Z] JOB_BASE_NAME                  PR-41793                                                                                
02:28:35 [2020-12-15T02:28:35.299Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41793/display/redirect                
02:28:35 [2020-12-15T02:28:35.299Z] JOB_NAME                       moby/PR-41793                                                                           
02:28:35 [2020-12-15T02:28:35.299Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-41793/                                
02:28:35 [2020-12-15T02:28:35.299Z] library.jps.version            master                                                                                  
02:28:35 [2020-12-15T02:28:35.299Z] LOCALAPPDATA                   C:\windows\system32\config\systemprofile\AppData\Local                                  
02:28:35 [2020-12-15T02:28:35.299Z] NODE_LABELS                    amd64 azure azwin-2-de3d30 azwin-2019 docker west-us windows windows-2019 x86_64        
02:28:35 [2020-12-15T02:28:35.299Z] NODE_NAME                      azwin-2-de3d30                                                                          
02:28:35 [2020-12-15T02:28:35.299Z] NUMBER_OF_PROCESSORS           4                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] OS                             Windows_NT                                                                              
02:28:35 [2020-12-15T02:28:35.299Z] Path                           C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo...
02:28:35 [2020-12-15T02:28:35.299Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
02:28:35 [2020-12-15T02:28:35.299Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
02:28:35 [2020-12-15T02:28:35.299Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 85 Stepping 4, GenuineIntel                                      
02:28:35 [2020-12-15T02:28:35.299Z] PROCESSOR_LEVEL                6                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] PROCESSOR_REVISION             5504                                                                                    
02:28:35 [2020-12-15T02:28:35.299Z] ProgramData                    C:\ProgramData                                                                          
02:28:35 [2020-12-15T02:28:35.299Z] ProgramFiles                   C:\Program Files                                                                        
02:28:35 [2020-12-15T02:28:35.299Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
02:28:35 [2020-12-15T02:28:35.299Z] ProgramW6432                   C:\Program Files                                                                        
02:28:35 [2020-12-15T02:28:35.299Z] PROMPT                         $P$G                                                                                    
02:28:35 [2020-12-15T02:28:35.299Z] PSExecutionPolicyPreference    Bypass                                                                                  
02:28:35 [2020-12-15T02:28:35.299Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste...
02:28:35 [2020-12-15T02:28:35.299Z] PUBLIC                         C:\Users\Public                                                                         
02:28:35 [2020-12-15T02:28:35.299Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-41793/1/display/redirect?page=artif...
02:28:35 [2020-12-15T02:28:35.299Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-41793/1/display/redirect?page=changes 
02:28:35 [2020-12-15T02:28:35.299Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-41793/1/display/redirect              
02:28:35 [2020-12-15T02:28:35.299Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-41793/1/display/redirect?page=tests   
02:28:35 [2020-12-15T02:28:35.299Z] SKIP_VALIDATION_TESTS          1                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] SOURCES_DRIVE                  d                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] SOURCES_SUBDIR                 gopath                                                                                  
02:28:35 [2020-12-15T02:28:35.299Z] STAGE_NAME                     Run tests                                                                               
02:28:35 [2020-12-15T02:28:35.299Z] SystemDrive                    C:                                                                                      
02:28:35 [2020-12-15T02:28:35.299Z] SystemRoot                     C:\windows                                                                              
02:28:35 [2020-12-15T02:28:35.299Z] TEMP                           C:\windows\TEMP                                                                         
02:28:35 [2020-12-15T02:28:35.299Z] TESTDEBUG                      0                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] TESTRUN_DRIVE                  d                                                                                       
02:28:35 [2020-12-15T02:28:35.299Z] TESTRUN_SUBDIR                 CI                                                                                      
02:28:35 [2020-12-15T02:28:35.299Z] TIMEOUT                        120m                                                                                    
02:28:35 [2020-12-15T02:28:35.299Z] TMP                            C:\windows\TEMP                                                                         
02:28:35 [2020-12-15T02:28:35.299Z] USERDOMAIN                     WORKGROUP                                                                               
02:28:35 [2020-12-15T02:28:35.299Z] USERNAME                       azwin-2-de3d30$                                                                         
02:28:35 [2020-12-15T02:28:35.299Z] USERPROFILE                    C:\windows\system32\config\systemprofile                                                
02:28:35 [2020-12-15T02:28:35.299Z] windir                         C:\windows                                                                              
02:28:35 [2020-12-15T02:28:35.299Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
02:28:35 [2020-12-15T02:28:35.299Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
02:28:35 [2020-12-15T02:28:35.299Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
02:28:35 [2020-12-15T02:28:35.299Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
02:28:35 [2020-12-15T02:28:35.299Z] 
02:28:35 [2020-12-15T02:28:35.299Z] 
02:28:35 [2020-12-15T02:28:35.299Z] 
02:28:35 [2020-12-15T02:28:35.454Z] #20 71.04 Setting up python3-lib2to3 (3.7.3-1) ...
02:28:35 [2020-12-15T02:28:35.707Z] #41 29.11   CC       images/core-x86.o
02:28:35 [2020-12-15T02:28:35.760Z] INFO: Sources under d:\gopath\...
02:28:35 [2020-12-15T02:28:35.760Z] INFO: Test run under d:\CI\...
02:28:35 [2020-12-15T02:28:35.760Z] INFO: Running in D:\gopath\src\github.com\docker\docker
02:28:35 [2020-12-15T02:28:35.760Z] INFO: docker/docker repository was found
02:28:35 [2020-12-15T02:28:35.760Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
02:28:35 [2020-12-15T02:28:35.828Z] #41 36.71   CC       images/fifo.o
02:28:35 [2020-12-15T02:28:35.828Z] #41 ...
02:28:35 [2020-12-15T02:28:35.828Z] 
02:28:35 [2020-12-15T02:28:35.828Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:35 [2020-12-15T02:28:35.828Z] #49 134.8 mvdan.cc/sh/v3/cmd/shfmt
02:28:35 [2020-12-15T02:28:35.828Z] #49 DONE 143.3s
02:28:35 [2020-12-15T02:28:35.828Z] 
02:28:35 [2020-12-15T02:28:35.828Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:35 [2020-12-15T02:28:35.828Z] #41 36.97   CC       images/remap-file-path.o
02:28:35 [2020-12-15T02:28:35.828Z] #41 ...
02:28:35 [2020-12-15T02:28:35.828Z] 
02:28:35 [2020-12-15T02:28:35.828Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:35 [2020-12-15T02:28:35.828Z] #43 134.5 github.com/LK4D4/vndr/build
02:28:35 [2020-12-15T02:28:35.828Z] #43 136.7 github.com/LK4D4/vndr/versioned
02:28:35 [2020-12-15T02:28:35.828Z] #43 136.9 compress/flate
02:28:35 [2020-12-15T02:28:35.828Z] #43 139.1 hash/crc32
02:28:35 [2020-12-15T02:28:35.828Z] #43 140.4 compress/gzip
02:28:35 [2020-12-15T02:28:35.828Z] #43 140.5 net
02:28:35 [2020-12-15T02:28:35.828Z] #43 141.6 vendor/golang.org/x/text/transform
02:28:35 [2020-12-15T02:28:35.828Z] #43 142.6 vendor/golang.org/x/text/unicode/bidi
02:28:35 [2020-12-15T02:28:35.957Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.003s	coverage: 2.9% of statements
02:28:36 [2020-12-15T02:28:36.088Z] #43 ...
02:28:36 [2020-12-15T02:28:36.088Z] 
02:28:36 [2020-12-15T02:28:36.088Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:36 [2020-12-15T02:28:36.088Z] #41 37.33   CC       images/eventfd.o
02:28:36 [2020-12-15T02:28:36.104Z] #20 71.75 Setting up python3-pkg-resources (40.8.0-1) ...
02:28:36 [2020-12-15T02:28:36.219Z] ltsc2019: Pulling from windows/servercore
02:28:36 [2020-12-15T02:28:36.312Z] #18 45.94 Selecting previously unselected package libnet1:amd64.
02:28:36 [2020-12-15T02:28:36.312Z] #18 45.94 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 45.95 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.05 Selecting previously unselected package libnl-3-200:amd64.
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.06 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.07 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.16 Selecting previously unselected package libprotobuf-c1:amd64.
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.17 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.18 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.24 Selecting previously unselected package libreadline5:amd64.
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.25 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.26 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.36 Selecting previously unselected package net-tools.
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.37 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.39 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.54 Selecting previously unselected package python-pip-whl.
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.56 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
02:28:36 [2020-12-15T02:28:36.312Z] #18 46.56 Unpacking python-pip-whl (18.1-5) ...
02:28:36 [2020-12-15T02:28:36.348Z] #41 ...
02:28:36 [2020-12-15T02:28:36.348Z] 
02:28:36 [2020-12-15T02:28:36.348Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:28:36 [2020-12-15T02:28:36.348Z] #54 65.01 + bin/ctr
02:28:36 [2020-12-15T02:28:36.402Z] #20 ...
02:28:36 [2020-12-15T02:28:36.402Z] 
02:28:36 [2020-12-15T02:28:36.402Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:36 [2020-12-15T02:28:36.402Z] #45 180.1 github.com/LK4D4/vndr/godl
02:28:36 [2020-12-15T02:28:36.402Z] #45 181.2 github.com/LK4D4/vndr
02:28:36 [2020-12-15T02:28:36.402Z] #45 ...
02:28:36 [2020-12-15T02:28:36.402Z] 
02:28:36 [2020-12-15T02:28:36.402Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:36 [2020-12-15T02:28:36.402Z] #43 114.9   CC       criu/cr-dedup.o
02:28:36 [2020-12-15T02:28:36.402Z] #43 115.5   CC       criu/cr-dump.o
02:28:36 [2020-12-15T02:28:36.402Z] #43 119.4   CC       criu/cr-errno.o
02:28:36 [2020-12-15T02:28:36.402Z] #43 119.6   CC       criu/cr-restore.o
02:28:36 [2020-12-15T02:28:36.592Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.199s	coverage: 56.2% of statements
02:28:36 [2020-12-15T02:28:36.608Z] #54 ...
02:28:36 [2020-12-15T02:28:36.608Z] 
02:28:36 [2020-12-15T02:28:36.608Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:36 [2020-12-15T02:28:36.608Z] #41 37.67   CC       images/eventpoll.o
02:28:36 [2020-12-15T02:28:36.649Z] #41 29.91   CC       images/core-arm.o
02:28:36 [2020-12-15T02:28:36.678Z] 4612f6d0b889: Pulling fs layer
02:28:36 [2020-12-15T02:28:36.679Z] aa4f58cd6da1: Pulling fs layer
02:28:36 [2020-12-15T02:28:36.875Z] #18 47.13 Selecting previously unselected package python3-lib2to3.
02:28:36 [2020-12-15T02:28:36.875Z] #18 47.14 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
02:28:36 [2020-12-15T02:28:36.875Z] #18 47.14 Unpacking python3-lib2to3 (3.7.3-1) ...
02:28:36 [2020-12-15T02:28:36.875Z] #18 ...
02:28:36 [2020-12-15T02:28:36.875Z] 
02:28:36 [2020-12-15T02:28:36.875Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:36 [2020-12-15T02:28:36.875Z] #41 128.8   CC       criu/cr-check.o
02:28:36 [2020-12-15T02:28:36.875Z] #41 130.4   CC       criu/cr-dedup.o
02:28:36 [2020-12-15T02:28:36.875Z] #41 130.8   CC       criu/cr-dump.o
02:28:36 [2020-12-15T02:28:36.875Z] #41 133.1   CC       criu/cr-errno.o
02:28:36 [2020-12-15T02:28:36.875Z] #41 133.2   CC       criu/cr-restore.o
02:28:36 [2020-12-15T02:28:36.875Z] #41 137.5   CC       criu/cr-service.o
02:28:36 [2020-12-15T02:28:36.875Z] #41 138.9   CC       criu/crtools.o
02:28:37 [2020-12-15T02:28:37.132Z] #41 ...
02:28:37 [2020-12-15T02:28:37.132Z] 
02:28:37 [2020-12-15T02:28:37.132Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:37 [2020-12-15T02:28:37.132Z] #18 47.27 Selecting previously unselected package python3-distutils.
02:28:37 [2020-12-15T02:28:37.132Z] #18 47.28 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
02:28:37 [2020-12-15T02:28:37.132Z] #18 47.29 Unpacking python3-distutils (3.7.3-1) ...
02:28:37 [2020-12-15T02:28:37.132Z] #18 47.41 Selecting previously unselected package python3-pip.
02:28:37 [2020-12-15T02:28:37.132Z] #18 47.42 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
02:28:37 [2020-12-15T02:28:37.132Z] #18 47.43 Unpacking python3-pip (18.1-5) ...
02:28:37 [2020-12-15T02:28:37.132Z] #18 47.55 Selecting previously unselected package python3-pkg-resources.
02:28:37 [2020-12-15T02:28:37.180Z] #41 38.33   CC       images/fh.o
02:28:37 [2020-12-15T02:28:37.221Z] #41 30.62   CC       images/core-aarch64.o
02:28:37 [2020-12-15T02:28:37.388Z] #18 47.56 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
02:28:37 [2020-12-15T02:28:37.388Z] #18 47.57 Unpacking python3-pkg-resources (40.8.0-1) ...
02:28:37 [2020-12-15T02:28:37.462Z] #43 ...
02:28:37 [2020-12-15T02:28:37.462Z] 
02:28:37 [2020-12-15T02:28:37.462Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:37 [2020-12-15T02:28:37.462Z] #20 73.07 Setting up python3-distutils (3.7.3-1) ...
02:28:37 [2020-12-15T02:28:37.559Z] #22 128.8 Checking out files:  19% (2152/11126)   
Checking out files:  20% (2226/11126)   
Checking out files:  21% (2337/11126)   
Checking out files:  22% (2448/11126)   
Checking out files:  23% (2559/11126)   
Checking out files:  24% (2671/11126)   
Checking out files:  25% (2782/11126)   
Checking out files:  26% (2893/11126)   
Checking out files:  27% (3005/11126)   
Checking out files:  28% (3116/11126)   
Checking out files:  29% (3227/11126)   
Checking out files:  30% (3338/11126)   
Checking out files:  31% (3450/11126)   
Checking out files:  32% (3561/11126)   
Checking out files:  33% (3672/11126)   
Checking out files:  34% (3783/11126)   
Checking out files:  34% (3884/11126)   
Checking out files:  35% (3895/11126)   
Checking out files:  36% (4006/11126)   
Checking out files:  37% (4117/11126)   
Checking out files:  38% (4228/11126)   
Checking out files:  39% (4340/11126)   
Checking out files:  40% (4451/11126)   
Checking out files:  41% (4562/11126)   
Checking out files:  42% (4673/11126)   
Checking out files:  43% (4785/11126)   
Checking out files:  44% (4896/11126)   
Checking out files:  45% (5007/11126)   
Checking out files:  46% (5118/11126)   
Checking out files:  47% (5230/11126)   
Checking out files:  48% (5341/11126)   
Checking out files:  49% (5452/11126)   
Checking out files:  50% (5563/11126)   
Checking out files:  51% (5675/11126)   
Checking out files:  52% (5786/11126)   
Checking out files:  52% (5850/11126)   
Checking out files:  53% (5897/11126)   
Checking out files:  54% (6009/11126)   
Checking out files:  55% (6120/11126)   
Checking out files:  56% (6231/11126)   
Checking out files:  57% (6342/11126)   
Checking out files:  58% (6454/11126)   
Checking out files:  59% (6565/11126)   
Checking out files:  60% (6676/11126)   
Checking out files:  61% (6787/11126)   
Checking out files:  62% (6899/11126)   
Checking out files:  63% (7010/11126)   
Checking out files:  64% (7121/11126)   
Checking out files:  65% (7232/11126)   
Checking out files:  66% (7344/11126)   
Checking out files:  67% (7455/11126)   
Checking out files:  68% (7566/11126)   
Checking out files:  69% (7677/11126)   
Checking out files:  70% (7789/11126)   
Checking out files:  71% (7900/11126)   
Checking out files:  72% (8011/11126)   
Checking out files:  73% (8122/11126)   
Checking out files:  74% (8234/11126)   
Checking out files:  74% (8298/11126)   
Checking out files:  75% (8345/11126)   
Checking out files:  76% (8456/11126)   
Checking out files:  77% (8568/11126)   
Checking out files:  78% (8679/11126)   
Checking out files:  79% (8790/11126)   
Checking out files:  80% (8901/11126)   
Checking out files:  81% (9013/11126)   
Checking out files:  82% (9124/11126)   
Checking out files:  83% (9235/11126)   
Checking out files:  84% (9346/11126)   
Checking out files:  85% (9458/11126)   
Checking out files:  86% (9569/11126)   
Checking out files:  87% (9680/11126)   
Checking out files:  88% (9791/11126)   
Checking out files:  89% (9903/11126)   
Checking out files:  90% (10014/11126)   
Checking out files:  91% (10125/11126)   
Checking out files:  92% (10236/11126)   
Checking out files:  93% (10348/11126)   
Checking out files:  94% (10459/11126)   
Checking out files:  95% (10570/11126)   
02:28:37 [2020-12-15T02:28:37.559Z] #22 ...
02:28:37 [2020-12-15T02:28:37.559Z] 
02:28:37 [2020-12-15T02:28:37.559Z] #17 [dev-systemd-false  6/26] RUN ldconfig
02:28:37 [2020-12-15T02:28:37.559Z] #17 DONE 3.8s
02:28:37 [2020-12-15T02:28:37.559Z] 
02:28:37 [2020-12-15T02:28:37.559Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:28:37 [2020-12-15T02:28:37.644Z] #18 47.69 Selecting previously unselected package python3-setuptools.
02:28:37 [2020-12-15T02:28:37.644Z] #18 47.70 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
02:28:37 [2020-12-15T02:28:37.644Z] #18 47.71 Unpacking python3-setuptools (40.8.0-1) ...
02:28:37 [2020-12-15T02:28:37.644Z] #18 47.91 Selecting previously unselected package python3-wheel.
02:28:37 [2020-12-15T02:28:37.644Z] #18 47.92 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
02:28:37 [2020-12-15T02:28:37.750Z] #41 38.79   CC       images/fsnotify.o
02:28:37 [2020-12-15T02:28:37.822Z] #22 128.8 Checking out files:  19% (2152/11126)   
Checking out files:  20% (2226/11126)   
Checking out files:  21% (2337/11126)   
Checking out files:  22% (2448/11126)   
Checking out files:  23% (2559/11126)   
Checking out files:  24% (2671/11126)   
Checking out files:  25% (2782/11126)   
Checking out files:  26% (2893/11126)   
Checking out files:  27% (3005/11126)   
Checking out files:  28% (3116/11126)   
Checking out files:  29% (3227/11126)   
Checking out files:  30% (3338/11126)   
Checking out files:  31% (3450/11126)   
Checking out files:  32% (3561/11126)   
Checking out files:  33% (3672/11126)   
Checking out files:  34% (3783/11126)   
Checking out files:  34% (3884/11126)   
Checking out files:  35% (3895/11126)   
Checking out files:  36% (4006/11126)   
Checking out files:  37% (4117/11126)   
Checking out files:  38% (4228/11126)   
Checking out files:  39% (4340/11126)   
Checking out files:  40% (4451/11126)   
Checking out files:  41% (4562/11126)   
Checking out files:  42% (4673/11126)   
Checking out files:  43% (4785/11126)   
Checking out files:  44% (4896/11126)   
Checking out files:  45% (5007/11126)   
Checking out files:  46% (5118/11126)   
Checking out files:  47% (5230/11126)   
Checking out files:  48% (5341/11126)   
Checking out files:  49% (5452/11126)   
Checking out files:  50% (5563/11126)   
Checking out files:  51% (5675/11126)   
Checking out files:  52% (5786/11126)   
Checking out files:  52% (5850/11126)   
Checking out files:  53% (5897/11126)   
Checking out files:  54% (6009/11126)   
Checking out files:  55% (6120/11126)   
Checking out files:  56% (6231/11126)   
Checking out files:  57% (6342/11126)   
Checking out files:  58% (6454/11126)   
Checking out files:  59% (6565/11126)   
Checking out files:  60% (6676/11126)   
Checking out files:  61% (6787/11126)   
Checking out files:  62% (6899/11126)   
Checking out files:  63% (7010/11126)   
Checking out files:  64% (7121/11126)   
Checking out files:  65% (7232/11126)   
Checking out files:  66% (7344/11126)   
Checking out files:  67% (7455/11126)   
Checking out files:  68% (7566/11126)   
Checking out files:  69% (7677/11126)   
Checking out files:  70% (7789/11126)   
Checking out files:  71% (7900/11126)   
Checking out files:  72% (8011/11126)   
Checking out files:  73% (8122/11126)   
Checking out files:  74% (8234/11126)   
Checking out files:  74% (8298/11126)   
Checking out files:  75% (8345/11126)   
Checking out files:  76% (8456/11126)   
Checking out files:  77% (8568/11126)   
Checking out files:  78% (8679/11126)   
Checking out files:  79% (8790/11126)   
Checking out files:  80% (8901/11126)   
Checking out files:  81% (9013/11126)   
Checking out files:  82% (9124/11126)   
Checking out files:  83% (9235/11126)   
Checking out files:  84% (9346/11126)   
Checking out files:  85% (9458/11126)   
Checking out files:  86% (9569/11126)   
Checking out files:  87% (9680/11126)   
Checking out files:  88% (9791/11126)   
Checking out files:  89% (9903/11126)   
Checking out files:  90% (10014/11126)   
Checking out files:  91% (10125/11126)   
Checking out files:  92% (10236/11126)   
Checking out files:  93% (10348/11126)   
Checking out files:  94% (10459/11126)   
Checking out files:  95% (10570/11126)   
Checking out files:  96% (10681/11126)   
Checking out files:  97% (10793/11126)   
Checking out files:  97% (10837/11126)   
Checking out files:  98% (10904/11126)   
Checking out files:  99% (11015/11126)   
Checking out files: 100% (11126/11126)   
Checking out files: 100% (11126/11126), done.
02:28:37 [2020-12-15T02:28:37.823Z] #22 133.1 + cd /tmp/tmp.ZG38VbrIg6/tmp/docker-ce
02:28:37 [2020-12-15T02:28:37.823Z] #22 133.1 + git checkout -q v17.06.2-ce
02:28:37 [2020-12-15T02:28:37.901Z] #18 47.94 Unpacking python3-wheel (0.32.3-2) ...
02:28:37 [2020-12-15T02:28:37.901Z] #18 48.01 Selecting previously unselected package sudo.
02:28:37 [2020-12-15T02:28:37.901Z] #18 48.02 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
02:28:37 [2020-12-15T02:28:37.901Z] #18 48.03 Unpacking sudo (1.8.27-1+deb10u2) ...
02:28:38 [2020-12-15T02:28:38.109Z] #20 ...
02:28:38 [2020-12-15T02:28:38.109Z] 
02:28:38 [2020-12-15T02:28:38.109Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:38 [2020-12-15T02:28:38.109Z] #45 DONE 191.7s
02:28:38 [2020-12-15T02:28:38.109Z] 
02:28:38 [2020-12-15T02:28:38.109Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:28:38 [2020-12-15T02:28:38.109Z] #32 ...
02:28:38 [2020-12-15T02:28:38.109Z] 
02:28:38 [2020-12-15T02:28:38.109Z] #20 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:38 [2020-12-15T02:28:38.109Z] #20 73.92 Setting up python3-setuptools (40.8.0-1) ...
02:28:38 [2020-12-15T02:28:38.164Z] #41 31.19   CC       images/core-ppc64.o
02:28:38 [2020-12-15T02:28:38.463Z] #18 48.54 Selecting previously unselected package thin-provisioning-tools.
02:28:38 [2020-12-15T02:28:38.464Z] #18 48.54 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
02:28:38 [2020-12-15T02:28:38.464Z] #18 48.54 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
02:28:38 [2020-12-15T02:28:38.695Z] #41 39.71   CC       images/signalfd.o
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.77 Selecting previously unselected package uidmap.
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.79 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.80 Unpacking uidmap (1:4.5-1.1) ...
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.91 Selecting previously unselected package vim-runtime.
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.92 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.97 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.99 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
02:28:38 [2020-12-15T02:28:38.720Z] #18 48.99 Unpacking vim-runtime (2:8.1.0875-5) ...
02:28:39 [2020-12-15T02:28:39.106Z] #41 32.39   CC       images/core-s390.o
02:28:39 [2020-12-15T02:28:39.264Z] #41 40.12   CC       images/fs.o
02:28:39 [2020-12-15T02:28:39.264Z] #41 40.39   CC       images/pstree.o
02:28:39 [2020-12-15T02:28:39.834Z] #41 40.71   CC       images/pipe.o
02:28:40 [2020-12-15T02:28:40.050Z] #41 33.36   CC       images/cpuinfo.o
02:28:40 [2020-12-15T02:28:40.093Z] #41 41.01   CC       images/tcp-stream.o
02:28:40 [2020-12-15T02:28:40.244Z] #20 75.74 Setting up python3-pip (18.1-5) ...
02:28:40 [2020-12-15T02:28:40.414Z] #41 41.36   CC       images/sk-packet.o
02:28:40 [2020-12-15T02:28:40.637Z] #41 33.97   CC       images/inventory.o
02:28:40 [2020-12-15T02:28:40.689Z] #41 41.74   CC       images/mnt.o
02:28:40 [2020-12-15T02:28:40.957Z] #41 42.01   CC       images/pipe-data.o
02:28:41 [2020-12-15T02:28:41.060Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.416s	coverage: 46.2% of statements
02:28:41 [2020-12-15T02:28:41.147Z] #22 135.8 + mkdir -p /tmp/tmp.ZG38VbrIg6/src/github.com/docker
02:28:41 [2020-12-15T02:28:41.147Z] #22 ...
02:28:41 [2020-12-15T02:28:41.147Z] 
02:28:41 [2020-12-15T02:28:41.147Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:41 [2020-12-15T02:28:41.147Z] #41 54.67   CC       compel/src/lib/infect-util.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 54.97   CC       compel/src/lib/infect.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 57.47   CC       compel/src/lib/ptrace.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 57.85   AR       compel/libcompel.a
02:28:41 [2020-12-15T02:28:41.147Z] #41 57.91   HOSTCC   compel/src/main-host.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 58.24   HOSTCC   compel/arch/aarch64/src/lib/handle-elf-host.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 58.37   HOSTCC   compel/src/lib/handle-elf-host.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 58.75   HOSTCC   compel/src/lib/log-host.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 58.95   HOSTLINK compel/compel-host-bin
02:28:41 [2020-12-15T02:28:41.147Z] #41 59.16   DEP      soccr/soccr.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 59.35   CC       soccr/soccr.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 60.79   AR       soccr/libsoccr.a
02:28:41 [2020-12-15T02:28:41.147Z] #41 60.89 make[1]: 'soccr/libsoccr.a' is up to date.
02:28:41 [2020-12-15T02:28:41.147Z] #41 61.38   DEP      criu/arch/aarch64/sigframe.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 61.54   DEP      criu/arch/aarch64/crtools.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 61.80   DEP      criu/arch/aarch64/cpu.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 61.86   DEP      criu/arch/aarch64/bitops.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 61.95   CC       criu/arch/aarch64/bitops.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 62.05   CC       criu/arch/aarch64/cpu.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 62.23   CC       criu/arch/aarch64/crtools.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 62.86   CC       criu/arch/aarch64/sigframe.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 63.06   LINK     criu/arch/aarch64/crtools.built-in.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 63.13   DEP      criu/pie/util-vdso.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 63.25   DEP      criu/pie/util.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 63.50   CC       criu/pie/util.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 63.81   CC       criu/pie/util-vdso.o
02:28:41 [2020-12-15T02:28:41.147Z] #41 64.42   AR       criu/pie/pie.lib.a
02:28:41 [2020-12-15T02:28:41.147Z] #41 64.50   DEP      criu/pie/restorer.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 64.71   DEP      criu/arch/aarch64/intraprocedure.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 64.73   DEP      criu/arch/aarch64/restorer.d
02:28:41 [2020-12-15T02:28:41.147Z] #41 ...
02:28:41 [2020-12-15T02:28:41.147Z] 
02:28:41 [2020-12-15T02:28:41.147Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:28:41 [2020-12-15T02:28:41.147Z] #22 135.8 + mv components/cli /tmp/tmp.ZG38VbrIg6/src/github.com/docker/cli
02:28:41 [2020-12-15T02:28:41.147Z] #22 135.8 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
02:28:41 [2020-12-15T02:28:41.186Z] #20 76.75 Processing triggers for libc-bin (2.28-10) ...
02:28:41 [2020-12-15T02:28:41.186Z] #20 76.80 Processing triggers for mime-support (3.62) ...
02:28:41 [2020-12-15T02:28:41.208Z] #41 34.48   CC       images/fdinfo.o
02:28:41 [2020-12-15T02:28:41.218Z] #41 42.25   CC       images/sa.o
02:28:41 [2020-12-15T02:28:41.482Z] #20 DONE 77.1s
02:28:41 [2020-12-15T02:28:41.482Z] 
02:28:41 [2020-12-15T02:28:41.482Z] #21 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
02:28:41 [2020-12-15T02:28:41.778Z] #21 0.383 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:28:41 [2020-12-15T02:28:41.778Z] #21 0.391 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:28:41 [2020-12-15T02:28:41.778Z] #21 0.399 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:28:41 [2020-12-15T02:28:41.778Z] #21 DONE 0.5s
02:28:41 [2020-12-15T02:28:41.778Z] 
02:28:41 [2020-12-15T02:28:41.778Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:41 [2020-12-15T02:28:41.778Z] #43 127.4   CC       criu/cr-service.o
02:28:41 [2020-12-15T02:28:41.819Z] #41 42.62   CC       images/timer.o
02:28:42 [2020-12-15T02:28:42.033Z] #18 52.05 Selecting previously unselected package vim.
02:28:42 [2020-12-15T02:28:42.033Z] #18 52.06 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
02:28:42 [2020-12-15T02:28:42.033Z] #18 52.08 Unpacking vim (2:8.1.0875-5) ...
02:28:42 [2020-12-15T02:28:42.075Z] #43 130.1   CC       criu/crtools.o
02:28:42 [2020-12-15T02:28:42.105Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.003s	coverage: 1.8% of statements
02:28:42 [2020-12-15T02:28:42.151Z] #41 35.27   CC       images/fown.o
02:28:42 [2020-12-15T02:28:42.393Z] #41 43.23   CC       images/timerfd.o
02:28:42 [2020-12-15T02:28:42.393Z] #41 43.63   CC       images/mm.o
02:28:42 [2020-12-15T02:28:42.412Z] #41 35.63   CC       images/ns.o
02:28:42 [2020-12-15T02:28:42.547Z] #18 52.64 Selecting previously unselected package xfsprogs.
02:28:42 [2020-12-15T02:28:42.547Z] #18 52.65 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
02:28:42 [2020-12-15T02:28:42.547Z] #18 52.66 Unpacking xfsprogs (4.20.0-1) ...
02:28:42 [2020-12-15T02:28:42.673Z] #41 36.07   CC       images/regfile.o
02:28:42 [2020-12-15T02:28:42.716Z] #43 130.8   CC       criu/eventfd.o
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.11 Selecting previously unselected package zip.
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.12 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.13 Unpacking zip (3.0-11+b1) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.36 Setting up aufs-tools (1:4.14+20190211-1) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.38 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.39 Setting up libip6tc0:amd64 (1.8.2-4) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.40 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.42 Setting up libgpm2:amd64 (1.20.7-5) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.43 Setting up libip4tc0:amd64 (1.8.2-4) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.44 Setting up uidmap (1:4.5-1.1) ...
02:28:43 [2020-12-15T02:28:43.110Z] #18 53.46 Setting up libnftnl11:amd64 (1.1.2-2) ...
02:28:43 [2020-12-15T02:28:43.244Z] #41 36.48   CC       images/ghost-file.o
02:28:43 [2020-12-15T02:28:43.329Z] #41 44.11   CC       images/sk-opts.o
02:28:43 [2020-12-15T02:28:43.329Z] #41 44.34   CC       images/sk-unix.o
02:28:43 [2020-12-15T02:28:43.361Z] #43 131.3   CC       criu/eventpoll.o
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.47 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.48 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.49 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.50 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.51 Setting up xxd (2:8.1.0875-5) ...
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.52 Setting up zip (3.0-11+b1) ...
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.54 Setting up vim-common (2:8.1.0875-5) ...
02:28:43 [2020-12-15T02:28:43.366Z] #18 53.63 Setting up bash-completion (1:2.8-6) ...
02:28:43 [2020-12-15T02:28:43.817Z] #41 36.97   CC       images/fifo.o
02:28:43 [2020-12-15T02:28:43.897Z] #41 44.88   CC       images/sk-inet.o
02:28:43 [2020-12-15T02:28:43.897Z] #41 ...
02:28:43 [2020-12-15T02:28:43.897Z] 
02:28:43 [2020-12-15T02:28:43.897Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:28:43 [2020-12-15T02:28:43.897Z] #56 151.3 + for f in rootlesskit rootlesskit-docker-proxy
02:28:43 [2020-12-15T02:28:43.897Z] #56 151.3 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
02:28:44 [2020-12-15T02:28:44.082Z] #41 37.29   CC       images/remap-file-path.o
02:28:44 [2020-12-15T02:28:44.349Z] #41 37.55   CC       images/eventfd.o
02:28:44 [2020-12-15T02:28:44.349Z] #41 ...
02:28:44 [2020-12-15T02:28:44.349Z] 
02:28:44 [2020-12-15T02:28:44.349Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.40 + export 'BUILDTAGS=netgo osusergo static_build'
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.40 + BUILDTAGS='netgo osusergo static_build'
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.40 + export EXTRA_FLAGS=-buildmode=pie
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.41 + EXTRA_FLAGS=-buildmode=pie
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.41 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.41 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.41 + '[' '' = dynamic ']'
02:28:44 [2020-12-15T02:28:44.349Z] #54 64.41 + make
02:28:44 [2020-12-15T02:28:44.349Z] #54 65.60 + bin/ctr
02:28:44 [2020-12-15T02:28:44.432Z] #43 132.4   CC       criu/external.o
02:28:44 [2020-12-15T02:28:44.610Z] #54 ...
02:28:44 [2020-12-15T02:28:44.610Z] 
02:28:44 [2020-12-15T02:28:44.610Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:44 [2020-12-15T02:28:44.610Z] #41 37.94   CC       images/eventpoll.o
02:28:44 [2020-12-15T02:28:44.728Z] #43 132.8   CC       criu/fault-injection.o
02:28:45 [2020-12-15T02:28:45.025Z] #43 133.0   CC       criu/fdstore.o
02:28:45 [2020-12-15T02:28:45.182Z] #41 38.40   CC       images/fh.o
02:28:45 [2020-12-15T02:28:45.453Z] #41 ...
02:28:45 [2020-12-15T02:28:45.453Z] 
02:28:45 [2020-12-15T02:28:45.453Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:45 [2020-12-15T02:28:45.453Z] #43 131.1 go/doc
02:28:45 [2020-12-15T02:28:45.453Z] #43 133.5 github.com/LK4D4/vndr/godl/singleflight
02:28:45 [2020-12-15T02:28:45.453Z] #43 134.0 github.com/LK4D4/vndr/versioned
02:28:45 [2020-12-15T02:28:45.453Z] #43 134.1 compress/flate
02:28:45 [2020-12-15T02:28:45.453Z] #43 136.0 github.com/LK4D4/vndr/build
02:28:45 [2020-12-15T02:28:45.453Z] #43 138.1 hash/crc32
02:28:45 [2020-12-15T02:28:45.453Z] #43 139.4 compress/gzip
02:28:45 [2020-12-15T02:28:45.453Z] #43 140.5 net
02:28:45 [2020-12-15T02:28:45.453Z] #43 141.2 vendor/golang.org/x/text/transform
02:28:45 [2020-12-15T02:28:45.631Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.368s	coverage: 49.5% of statements
02:28:45 [2020-12-15T02:28:45.673Z] #43 133.5   CC       criu/fifo.o
02:28:45 [2020-12-15T02:28:45.714Z] #43 ...
02:28:45 [2020-12-15T02:28:45.714Z] 
02:28:45 [2020-12-15T02:28:45.714Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:45 [2020-12-15T02:28:45.714Z] #41 38.96   CC       images/fsnotify.o
02:28:45 [2020-12-15T02:28:45.973Z] #43 ...
02:28:45 [2020-12-15T02:28:45.974Z] 
02:28:45 [2020-12-15T02:28:45.974Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:28:45 [2020-12-15T02:28:45.974Z] #32 DONE 199.6s
02:28:45 [2020-12-15T02:28:45.974Z] 
02:28:45 [2020-12-15T02:28:45.974Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:28:46 [2020-12-15T02:28:46.466Z] #22 ...
02:28:46 [2020-12-15T02:28:46.466Z] 
02:28:46 [2020-12-15T02:28:46.466Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:46 [2020-12-15T02:28:46.466Z] #41 64.96   DEP      criu/arch/aarch64/vdso-pie.d
02:28:46 [2020-12-15T02:28:46.466Z] #41 65.05   DEP      criu/pie/parasite-vdso.d
02:28:46 [2020-12-15T02:28:46.466Z] #41 65.30   DEP      criu/pie/parasite.d
02:28:46 [2020-12-15T02:28:46.466Z] #41 65.69   CC       criu/pie/parasite.o
02:28:46 [2020-12-15T02:28:46.466Z] #41 66.88   LINK     criu/pie/parasite.built-in.o
02:28:46 [2020-12-15T02:28:46.466Z] #41 66.89   GEN      criu/pie/parasite-blob.h
02:28:46 [2020-12-15T02:28:46.466Z] #41 66.91   CC       criu/pie/parasite-vdso.o
02:28:46 [2020-12-15T02:28:46.466Z] #41 67.56   CC       criu/arch/aarch64/vdso-pie.o
02:28:46 [2020-12-15T02:28:46.466Z] #41 67.84   CC       criu/arch/aarch64/restorer.o
02:28:46 [2020-12-15T02:28:46.466Z] #41 68.24   CC       criu/arch/aarch64/intraprocedure.o
02:28:46 [2020-12-15T02:28:46.466Z] #41 68.28   CC       criu/pie/restorer.o
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.52 Setting up libiptc0:amd64 (1.8.2-4) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.54 Setting up xz-utils (5.2.4-1) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.56 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.57 Setting up sudo (1.8.27-1+deb10u2) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.64 invoke-rc.d: could not determine current runlevel
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.65 invoke-rc.d: policy-rc.d denied execution of start.
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.67 Setting up pigz (2.4-1) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.68 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.69 Setting up libnl-3-200:amd64 (3.4.0-1) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.71 Setting up python-pip-whl (18.1-5) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.73 Setting up libmpdec2:amd64 (2.4.2-2) ...
02:28:46 [2020-12-15T02:28:46.636Z] #18 56.74 Setting up vim-runtime (2:8.1.0875-5) ...
02:28:46 [2020-12-15T02:28:46.893Z] #18 57.23 Setting up libaio1:amd64 (0.3.112-3) ...
02:28:46 [2020-12-15T02:28:46.893Z] #18 57.24 Setting up libonig5:amd64 (6.9.1-1) ...
02:28:47 [2020-12-15T02:28:47.014Z] aa4f58cd6da1: Verifying Checksum
02:28:47 [2020-12-15T02:28:47.014Z] aa4f58cd6da1: Download complete
02:28:47 [2020-12-15T02:28:47.099Z] #41 40.06   CC       images/signalfd.o
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.25 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.26 Setting up vim (2:8.1.0875-5) ...
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.35 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.37 Setting up thin-provisioning-tools (0.7.6-2.1) ...
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.38 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.39 Setting up jq (1.5+dfsg-2+b1) ...
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.40 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
02:28:47 [2020-12-15T02:28:47.150Z] #18 57.42 Setting up python3.7 (3.7.3-2+deb10u2) ...
02:28:47 [2020-12-15T02:28:47.372Z] #41 40.49   CC       images/fs.o
02:28:47 [2020-12-15T02:28:47.372Z] #41 ...
02:28:47 [2020-12-15T02:28:47.372Z] 
02:28:47 [2020-12-15T02:28:47.372Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mo...
02:28:47 [2020-12-15T02:28:47.372Z] #49 133.7 mvdan.cc/sh/v3/cmd/shfmt
02:28:47 [2020-12-15T02:28:47.372Z] #49 DONE 143.3s
02:28:47 [2020-12-15T02:28:47.417Z] #41 71.54   LINK     criu/pie/restorer.built-in.o
02:28:47 [2020-12-15T02:28:47.417Z] #41 71.55   GEN      criu/pie/restorer-blob.h
02:28:47 [2020-12-15T02:28:47.634Z] 
02:28:47 [2020-12-15T02:28:47.634Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:47 [2020-12-15T02:28:47.634Z] #41 40.86   CC       images/pstree.o
02:28:47 [2020-12-15T02:28:47.680Z] #41 71.69   DEP      criu/vdso.d
02:28:47 [2020-12-15T02:28:47.680Z] #41 ...
02:28:47 [2020-12-15T02:28:47.680Z] 
02:28:47 [2020-12-15T02:28:47.680Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:47 [2020-12-15T02:28:47.680Z] #18 2.218 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:28:47 [2020-12-15T02:28:47.680Z] #18 2.310 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:28:47 [2020-12-15T02:28:47.680Z] #18 2.316 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:28:47 [2020-12-15T02:28:47.680Z] #18 2.912 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7737 kB]
02:28:47 [2020-12-15T02:28:47.680Z] #18 4.058 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [249 kB]
02:28:47 [2020-12-15T02:28:47.680Z] #18 5.293 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [7848 B]
02:28:47 [2020-12-15T02:28:47.680Z] #18 7.829 Fetched 8233 kB in 6s (1406 kB/s)
02:28:47 [2020-12-15T02:28:47.713Z] #18 ...
02:28:47 [2020-12-15T02:28:47.713Z] 
02:28:47 [2020-12-15T02:28:47.713Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:47 [2020-12-15T02:28:47.713Z] #41 139.5   CC       criu/eventfd.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 139.9   CC       criu/eventpoll.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 140.7   CC       criu/external.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 141.1   CC       criu/fault-injection.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 141.3   CC       criu/fdstore.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 141.7   CC       criu/fifo.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 142.1   CC       criu/file-ids.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 142.5   CC       criu/file-lock.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 143.4   CC       criu/files-ext.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 143.8   CC       criu/files-reg.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 146.0   CC       criu/files.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 148.3   CC       criu/filesystems.o
02:28:47 [2020-12-15T02:28:47.713Z] #41 149.0   CC       criu/fsnotify.o
02:28:47 [2020-12-15T02:28:47.895Z] #41 41.21   CC       images/pipe.o
02:28:47 [2020-12-15T02:28:47.945Z] #18 7.829 Reading package lists...
02:28:47 [2020-12-15T02:28:47.945Z] #18 ...
02:28:47 [2020-12-15T02:28:47.945Z] 
02:28:47 [2020-12-15T02:28:47.945Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:47 [2020-12-15T02:28:47.945Z] #41 72.01   DEP      criu/uts_ns.d
02:28:47 [2020-12-15T02:28:47.945Z] #41 72.22   DEP      criu/util.d
02:28:48 [2020-12-15T02:28:48.081Z] #22 ...
02:28:48 [2020-12-15T02:28:48.081Z] 
02:28:48 [2020-12-15T02:28:48.081Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:48 [2020-12-15T02:28:48.081Z] #43 134.0   CC       criu/file-ids.o
02:28:48 [2020-12-15T02:28:48.081Z] #43 134.4   CC       criu/file-lock.o
02:28:48 [2020-12-15T02:28:48.081Z] #43 136.1   CC       criu/files-ext.o
02:28:48 [2020-12-15T02:28:48.210Z] #41 72.37   DEP      criu/uffd.d
02:28:48 [2020-12-15T02:28:48.276Z] #41 150.3   CC       criu/image-desc.o
02:28:48 [2020-12-15T02:28:48.380Z] #43 136.4   CC       criu/files-reg.o
02:28:48 [2020-12-15T02:28:48.467Z] #41 41.70   CC       images/tcp-stream.o
02:28:48 [2020-12-15T02:28:48.473Z] #41 72.62   DEP      criu/tun.d
02:28:48 [2020-12-15T02:28:48.533Z] #41 150.4   CC       criu/image.o
02:28:48 [2020-12-15T02:28:48.533Z] #41 ...
02:28:48 [2020-12-15T02:28:48.533Z] 
02:28:48 [2020-12-15T02:28:48.533Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:28:48 [2020-12-15T02:28:48.533Z] #38 254.3 + dpkg --print-architecture
02:28:48 [2020-12-15T02:28:48.533Z] #38 254.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
02:28:48 [2020-12-15T02:28:48.748Z] #41 72.78   DEP      criu/tty.d
02:28:48 [2020-12-15T02:28:48.748Z] #41 72.93   DEP      criu/timerfd.d
02:28:48 [2020-12-15T02:28:48.790Z] #38 254.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
02:28:48 [2020-12-15T02:28:48.790Z] #38 254.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
02:28:49 [2020-12-15T02:28:49.012Z] #41 73.07   DEP      criu/timens.d
02:28:49 [2020-12-15T02:28:49.012Z] #41 73.29   DEP      criu/sysfs_parse.d
02:28:49 [2020-12-15T02:28:49.039Z] #41 42.22   CC       images/sk-packet.o
02:28:49 [2020-12-15T02:28:49.168Z] #56 ...
02:28:49 [2020-12-15T02:28:49.168Z] 
02:28:49 [2020-12-15T02:28:49.168Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:49 [2020-12-15T02:28:49.168Z] #43 145.6 vendor/golang.org/x/text/secure/bidirule
02:28:49 [2020-12-15T02:28:49.168Z] #43 146.1 vendor/golang.org/x/text/unicode/norm
02:28:49 [2020-12-15T02:28:49.168Z] #43 152.6 vendor/golang.org/x/net/idna
02:28:49 [2020-12-15T02:28:49.168Z] #43 ...
02:28:49 [2020-12-15T02:28:49.168Z] 
02:28:49 [2020-12-15T02:28:49.168Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:49 [2020-12-15T02:28:49.168Z] #41 45.46   CC       images/tun.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 45.87   CC       images/sk-netlink.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 46.09   CC       images/packet-sock.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 46.51   CC       images/ipc-var.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 46.85   CC       images/ipc-desc.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 47.16   CC       images/ipc-shm.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 47.67   CC       images/ipc-msg.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 48.19   CC       images/ipc-sem.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 48.64   CC       images/utsns.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 49.04   CC       images/creds.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 49.49   CC       images/vma.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 49.77   CC       images/netdev.o
02:28:49 [2020-12-15T02:28:49.168Z] #41 50.31   CC       images/tty.o
02:28:49 [2020-12-15T02:28:49.276Z] #41 73.47   DEP      criu/sysctl.d
02:28:49 [2020-12-15T02:28:49.276Z] #41 73.57   DEP      criu/string.d
02:28:49 [2020-12-15T02:28:49.300Z] #41 42.64   CC       images/mnt.o
02:28:49 [2020-12-15T02:28:49.540Z] #41 73.63   DEP      criu/stats.d
02:28:49 [2020-12-15T02:28:49.540Z] #41 73.76   DEP      criu/sockets.d
02:28:49 [2020-12-15T02:28:49.804Z] #41 73.96   DEP      criu/sk-unix.d
02:28:49 [2020-12-15T02:28:49.872Z] #41 43.22   CC       images/pipe-data.o
02:28:50 [2020-12-15T02:28:50.068Z] #41 74.19   DEP      criu/sk-tcp.d
02:28:50 [2020-12-15T02:28:50.109Z] #41 51.07   CC       images/file-lock.o
02:28:50 [2020-12-15T02:28:50.133Z] #41 43.51   CC       images/sa.o
02:28:50 [2020-12-15T02:28:50.333Z] #41 74.35   DEP      criu/sk-queue.d
02:28:50 [2020-12-15T02:28:50.333Z] #41 74.58   DEP      criu/sk-packet.d
02:28:50 [2020-12-15T02:28:50.367Z] #41 51.29   CC       images/rlimit.o
02:28:50 [2020-12-15T02:28:50.394Z] #41 43.74   CC       images/timer.o
02:28:50 [2020-12-15T02:28:50.597Z] #41 74.83   DEP      criu/sk-netlink.d
02:28:50 [2020-12-15T02:28:50.626Z] #41 51.51   CC       images/pagemap.o
02:28:50 [2020-12-15T02:28:50.861Z] #41 75.00   DEP      criu/sk-inet.d
02:28:50 [2020-12-15T02:28:50.884Z] #41 51.87   CC       images/siginfo.o
02:28:50 [2020-12-15T02:28:50.968Z] #41 44.29   CC       images/timerfd.o
02:28:51 [2020-12-15T02:28:51.125Z] #41 75.15   DEP      criu/signalfd.d
02:28:51 [2020-12-15T02:28:51.125Z] #41 75.44   DEP      criu/sigframe.d
02:28:51 [2020-12-15T02:28:51.148Z] #41 52.22   CC       images/rpc.o
02:28:51 [2020-12-15T02:28:51.158Z] #43 139.3   CC       criu/files.o
02:28:51 [2020-12-15T02:28:51.210Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	15.840s	coverage: 73.1% of statements
02:28:51 [2020-12-15T02:28:51.210Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
02:28:51 [2020-12-15T02:28:51.210Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.006s	coverage: 58.0% of statements
02:28:51 [2020-12-15T02:28:51.229Z] #41 44.71   CC       images/mm.o
02:28:51 [2020-12-15T02:28:51.389Z] #41 75.58   DEP      criu/shmem.d
02:28:51 [2020-12-15T02:28:51.389Z] #41 75.69   DEP      criu/servicefd.d
02:28:51 [2020-12-15T02:28:51.664Z] #41 75.94   DEP      criu/seize.d
02:28:51 [2020-12-15T02:28:51.715Z] 4612f6d0b889: Verifying Checksum
02:28:51 [2020-12-15T02:28:51.715Z] 4612f6d0b889: Download complete
02:28:51 [2020-12-15T02:28:51.847Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.004s	coverage: 3.0% of statements
02:28:51 [2020-12-15T02:28:51.928Z] #41 76.10   DEP      criu/seccomp.d
02:28:52 [2020-12-15T02:28:52.140Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.171s	coverage: 57.7% of statements
02:28:52 [2020-12-15T02:28:52.140Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
02:28:52 [2020-12-15T02:28:52.140Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
02:28:52 [2020-12-15T02:28:52.171Z] #41 45.30   CC       images/sk-opts.o
02:28:52 [2020-12-15T02:28:52.193Z] #41 76.32   DEP      criu/rst-malloc.d
02:28:52 [2020-12-15T02:28:52.193Z] #41 76.40   DEP      criu/rbtree.d
02:28:52 [2020-12-15T02:28:52.193Z] #41 76.45   DEP      criu/pstree.d
02:28:52 [2020-12-15T02:28:52.211Z] #43 ...
02:28:52 [2020-12-15T02:28:52.211Z] 
02:28:52 [2020-12-15T02:28:52.211Z] #22 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:28:52 [2020-12-15T02:28:52.211Z] #22 5.828 Collecting yamllint==1.16.0
02:28:52 [2020-12-15T02:28:52.211Z] #22 6.204   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
02:28:52 [2020-12-15T02:28:52.211Z] #22 6.319 Collecting pyyaml (from yamllint==1.16.0)
02:28:52 [2020-12-15T02:28:52.211Z] #22 6.535   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
02:28:52 [2020-12-15T02:28:52.211Z] #22 8.130 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
02:28:52 [2020-12-15T02:28:52.211Z] #22 8.196   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
02:28:52 [2020-12-15T02:28:52.211Z] #22 8.239 Building wheels for collected packages: pyyaml
02:28:52 [2020-12-15T02:28:52.211Z] #22 8.242   Running setup.py bdist_wheel for pyyaml: started
02:28:52 [2020-12-15T02:28:52.211Z] #22 9.509   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
02:28:52 [2020-12-15T02:28:52.211Z] #22 9.511   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
02:28:52 [2020-12-15T02:28:52.211Z] #22 9.592 Successfully built pyyaml
02:28:52 [2020-12-15T02:28:52.211Z] #22 9.603 Installing collected packages: pyyaml, pathspec, yamllint
02:28:52 [2020-12-15T02:28:52.211Z] #22 9.962 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
02:28:52 [2020-12-15T02:28:52.211Z] #22 DONE 10.2s
02:28:52 [2020-12-15T02:28:52.211Z] 
02:28:52 [2020-12-15T02:28:52.211Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:28:52 [2020-12-15T02:28:52.432Z] #41 45.74   CC       images/sk-unix.o
02:28:52 [2020-12-15T02:28:52.457Z] #41 76.70   DEP      criu/protobuf.d
02:28:52 [2020-12-15T02:28:52.721Z] #41 76.90   GEN      criu/protobuf-desc-gen.h
02:28:52 [2020-12-15T02:28:52.775Z] ok  	github.com/docker/docker/daemon/links	0.001s	coverage: 93.0% of statements
02:28:53 [2020-12-15T02:28:53.003Z] #41 46.42   CC       images/sk-inet.o
02:28:53 [2020-12-15T02:28:53.052Z] #41 53.88   CC       images/ext-file.o
02:28:53 [2020-12-15T02:28:53.052Z] #41 54.16   CC       images/cgroup.o
02:28:53 [2020-12-15T02:28:53.743Z] #24 ...
02:28:53 [2020-12-15T02:28:53.743Z] 
02:28:53 [2020-12-15T02:28:53.743Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:53 [2020-12-15T02:28:53.743Z] #43 141.8   CC       criu/filesystems.o
02:28:53 [2020-12-15T02:28:53.866Z] ok  	github.com/docker/docker/daemon/images	0.008s	coverage: 6.5% of statements
02:28:53 [2020-12-15T02:28:53.867Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
02:28:53 [2020-12-15T02:28:53.867Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
02:28:53 [2020-12-15T02:28:53.949Z] #41 47.16   CC       images/tun.o
02:28:53 [2020-12-15T02:28:53.988Z] #41 54.97   CC       images/userns.o
02:28:54 [2020-12-15T02:28:54.119Z] #41 ...
02:28:54 [2020-12-15T02:28:54.119Z] 
02:28:54 [2020-12-15T02:28:54.119Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:28:54 [2020-12-15T02:28:54.119Z] #38 145.7 + dpkg --print-architecture
02:28:54 [2020-12-15T02:28:54.119Z] #38 DONE 148.7s
02:28:54 [2020-12-15T02:28:54.119Z] 
02:28:54 [2020-12-15T02:28:54.119Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:54 [2020-12-15T02:28:54.119Z] #18 7.829 Reading package lists...
02:28:54 [2020-12-15T02:28:54.119Z] #18 11.15 Reading package lists...
02:28:54 [2020-12-15T02:28:54.119Z] #18 14.09 Building dependency tree...
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.27 libcap2-bin is already the newest version (1:2.25-2).
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.27 The following additional packages will be installed:
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.27   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.27   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.27   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.27   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.27   python3.7 python3.7-minimal vim-runtime xxd
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.28 Suggested packages:
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.28   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.28   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.28   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.28 Recommended packages:
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.28   aufs-dkms nftables build-essential python3-dev python3-keyring
02:28:54 [2020-12-15T02:28:54.119Z] #18 15.28   python3-keyrings.alt python3-xdg unzip
02:28:54 [2020-12-15T02:28:54.159Z] ok  	github.com/docker/docker/daemon/logger	0.223s	coverage: 41.0% of statements
02:28:54 [2020-12-15T02:28:54.210Z] #41 47.55   CC       images/sk-netlink.o
02:28:54 [2020-12-15T02:28:54.247Z] #41 55.45   CC       images/google/protobuf/descriptor.o
02:28:54 [2020-12-15T02:28:54.696Z] #18 ...
02:28:54 [2020-12-15T02:28:54.696Z] 
02:28:54 [2020-12-15T02:28:54.696Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:54 [2020-12-15T02:28:54.696Z] #41 78.76   DEP      criu/protobuf-desc.d
02:28:54 [2020-12-15T02:28:54.696Z] #41 79.00   DEP      criu/proc_parse.d
02:28:54 [2020-12-15T02:28:54.781Z] #41 47.86   CC       images/packet-sock.o
02:28:54 [2020-12-15T02:28:54.810Z] #43 142.8   CC       criu/fsnotify.o
02:28:54 [2020-12-15T02:28:54.817Z] #41 ...
02:28:54 [2020-12-15T02:28:54.817Z] 
02:28:54 [2020-12-15T02:28:54.817Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:54 [2020-12-15T02:28:54.817Z] #11 152.1 Selecting previously unselected package g++-mingw-w64-x86-64.
02:28:54 [2020-12-15T02:28:54.817Z] #11 152.1 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:28:54 [2020-12-15T02:28:54.817Z] #11 152.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:28:54 [2020-12-15T02:28:54.961Z] #41 79.18   DEP      criu/plugin.d
02:28:54 [2020-12-15T02:28:54.961Z] #41 79.30   DEP      criu/pipes.d
02:28:55 [2020-12-15T02:28:55.042Z] #41 48.38   CC       images/ipc-var.o
02:28:55 [2020-12-15T02:28:55.075Z] #11 ...
02:28:55 [2020-12-15T02:28:55.075Z] 
02:28:55 [2020-12-15T02:28:55.075Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:28:55 [2020-12-15T02:28:55.075Z] #56 DONE 162.3s
02:28:55 [2020-12-15T02:28:55.075Z] 
02:28:55 [2020-12-15T02:28:55.075Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
02:28:55 [2020-12-15T02:28:55.075Z] #57 DONE 0.1s
02:28:55 [2020-12-15T02:28:55.075Z] 
02:28:55 [2020-12-15T02:28:55.075Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:55 [2020-12-15T02:28:55.075Z] #43 156.2 vendor/golang.org/x/net/http2/hpack
02:28:55 [2020-12-15T02:28:55.075Z] #43 157.7 mime
02:28:55 [2020-12-15T02:28:55.075Z] #43 160.2 mime/quotedprintable
02:28:55 [2020-12-15T02:28:55.075Z] #43 160.8 net/http/internal
02:28:55 [2020-12-15T02:28:55.075Z] #43 ...
02:28:55 [2020-12-15T02:28:55.075Z] 
02:28:55 [2020-12-15T02:28:55.075Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:28:55 [2020-12-15T02:28:55.075Z] #58 DONE 0.1s
02:28:55 [2020-12-15T02:28:55.197Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.062s	coverage: 77.4% of statements
02:28:55 [2020-12-15T02:28:55.197Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
02:28:55 [2020-12-15T02:28:55.197Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
02:28:55 [2020-12-15T02:28:55.197Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.011s	coverage: 67.0% of statements
02:28:55 [2020-12-15T02:28:55.226Z] #41 79.47   DEP      criu/pie-util.d
02:28:55 [2020-12-15T02:28:55.334Z] 
02:28:55 [2020-12-15T02:28:55.334Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:28:55 [2020-12-15T02:28:55.490Z] #41 79.60   DEP      criu/pie-util-vdso.d
02:28:55 [2020-12-15T02:28:55.490Z] #41 79.68   DEP      criu/path.d
02:28:55 [2020-12-15T02:28:55.490Z] #41 79.85   DEP      criu/parasite-syscall.d
02:28:55 [2020-12-15T02:28:55.617Z] #41 48.76   CC       images/ipc-desc.o
02:28:55 [2020-12-15T02:28:55.754Z] #41 80.05   DEP      criu/pagemap.d
02:28:55 [2020-12-15T02:28:55.833Z] ok  	github.com/docker/docker/daemon/logger/journald	0.015s	coverage: 23.9% of statements
02:28:55 [2020-12-15T02:28:55.878Z] #41 49.13   CC       images/ipc-shm.o
02:28:56 [2020-12-15T02:28:56.017Z] #41 80.20   DEP      criu/pagemap-cache.d
02:28:56 [2020-12-15T02:28:56.017Z] #41 80.31   DEP      criu/page-xfer.d
02:28:56 [2020-12-15T02:28:56.128Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.004s	coverage: 61.6% of statements
02:28:56 [2020-12-15T02:28:56.128Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
02:28:56 [2020-12-15T02:28:56.139Z] #41 49.42   CC       images/ipc-msg.o
02:28:56 [2020-12-15T02:28:56.139Z] #41 ...
02:28:56 [2020-12-15T02:28:56.139Z] 
02:28:56 [2020-12-15T02:28:56.139Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:28:56 [2020-12-15T02:28:56.139Z] #11 152.1 Selecting previously unselected package g++-mingw-w64-x86-64.
02:28:56 [2020-12-15T02:28:56.139Z] #11 152.1 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
02:28:56 [2020-12-15T02:28:56.139Z] #11 152.1 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:28:56 [2020-12-15T02:28:56.281Z] #41 80.41   DEP      criu/page-pipe.d
02:28:56 [2020-12-15T02:28:56.281Z] #41 80.49   DEP      criu/netfilter.d
02:28:56 [2020-12-15T02:28:56.341Z] #43 144.0   CC       criu/image-desc.o
02:28:56 [2020-12-15T02:28:56.341Z] #43 144.1   CC       criu/image.o
02:28:56 [2020-12-15T02:28:56.544Z] #41 80.63   DEP      criu/net.d
02:28:56 [2020-12-15T02:28:56.710Z] #11 ...
02:28:56 [2020-12-15T02:28:56.710Z] 
02:28:56 [2020-12-15T02:28:56.710Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:28:56 [2020-12-15T02:28:56.710Z] #43 142.5 vendor/golang.org/x/text/unicode/bidi
02:28:56 [2020-12-15T02:28:56.710Z] #43 145.5 vendor/golang.org/x/text/secure/bidirule
02:28:56 [2020-12-15T02:28:56.710Z] #43 146.0 vendor/golang.org/x/text/unicode/norm
02:28:56 [2020-12-15T02:28:56.710Z] #43 152.5 vendor/golang.org/x/net/idna
02:28:56 [2020-12-15T02:28:56.710Z] #43 ...
02:28:56 [2020-12-15T02:28:56.710Z] 
02:28:56 [2020-12-15T02:28:56.710Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:56 [2020-12-15T02:28:56.710Z] #41 49.76   CC       images/ipc-sem.o
02:28:56 [2020-12-15T02:28:56.710Z] #41 49.82   CC       images/utsns.o
02:28:56 [2020-12-15T02:28:56.710Z] #41 49.90   CC       images/creds.o
02:28:56 [2020-12-15T02:28:56.710Z] #41 50.12   CC       images/vma.o
02:28:56 [2020-12-15T02:28:56.807Z] #41 80.78   DEP      criu/namespaces.d
02:28:56 [2020-12-15T02:28:56.807Z] #41 80.92   DEP      criu/mount.d
02:28:56 [2020-12-15T02:28:56.807Z] #41 81.01   DEP      criu/memfd.d
02:28:56 [2020-12-15T02:28:56.807Z] #41 81.10   DEP      criu/mem.d
02:28:56 [2020-12-15T02:28:56.882Z] #38 ...
02:28:56 [2020-12-15T02:28:56.882Z] 
02:28:56 [2020-12-15T02:28:56.882Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.39 Setting up iptables (1.8.2-4) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.41 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.42 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.43 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.44 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.45 Setting up python3 (3.7.3-1) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 60.89 Setting up python3-wheel (0.32.3-2) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 61.64 Setting up apparmor (2.13.2-10) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 63.59 Setting up xfsprogs (4.20.0-1) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 63.60 Setting up python3-lib2to3 (3.7.3-1) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 64.02 Setting up python3-pkg-resources (40.8.0-1) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 64.96 Setting up python3-distutils (3.7.3-1) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 65.42 Setting up python3-setuptools (40.8.0-1) ...
02:28:56 [2020-12-15T02:28:56.882Z] #18 66.66 Setting up python3-pip (18.1-5) ...
02:28:56 [2020-12-15T02:28:56.985Z] #43 145.0   CC       criu/ipc_ns.o
02:28:57 [2020-12-15T02:28:57.071Z] #41 81.24   DEP      criu/lsm.d
02:28:57 [2020-12-15T02:28:57.165Z] ok  	github.com/docker/docker/daemon/logger/local	0.014s	coverage: 75.2% of statements
02:28:57 [2020-12-15T02:28:57.165Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
02:28:57 [2020-12-15T02:28:57.238Z] #30 ...
02:28:57 [2020-12-15T02:28:57.238Z] 
02:28:57 [2020-12-15T02:28:57.238Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:57 [2020-12-15T02:28:57.238Z] #41 57.99   CC       images/opts.o
02:28:57 [2020-12-15T02:28:57.238Z] #41 58.30   CC       images/seccomp.o
02:28:57 [2020-12-15T02:28:57.282Z] #41 50.50   CC       images/netdev.o
02:28:57 [2020-12-15T02:28:57.337Z] #41 81.42   DEP      criu/log.d
02:28:57 [2020-12-15T02:28:57.337Z] #41 81.61   DEP      criu/libnetlink.d
02:28:57 [2020-12-15T02:28:57.445Z] #18 67.64 Processing triggers for libc-bin (2.28-10) ...
02:28:57 [2020-12-15T02:28:57.445Z] #18 67.67 Processing triggers for mime-support (3.62) ...
02:28:57 [2020-12-15T02:28:57.458Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.062s	coverage: 55.1% of statements
02:28:57 [2020-12-15T02:28:57.496Z] #41 58.62   CC       images/binfmt-misc.o
02:28:57 [2020-12-15T02:28:57.601Z] #41 81.76   DEP      criu/kerndat.d
02:28:57 [2020-12-15T02:28:57.755Z] #41 58.80   CC       images/time.o
02:28:57 [2020-12-15T02:28:57.865Z] #41 82.01   DEP      criu/kcmp-ids.d
02:28:58 [2020-12-15T02:28:58.014Z] #41 59.04   CC       images/sysctl.o
02:28:58 [2020-12-15T02:28:58.094Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.013s	coverage: 33.3% of statements
02:28:58 [2020-12-15T02:28:58.224Z] #41 51.27   CC       images/tty.o
02:28:58 [2020-12-15T02:28:58.254Z] #41 82.14   DEP      criu/irmap.d
02:28:58 [2020-12-15T02:28:58.254Z] #41 82.32   DEP      criu/ipc_ns.d
02:28:58 [2020-12-15T02:28:58.254Z] #41 82.46   DEP      criu/image.d
02:28:58 [2020-12-15T02:28:58.273Z] #41 59.22   CC       images/autofs.o
02:28:58 [2020-12-15T02:28:58.377Z] #18 DONE 68.6s
02:28:58 [2020-12-15T02:28:58.377Z] 
02:28:58 [2020-12-15T02:28:58.377Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
02:28:58 [2020-12-15T02:28:58.518Z] #43 146.3   CC       criu/irmap.o
02:28:58 [2020-12-15T02:28:58.533Z] #41 59.47   CC       images/macvlan.o
02:28:58 [2020-12-15T02:28:58.534Z] #41 59.67   CC       images/sit.o
02:28:58 [2020-12-15T02:28:58.544Z] #41 82.67   DEP      criu/image-desc.d
02:28:58 [2020-12-15T02:28:58.793Z] #41 59.91   CC       images/memfd.o
02:28:58 [2020-12-15T02:28:58.812Z] #41 82.88   DEP      criu/fsnotify.d
02:28:58 [2020-12-15T02:28:58.812Z] #41 83.04   DEP      criu/filesystems.d
02:28:58 [2020-12-15T02:28:58.812Z] #41 83.10   DEP      criu/files.d
02:28:59 [2020-12-15T02:28:59.052Z] #41 60.19   CC       images/timens.o
02:28:59 [2020-12-15T02:28:59.078Z] #41 83.20   DEP      criu/files-reg.d
02:28:59 [2020-12-15T02:28:59.078Z] #41 83.31   DEP      criu/files-ext.d
02:28:59 [2020-12-15T02:28:59.133Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.003s	coverage: 46.8% of statements
02:28:59 [2020-12-15T02:28:59.133Z] ok  	github.com/docker/docker/daemon/logger/templates	0.001s	coverage: 8.3% of statements
02:28:59 [2020-12-15T02:28:59.168Z] #43 147.1   CC       criu/kcmp-ids.o
02:28:59 [2020-12-15T02:28:59.168Z] #41 52.18   CC       images/file-lock.o
02:28:59 [2020-12-15T02:28:59.168Z] #41 52.56   CC       images/rlimit.o
02:28:59 [2020-12-15T02:28:59.311Z] #19 0.886 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:28:59 [2020-12-15T02:28:59.311Z] #19 0.890 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:28:59 [2020-12-15T02:28:59.311Z] #19 0.893 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:28:59 [2020-12-15T02:28:59.311Z] #19 DONE 0.9s
02:28:59 [2020-12-15T02:28:59.311Z] 
02:28:59 [2020-12-15T02:28:59.311Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:28:59 [2020-12-15T02:28:59.311Z] #41 151.3   CC       criu/ipc_ns.o
02:28:59 [2020-12-15T02:28:59.311Z] #41 152.5   CC       criu/irmap.o
02:28:59 [2020-12-15T02:28:59.311Z] #41 153.1   CC       criu/kcmp-ids.o
02:28:59 [2020-12-15T02:28:59.311Z] #41 153.4   CC       criu/kerndat.o
02:28:59 [2020-12-15T02:28:59.311Z] #41 154.3   CC       criu/libnetlink.o
02:28:59 [2020-12-15T02:28:59.311Z] #41 154.7   CC       criu/log.o
02:28:59 [2020-12-15T02:28:59.312Z] #41 155.1   CC       criu/lsm.o
02:28:59 [2020-12-15T02:28:59.312Z] #41 155.5   CC       criu/mem.o
02:28:59 [2020-12-15T02:28:59.312Z] #41 157.3   CC       criu/memfd.o
02:28:59 [2020-12-15T02:28:59.312Z] #41 158.0   CC       criu/mount.o
02:28:59 [2020-12-15T02:28:59.312Z] #41 ...
02:28:59 [2020-12-15T02:28:59.312Z] 
02:28:59 [2020-12-15T02:28:59.312Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:28:59 [2020-12-15T02:28:59.339Z] #41 83.43   DEP      criu/file-lock.d
02:28:59 [2020-12-15T02:28:59.339Z] #41 83.54   DEP      criu/file-ids.d
02:28:59 [2020-12-15T02:28:59.339Z] #41 83.62   DEP      criu/fifo.d
02:28:59 [2020-12-15T02:28:59.429Z] #41 52.86   CC       images/pagemap.o
02:28:59 [2020-12-15T02:28:59.466Z] #43 147.5   CC       criu/kerndat.o
02:28:59 [2020-12-15T02:28:59.623Z] #41 60.50   LINK     images/built-in.o
02:28:59 [2020-12-15T02:28:59.631Z] #41 83.73   DEP      criu/fdstore.d
02:28:59 [2020-12-15T02:28:59.631Z] #41 83.82   DEP      criu/fault-injection.d
02:28:59 [2020-12-15T02:28:59.769Z] ok  	github.com/docker/docker/daemon/network	0.003s	coverage: 63.8% of statements
02:28:59 [2020-12-15T02:28:59.883Z] #41 60.84   GEN      compel/include/asm
02:28:59 [2020-12-15T02:28:59.883Z] #41 60.95   GEN      compel/include/version.h
02:28:59 [2020-12-15T02:28:59.883Z] #41 61.00 touch .config
02:28:59 [2020-12-15T02:28:59.911Z] #41 83.92   DEP      criu/external.d
02:28:59 [2020-12-15T02:28:59.911Z] #41 84.02   DEP      criu/eventpoll.d
02:29:00 [2020-12-15T02:29:00.062Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.445s	coverage: 82.5% of statements
02:29:00 [2020-12-15T02:29:00.062Z] ?   	github.com/docker/docker/daemon/names	[no test files]
02:29:00 [2020-12-15T02:29:00.062Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.09   GEN      include/common/config.h
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.13   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.18   GEN      compel/plugins/include/uapi/std/syscall-64.h
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.22   GEN      compel/arch/x86/plugins/std/syscalls-64.S
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.25   DEP      compel/arch/x86/plugins/std/syscalls-64.d
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.26   DEP      compel/arch/x86/plugins/std/memcpy.d
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.30   DEP      compel/arch/x86/plugins/std/parasite-head.d
02:29:00 [2020-12-15T02:29:00.142Z] #41 61.35   GEN      compel/plugins/include/uapi/std/syscall.h
02:29:00 [2020-12-15T02:29:00.229Z] #41 84.24   DEP      criu/eventfd.d
02:29:00 [2020-12-15T02:29:00.229Z] #41 84.42   DEP      criu/crtools.d
02:29:00 [2020-12-15T02:29:00.373Z] #41 53.58   CC       images/siginfo.o
02:29:00 [2020-12-15T02:29:00.402Z] #41 61.37   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
02:29:00 [2020-12-15T02:29:00.402Z] #41 61.41   GEN      compel/plugins/include/uapi/std/syscall-codes.h
02:29:00 [2020-12-15T02:29:00.402Z] #41 61.46   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
02:29:00 [2020-12-15T02:29:00.402Z] #41 61.47   DEP      compel/plugins/std/infect.d
02:29:00 [2020-12-15T02:29:00.508Z] #41 84.71   DEP      criu/cr-service.d
02:29:00 [2020-12-15T02:29:00.508Z] #41 84.84   DEP      criu/cr-restore.d
02:29:00 [2020-12-15T02:29:00.634Z] #41 53.99   CC       images/rpc.o
02:29:00 [2020-12-15T02:29:00.661Z] #41 61.69   DEP      compel/plugins/std/string.d
02:29:00 [2020-12-15T02:29:00.661Z] #41 61.80   DEP      compel/plugins/std/log.d
02:29:00 [2020-12-15T02:29:00.801Z] #41 85.05   DEP      criu/cr-errno.d
02:29:00 [2020-12-15T02:29:00.801Z] #41 85.06   DEP      criu/cr-dump.d
02:29:00 [2020-12-15T02:29:00.920Z] #41 61.94   DEP      compel/plugins/std/fds.d
02:29:01 [2020-12-15T02:29:01.001Z] #43 148.8   CC       criu/libnetlink.o
02:29:01 [2020-12-15T02:29:01.084Z] #41 85.32   DEP      criu/cr-dedup.d
02:29:01 [2020-12-15T02:29:01.187Z] #41 62.11   DEP      compel/plugins/std/std.d
02:29:01 [2020-12-15T02:29:01.187Z] #41 62.31   DEP      compel/plugins/shmem/shmem.d
02:29:01 [2020-12-15T02:29:01.187Z] #41 62.34   DEP      compel/plugins/fds/fds.d
02:29:01 [2020-12-15T02:29:01.299Z] #43 149.3   CC       criu/log.o
02:29:01 [2020-12-15T02:29:01.446Z] #41 62.42   CC       compel/plugins/std/std.o
02:29:01 [2020-12-15T02:29:01.575Z] ok  	github.com/docker/docker/distribution/metadata	0.048s	coverage: 48.2% of statements
02:29:01 [2020-12-15T02:29:01.575Z] ok  	github.com/docker/docker/distribution	0.252s	coverage: 25.1% of statements
02:29:01 [2020-12-15T02:29:01.575Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
02:29:01 [2020-12-15T02:29:01.682Z] #41 85.67   DEP      criu/cr-check.d
02:29:01 [2020-12-15T02:29:01.706Z] #41 62.84   CC       compel/plugins/std/fds.o
02:29:01 [2020-12-15T02:29:01.946Z] #43 149.9   CC       criu/lsm.o
02:29:01 [2020-12-15T02:29:01.951Z] #41 86.05   DEP      criu/config.d
02:29:02 [2020-12-15T02:29:02.220Z] #41 86.25   DEP      criu/clone-noasan.d
02:29:02 [2020-12-15T02:29:02.220Z] #41 86.36   DEP      criu/cgroup.d
02:29:02 [2020-12-15T02:29:02.220Z] #41 ...
02:29:02 [2020-12-15T02:29:02.220Z] 
02:29:02 [2020-12-15T02:29:02.220Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:02 [2020-12-15T02:29:02.220Z] #18 17.03 The following NEW packages will be installed:
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.03   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.03   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.03   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.03   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.03   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.03   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.03   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.04   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.04   xz-utils zip
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.36 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded.
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.36 Need to get 27.6 MB of archives.
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.36 After this operation, 114 MB of additional disk space will be used.
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.36 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.36 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u2 [588 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.45 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u2 [1404 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.68 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.72 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.72 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u2 [1641 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u2 [330 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.89 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.96 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.96 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.96 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.97 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.97 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.97 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.97 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 17.98 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.00 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.00 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.01 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.03 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.18 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.20 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.21 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.29 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.50 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.50 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.50 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 18.50 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.24 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.24 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.24 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.24 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.24 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.26 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.36 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.36 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.36 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.37 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.37 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.38 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.39 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u2 [1208 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.44 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.45 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.45 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.62 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.65 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 19.68 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.29 debconf: delaying package configuration, since apt-utils is not installed
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.45 Fetched 27.6 MB in 3s (10.6 MB/s)
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.50 Selecting previously unselected package pigz.
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.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 ... 23405 files and directories currently installed.)
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.58 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.58 Unpacking pigz (2.4-1) ...
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.70 Selecting previously unselected package libpython3.7-minimal:arm64.
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.71 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
02:29:02 [2020-12-15T02:29:02.221Z] #18 20.74 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
02:29:02 [2020-12-15T02:29:02.221Z] #18 21.57 Selecting previously unselected package python3.7-minimal.
02:29:02 [2020-12-15T02:29:02.221Z] #18 21.58 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_arm64.deb ...
02:29:02 [2020-12-15T02:29:02.221Z] #18 21.59 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
02:29:02 [2020-12-15T02:29:02.221Z] #18 22.54 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u2) ...
02:29:02 [2020-12-15T02:29:02.221Z] #18 22.58 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
02:29:02 [2020-12-15T02:29:02.551Z] #41 55.72   CC       images/ext-file.o
02:29:02 [2020-12-15T02:29:02.596Z] #43 150.5   CC       criu/mem.o
02:29:02 [2020-12-15T02:29:02.613Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
02:29:02 [2020-12-15T02:29:02.646Z] #41 63.45   CC       compel/plugins/std/log.o
02:29:02 [2020-12-15T02:29:02.813Z] #41 56.00   CC       images/cgroup.o
02:29:03 [2020-12-15T02:29:03.190Z] #18 25.39 Selecting previously unselected package python3-minimal.
02:29:03 [2020-12-15T02:29:03.190Z] #18 25.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23654 files and directories currently installed.)
02:29:03 [2020-12-15T02:29:03.190Z] #18 25.50 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
02:29:03 [2020-12-15T02:29:03.190Z] #18 25.51 Unpacking python3-minimal (3.7.3-1) ...
02:29:03 [2020-12-15T02:29:03.190Z] #18 25.65 Selecting previously unselected package libmpdec2:arm64.
02:29:03 [2020-12-15T02:29:03.190Z] #18 25.66 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
02:29:03 [2020-12-15T02:29:03.190Z] #18 25.68 Unpacking libmpdec2:arm64 (2.4.2-2) ...
02:29:03 [2020-12-15T02:29:03.249Z] ok  	github.com/docker/docker/image	0.011s	coverage: 86.4% of statements
02:29:03 [2020-12-15T02:29:03.453Z] #18 25.80 Selecting previously unselected package libpython3.7-stdlib:arm64.
02:29:03 [2020-12-15T02:29:03.453Z] #18 25.87 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_arm64.deb ...
02:29:03 [2020-12-15T02:29:03.453Z] #18 25.90 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
02:29:03 [2020-12-15T02:29:03.585Z] #41 64.59   CC       compel/plugins/std/string.o
02:29:03 [2020-12-15T02:29:03.762Z] #41 56.85   CC       images/userns.o
02:29:03 [2020-12-15T02:29:03.884Z] ok  	github.com/docker/docker/image/cache	0.005s	coverage: 19.2% of statements
02:29:04 [2020-12-15T02:29:04.022Z] #41 57.20   CC       images/google/protobuf/descriptor.o
02:29:04 [2020-12-15T02:29:04.177Z] ok  	github.com/docker/docker/distribution/xfer	1.862s	coverage: 85.1% of statements
02:29:04 [2020-12-15T02:29:04.177Z] ?   	github.com/docker/docker/dockerversion	[no test files]
02:29:04 [2020-12-15T02:29:04.177Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
02:29:04 [2020-12-15T02:29:04.177Z] ok  	github.com/docker/docker/image/v1	0.005s	coverage: 25.0% of statements
02:29:04 [2020-12-15T02:29:04.177Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
02:29:04 [2020-12-15T02:29:04.470Z] ok  	github.com/docker/docker/libcontainerd/queue	0.021s	coverage: 100.0% of statements
02:29:04 [2020-12-15T02:29:04.562Z] #20 5.308 Collecting yamllint==1.16.0
02:29:04 [2020-12-15T02:29:04.595Z] #41 ...
02:29:04 [2020-12-15T02:29:04.595Z] 
02:29:04 [2020-12-15T02:29:04.595Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:29:04 [2020-12-15T02:29:04.595Z] #56 160.6 + for f in rootlesskit rootlesskit-docker-proxy
02:29:04 [2020-12-15T02:29:04.595Z] #56 160.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
02:29:04 [2020-12-15T02:29:04.724Z] #43 152.6   CC       criu/memfd.o
02:29:04 [2020-12-15T02:29:04.866Z] #18 27.29 Selecting previously unselected package python3.7.
02:29:04 [2020-12-15T02:29:04.866Z] #18 27.29 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_arm64.deb ...
02:29:04 [2020-12-15T02:29:04.866Z] #18 27.31 Unpacking python3.7 (3.7.3-2+deb10u2) ...
02:29:04 [2020-12-15T02:29:04.866Z] #18 27.46 Selecting previously unselected package libpython3-stdlib:arm64.
02:29:04 [2020-12-15T02:29:04.966Z] #41 65.64   CC       compel/plugins/std/infect.o
02:29:05 [2020-12-15T02:29:05.027Z] #43 153.1   CC       criu/mount.o
02:29:05 [2020-12-15T02:29:05.140Z] #18 27.47 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
02:29:05 [2020-12-15T02:29:05.140Z] #18 27.48 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
02:29:05 [2020-12-15T02:29:05.224Z] #41 66.25   CC       compel/arch/x86/plugins/std/parasite-head.o
02:29:05 [2020-12-15T02:29:05.224Z] #41 66.30   CC       compel/arch/x86/plugins/std/memcpy.o
02:29:05 [2020-12-15T02:29:05.225Z] #41 66.35   CC       compel/arch/x86/plugins/std/syscalls-64.o
02:29:05 [2020-12-15T02:29:05.413Z] #18 27.68 Setting up python3-minimal (3.7.3-1) ...
02:29:05 [2020-12-15T02:29:05.483Z] #41 66.42   AR       compel/plugins/std.lib.a
02:29:05 [2020-12-15T02:29:05.483Z] #41 66.54   CC       compel/plugins/fds/fds.o
02:29:05 [2020-12-15T02:29:05.508Z] ok  	github.com/docker/docker/oci	0.004s	coverage: 8.2% of statements
02:29:05 [2020-12-15T02:29:05.742Z] #41 66.87   AR       compel/plugins/fds.lib.a
02:29:05 [2020-12-15T02:29:05.742Z] #41 66.93   HOSTDEP  compel/src/lib/log-host.d
02:29:06 [2020-12-15T02:29:06.000Z] #41 67.07   HOSTDEP  compel/src/lib/handle-elf-host.d
02:29:06 [2020-12-15T02:29:06.000Z] #41 67.18   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
02:29:06 [2020-12-15T02:29:06.144Z] ok  	github.com/docker/docker/opts	0.015s	coverage: 67.1% of statements
02:29:06 [2020-12-15T02:29:06.144Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
02:29:06 [2020-12-15T02:29:06.259Z] #41 67.27   HOSTDEP  compel/src/main-host.d
02:29:06 [2020-12-15T02:29:06.259Z] #41 67.38   DEP      compel/src/lib/ptrace.d
02:29:06 [2020-12-15T02:29:06.259Z] #41 67.46   DEP      compel/src/lib/infect.d
02:29:06 [2020-12-15T02:29:06.369Z] #18 28.77 Selecting previously unselected package python3.
02:29:06 [2020-12-15T02:29:06.369Z] #18 28.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 ... 24066 files and directories currently installed.)
02:29:06 [2020-12-15T02:29:06.369Z] #18 28.85 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
02:29:06 [2020-12-15T02:29:06.369Z] #18 28.87 Unpacking python3 (3.7.3-1) ...
02:29:06 [2020-12-15T02:29:06.455Z] #20 ...
02:29:06 [2020-12-15T02:29:06.455Z] 
02:29:06 [2020-12-15T02:29:06.455Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:06 [2020-12-15T02:29:06.455Z] #41 162.7   CC       criu/namespaces.o
02:29:06 [2020-12-15T02:29:06.455Z] #41 164.8   CC       criu/net.o
02:29:06 [2020-12-15T02:29:06.455Z] #41 168.0   CC       criu/netfilter.o
02:29:06 [2020-12-15T02:29:06.455Z] #41 168.4   CC       criu/page-pipe.o
02:29:06 [2020-12-15T02:29:06.518Z] #41 67.71   DEP      compel/src/lib/infect-util.d
02:29:06 [2020-12-15T02:29:06.632Z] #18 29.09 Selecting previously unselected package libip4tc0:arm64.
02:29:06 [2020-12-15T02:29:06.632Z] #18 29.09 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
02:29:06 [2020-12-15T02:29:06.632Z] #18 29.09 Unpacking libip4tc0:arm64 (1.8.2-4) ...
02:29:06 [2020-12-15T02:29:06.777Z] #41 67.85   DEP      compel/src/lib/infect-rpc.d
02:29:06 [2020-12-15T02:29:06.777Z] #41 68.02   DEP      compel/arch/x86/src/lib/infect.d
02:29:06 [2020-12-15T02:29:06.895Z] #18 29.24 Selecting previously unselected package libip6tc0:arm64.
02:29:06 [2020-12-15T02:29:06.895Z] #18 29.24 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
02:29:06 [2020-12-15T02:29:06.895Z] #18 29.27 Unpacking libip6tc0:arm64 (1.8.2-4) ...
02:29:07 [2020-12-15T02:29:07.018Z] #41 168.9   CC       criu/page-xfer.o
02:29:07 [2020-12-15T02:29:07.037Z] #41 68.13   DEP      compel/arch/x86/src/lib/cpu.d
02:29:07 [2020-12-15T02:29:07.037Z] #41 68.19   DEP      compel/src/lib/log.d
02:29:07 [2020-12-15T02:29:07.159Z] #18 29.49 Selecting previously unselected package libiptc0:arm64.
02:29:07 [2020-12-15T02:29:07.159Z] #18 29.51 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
02:29:07 [2020-12-15T02:29:07.159Z] #18 29.58 Unpacking libiptc0:arm64 (1.8.2-4) ...
02:29:07 [2020-12-15T02:29:07.297Z] #41 68.34   DEP      compel/src/main.d
02:29:07 [2020-12-15T02:29:07.421Z] #18 29.68 Selecting previously unselected package libnfnetlink0:arm64.
02:29:07 [2020-12-15T02:29:07.421Z] #18 29.70 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
02:29:07 [2020-12-15T02:29:07.421Z] #18 29.71 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
02:29:07 [2020-12-15T02:29:07.421Z] #18 29.78 Selecting previously unselected package libnetfilter-conntrack3:arm64.
02:29:07 [2020-12-15T02:29:07.421Z] #18 29.79 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
02:29:07 [2020-12-15T02:29:07.421Z] #18 29.80 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
02:29:07 [2020-12-15T02:29:07.421Z] #18 29.89 Selecting previously unselected package libnftnl11:arm64.
02:29:07 [2020-12-15T02:29:07.557Z] #41 68.47   DEP      compel/src/lib/handle-elf.d
02:29:07 [2020-12-15T02:29:07.557Z] #41 68.56   DEP      compel/arch/x86/src/lib/handle-elf.d
02:29:07 [2020-12-15T02:29:07.557Z] #41 68.66   CC       compel/src/lib/log.o
02:29:07 [2020-12-15T02:29:07.657Z] ok  	github.com/docker/docker/pkg/archive	0.476s	coverage: 77.0% of statements
02:29:07 [2020-12-15T02:29:07.684Z] #18 29.90 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
02:29:07 [2020-12-15T02:29:07.684Z] #18 29.92 Unpacking libnftnl11:arm64 (1.1.2-2) ...
02:29:07 [2020-12-15T02:29:07.684Z] #18 30.03 Selecting previously unselected package iptables.
02:29:07 [2020-12-15T02:29:07.684Z] #18 30.03 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
02:29:07 [2020-12-15T02:29:07.684Z] #18 30.03 Unpacking iptables (1.8.2-4) ...
02:29:07 [2020-12-15T02:29:07.968Z] #18 30.40 Selecting previously unselected package xxd.
02:29:07 [2020-12-15T02:29:07.968Z] #18 30.40 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
02:29:07 [2020-12-15T02:29:07.968Z] #18 30.41 Unpacking xxd (2:8.1.0875-5) ...
02:29:08 [2020-12-15T02:29:08.127Z] #41 69.01   CC       compel/arch/x86/src/lib/cpu.o
02:29:08 [2020-12-15T02:29:08.230Z] #18 30.52 Selecting previously unselected package vim-common.
02:29:08 [2020-12-15T02:29:08.230Z] #18 30.52 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
02:29:08 [2020-12-15T02:29:08.230Z] #18 30.56 Unpacking vim-common (2:8.1.0875-5) ...
02:29:08 [2020-12-15T02:29:08.386Z] #41 170.3   CC       criu/pagemap-cache.o
02:29:08 [2020-12-15T02:29:08.387Z] #41 ...
02:29:08 [2020-12-15T02:29:08.387Z] 
02:29:08 [2020-12-15T02:29:08.387Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:08 [2020-12-15T02:29:08.387Z] #43 165.7 net/textproto
02:29:08 [2020-12-15T02:29:08.387Z] #43 165.7 crypto/x509
02:29:08 [2020-12-15T02:29:08.387Z] #43 166.9 vendor/golang.org/x/net/http/httpguts
02:29:08 [2020-12-15T02:29:08.387Z] #43 167.2 vendor/golang.org/x/net/http/httpproxy
02:29:08 [2020-12-15T02:29:08.387Z] #43 168.1 mime/multipart
02:29:08 [2020-12-15T02:29:08.387Z] #43 171.6 crypto/tls
02:29:08 [2020-12-15T02:29:08.494Z] #18 30.74 Selecting previously unselected package bash-completion.
02:29:08 [2020-12-15T02:29:08.494Z] #18 30.74 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
02:29:08 [2020-12-15T02:29:08.643Z] #41 170.6   CC       criu/pagemap.o
02:29:08 [2020-12-15T02:29:08.647Z] #43 ...
02:29:08 [2020-12-15T02:29:08.647Z] 
02:29:08 [2020-12-15T02:29:08.647Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:29:08 [2020-12-15T02:29:08.647Z] #11 176.0 Selecting previously unselected package libapparmor1:amd64.
02:29:08 [2020-12-15T02:29:08.647Z] #11 176.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
02:29:08 [2020-12-15T02:29:08.647Z] #11 176.0 Unpacking libapparmor1:amd64 (2.13.2-10) ...
02:29:08 [2020-12-15T02:29:08.695Z] ok  	github.com/docker/docker/pkg/authorization	0.504s	coverage: 68.3% of statements
02:29:08 [2020-12-15T02:29:08.907Z] #11 176.2 Selecting previously unselected package libapparmor-dev:amd64.
02:29:08 [2020-12-15T02:29:08.907Z] #11 176.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
02:29:08 [2020-12-15T02:29:08.907Z] #11 176.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
02:29:08 [2020-12-15T02:29:08.988Z] ok  	github.com/docker/docker/pkg/broadcaster	0.001s	coverage: 100.0% of statements
02:29:08 [2020-12-15T02:29:08.989Z] ok  	github.com/docker/docker/pkg/capabilities	0.001s	coverage: 87.5% of statements
02:29:09 [2020-12-15T02:29:09.169Z] #11 176.4 Selecting previously unselected package libbtrfs0.
02:29:09 [2020-12-15T02:29:09.169Z] #11 176.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
02:29:09 [2020-12-15T02:29:09.169Z] #11 176.4 Unpacking libbtrfs0 (4.20.1-2) ...
02:29:09 [2020-12-15T02:29:09.169Z] #11 176.5 Selecting previously unselected package libbtrfs-dev.
02:29:09 [2020-12-15T02:29:09.428Z] #11 176.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
02:29:09 [2020-12-15T02:29:09.428Z] #11 176.6 Unpacking libbtrfs-dev (4.20.1-2) ...
02:29:09 [2020-12-15T02:29:09.428Z] #11 176.8 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
02:29:09 [2020-12-15T02:29:09.536Z] #43 157.6   CC       criu/namespaces.o
02:29:09 [2020-12-15T02:29:09.573Z] #41 171.6   CC       criu/parasite-syscall.o
02:29:09 [2020-12-15T02:29:09.688Z] #11 176.8 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
02:29:09 [2020-12-15T02:29:09.688Z] #11 176.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
02:29:09 [2020-12-15T02:29:09.688Z] #11 177.0 Selecting previously unselected package libudev-dev:amd64.
02:29:09 [2020-12-15T02:29:09.688Z] #11 177.0 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ...
02:29:09 [2020-12-15T02:29:09.688Z] #11 177.1 Unpacking libudev-dev:amd64 (241-7~deb10u5) ...
02:29:10 [2020-12-15T02:29:10.136Z] #41 ...
02:29:10 [2020-12-15T02:29:10.136Z] 
02:29:10 [2020-12-15T02:29:10.136Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:29:10 [2020-12-15T02:29:10.136Z] #20 10.69   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
02:29:10 [2020-12-15T02:29:10.136Z] #20 10.78 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
02:29:10 [2020-12-15T02:29:10.136Z] #20 10.83   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
02:29:10 [2020-12-15T02:29:10.136Z] #20 10.88 Collecting pyyaml (from yamllint==1.16.0)
02:29:10 [2020-12-15T02:29:10.257Z] #11 177.5 Selecting previously unselected package libsepol1-dev:amd64.
02:29:10 [2020-12-15T02:29:10.257Z] #11 177.5 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
02:29:10 [2020-12-15T02:29:10.257Z] #11 177.5 Unpacking libsepol1-dev:amd64 (2.8-1) ...
02:29:10 [2020-12-15T02:29:10.393Z] #20 11.03   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
02:29:10 [2020-12-15T02:29:10.826Z] #11 178.1 Selecting previously unselected package libpcre16-3:amd64.
02:29:10 [2020-12-15T02:29:10.826Z] #11 178.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
02:29:10 [2020-12-15T02:29:10.826Z] #11 178.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
02:29:11 [2020-12-15T02:29:11.086Z] #11 178.4 Selecting previously unselected package libpcre32-3:amd64.
02:29:11 [2020-12-15T02:29:11.086Z] #11 178.4 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
02:29:11 [2020-12-15T02:29:11.086Z] #11 178.4 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
02:29:11 [2020-12-15T02:29:11.180Z] #56 ...
02:29:11 [2020-12-15T02:29:11.180Z] 
02:29:11 [2020-12-15T02:29:11.180Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:11 [2020-12-15T02:29:11.180Z] #43 156.0 vendor/golang.org/x/net/http2/hpack
02:29:11 [2020-12-15T02:29:11.180Z] #43 157.7 mime
02:29:11 [2020-12-15T02:29:11.180Z] #43 160.2 mime/quotedprintable
02:29:11 [2020-12-15T02:29:11.180Z] #43 160.9 net/http/internal
02:29:11 [2020-12-15T02:29:11.180Z] #43 ...
02:29:11 [2020-12-15T02:29:11.180Z] 
02:29:11 [2020-12-15T02:29:11.180Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:11 [2020-12-15T02:29:11.180Z] #41 59.75   CC       images/opts.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 60.19   CC       images/seccomp.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 60.68   CC       images/binfmt-misc.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 60.89   CC       images/time.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 61.21   CC       images/sysctl.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 61.49   CC       images/autofs.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 61.82   CC       images/macvlan.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 62.23   CC       images/sit.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 62.57   CC       images/memfd.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 62.91   CC       images/timens.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 63.34   LINK     images/built-in.o
02:29:11 [2020-12-15T02:29:11.180Z] #41 63.60   GEN      compel/include/asm
02:29:11 [2020-12-15T02:29:11.180Z] #41 63.73   GEN      compel/include/version.h
02:29:11 [2020-12-15T02:29:11.180Z] #41 63.79 touch .config
02:29:11 [2020-12-15T02:29:11.180Z] #41 63.94   GEN      include/common/config.h
02:29:11 [2020-12-15T02:29:11.180Z] #41 64.19   GEN      compel/plugins/include/uapi/std/syscall-codes-64.h
02:29:11 [2020-12-15T02:29:11.180Z] #41 64.34   GEN      compel/plugins/include/uapi/std/syscall-64.h
02:29:11 [2020-12-15T02:29:11.180Z] #41 64.48   GEN      compel/arch/x86/plugins/std/syscalls-64.S
02:29:11 [2020-12-15T02:29:11.180Z] #41 64.57   DEP      compel/arch/x86/plugins/std/syscalls-64.d
02:29:11 [2020-12-15T02:29:11.180Z] #41 64.62   DEP      compel/arch/x86/plugins/std/memcpy.d
02:29:11 [2020-12-15T02:29:11.347Z] #11 178.8 Selecting previously unselected package libpcrecpp0v5:amd64.
02:29:11 [2020-12-15T02:29:11.347Z] #11 178.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
02:29:11 [2020-12-15T02:29:11.443Z] #41 64.71   DEP      compel/arch/x86/plugins/std/parasite-head.d
02:29:11 [2020-12-15T02:29:11.443Z] #41 64.78   GEN      compel/plugins/include/uapi/std/syscall.h
02:29:11 [2020-12-15T02:29:11.443Z] #41 64.87   GEN      compel/arch/x86/plugins/std/sys-exec-tbl-64.c
02:29:11 [2020-12-15T02:29:11.606Z] #11 178.8 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
02:29:11 [2020-12-15T02:29:11.606Z] #11 179.0 Selecting previously unselected package libpcre3-dev:amd64.
02:29:11 [2020-12-15T02:29:11.606Z] #11 179.0 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
02:29:11 [2020-12-15T02:29:11.606Z] #11 179.0 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
02:29:11 [2020-12-15T02:29:11.705Z] #41 64.90   GEN      compel/plugins/include/uapi/std/syscall-codes.h
02:29:11 [2020-12-15T02:29:11.705Z] #41 65.05   GEN      compel/plugins/include/uapi/std/asm/syscall-types.h
02:29:11 [2020-12-15T02:29:11.705Z] #41 65.07   DEP      compel/plugins/std/infect.d
02:29:11 [2020-12-15T02:29:11.763Z] #20 12.39 Building wheels for collected packages: pyyaml
02:29:11 [2020-12-15T02:29:11.763Z] #20 12.40   Running setup.py bdist_wheel for pyyaml: started
02:29:11 [2020-12-15T02:29:11.811Z] #18 33.61 Unpacking bash-completion (1:2.8-6) ...
02:29:11 [2020-12-15T02:29:11.811Z] #18 33.98 Selecting previously unselected package bzip2.
02:29:11 [2020-12-15T02:29:11.811Z] #18 33.98 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
02:29:11 [2020-12-15T02:29:11.811Z] #18 33.98 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
02:29:11 [2020-12-15T02:29:11.811Z] #18 34.10 Selecting previously unselected package xz-utils.
02:29:11 [2020-12-15T02:29:11.811Z] #18 34.10 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
02:29:11 [2020-12-15T02:29:11.811Z] #18 34.10 Unpacking xz-utils (5.2.4-1) ...
02:29:11 [2020-12-15T02:29:11.811Z] #18 34.29 Selecting previously unselected package apparmor.
02:29:11 [2020-12-15T02:29:11.811Z] #18 34.29 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
02:29:11 [2020-12-15T02:29:11.965Z] #41 65.26   DEP      compel/plugins/std/string.d
02:29:11 [2020-12-15T02:29:11.965Z] #41 65.29   DEP      compel/plugins/std/log.d
02:29:11 [2020-12-15T02:29:11.965Z] #41 65.43   DEP      compel/plugins/std/fds.d
02:29:12 [2020-12-15T02:29:12.074Z] #18 34.40 Unpacking apparmor (2.13.2-10) ...
02:29:12 [2020-12-15T02:29:12.319Z] #43 160.0   CC       criu/net.o
02:29:12 [2020-12-15T02:29:12.337Z] #18 ...
02:29:12 [2020-12-15T02:29:12.338Z] 
02:29:12 [2020-12-15T02:29:12.338Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:12 [2020-12-15T02:29:12.338Z] #41 86.54   DEP      criu/cgroup-props.d
02:29:12 [2020-12-15T02:29:12.338Z] #41 86.71   DEP      criu/bitmap.d
02:29:12 [2020-12-15T02:29:12.338Z] #41 86.74   DEP      criu/bfd.d
02:29:12 [2020-12-15T02:29:12.338Z] #41 86.92   DEP      criu/autofs.d
02:29:12 [2020-12-15T02:29:12.338Z] #41 87.15   DEP      criu/aio.d
02:29:12 [2020-12-15T02:29:12.338Z] #41 87.37   DEP      criu/action-scripts.d
02:29:12 [2020-12-15T02:29:12.338Z] #41 87.59   CC       criu/action-scripts.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 88.23   CC       criu/aio.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 89.03   CC       criu/autofs.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 90.82   CC       criu/bfd.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 91.45   CC       criu/bitmap.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 91.56   CC       criu/cgroup-props.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 92.40   CC       criu/cgroup.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 95.40   CC       criu/clone-noasan.o
02:29:12 [2020-12-15T02:29:12.338Z] #41 95.72   CC       criu/config.o
02:29:12 [2020-12-15T02:29:12.537Z] #41 65.61   DEP      compel/plugins/std/std.d
02:29:12 [2020-12-15T02:29:12.537Z] #41 65.86   DEP      compel/plugins/shmem/shmem.d
02:29:12 [2020-12-15T02:29:12.542Z] #11 179.7 Selecting previously unselected package libselinux1-dev:amd64.
02:29:12 [2020-12-15T02:29:12.542Z] #11 179.7 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
02:29:12 [2020-12-15T02:29:12.542Z] #11 179.7 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
02:29:12 [2020-12-15T02:29:12.601Z] #41 ...
02:29:12 [2020-12-15T02:29:12.601Z] 
02:29:12 [2020-12-15T02:29:12.601Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:12 [2020-12-15T02:29:12.601Z] #18 34.84 Selecting previously unselected package aufs-tools.
02:29:12 [2020-12-15T02:29:12.601Z] #18 34.84 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
02:29:12 [2020-12-15T02:29:12.601Z] #18 34.85 Unpacking aufs-tools (1:4.14+20190211-1) ...
02:29:12 [2020-12-15T02:29:12.601Z] #18 35.04 Selecting previously unselected package libonig5:arm64.
02:29:12 [2020-12-15T02:29:12.601Z] #18 35.04 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
02:29:12 [2020-12-15T02:29:12.601Z] #18 35.07 Unpacking libonig5:arm64 (6.9.1-1) ...
02:29:12 [2020-12-15T02:29:12.733Z] #20 13.53   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
02:29:12 [2020-12-15T02:29:12.798Z] #41 66.04   DEP      compel/plugins/fds/fds.d
02:29:12 [2020-12-15T02:29:12.799Z] #41 66.27   CC       compel/plugins/std/std.o
02:29:12 [2020-12-15T02:29:12.801Z] #11 180.2 Selecting previously unselected package libdevmapper-dev:amd64.
02:29:12 [2020-12-15T02:29:12.801Z] #11 180.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
02:29:12 [2020-12-15T02:29:12.801Z] #11 180.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
02:29:12 [2020-12-15T02:29:12.989Z] #20 13.53   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
02:29:12 [2020-12-15T02:29:12.989Z] #20 13.68 Successfully built pyyaml
02:29:12 [2020-12-15T02:29:12.989Z] #20 13.72 Installing collected packages: pathspec, pyyaml, yamllint
02:29:13 [2020-12-15T02:29:13.060Z] #41 66.33   CC       compel/plugins/std/fds.o
02:29:13 [2020-12-15T02:29:13.060Z] #11 180.4 Selecting previously unselected package libseccomp-dev:amd64.
02:29:13 [2020-12-15T02:29:13.060Z] #11 180.4 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
02:29:13 [2020-12-15T02:29:13.060Z] #11 180.4 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
02:29:13 [2020-12-15T02:29:13.060Z] #11 180.5 Selecting previously unselected package libsystemd-dev:amd64.
02:29:13 [2020-12-15T02:29:13.061Z] #11 180.5 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ...
02:29:13 [2020-12-15T02:29:13.061Z] #11 180.5 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ...
02:29:13 [2020-12-15T02:29:13.179Z] #18 35.37 Selecting previously unselected package libjq1:arm64.
02:29:13 [2020-12-15T02:29:13.179Z] #18 35.37 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
02:29:13 [2020-12-15T02:29:13.179Z] #18 35.41 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
02:29:13 [2020-12-15T02:29:13.179Z] #18 35.54 Selecting previously unselected package jq.
02:29:13 [2020-12-15T02:29:13.179Z] #18 35.54 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
02:29:13 [2020-12-15T02:29:13.179Z] #18 35.55 Unpacking jq (1.5+dfsg-2+b1) ...
02:29:13 [2020-12-15T02:29:13.442Z] #18 35.85 Selecting previously unselected package libaio1:arm64.
02:29:13 [2020-12-15T02:29:13.442Z] #18 35.85 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
02:29:13 [2020-12-15T02:29:13.442Z] #18 35.86 Unpacking libaio1:arm64 (0.3.112-3) ...
02:29:13 [2020-12-15T02:29:13.442Z] #18 35.93 Selecting previously unselected package libgpm2:arm64.
02:29:13 [2020-12-15T02:29:13.442Z] #18 35.95 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
02:29:13 [2020-12-15T02:29:13.453Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.477s	coverage: 43.2% of statements
02:29:13 [2020-12-15T02:29:13.453Z] ok  	github.com/docker/docker/layer	7.478s	coverage: 68.8% of statements
02:29:13 [2020-12-15T02:29:13.453Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
02:29:13 [2020-12-15T02:29:13.453Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
02:29:13 [2020-12-15T02:29:13.453Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
02:29:13 [2020-12-15T02:29:13.453Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
02:29:13 [2020-12-15T02:29:13.453Z] ?   	github.com/docker/docker/oci/caps	[no test files]
02:29:13 [2020-12-15T02:29:13.453Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
02:29:13 [2020-12-15T02:29:13.453Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
02:29:13 [2020-12-15T02:29:13.453Z] ok  	github.com/docker/docker/pkg/directory	0.002s	coverage: 80.0% of statements
02:29:13 [2020-12-15T02:29:13.584Z] #20 14.15 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
02:29:13 [2020-12-15T02:29:13.631Z] #41 66.93   CC       compel/plugins/std/log.o
02:29:13 [2020-12-15T02:29:13.705Z] #18 35.98 Unpacking libgpm2:arm64 (1.20.7-5) ...
02:29:13 [2020-12-15T02:29:13.705Z] #18 36.05 Selecting previously unselected package libicu63:arm64.
02:29:13 [2020-12-15T02:29:13.705Z] #18 36.06 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
02:29:13 [2020-12-15T02:29:13.705Z] #18 36.07 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
02:29:13 [2020-12-15T02:29:13.746Z] ok  	github.com/docker/docker/pkg/discovery	0.003s	coverage: 58.3% of statements
02:29:13 [2020-12-15T02:29:13.746Z] ok  	github.com/docker/docker/pkg/discovery/file	0.001s	coverage: 92.9% of statements
02:29:14 [2020-12-15T02:29:14.002Z] #11 181.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
02:29:14 [2020-12-15T02:29:14.002Z] #11 181.3 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
02:29:14 [2020-12-15T02:29:14.002Z] #11 181.3 Setting up libapparmor1:amd64 (2.13.2-10) ...
02:29:14 [2020-12-15T02:29:14.002Z] #11 181.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:29:14 [2020-12-15T02:29:14.002Z] #11 181.4 Setting up libpcre16-3:amd64 (2:8.39-12) ...
02:29:14 [2020-12-15T02:29:14.039Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.012s	coverage: 92.3% of statements
02:29:14 [2020-12-15T02:29:14.153Z] #20 DONE 14.8s
02:29:14 [2020-12-15T02:29:14.153Z] 
02:29:14 [2020-12-15T02:29:14.153Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.4 Setting up libsepol1-dev:amd64 (2.8-1) ...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.4 Setting up libbtrfs0 (4.20.1-2) ...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.4 Setting up libpcre32-3:amd64 (2:8.39-12) ...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.5 Setting up libudev-dev:amd64 (241-7~deb10u5) ...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.6 Setting up libbtrfs-dev (4.20.1-2) ...
02:29:14 [2020-12-15T02:29:14.262Z] #11 181.6 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
02:29:14 [2020-12-15T02:29:14.521Z] #11 181.6 Setting up mingw-w64-common (6.0.0-3) ...
02:29:14 [2020-12-15T02:29:14.521Z] #11 181.6 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ...
02:29:14 [2020-12-15T02:29:14.521Z] #11 181.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
02:29:14 [2020-12-15T02:29:14.521Z] #11 181.7 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
02:29:14 [2020-12-15T02:29:14.521Z] #11 181.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:29:14 [2020-12-15T02:29:14.521Z] #11 181.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
02:29:14 [2020-12-15T02:29:14.521Z] #11 181.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
02:29:14 [2020-12-15T02:29:14.674Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.001s	coverage: 93.8% of statements
02:29:14 [2020-12-15T02:29:14.674Z] ok  	github.com/docker/docker/pkg/dmesg	0.002s	coverage: 83.3% of statements
02:29:14 [2020-12-15T02:29:14.717Z] #23 DONE 0.5s
02:29:14 [2020-12-15T02:29:14.717Z] 
02:29:14 [2020-12-15T02:29:14.717Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:29:14 [2020-12-15T02:29:14.780Z] #11 182.0 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:29:14 [2020-12-15T02:29:14.780Z] #11 182.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
02:29:14 [2020-12-15T02:29:14.780Z] #11 182.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
02:29:14 [2020-12-15T02:29:14.780Z] #11 182.1 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
02:29:14 [2020-12-15T02:29:14.780Z] #11 182.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
02:29:14 [2020-12-15T02:29:14.780Z] #11 182.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
02:29:15 [2020-12-15T02:29:15.039Z] #11 182.2 Setting up dmsetup (2:1.02.155-3) ...
02:29:15 [2020-12-15T02:29:15.039Z] #11 182.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
02:29:15 [2020-12-15T02:29:15.039Z] #11 182.2 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
02:29:15 [2020-12-15T02:29:15.039Z] #11 182.3 Processing triggers for libc-bin (2.28-10) ...
02:29:15 [2020-12-15T02:29:15.096Z] #41 67.98   CC       compel/plugins/std/string.o
02:29:15 [2020-12-15T02:29:15.357Z] #41 68.71   CC       compel/plugins/std/infect.o
02:29:15 [2020-12-15T02:29:15.878Z] #43 163.7   CC       criu/netfilter.o
02:29:15 [2020-12-15T02:29:15.929Z] #41 69.08   CC       compel/arch/x86/plugins/std/parasite-head.o
02:29:15 [2020-12-15T02:29:15.929Z] #41 69.12   CC       compel/arch/x86/plugins/std/memcpy.o
02:29:15 [2020-12-15T02:29:15.929Z] #41 69.29   CC       compel/arch/x86/plugins/std/syscalls-64.o
02:29:15 [2020-12-15T02:29:15.929Z] #41 69.34   AR       compel/plugins/std.lib.a
02:29:15 [2020-12-15T02:29:15.929Z] #41 69.40   CC       compel/plugins/fds/fds.o
02:29:16 [2020-12-15T02:29:16.176Z] #43 164.2   CC       criu/page-pipe.o
02:29:16 [2020-12-15T02:29:16.188Z] ok  	github.com/docker/docker/pkg/filenotify	0.601s	coverage: 67.0% of statements
02:29:16 [2020-12-15T02:29:16.417Z] #11 DONE 183.6s
02:29:16 [2020-12-15T02:29:16.417Z] 
02:29:16 [2020-12-15T02:29:16.417Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:16 [2020-12-15T02:29:16.417Z] #41 69.92   CC       compel/arch/x86/src/lib/infect.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 71.07   CC       compel/src/lib/infect-rpc.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 71.55   CC       compel/src/lib/infect-util.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 72.00   CC       compel/src/lib/infect.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 75.12   CC       compel/src/lib/ptrace.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 75.49   AR       compel/libcompel.a
02:29:16 [2020-12-15T02:29:16.417Z] #41 75.58   HOSTCC   compel/src/main-host.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 75.96   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 76.21   HOSTCC   compel/src/lib/handle-elf-host.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 76.53   HOSTCC   compel/src/lib/log-host.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 76.67   HOSTLINK compel/compel-host-bin
02:29:16 [2020-12-15T02:29:16.417Z] #41 76.87   DEP      soccr/soccr.d
02:29:16 [2020-12-15T02:29:16.417Z] #41 77.01   CC       soccr/soccr.o
02:29:16 [2020-12-15T02:29:16.417Z] #41 ...
02:29:16 [2020-12-15T02:29:16.417Z] 
02:29:16 [2020-12-15T02:29:16.417Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
02:29:16 [2020-12-15T02:29:16.481Z] ok  	github.com/docker/docker/pkg/fileutils	0.024s	coverage: 89.5% of statements
02:29:16 [2020-12-15T02:29:16.501Z] #41 69.59   AR       compel/plugins/fds.lib.a
02:29:16 [2020-12-15T02:29:16.502Z] #41 69.63   HOSTDEP  compel/src/lib/log-host.d
02:29:16 [2020-12-15T02:29:16.502Z] #41 69.71   HOSTDEP  compel/src/lib/handle-elf-host.d
02:29:16 [2020-12-15T02:29:16.502Z] #41 69.82   HOSTDEP  compel/arch/x86/src/lib/handle-elf-host.d
02:29:16 [2020-12-15T02:29:16.502Z] #41 69.89   HOSTDEP  compel/src/main-host.d
02:29:16 [2020-12-15T02:29:16.762Z] #41 ...
02:29:16 [2020-12-15T02:29:16.762Z] 
02:29:16 [2020-12-15T02:29:16.762Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build   ...
02:29:16 [2020-12-15T02:29:16.762Z] #56 DONE 172.6s
02:29:16 [2020-12-15T02:29:16.762Z] 
02:29:16 [2020-12-15T02:29:16.762Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
02:29:16 [2020-12-15T02:29:16.762Z] #57 DONE 0.1s
02:29:16 [2020-12-15T02:29:16.762Z] 
02:29:16 [2020-12-15T02:29:16.762Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:16 [2020-12-15T02:29:16.762Z] #41 70.01   DEP      compel/src/lib/ptrace.d
02:29:16 [2020-12-15T02:29:16.762Z] #41 ...
02:29:16 [2020-12-15T02:29:16.762Z] 
02:29:16 [2020-12-15T02:29:16.762Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
02:29:17 [2020-12-15T02:29:17.022Z] #18 38.97 Selecting previously unselected package libnet1:arm64.
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.04 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.04 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.09 Selecting previously unselected package libnl-3-200:arm64.
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.09 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.11 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.22 Selecting previously unselected package libprotobuf-c1:arm64.
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.24 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.25 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.35 Selecting previously unselected package libreadline5:arm64.
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.35 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
02:29:17 [2020-12-15T02:29:17.022Z] #18 39.36 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
02:29:17 [2020-12-15T02:29:17.023Z] #58 DONE 0.1s
02:29:17 [2020-12-15T02:29:17.023Z] 
02:29:17 [2020-12-15T02:29:17.023Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:17 [2020-12-15T02:29:17.023Z] #41 70.14   DEP      compel/src/lib/infect.d
02:29:17 [2020-12-15T02:29:17.023Z] #41 70.35   DEP      compel/src/lib/infect-util.d
02:29:17 [2020-12-15T02:29:17.235Z] #43 165.1   CC       criu/page-xfer.o
02:29:17 [2020-12-15T02:29:17.284Z] #41 70.49   DEP      compel/src/lib/infect-rpc.d
02:29:17 [2020-12-15T02:29:17.286Z] #18 39.50 Selecting previously unselected package net-tools.
02:29:17 [2020-12-15T02:29:17.286Z] #18 39.51 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
02:29:17 [2020-12-15T02:29:17.286Z] #18 39.51 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
02:29:17 [2020-12-15T02:29:17.286Z] #18 39.74 Selecting previously unselected package python-pip-whl.
02:29:17 [2020-12-15T02:29:17.286Z] #18 39.77 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
02:29:17 [2020-12-15T02:29:17.522Z] ok  	github.com/docker/docker/pkg/fsutils	0.379s	coverage: 85.1% of statements
02:29:17 [2020-12-15T02:29:17.522Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.098s	coverage: 84.1% of statements
02:29:17 [2020-12-15T02:29:17.545Z] #41 70.83   DEP      compel/arch/x86/src/lib/infect.d
02:29:17 [2020-12-15T02:29:17.556Z] #18 39.79 Unpacking python-pip-whl (18.1-5) ...
02:29:17 [2020-12-15T02:29:17.806Z] #41 71.03   DEP      compel/arch/x86/src/lib/cpu.d
02:29:17 [2020-12-15T02:29:17.806Z] #41 71.16   DEP      compel/src/lib/log.d
02:29:17 [2020-12-15T02:29:17.816Z] ok  	github.com/docker/docker/pkg/homedir	0.020s	coverage: 11.4% of statements
02:29:17 [2020-12-15T02:29:17.820Z] #18 40.27 Selecting previously unselected package python3-lib2to3.
02:29:17 [2020-12-15T02:29:17.820Z] #18 40.28 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
02:29:17 [2020-12-15T02:29:17.820Z] #18 40.29 Unpacking python3-lib2to3 (3.7.3-1) ...
02:29:18 [2020-12-15T02:29:18.069Z] #41 71.29   DEP      compel/src/main.d
02:29:18 [2020-12-15T02:29:18.084Z] #18 40.51 Selecting previously unselected package python3-distutils.
02:29:18 [2020-12-15T02:29:18.084Z] #18 40.52 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
02:29:18 [2020-12-15T02:29:18.084Z] #18 40.52 Unpacking python3-distutils (3.7.3-1) ...
02:29:18 [2020-12-15T02:29:18.330Z] #41 71.49   DEP      compel/src/lib/handle-elf.d
02:29:18 [2020-12-15T02:29:18.330Z] #41 71.68   DEP      compel/arch/x86/src/lib/handle-elf.d
02:29:18 [2020-12-15T02:29:18.453Z] ok  	github.com/docker/docker/pkg/idtools	0.336s	coverage: 70.1% of statements
02:29:18 [2020-12-15T02:29:18.592Z] #41 71.93   CC       compel/src/lib/log.o
02:29:18 [2020-12-15T02:29:18.661Z] #18 40.98 Selecting previously unselected package python3-pip.
02:29:18 [2020-12-15T02:29:18.661Z] #18 40.98 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
02:29:18 [2020-12-15T02:29:18.661Z] #18 40.99 Unpacking python3-pip (18.1-5) ...
02:29:18 [2020-12-15T02:29:18.661Z] #18 41.22 Selecting previously unselected package python3-pkg-resources.
02:29:18 [2020-12-15T02:29:18.746Z] ok  	github.com/docker/docker/pkg/ioutils	0.300s	coverage: 70.6% of statements
02:29:18 [2020-12-15T02:29:18.746Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.010s	coverage: 91.7% of statements
02:29:18 [2020-12-15T02:29:18.746Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
02:29:18 [2020-12-15T02:29:18.857Z] #41 72.24   CC       compel/arch/x86/src/lib/cpu.o
02:29:18 [2020-12-15T02:29:18.924Z] #18 41.22 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
02:29:18 [2020-12-15T02:29:18.924Z] #18 41.23 Unpacking python3-pkg-resources (40.8.0-1) ...
02:29:18 [2020-12-15T02:29:18.924Z] #18 41.39 Selecting previously unselected package python3-setuptools.
02:29:18 [2020-12-15T02:29:18.924Z] #18 41.40 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
02:29:18 [2020-12-15T02:29:18.924Z] #18 41.41 Unpacking python3-setuptools (40.8.0-1) ...
02:29:18 [2020-12-15T02:29:18.950Z] #12 DONE 2.7s
02:29:18 [2020-12-15T02:29:18.950Z] 
02:29:18 [2020-12-15T02:29:18.950Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
02:29:19 [2020-12-15T02:29:19.039Z] ok  	github.com/docker/docker/pkg/longpath	0.013s	coverage: 100.0% of statements
02:29:19 [2020-12-15T02:29:19.039Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
02:29:19 [2020-12-15T02:29:19.039Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
02:29:19 [2020-12-15T02:29:19.039Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.006s	coverage: 85.7% of statements
02:29:19 [2020-12-15T02:29:19.039Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
02:29:19 [2020-12-15T02:29:19.332Z] ok  	github.com/docker/docker/pkg/parsers	0.005s	coverage: 97.0% of statements
02:29:19 [2020-12-15T02:29:19.332Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.001s	coverage: 60.0% of statements
02:29:19 [2020-12-15T02:29:19.335Z] #43 167.0   CC       criu/pagemap-cache.o
02:29:19 [2020-12-15T02:29:19.460Z] #18 41.77 Selecting previously unselected package python3-wheel.
02:29:19 [2020-12-15T02:29:19.460Z] #18 41.77 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
02:29:19 [2020-12-15T02:29:19.460Z] #18 41.79 Unpacking python3-wheel (0.32.3-2) ...
02:29:19 [2020-12-15T02:29:19.625Z] ok  	github.com/docker/docker/pkg/pidfile	0.001s	coverage: 82.4% of statements
02:29:19 [2020-12-15T02:29:19.625Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.002s	coverage: 86.7% of statements
02:29:19 [2020-12-15T02:29:19.625Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
02:29:19 [2020-12-15T02:29:19.625Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
02:29:19 [2020-12-15T02:29:19.632Z] #43 167.5   CC       criu/pagemap.o
02:29:19 [2020-12-15T02:29:19.724Z] #18 41.93 Selecting previously unselected package sudo.
02:29:19 [2020-12-15T02:29:19.724Z] #18 41.94 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_arm64.deb ...
02:29:19 [2020-12-15T02:29:19.724Z] #18 41.94 Unpacking sudo (1.8.27-1+deb10u2) ...
02:29:19 [2020-12-15T02:29:19.862Z] #41 73.20   CC       compel/arch/x86/src/lib/infect.o
02:29:19 [2020-12-15T02:29:19.969Z] #28 ...
02:29:19 [2020-12-15T02:29:19.970Z] 
02:29:19 [2020-12-15T02:29:19.970Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:29:19 [2020-12-15T02:29:19.970Z] #38 DONE 285.8s
02:29:19 [2020-12-15T02:29:19.970Z] 
02:29:19 [2020-12-15T02:29:19.970Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:19 [2020-12-15T02:29:19.970Z] #41 172.6   CC       criu/path.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 173.0   CC       criu/pie-util-vdso-elf32.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 173.5   CC       criu/pie-util-vdso.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 173.9   CC       criu/pie-util.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 174.1   CC       criu/pipes.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 175.0   CC       criu/plugin.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 175.4   CC       criu/proc_parse.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 178.6   CC       criu/protobuf-desc.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 179.2   CC       criu/protobuf.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 179.5   CC       criu/pstree.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 180.1   CC       criu/rbtree.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 180.3   CC       criu/rst-malloc.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 180.6   CC       criu/seccomp.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 180.9   CC       criu/seize.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 181.4   CC       criu/servicefd.o
02:29:19 [2020-12-15T02:29:19.970Z] #41 181.7   CC       criu/shmem.o
02:29:19 [2020-12-15T02:29:19.987Z] #18 42.45 Selecting previously unselected package thin-provisioning-tools.
02:29:19 [2020-12-15T02:29:19.987Z] #18 42.45 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
02:29:19 [2020-12-15T02:29:19.987Z] #18 42.46 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
02:29:20 [2020-12-15T02:29:20.226Z] #41 ...
02:29:20 [2020-12-15T02:29:20.226Z] 
02:29:20 [2020-12-15T02:29:20.226Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:20 [2020-12-15T02:29:20.226Z] #51 96.89 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
02:29:20 [2020-12-15T02:29:20.226Z] #51 98.75 + mkdir -p /build
02:29:20 [2020-12-15T02:29:20.226Z] #51 98.75 + cp runc /build/runc
02:29:20 [2020-12-15T02:29:20.226Z] #51 DONE 100.1s
02:29:20 [2020-12-15T02:29:20.226Z] 
02:29:20 [2020-12-15T02:29:20.226Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:29:20 [2020-12-15T02:29:20.226Z] #28 DONE 5.5s
02:29:20 [2020-12-15T02:29:20.226Z] 
02:29:20 [2020-12-15T02:29:20.226Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
02:29:20 [2020-12-15T02:29:20.260Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.010s	coverage: 56.8% of statements
02:29:20 [2020-12-15T02:29:20.563Z] #18 42.84 Selecting previously unselected package uidmap.
02:29:20 [2020-12-15T02:29:20.563Z] #18 42.84 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_arm64.deb ...
02:29:20 [2020-12-15T02:29:20.563Z] #18 42.85 Unpacking uidmap (1:4.5-1.1) ...
02:29:20 [2020-12-15T02:29:20.563Z] #18 43.01 Selecting previously unselected package vim-runtime.
02:29:20 [2020-12-15T02:29:20.563Z] #18 43.01 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
02:29:20 [2020-12-15T02:29:20.563Z] #18 43.06 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
02:29:20 [2020-12-15T02:29:20.684Z] #43 168.6   CC       criu/parasite-syscall.o
02:29:20 [2020-12-15T02:29:20.793Z] #31 DONE 0.7s
02:29:20 [2020-12-15T02:29:20.793Z] 
02:29:20 [2020-12-15T02:29:20.793Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:20 [2020-12-15T02:29:20.793Z] #41 182.6   CC       criu/sigframe.o
02:29:20 [2020-12-15T02:29:20.793Z] #41 ...
02:29:20 [2020-12-15T02:29:20.793Z] 
02:29:20 [2020-12-15T02:29:20.793Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
02:29:20 [2020-12-15T02:29:20.793Z] #33 DONE 0.1s
02:29:20 [2020-12-15T02:29:20.793Z] 
02:29:20 [2020-12-15T02:29:20.793Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
02:29:20 [2020-12-15T02:29:20.793Z] #36 DONE 0.1s
02:29:20 [2020-12-15T02:29:20.793Z] 
02:29:20 [2020-12-15T02:29:20.793Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:20 [2020-12-15T02:29:20.793Z] #41 182.8   CC       criu/signalfd.o
02:29:20 [2020-12-15T02:29:20.826Z] #18 43.10 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
02:29:20 [2020-12-15T02:29:20.826Z] #18 43.13 Unpacking vim-runtime (2:8.1.0875-5) ...
02:29:20 [2020-12-15T02:29:20.861Z] #13 DONE 1.8s
02:29:20 [2020-12-15T02:29:20.861Z] 
02:29:20 [2020-12-15T02:29:20.861Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:29:20 [2020-12-15T02:29:20.896Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.001s	coverage: 85.7% of statements
02:29:20 [2020-12-15T02:29:20.896Z] ok  	github.com/docker/docker/pkg/pools	0.001s	coverage: 88.2% of statements
02:29:21 [2020-12-15T02:29:21.189Z] ok  	github.com/docker/docker/pkg/progress	0.001s	coverage: 75.9% of statements
02:29:21 [2020-12-15T02:29:21.265Z] #41 74.41   CC       compel/src/lib/infect-rpc.o
02:29:21 [2020-12-15T02:29:21.265Z] #41 ...
02:29:21 [2020-12-15T02:29:21.265Z] 
02:29:21 [2020-12-15T02:29:21.265Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:21 [2020-12-15T02:29:21.265Z] #43 167.1 net/textproto
02:29:21 [2020-12-15T02:29:21.265Z] #43 167.1 crypto/x509
02:29:21 [2020-12-15T02:29:21.265Z] #43 169.1 vendor/golang.org/x/net/http/httpguts
02:29:21 [2020-12-15T02:29:21.265Z] #43 169.4 vendor/golang.org/x/net/http/httpproxy
02:29:21 [2020-12-15T02:29:21.265Z] #43 170.1 mime/multipart
02:29:21 [2020-12-15T02:29:21.265Z] #43 172.2 crypto/tls
02:29:21 [2020-12-15T02:29:21.356Z] #41 183.2   CC       criu/sk-inet.o
02:29:21 [2020-12-15T02:29:21.546Z] #43 ...
02:29:21 [2020-12-15T02:29:21.546Z] 
02:29:21 [2020-12-15T02:29:21.546Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:21 [2020-12-15T02:29:21.546Z] #41 74.90   CC       compel/src/lib/infect-util.o
02:29:22 [2020-12-15T02:29:22.124Z] #41 75.31   CC       compel/src/lib/infect.o
02:29:22 [2020-12-15T02:29:22.232Z] #43 170.0   CC       criu/path.o
02:29:22 [2020-12-15T02:29:22.232Z] #43 170.3   CC       criu/pie-util-vdso.o
02:29:22 [2020-12-15T02:29:22.241Z] #14 1.435 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:29:22 [2020-12-15T02:29:22.702Z] ok  	github.com/docker/docker/pkg/pubsub	1.018s	coverage: 75.0% of statements
02:29:22 [2020-12-15T02:29:22.702Z] ok  	github.com/docker/docker/pkg/reexec	0.003s	coverage: 82.4% of statements
02:29:22 [2020-12-15T02:29:22.724Z] #41 184.5   CC       criu/sk-netlink.o
02:29:22 [2020-12-15T02:29:22.811Z] #14 ...
02:29:22 [2020-12-15T02:29:22.811Z] 
02:29:22 [2020-12-15T02:29:22.811Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:22 [2020-12-15T02:29:22.811Z] #43 180.1 net/http/httptrace
02:29:22 [2020-12-15T02:29:22.811Z] #43 180.5 net/http
02:29:22 [2020-12-15T02:29:22.811Z] #43 ...
02:29:22 [2020-12-15T02:29:22.811Z] 
02:29:22 [2020-12-15T02:29:22.811Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:29:22 [2020-12-15T02:29:22.811Z] #14 DONE 2.0s
02:29:22 [2020-12-15T02:29:22.811Z] 
02:29:22 [2020-12-15T02:29:22.811Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
02:29:22 [2020-12-15T02:29:22.880Z] #43 170.7   CC       criu/pie-util.o
02:29:22 [2020-12-15T02:29:22.880Z] #43 170.9   CC       criu/pipes.o
02:29:23 [2020-12-15T02:29:23.287Z] #41 185.0   CC       criu/sk-packet.o
02:29:23 [2020-12-15T02:29:23.388Z] #18 ...
02:29:23 [2020-12-15T02:29:23.388Z] 
02:29:23 [2020-12-15T02:29:23.388Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:23 [2020-12-15T02:29:23.388Z] #41 97.37   CC       criu/cr-check.o
02:29:23 [2020-12-15T02:29:23.388Z] #41 99.16   CC       criu/cr-dedup.o
02:29:23 [2020-12-15T02:29:23.388Z] #41 99.69   CC       criu/cr-dump.o
02:29:23 [2020-12-15T02:29:23.388Z] #41 102.4   CC       criu/cr-errno.o
02:29:23 [2020-12-15T02:29:23.388Z] #41 102.5   CC       criu/cr-restore.o
02:29:23 [2020-12-15T02:29:23.388Z] #41 107.4   CC       criu/cr-service.o
02:29:23 [2020-12-15T02:29:23.544Z] #41 185.5   CC       criu/sk-queue.o
02:29:23 [2020-12-15T02:29:23.800Z] #41 185.8   CC       criu/sk-tcp.o
02:29:23 [2020-12-15T02:29:23.935Z] #43 171.7   CC       criu/plugin.o
02:29:24 [2020-12-15T02:29:24.057Z] #41 ...
02:29:24 [2020-12-15T02:29:24.057Z] 
02:29:24 [2020-12-15T02:29:24.057Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
02:29:24 [2020-12-15T02:29:24.057Z] #39 DONE 0.7s
02:29:24 [2020-12-15T02:29:24.232Z] #43 172.1   CC       criu/proc_parse.o
02:29:24 [2020-12-15T02:29:24.313Z] 
02:29:24 [2020-12-15T02:29:24.313Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:24 [2020-12-15T02:29:24.313Z] #41 186.1   CC       criu/sk-unix.o
02:29:24 [2020-12-15T02:29:24.718Z] #15 DONE 1.6s
02:29:24 [2020-12-15T02:29:24.718Z] 
02:29:24 [2020-12-15T02:29:24.718Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:24 [2020-12-15T02:29:24.718Z] #41 78.91   AR       soccr/libsoccr.a
02:29:24 [2020-12-15T02:29:24.718Z] #41 78.97 make[1]: 'soccr/libsoccr.a' is up to date.
02:29:24 [2020-12-15T02:29:24.718Z] #41 79.74   DEP      criu/arch/x86/sigframe.d
02:29:24 [2020-12-15T02:29:24.718Z] #41 79.90   DEP      criu/arch/x86/sigaction_compat.d
02:29:24 [2020-12-15T02:29:24.718Z] #41 80.06   DEP      criu/arch/x86/kerndat.d
02:29:24 [2020-12-15T02:29:24.718Z] #41 80.23   DEP      criu/arch/x86/crtools.d
02:29:24 [2020-12-15T02:29:24.718Z] #41 80.42   DEP      criu/arch/x86/cpu.d
02:29:24 [2020-12-15T02:29:24.718Z] #41 80.73   CC       criu/arch/x86/cpu.o
02:29:24 [2020-12-15T02:29:24.718Z] #41 81.70   CC       criu/arch/x86/crtools.o
02:29:24 [2020-12-15T02:29:24.718Z] #41 83.75   CC       criu/arch/x86/kerndat.o
02:29:24 [2020-12-15T02:29:24.718Z] #41 84.77   CC       criu/arch/x86/sigaction_compat.o
02:29:24 [2020-12-15T02:29:24.718Z] #41 85.34   CC       criu/arch/x86/sigframe.o
02:29:24 [2020-12-15T02:29:24.718Z] #41 ...
02:29:24 [2020-12-15T02:29:24.718Z] 
02:29:24 [2020-12-15T02:29:24.718Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
02:29:24 [2020-12-15T02:29:24.782Z] #41 108.9   CC       criu/crtools.o
02:29:24 [2020-12-15T02:29:24.782Z] #41 ...
02:29:24 [2020-12-15T02:29:24.782Z] 
02:29:24 [2020-12-15T02:29:24.782Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:24 [2020-12-15T02:29:24.782Z] #18 47.06 Selecting previously unselected package vim.
02:29:24 [2020-12-15T02:29:24.782Z] #18 47.07 Preparing to unpack .../37-vim_2%3a8.1.0875-5_arm64.deb ...
02:29:24 [2020-12-15T02:29:24.782Z] #18 47.08 Unpacking vim (2:8.1.0875-5) ...
02:29:24 [2020-12-15T02:29:24.876Z] #41 ...
02:29:24 [2020-12-15T02:29:24.876Z] 
02:29:24 [2020-12-15T02:29:24.876Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:29:24 [2020-12-15T02:29:24.876Z] #47 290.6 + /build/golangci-lint --version
02:29:24 [2020-12-15T02:29:24.876Z] #47 290.9 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
02:29:24 [2020-12-15T02:29:24.876Z] #47 DONE 291.0s
02:29:24 [2020-12-15T02:29:24.879Z] #43 ...
02:29:24 [2020-12-15T02:29:24.879Z] 
02:29:24 [2020-12-15T02:29:24.879Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:29:24 [2020-12-15T02:29:24.879Z] #40 238.5 + dpkg --print-architecture
02:29:24 [2020-12-15T02:29:24.879Z] #40 238.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
02:29:25 [2020-12-15T02:29:25.133Z] 
02:29:25 [2020-12-15T02:29:25.133Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:25 [2020-12-15T02:29:25.359Z] #18 47.75 Selecting previously unselected package xfsprogs.
02:29:25 [2020-12-15T02:29:25.359Z] #18 47.75 Preparing to unpack .../38-xfsprogs_4.20.0-1_arm64.deb ...
02:29:25 [2020-12-15T02:29:25.359Z] #18 47.76 Unpacking xfsprogs (4.20.0-1) ...
02:29:25 [2020-12-15T02:29:25.390Z] #41 187.3   CC       criu/sockets.o
02:29:25 [2020-12-15T02:29:25.432Z] #41 78.27   CC       compel/src/lib/ptrace.o
02:29:25 [2020-12-15T02:29:25.432Z] #41 78.66   AR       compel/libcompel.a
02:29:25 [2020-12-15T02:29:25.432Z] #41 78.78   HOSTCC   compel/src/main-host.o
02:29:25 [2020-12-15T02:29:25.442Z] ok  	github.com/docker/docker/pkg/signal	2.328s	coverage: 61.0% of statements
02:29:25 [2020-12-15T02:29:25.442Z] ok  	github.com/docker/docker/pkg/stdcopy	0.002s	coverage: 100.0% of statements
02:29:25 [2020-12-15T02:29:25.526Z] #40 239.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
02:29:25 [2020-12-15T02:29:25.526Z] #40 239.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
02:29:25 [2020-12-15T02:29:25.736Z] ok  	github.com/docker/docker/pkg/streamformatter	0.002s	coverage: 66.2% of statements
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.16 Selecting previously unselected package zip.
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.16 Preparing to unpack .../39-zip_3.0-11+b1_arm64.deb ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.18 Unpacking zip (3.0-11+b1) ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.38 Setting up aufs-tools (1:4.14+20190211-1) ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.40 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.42 Setting up libip6tc0:arm64 (1.8.2-4) ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.44 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.45 Setting up libgpm2:arm64 (1.20.7-5) ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.48 Setting up libip4tc0:arm64 (1.8.2-4) ...
02:29:25 [2020-12-15T02:29:25.934Z] #18 48.50 Setting up uidmap (1:4.5-1.1) ...
02:29:25 [2020-12-15T02:29:25.953Z] #41 187.8   CC       criu/stats.o
02:29:26 [2020-12-15T02:29:26.005Z] #41 79.29   HOSTCC   compel/arch/x86/src/lib/handle-elf-host.o
02:29:26 [2020-12-15T02:29:26.028Z] ok  	github.com/docker/docker/pkg/stringid	0.001s	coverage: 70.6% of statements
02:29:26 [2020-12-15T02:29:26.099Z] #16 DONE 1.9s
02:29:26 [2020-12-15T02:29:26.099Z] 
02:29:26 [2020-12-15T02:29:26.099Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:26 [2020-12-15T02:29:26.099Z] #41 85.74   LINK     criu/arch/x86/crtools.built-in.o
02:29:26 [2020-12-15T02:29:26.099Z] #41 85.81   DEP      criu/pie/util-vdso-elf32.d
02:29:26 [2020-12-15T02:29:26.099Z] #41 86.15   DEP      criu/pie/util-vdso.d
02:29:26 [2020-12-15T02:29:26.099Z] #41 86.31   DEP      criu/pie/util.d
02:29:26 [2020-12-15T02:29:26.099Z] #41 86.54   CC       criu/pie/util.o
02:29:26 [2020-12-15T02:29:26.099Z] #41 87.20   CC       criu/pie/util-vdso.o
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.52 Setting up libnftnl11:arm64 (1.1.2-2) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.55 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.56 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.59 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.61 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.63 Setting up xxd (2:8.1.0875-5) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.65 Setting up zip (3.0-11+b1) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.67 Setting up vim-common (2:8.1.0875-5) ...
02:29:26 [2020-12-15T02:29:26.198Z] #18 48.71 Setting up bash-completion (1:2.8-6) ...
02:29:26 [2020-12-15T02:29:26.209Z] #41 188.0   CC       criu/string.o
02:29:26 [2020-12-15T02:29:26.209Z] #41 188.1   CC       criu/sysctl.o
02:29:26 [2020-12-15T02:29:26.266Z] #41 79.45   HOSTCC   compel/src/lib/handle-elf-host.o
02:29:26 [2020-12-15T02:29:26.358Z] #41 ...
02:29:26 [2020-12-15T02:29:26.358Z] 
02:29:26 [2020-12-15T02:29:26.358Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + RM_GOPATH=0
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + TMP_GOPATH=
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + : /build
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + '[' -z '' ']'
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 ++ mktemp -d
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + export GOPATH=/tmp/tmp.D7lQERAlNa
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + GOPATH=/tmp/tmp.D7lQERAlNa
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + RM_GOPATH=1
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 + case "$(go env GOARCH)" in
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.250 ++ go env GOARCH
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 + export GO_BUILDMODE=-buildmode=pie
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 + GO_BUILDMODE=-buildmode=pie
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 ++ dirname /tmp/install/install.sh
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 + dir=/tmp/install
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 + bin=runc
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 + shift
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 + '[' '!' -f /tmp/install/runc.installer ']'
02:29:26 [2020-12-15T02:29:26.358Z] #51 2.282 + . /tmp/install/runc.installer
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.282 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.282 + install_runc
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.282 + uname -r
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.282 + grep -q '^3\.10\.0.*\.el7\.'
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.312 + RUNC_BUILDTAGS='seccomp apparmor selinux '
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.312 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.313 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.313 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.D7lQERAlNa/src/github.com/opencontainers/runc
02:29:26 [2020-12-15T02:29:26.359Z] #51 2.315 Cloning into '/tmp/tmp.D7lQERAlNa/src/github.com/opencontainers/runc'...
02:29:26 [2020-12-15T02:29:26.466Z] #41 188.5   CC       criu/sysfs_parse.o
02:29:26 [2020-12-15T02:29:26.527Z] #41 79.75   HOSTCC   compel/src/lib/log-host.o
02:29:26 [2020-12-15T02:29:26.618Z] #51 ...
02:29:26 [2020-12-15T02:29:26.618Z] 
02:29:26 [2020-12-15T02:29:26.618Z] #17 [dev-systemd-false  6/26] RUN ldconfig
02:29:26 [2020-12-15T02:29:26.714Z] ok  	github.com/docker/docker/pkg/sysinfo	0.004s	coverage: 54.2% of statements
02:29:26 [2020-12-15T02:29:26.787Z] #41 79.95   HOSTLINK compel/compel-host-bin
02:29:27 [2020-12-15T02:29:27.007Z] ok  	github.com/docker/docker/pkg/system	0.043s	coverage: 36.9% of statements
02:29:27 [2020-12-15T02:29:27.029Z] #41 188.8   CC       criu/timens.o
02:29:27 [2020-12-15T02:29:27.029Z] #41 189.1   CC       criu/timerfd.o
02:29:27 [2020-12-15T02:29:27.048Z] #41 80.28   DEP      soccr/soccr.d
02:29:27 [2020-12-15T02:29:27.048Z] #41 80.48   CC       soccr/soccr.o
02:29:27 [2020-12-15T02:29:27.300Z] ok  	github.com/docker/docker/pkg/tailfile	0.044s	coverage: 88.6% of statements
02:29:27 [2020-12-15T02:29:27.308Z] #41 ...
02:29:27 [2020-12-15T02:29:27.308Z] 
02:29:27 [2020-12-15T02:29:27.308Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m...
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.5 Selecting previously unselected package libapparmor1:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.5 Unpacking libapparmor1:amd64 (2.13.2-10) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.6 Selecting previously unselected package libapparmor-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.6 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.6 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.9 Selecting previously unselected package libbtrfs0.
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.9 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 178.9 Unpacking libbtrfs0 (4.20.1-2) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.1 Selecting previously unselected package libbtrfs-dev.
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.1 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.1 Unpacking libbtrfs-dev (4.20.1-2) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.3 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.3 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.3 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.5 Selecting previously unselected package libudev-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.5 Unpacking libudev-dev:amd64 (241-7~deb10u5) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.8 Selecting previously unselected package libsepol1-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 179.8 Unpacking libsepol1-dev:amd64 (2.8-1) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 180.4 Selecting previously unselected package libpcre16-3:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 180.4 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 180.4 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 180.7 Selecting previously unselected package libpcre32-3:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 180.7 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 180.7 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 181.1 Selecting previously unselected package libpcrecpp0v5:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 181.1 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 181.2 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 181.4 Selecting previously unselected package libpcre3-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 181.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 181.4 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.0 Selecting previously unselected package libselinux1-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.1 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.1 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.5 Selecting previously unselected package libdevmapper-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.6 Selecting previously unselected package libseccomp-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.6 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.7 Unpacking libseccomp-dev:amd64 (2.3.3-4) ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.8 Selecting previously unselected package libsystemd-dev:amd64.
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.8 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ...
02:29:27 [2020-12-15T02:29:27.308Z] #11 182.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ...
02:29:27 [2020-12-15T02:29:27.592Z] #41 189.3   CC       criu/tty.o
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.6 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.6 Setting up libseccomp-dev:amd64 (2.3.3-4) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.7 Setting up libapparmor1:amd64 (2.13.2-10) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.7 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.7 Setting up libpcre16-3:amd64 (2:8.39-12) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.7 Setting up libsepol1-dev:amd64 (2.8-1) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.7 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.7 Setting up libbtrfs0 (4.20.1-2) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.8 Setting up libpcre32-3:amd64 (2:8.39-12) ...
02:29:27 [2020-12-15T02:29:27.830Z] #11 183.8 Setting up libudev-dev:amd64 (241-7~deb10u5) ...
02:29:27 [2020-12-15T02:29:27.936Z] ok  	github.com/docker/docker/pkg/tarsum	0.031s	coverage: 89.3% of statements
02:29:27 [2020-12-15T02:29:27.936Z] testing: warning: no tests to run
02:29:27 [2020-12-15T02:29:27.936Z] coverage: [no statements]
02:29:27 [2020-12-15T02:29:27.936Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
02:29:28 [2020-12-15T02:29:28.092Z] #11 183.9 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
02:29:28 [2020-12-15T02:29:28.092Z] #11 183.9 Setting up libbtrfs-dev (4.20.1-2) ...
02:29:28 [2020-12-15T02:29:28.092Z] #11 183.9 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
02:29:28 [2020-12-15T02:29:28.092Z] #11 183.9 Setting up mingw-w64-common (6.0.0-3) ...
02:29:28 [2020-12-15T02:29:28.092Z] #11 183.9 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ...
02:29:28 [2020-12-15T02:29:28.092Z] #11 184.0 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
02:29:28 [2020-12-15T02:29:28.092Z] #11 184.0 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
02:29:28 [2020-12-15T02:29:28.092Z] #11 184.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:29:28 [2020-12-15T02:29:28.231Z] ok  	github.com/docker/docker/pkg/truncindex	0.101s	coverage: 91.5% of statements
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.1 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.1 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.2 Setting up dmsetup (2:1.02.155-3) ...
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
02:29:28 [2020-12-15T02:29:28.353Z] #11 184.3 Processing triggers for libc-bin (2.28-10) ...
02:29:28 [2020-12-15T02:29:28.522Z] #41 190.2   CC       criu/tun.o
02:29:28 [2020-12-15T02:29:28.522Z] #41 190.4   CC       criu/uffd.o
02:29:28 [2020-12-15T02:29:28.523Z] #17 DONE 1.8s
02:29:28 [2020-12-15T02:29:28.523Z] 
02:29:28 [2020-12-15T02:29:28.523Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:28 [2020-12-15T02:29:28.524Z] ok  	github.com/docker/docker/pkg/urlutil	0.001s	coverage: 100.0% of statements
02:29:28 [2020-12-15T02:29:28.524Z] ok  	github.com/docker/docker/pkg/useragent	0.001s	coverage: 88.9% of statements
02:29:29 [2020-12-15T02:29:29.084Z] #41 191.0   CC       criu/util.o
02:29:29 [2020-12-15T02:29:29.515Z] #18 51.90 Setting up libiptc0:arm64 (1.8.2-4) ...
02:29:29 [2020-12-15T02:29:29.515Z] #18 51.91 Setting up xz-utils (5.2.4-1) ...
02:29:29 [2020-12-15T02:29:29.515Z] #18 51.94 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:29:29 [2020-12-15T02:29:29.515Z] #18 51.96 Setting up sudo (1.8.27-1+deb10u2) ...
02:29:29 [2020-12-15T02:29:29.745Z] #11 DONE 185.5s
02:29:29 [2020-12-15T02:29:29.745Z] 
02:29:29 [2020-12-15T02:29:29.745Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:29 [2020-12-15T02:29:29.778Z] #18 52.18 invoke-rc.d: could not determine current runlevel
02:29:29 [2020-12-15T02:29:29.778Z] #18 52.20 invoke-rc.d: policy-rc.d denied execution of start.
02:29:29 [2020-12-15T02:29:29.778Z] #18 52.21 Setting up pigz (2.4-1) ...
02:29:29 [2020-12-15T02:29:29.778Z] #18 52.22 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
02:29:29 [2020-12-15T02:29:29.778Z] #18 52.24 Setting up libnl-3-200:arm64 (3.4.0-1) ...
02:29:30 [2020-12-15T02:29:30.013Z] #41 191.8   CC       criu/uts_ns.o
02:29:30 [2020-12-15T02:29:30.013Z] #41 191.9   CC       criu/vdso-compat.o
02:29:30 [2020-12-15T02:29:30.013Z] #41 192.0   CC       criu/vdso.o
02:29:30 [2020-12-15T02:29:30.041Z] #18 52.27 Setting up python-pip-whl (18.1-5) ...
02:29:30 [2020-12-15T02:29:30.041Z] #18 52.34 Setting up libmpdec2:arm64 (2.4.2-2) ...
02:29:30 [2020-12-15T02:29:30.041Z] #18 52.37 Setting up vim-runtime (2:8.1.0875-5) ...
02:29:30 [2020-12-15T02:29:30.177Z] ok  	github.com/docker/docker/plugin	0.556s	coverage: 23.2% of statements
02:29:30 [2020-12-15T02:29:30.433Z] #18 2.266 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:29:30 [2020-12-15T02:29:30.433Z] #18 2.365 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:29:30 [2020-12-15T02:29:30.433Z] #18 2.369 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:29:30 [2020-12-15T02:29:30.577Z] #41 192.4   LINK     criu/built-in.o
02:29:30 [2020-12-15T02:29:30.577Z] #41 192.4   LINK     criu/criu
02:29:30 [2020-12-15T02:29:30.617Z] #18 52.98 Setting up libaio1:arm64 (0.3.112-3) ...
02:29:30 [2020-12-15T02:29:30.617Z] #18 53.03 Setting up libonig5:arm64 (6.9.1-1) ...
02:29:30 [2020-12-15T02:29:30.812Z] ok  	github.com/docker/docker/plugin/v2	0.002s	coverage: 14.5% of statements
02:29:30 [2020-12-15T02:29:30.833Z] #41 192.7   DEP      lib/c/criu.d
02:29:30 [2020-12-15T02:29:30.833Z] #41 192.8   CC       images/rpc.pb-c.o
02:29:30 [2020-12-15T02:29:30.880Z] #18 53.30 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u2) ...
02:29:31 [2020-12-15T02:29:31.089Z] #41 193.0   CC       lib/c/criu.o
02:29:31 [2020-12-15T02:29:31.105Z] ok  	github.com/docker/docker/profiles/seccomp	0.005s	coverage: 86.4% of statements
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.46 Setting up vim (2:8.1.0875-5) ...
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.60 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.61 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.64 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.66 Setting up thin-provisioning-tools (0.7.6-2.1) ...
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.68 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.70 Setting up jq (1.5+dfsg-2+b1) ...
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.72 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
02:29:31 [2020-12-15T02:29:31.145Z] #18 53.75 Setting up python3.7 (3.7.3-2+deb10u2) ...
02:29:31 [2020-12-15T02:29:31.155Z] #40 ...
02:29:31 [2020-12-15T02:29:31.155Z] 
02:29:31 [2020-12-15T02:29:31.155Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:31 [2020-12-15T02:29:31.155Z] #53 125.6 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
02:29:31 [2020-12-15T02:29:31.155Z] #53 128.1 + mkdir -p /build
02:29:31 [2020-12-15T02:29:31.155Z] #53 128.1 + cp runc /build/runc
02:29:31 [2020-12-15T02:29:31.155Z] #53 DONE 128.3s
02:29:31 [2020-12-15T02:29:31.155Z] 
02:29:31 [2020-12-15T02:29:31.155Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:31 [2020-12-15T02:29:31.155Z] #43 176.2   CC       criu/protobuf-desc.o
02:29:31 [2020-12-15T02:29:31.155Z] #43 177.3   CC       criu/protobuf.o
02:29:31 [2020-12-15T02:29:31.155Z] #43 177.7   CC       criu/pstree.o
02:29:31 [2020-12-15T02:29:31.455Z] #43 179.5   CC       criu/rbtree.o
02:29:31 [2020-12-15T02:29:31.652Z] #41 193.6   LINK     lib/c/built-in.o
02:29:31 [2020-12-15T02:29:31.652Z] #41 193.6   LINK     lib/c/libcriu.so
02:29:31 [2020-12-15T02:29:31.652Z] #41 193.6   LINK     lib/c/libcriu.a
02:29:31 [2020-12-15T02:29:31.652Z] #41 193.7   GEN      magic.py
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.970 + RM_GOPATH=0
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.970 + TMP_GOPATH=
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.970 + : /build
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.970 + '[' -z '' ']'
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.970 ++ mktemp -d
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.976 + export GOPATH=/tmp/tmp.iKgXVbnHr3
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.976 + GOPATH=/tmp/tmp.iKgXVbnHr3
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.976 + RM_GOPATH=1
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.976 + case "$(go env GOARCH)" in
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.976 ++ go env GOARCH
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.999 + export GO_BUILDMODE=-buildmode=pie
02:29:31 [2020-12-15T02:29:31.659Z] #51 1.999 + GO_BUILDMODE=-buildmode=pie
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 ++ dirname /tmp/install/install.sh
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 + dir=/tmp/install
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 + bin=runc
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 + shift
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 + '[' '!' -f /tmp/install/runc.installer ']'
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 + . /tmp/install/runc.installer
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.003 + install_runc
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.011 + grep -q '^3\.10\.0.*\.el7\.'
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.027 + uname -r
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.028 + RUNC_BUILDTAGS='seccomp apparmor selinux '
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.028 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )'
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.028 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.iKgXVbnHr3/src/github.com/opencontainers/runc
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.028 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )
02:29:31 [2020-12-15T02:29:31.659Z] #51 2.037 Cloning into '/tmp/tmp.iKgXVbnHr3/src/github.com/opencontainers/runc'...
02:29:31 [2020-12-15T02:29:31.909Z] #41 193.8 Note: Building without setproctitle() and strlcpy() support.
02:29:31 [2020-12-15T02:29:31.909Z] #41 193.8       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:29:31 [2020-12-15T02:29:31.909Z] #41 193.8 Note: Building without GnuTLS support
02:29:31 [2020-12-15T02:29:31.909Z] #41 193.8 Makefile.config:39: Warn: you have no libnftables installed
02:29:31 [2020-12-15T02:29:31.909Z] #41 193.8 Makefile.config:40: Warn: Building without nftables support
02:29:31 [2020-12-15T02:29:31.920Z] #51 ...
02:29:31 [2020-12-15T02:29:31.920Z] 
02:29:31 [2020-12-15T02:29:31.920Z] #12 [dev-systemd-false  1/26] RUN groupadd -r docker
02:29:31 [2020-12-15T02:29:31.920Z] #12 DONE 2.3s
02:29:31 [2020-12-15T02:29:31.959Z] #18 3.843 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:29:32 [2020-12-15T02:29:32.099Z] #43 180.1   CC       criu/rst-malloc.o
02:29:32 [2020-12-15T02:29:32.165Z] #41 194.2 fatal: not a git repository (or any of the parent directories): .git
02:29:32 [2020-12-15T02:29:32.180Z] 
02:29:32 [2020-12-15T02:29:32.180Z] #13 [dev-systemd-false  2/26] RUN useradd --create-home --gid docker unprivi...
02:29:32 [2020-12-15T02:29:32.410Z] #43 180.4   CC       criu/seccomp.o
02:29:32 [2020-12-15T02:29:32.687Z] ok  	github.com/docker/docker/quota	0.657s	coverage: 71.4% of statements
02:29:32 [2020-12-15T02:29:32.728Z] #41 194.6 make[1]: Nothing to be done for 'all'.
02:29:32 [2020-12-15T02:29:32.980Z] ok  	github.com/docker/docker/reference	0.004s	coverage: 84.4% of statements
02:29:33 [2020-12-15T02:29:33.051Z] #43 181.2   CC       criu/seize.o
02:29:33 [2020-12-15T02:29:33.291Z] #41 195.1 make[1]: 'images/built-in.o' is up to date.
02:29:33 [2020-12-15T02:29:33.291Z] #41 195.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
02:29:33 [2020-12-15T02:29:33.291Z] #41 195.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
02:29:33 [2020-12-15T02:29:33.291Z] #41 195.2 make[1]: 'compel/libcompel.a' is up to date.
02:29:33 [2020-12-15T02:29:33.291Z] #41 195.2 make[1]: 'compel/compel-host-bin' is up to date.
02:29:33 [2020-12-15T02:29:33.291Z] #41 195.2 make[1]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.291Z] #41 195.2 make[1]: 'soccr/libsoccr.a' is up to date.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.4 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.4 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.4 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.5 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.5 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.5 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.6 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.548Z] #41 195.6 make[2]: Nothing to be done for 'all'.
02:29:33 [2020-12-15T02:29:33.564Z] #13 DONE 1.6s
02:29:33 [2020-12-15T02:29:33.564Z] 
02:29:33 [2020-12-15T02:29:33.564Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:33 [2020-12-15T02:29:33.564Z] #41 82.38   AR       soccr/libsoccr.a
02:29:33 [2020-12-15T02:29:33.564Z] #41 82.41 make[1]: 'soccr/libsoccr.a' is up to date.
02:29:33 [2020-12-15T02:29:33.564Z] #41 83.02   DEP      criu/arch/x86/sigframe.d
02:29:33 [2020-12-15T02:29:33.564Z] #41 83.19   DEP      criu/arch/x86/sigaction_compat.d
02:29:33 [2020-12-15T02:29:33.564Z] #41 83.40   DEP      criu/arch/x86/kerndat.d
02:29:33 [2020-12-15T02:29:33.564Z] #41 83.56   DEP      criu/arch/x86/crtools.d
02:29:33 [2020-12-15T02:29:33.564Z] #41 83.75   DEP      criu/arch/x86/cpu.d
02:29:33 [2020-12-15T02:29:33.564Z] #41 83.93   CC       criu/arch/x86/cpu.o
02:29:33 [2020-12-15T02:29:33.564Z] #41 84.80   CC       criu/arch/x86/crtools.o
02:29:33 [2020-12-15T02:29:33.804Z] #41 195.6   INSTALL  criu/criu
02:29:33 [2020-12-15T02:29:33.804Z] #41 DONE 195.9s
02:29:33 [2020-12-15T02:29:33.804Z] 
02:29:33 [2020-12-15T02:29:33.804Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:29:33 [2020-12-15T02:29:33.824Z] #41 87.24   CC       criu/arch/x86/kerndat.o
02:29:33 [2020-12-15T02:29:33.891Z] #18 ...
02:29:33 [2020-12-15T02:29:33.891Z] 
02:29:33 [2020-12-15T02:29:33.891Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:33 [2020-12-15T02:29:33.891Z] #51 14.01 Checking out files:  85% (988/1151)   
Checking out files:  86% (990/1151)   
Checking out files:  87% (1002/1151)   
Checking out files:  88% (1013/1151)   
Checking out files:  89% (1025/1151)   
Checking out files:  90% (1036/1151)   
Checking out files:  91% (1048/1151)   
Checking out files:  92% (1059/1151)   
Checking out files:  93% (1071/1151)   
Checking out files:  94% (1082/1151)   
Checking out files:  95% (1094/1151)   
Checking out files:  96% (1105/1151)   
Checking out files:  97% (1117/1151)   
Checking out files:  98% (1128/1151)   
Checking out files:  99% (1140/1151)   
Checking out files: 100% (1151/1151)   
Checking out files: 100% (1151/1151), done.
02:29:33 [2020-12-15T02:29:33.891Z] #51 14.20 + cd /tmp/tmp.D7lQERAlNa/src/github.com/opencontainers/runc
02:29:33 [2020-12-15T02:29:33.891Z] #51 14.20 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:29:33 [2020-12-15T02:29:33.891Z] #51 14.97 + '[' -z '' ']'
02:29:33 [2020-12-15T02:29:33.891Z] #51 14.97 + target=static
02:29:33 [2020-12-15T02:29:33.891Z] #51 14.97 + make 'BUILDTAGS=seccomp apparmor selinux ' static
02:29:33 [2020-12-15T02:29:33.891Z] #51 15.49 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 .
02:29:34 [2020-12-15T02:29:34.019Z] ok  	github.com/docker/docker/registry	0.082s	coverage: 57.2% of statements
02:29:34 [2020-12-15T02:29:34.103Z] #43 182.2   CC       criu/servicefd.o
02:29:34 [2020-12-15T02:29:34.311Z] ok  	github.com/docker/docker/registry/resumable	0.014s	coverage: 100.0% of statements
02:29:34 [2020-12-15T02:29:34.464Z] #18 56.87 Setting up iptables (1.8.2-4) ...
02:29:34 [2020-12-15T02:29:34.464Z] #18 56.91 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:29:34 [2020-12-15T02:29:34.464Z] #18 56.92 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:29:34 [2020-12-15T02:29:34.464Z] #18 56.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:29:34 [2020-12-15T02:29:34.464Z] #18 56.95 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:29:34 [2020-12-15T02:29:34.464Z] #18 56.97 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:29:34 [2020-12-15T02:29:34.605Z] ok  	github.com/docker/docker/restartmanager	0.001s	coverage: 50.9% of statements
02:29:34 [2020-12-15T02:29:34.727Z] #18 56.98 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:29:34 [2020-12-15T02:29:34.727Z] #18 57.00 Setting up python3 (3.7.3-1) ...
02:29:34 [2020-12-15T02:29:34.747Z] #43 182.7   CC       criu/shmem.o
02:29:34 [2020-12-15T02:29:34.765Z] #41 88.13   CC       criu/arch/x86/sigaction_compat.o
02:29:34 [2020-12-15T02:29:34.897Z] ok  	github.com/docker/docker/runconfig	0.006s	coverage: 66.1% of statements
02:29:35 [2020-12-15T02:29:35.025Z] #41 ...
02:29:35 [2020-12-15T02:29:35.025Z] 
02:29:35 [2020-12-15T02:29:35.025Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:35 [2020-12-15T02:29:35.025Z] #43 180.9 net/http/httptrace
02:29:35 [2020-12-15T02:29:35.025Z] #43 181.1 net/http
02:29:35 [2020-12-15T02:29:35.171Z] #54 ...
02:29:35 [2020-12-15T02:29:35.171Z] 
02:29:35 [2020-12-15T02:29:35.171Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
02:29:35 [2020-12-15T02:29:35.190Z] ok  	github.com/docker/docker/testutil	0.001s	coverage: 62.5% of statements
02:29:35 [2020-12-15T02:29:35.285Z] #43 ...
02:29:35 [2020-12-15T02:29:35.285Z] 
02:29:35 [2020-12-15T02:29:35.285Z] #14 [dev-systemd-false  3/26] RUN ln -sfv /go/src/github.com/docker/docker/....
02:29:35 [2020-12-15T02:29:35.285Z] #14 1.491 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
02:29:35 [2020-12-15T02:29:35.285Z] #14 DONE 1.7s
02:29:35 [2020-12-15T02:29:35.285Z] 
02:29:35 [2020-12-15T02:29:35.285Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:35 [2020-12-15T02:29:35.285Z] #41 88.57   CC       criu/arch/x86/sigframe.o
02:29:35 [2020-12-15T02:29:35.305Z] #18 57.64 Setting up python3-wheel (0.32.3-2) ...
02:29:35 [2020-12-15T02:29:35.305Z] #18 ...
02:29:35 [2020-12-15T02:29:35.305Z] 
02:29:35 [2020-12-15T02:29:35.305Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:35 [2020-12-15T02:29:35.305Z] #41 109.6   CC       criu/eventfd.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 110.0   CC       criu/eventpoll.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 111.1   CC       criu/external.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 111.4   CC       criu/fault-injection.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 111.6   CC       criu/fdstore.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 112.1   CC       criu/fifo.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 112.6   CC       criu/file-ids.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 112.9   CC       criu/file-lock.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 113.9   CC       criu/files-ext.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 114.2   CC       criu/files-reg.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 116.8   CC       criu/files.o
02:29:35 [2020-12-15T02:29:35.305Z] #41 119.3   CC       criu/filesystems.o
02:29:35 [2020-12-15T02:29:35.427Z] #42 DONE 0.1s
02:29:35 [2020-12-15T02:29:35.427Z] 
02:29:35 [2020-12-15T02:29:35.427Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
02:29:35 [2020-12-15T02:29:35.427Z] #44 DONE 0.1s
02:29:35 [2020-12-15T02:29:35.427Z] 
02:29:35 [2020-12-15T02:29:35.427Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
02:29:35 [2020-12-15T02:29:35.427Z] #46 DONE 0.1s
02:29:35 [2020-12-15T02:29:35.427Z] 
02:29:35 [2020-12-15T02:29:35.428Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:29:35 [2020-12-15T02:29:35.684Z] #54 ...
02:29:35 [2020-12-15T02:29:35.684Z] 
02:29:35 [2020-12-15T02:29:35.684Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
02:29:35 [2020-12-15T02:29:35.798Z] #43 183.9   CC       criu/sigframe.o
02:29:35 [2020-12-15T02:29:35.855Z] #41 89.07   LINK     criu/arch/x86/crtools.built-in.o
02:29:35 [2020-12-15T02:29:35.855Z] #41 89.16   DEP      criu/pie/util-vdso-elf32.d
02:29:35 [2020-12-15T02:29:35.881Z] #41 120.0   CC       criu/fsnotify.o
02:29:35 [2020-12-15T02:29:35.941Z] #48 DONE 0.2s
02:29:35 [2020-12-15T02:29:35.941Z] 
02:29:35 [2020-12-15T02:29:35.941Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
02:29:35 [2020-12-15T02:29:35.941Z] #50 DONE 0.1s
02:29:35 [2020-12-15T02:29:35.941Z] 
02:29:35 [2020-12-15T02:29:35.941Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
02:29:36 [2020-12-15T02:29:36.098Z] #43 184.1   CC       criu/signalfd.o
02:29:36 [2020-12-15T02:29:36.115Z] #41 89.37   DEP      criu/pie/util-vdso.d
02:29:36 [2020-12-15T02:29:36.115Z] #41 89.56   DEP      criu/pie/util.d
02:29:36 [2020-12-15T02:29:36.144Z] #41 ...
02:29:36 [2020-12-15T02:29:36.144Z] 
02:29:36 [2020-12-15T02:29:36.144Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:36 [2020-12-15T02:29:36.144Z] #18 58.65 Setting up apparmor (2.13.2-10) ...
02:29:36 [2020-12-15T02:29:36.197Z] #52 DONE 0.1s
02:29:36 [2020-12-15T02:29:36.197Z] 
02:29:36 [2020-12-15T02:29:36.197Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:29:36 [2020-12-15T02:29:36.457Z] #54 232.6 + bin/containerd
02:29:36 [2020-12-15T02:29:36.685Z] #41 89.91   CC       criu/pie/util.o
02:29:36 [2020-12-15T02:29:36.743Z] #43 184.6   CC       criu/sk-inet.o
02:29:36 [2020-12-15T02:29:36.946Z] #41 ...
02:29:36 [2020-12-15T02:29:36.946Z] 
02:29:36 [2020-12-15T02:29:36.946Z] #15 [dev-systemd-false  4/26] RUN echo "source /usr/share/bash-completion/ba...
02:29:36 [2020-12-15T02:29:36.946Z] #15 DONE 1.7s
02:29:36 [2020-12-15T02:29:36.946Z] 
02:29:36 [2020-12-15T02:29:36.946Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:36 [2020-12-15T02:29:36.946Z] #41 90.28   CC       criu/pie/util-vdso.o
02:29:37 [2020-12-15T02:29:37.179Z] #51 ...
02:29:37 [2020-12-15T02:29:37.179Z] 
02:29:37 [2020-12-15T02:29:37.179Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:37 [2020-12-15T02:29:37.179Z] #41 88.22   CC       criu/pie/util-vdso-elf32.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 89.12   AR       criu/pie/pie.lib.a
02:29:37 [2020-12-15T02:29:37.179Z] #41 89.28   DEP      criu/pie/restorer.d
02:29:37 [2020-12-15T02:29:37.179Z] #41 89.55   DEP      criu/arch/x86/sigaction_compat_pie.d
02:29:37 [2020-12-15T02:29:37.179Z] #41 89.70   DEP      criu/arch/x86/restorer_unmap.d
02:29:37 [2020-12-15T02:29:37.179Z] #41 89.72   DEP      criu/arch/x86/restorer.d
02:29:37 [2020-12-15T02:29:37.179Z] #41 89.93   DEP      criu/arch/x86/vdso-pie.d
02:29:37 [2020-12-15T02:29:37.179Z] #41 90.07   DEP      criu/pie/parasite-vdso.d
02:29:37 [2020-12-15T02:29:37.179Z] #41 90.21   DEP      criu/pie/parasite.d
02:29:37 [2020-12-15T02:29:37.179Z] #41 90.53   CC       criu/pie/parasite.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 92.77   LINK     criu/pie/parasite.built-in.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 92.79   GEN      criu/pie/parasite-blob.h
02:29:37 [2020-12-15T02:29:37.179Z] #41 92.84   CC       criu/pie/parasite-vdso.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 93.68   CC       criu/arch/x86/vdso-pie.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 94.23   CC       criu/arch/x86/restorer.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 95.39   CC       criu/arch/x86/restorer_unmap.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 95.43   CC       criu/arch/x86/sigaction_compat_pie.o
02:29:37 [2020-12-15T02:29:37.179Z] #41 96.03   CC       criu/pie/restorer.o
02:29:37 [2020-12-15T02:29:37.362Z] ok  	github.com/docker/docker/volume/drivers	0.003s	coverage: 36.1% of statements
02:29:37 [2020-12-15T02:29:37.802Z] #43 185.8   CC       criu/sk-netlink.o
02:29:37 [2020-12-15T02:29:37.998Z] ok  	github.com/docker/docker/volume/local	0.312s	coverage: 76.6% of statements
02:29:38 [2020-12-15T02:29:38.332Z] #41 91.51   CC       criu/pie/util-vdso-elf32.o
02:29:38 [2020-12-15T02:29:38.332Z] #41 ...
02:29:38 [2020-12-15T02:29:38.332Z] 
02:29:38 [2020-12-15T02:29:38.332Z] #16 [dev-systemd-false  5/26] RUN ln -s /usr/local/completion/bash/docker /e...
02:29:38 [2020-12-15T02:29:38.332Z] #16 DONE 1.3s
02:29:38 [2020-12-15T02:29:38.332Z] 
02:29:38 [2020-12-15T02:29:38.332Z] #17 [dev-systemd-false  6/26] RUN ldconfig
02:29:38 [2020-12-15T02:29:38.448Z] #43 186.3   CC       criu/sk-packet.o
02:29:38 [2020-12-15T02:29:38.635Z] ok  	github.com/docker/docker/volume/mounts	0.017s	coverage: 67.0% of statements
02:29:38 [2020-12-15T02:29:38.704Z] #18 61.05 Setting up xfsprogs (4.20.0-1) ...
02:29:38 [2020-12-15T02:29:38.704Z] #18 61.08 Setting up python3-lib2to3 (3.7.3-1) ...
02:29:39 [2020-12-15T02:29:39.093Z] #43 187.0   CC       criu/sk-queue.o
02:29:39 [2020-12-15T02:29:39.279Z] #18 61.56 Setting up python3-pkg-resources (40.8.0-1) ...
02:29:39 [2020-12-15T02:29:39.715Z] #17 DONE 1.5s
02:29:39 [2020-12-15T02:29:39.715Z] 
02:29:39 [2020-12-15T02:29:39.715Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:39 [2020-12-15T02:29:39.741Z] #43 187.5   CC       criu/sk-tcp.o
02:29:39 [2020-12-15T02:29:39.745Z] ok  	github.com/docker/docker/volume/service	0.008s	coverage: 73.1% of statements
02:29:40 [2020-12-15T02:29:40.040Z] #43 188.1   CC       criu/sk-unix.o
02:29:40 [2020-12-15T02:29:40.477Z] #41 101.1   LINK     criu/pie/restorer.built-in.o
02:29:40 [2020-12-15T02:29:40.477Z] #41 101.2   GEN      criu/pie/restorer-blob.h
02:29:40 [2020-12-15T02:29:40.477Z] #41 101.3   DEP      criu/vdso.d
02:29:40 [2020-12-15T02:29:40.477Z] #41 101.6   DEP      criu/vdso-compat.d
02:29:40 [2020-12-15T02:29:40.674Z] #18 63.01 Setting up python3-distutils (3.7.3-1) ...
02:29:40 [2020-12-15T02:29:40.737Z] #41 101.8   DEP      criu/uts_ns.d
02:29:40 [2020-12-15T02:29:40.737Z] #41 102.0   DEP      criu/util.d
02:29:41 [2020-12-15T02:29:41.306Z] #41 102.2   DEP      criu/uffd.d
02:29:41 [2020-12-15T02:29:41.568Z] #41 102.5   DEP      criu/tun.d
02:29:41 [2020-12-15T02:29:41.568Z] #41 ...
02:29:41 [2020-12-15T02:29:41.568Z] 
02:29:41 [2020-12-15T02:29:41.568Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:41 [2020-12-15T02:29:41.568Z] #43 198.7 github.com/LK4D4/vndr/godl
02:29:41 [2020-12-15T02:29:41.568Z] #43 200.0 github.com/LK4D4/vndr
02:29:41 [2020-12-15T02:29:41.568Z] #43 ...
02:29:41 [2020-12-15T02:29:41.568Z] 
02:29:41 [2020-12-15T02:29:41.568Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:41 [2020-12-15T02:29:41.568Z] #41 102.7   DEP      criu/tty.d
02:29:41 [2020-12-15T02:29:41.630Z] #18 2.014 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB]
02:29:41 [2020-12-15T02:29:41.828Z] #41 103.0   DEP      criu/timerfd.d
02:29:41 [2020-12-15T02:29:41.890Z] #18 2.165 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
02:29:41 [2020-12-15T02:29:41.890Z] #18 2.291 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
02:29:42 [2020-12-15T02:29:42.089Z] #41 103.2   DEP      criu/timens.d
02:29:42 [2020-12-15T02:29:42.157Z] #43 190.2   CC       criu/sockets.o
02:29:42 [2020-12-15T02:29:42.349Z] #41 103.4   DEP      criu/sysfs_parse.d
02:29:42 [2020-12-15T02:29:42.600Z] #18 ...
02:29:42 [2020-12-15T02:29:42.600Z] 
02:29:42 [2020-12-15T02:29:42.600Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:29:42 [2020-12-15T02:29:42.600Z] #47 195.2 + /build/golangci-lint --version
02:29:42 [2020-12-15T02:29:42.600Z] #47 195.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
02:29:42 [2020-12-15T02:29:42.600Z] #47 DONE 197.5s
02:29:42 [2020-12-15T02:29:42.600Z] 
02:29:42 [2020-12-15T02:29:42.600Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:42 [2020-12-15T02:29:42.600Z] #51 74.99 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
02:29:42 [2020-12-15T02:29:42.600Z] #51 77.42 + mkdir -p /build
02:29:42 [2020-12-15T02:29:42.600Z] #51 77.43 + cp runc /build/runc
02:29:42 [2020-12-15T02:29:42.600Z] #51 DONE 81.0s
02:29:42 [2020-12-15T02:29:42.600Z] 
02:29:42 [2020-12-15T02:29:42.600Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:42 [2020-12-15T02:29:42.600Z] #41 121.3   CC       criu/image-desc.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 121.5   CC       criu/image.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 122.6   CC       criu/ipc_ns.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 123.7   CC       criu/irmap.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 124.4   CC       criu/kcmp-ids.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 124.9   CC       criu/kerndat.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 125.9   CC       criu/libnetlink.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 126.3   CC       criu/log.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 126.9   CC       criu/lsm.o
02:29:42 [2020-12-15T02:29:42.600Z] #41 ...
02:29:42 [2020-12-15T02:29:42.600Z] 
02:29:42 [2020-12-15T02:29:42.600Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:42 [2020-12-15T02:29:42.600Z] #18 65.15 Setting up python3-setuptools (40.8.0-1) ...
02:29:42 [2020-12-15T02:29:42.608Z] #41 103.7   DEP      criu/sysctl.d
02:29:42 [2020-12-15T02:29:42.870Z] #41 103.8   DEP      criu/string.d
02:29:42 [2020-12-15T02:29:42.870Z] #41 103.9   DEP      criu/stats.d
02:29:43 [2020-12-15T02:29:43.130Z] #41 104.1   DEP      criu/sockets.d
02:29:43 [2020-12-15T02:29:43.130Z] #41 104.3   DEP      criu/sk-unix.d
02:29:43 [2020-12-15T02:29:43.210Z] #43 191.1   CC       criu/stats.o
02:29:43 [2020-12-15T02:29:43.291Z] #18 3.455 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
02:29:43 [2020-12-15T02:29:43.508Z] #43 191.4   CC       criu/string.o
02:29:43 [2020-12-15T02:29:43.508Z] #43 191.5   CC       criu/sysctl.o
02:29:43 [2020-12-15T02:29:43.701Z] #41 104.6   DEP      criu/sk-tcp.d
02:29:43 [2020-12-15T02:29:43.701Z] #41 ...
02:29:43 [2020-12-15T02:29:43.701Z] 
02:29:43 [2020-12-15T02:29:43.701Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:43 [2020-12-15T02:29:43.701Z] #18 5.511 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:29:43 [2020-12-15T02:29:43.701Z] #18 8.712 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:29:43 [2020-12-15T02:29:43.701Z] #18 ...
02:29:43 [2020-12-15T02:29:43.701Z] 
02:29:43 [2020-12-15T02:29:43.701Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:43 [2020-12-15T02:29:43.701Z] #41 104.9   DEP      criu/sk-queue.d
02:29:44 [2020-12-15T02:29:44.270Z] #41 105.2   DEP      criu/sk-packet.d
02:29:44 [2020-12-15T02:29:44.270Z] #41 105.4   DEP      criu/sk-netlink.d
02:29:44 [2020-12-15T02:29:44.526Z] #18 66.50 Setting up python3-pip (18.1-5) ...
02:29:44 [2020-12-15T02:29:44.557Z] #43 192.4   CC       criu/sysfs_parse.o
02:29:44 [2020-12-15T02:29:44.841Z] #41 105.7   DEP      criu/sk-inet.d
02:29:44 [2020-12-15T02:29:44.841Z] #41 105.9   DEP      criu/signalfd.d
02:29:44 [2020-12-15T02:29:44.858Z] #43 192.9   CC       criu/timens.o
02:29:45 [2020-12-15T02:29:45.101Z] #41 106.2   DEP      criu/sigframe.d
02:29:45 [2020-12-15T02:29:45.205Z] #18 ...
02:29:45 [2020-12-15T02:29:45.205Z] 
02:29:45 [2020-12-15T02:29:45.205Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:45 [2020-12-15T02:29:45.205Z] #51 14.07 Checking out files:  89% (1025/1151)   
Checking out files:  90% (1036/1151)   
Checking out files:  91% (1048/1151)   
Checking out files:  92% (1059/1151)   
Checking out files:  93% (1071/1151)   
Checking out files:  94% (1082/1151)   
Checking out files:  95% (1094/1151)   
Checking out files:  96% (1105/1151)   
Checking out files:  97% (1117/1151)   
Checking out files:  98% (1128/1151)   
Checking out files:  99% (1140/1151)   
Checking out files: 100% (1151/1151)   
Checking out files: 100% (1151/1151), done.
02:29:45 [2020-12-15T02:29:45.205Z] #51 14.18 + cd /tmp/tmp.iKgXVbnHr3/src/github.com/opencontainers/runc
02:29:45 [2020-12-15T02:29:45.205Z] #51 14.18 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff
02:29:45 [2020-12-15T02:29:45.205Z] #51 15.04 + '[' -z '' ']'
02:29:45 [2020-12-15T02:29:45.205Z] #51 15.04 + target=static
02:29:45 [2020-12-15T02:29:45.205Z] #51 15.04 + make 'BUILDTAGS=seccomp apparmor selinux ' static
02:29:45 [2020-12-15T02:29:45.205Z] #51 15.59 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 .
02:29:45 [2020-12-15T02:29:45.360Z] #41 106.3   DEP      criu/shmem.d
02:29:45 [2020-12-15T02:29:45.478Z] #18 67.81 Processing triggers for libc-bin (2.28-10) ...
02:29:45 [2020-12-15T02:29:45.501Z] #43 193.4   CC       criu/timerfd.o
02:29:45 [2020-12-15T02:29:45.621Z] #41 106.6   DEP      criu/servicefd.d
02:29:45 [2020-12-15T02:29:45.742Z] #18 68.00 Processing triggers for mime-support (3.62) ...
02:29:45 [2020-12-15T02:29:45.798Z] #43 193.8   CC       criu/tty.o
02:29:45 [2020-12-15T02:29:45.881Z] #41 106.9   DEP      criu/seize.d
02:29:46 [2020-12-15T02:29:46.143Z] #41 107.1   DEP      criu/seccomp.d
02:29:46 [2020-12-15T02:29:46.403Z] #41 107.3   DEP      criu/rst-malloc.d
02:29:46 [2020-12-15T02:29:46.403Z] #41 107.3   DEP      criu/rbtree.d
02:29:46 [2020-12-15T02:29:46.403Z] #41 107.4   DEP      criu/pstree.d
02:29:46 [2020-12-15T02:29:46.403Z] #41 ...
02:29:46 [2020-12-15T02:29:46.403Z] 
02:29:46 [2020-12-15T02:29:46.403Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:46 [2020-12-15T02:29:46.403Z] #43 DONE 213.8s
02:29:46 [2020-12-15T02:29:46.662Z] 
02:29:46 [2020-12-15T02:29:46.662Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:46 [2020-12-15T02:29:46.662Z] #18 16.93 Fetched 8409 kB in 15s (560 kB/s)
02:29:47 [2020-12-15T02:29:47.136Z] #18 DONE 69.3s
02:29:47 [2020-12-15T02:29:47.136Z] 
02:29:47 [2020-12-15T02:29:47.136Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
02:29:47 [2020-12-15T02:29:47.897Z] #43 195.9   CC       criu/tun.o
02:29:48 [2020-12-15T02:29:48.531Z] #19 1.602 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:29:48 [2020-12-15T02:29:48.531Z] #19 1.618 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:29:48 [2020-12-15T02:29:48.531Z] #19 1.621 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:29:48 [2020-12-15T02:29:48.545Z] #43 196.5   CC       criu/uffd.o
02:29:49 [2020-12-15T02:29:49.109Z] #19 DONE 2.1s
02:29:49 [2020-12-15T02:29:49.109Z] 
02:29:49 [2020-12-15T02:29:49.109Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:29:49 [2020-12-15T02:29:49.412Z] #51 ...
02:29:49 [2020-12-15T02:29:49.412Z] 
02:29:49 [2020-12-15T02:29:49.412Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:49 [2020-12-15T02:29:49.412Z] #41 92.62   AR       criu/pie/pie.lib.a
02:29:49 [2020-12-15T02:29:49.412Z] #41 92.75   DEP      criu/pie/restorer.d
02:29:49 [2020-12-15T02:29:49.412Z] #41 93.08   DEP      criu/arch/x86/sigaction_compat_pie.d
02:29:49 [2020-12-15T02:29:49.412Z] #41 93.19   DEP      criu/arch/x86/restorer_unmap.d
02:29:49 [2020-12-15T02:29:49.412Z] #41 93.24   DEP      criu/arch/x86/restorer.d
02:29:49 [2020-12-15T02:29:49.412Z] #41 93.67   DEP      criu/arch/x86/vdso-pie.d
02:29:49 [2020-12-15T02:29:49.412Z] #41 93.86   DEP      criu/pie/parasite-vdso.d
02:29:49 [2020-12-15T02:29:49.412Z] #41 94.14   DEP      criu/pie/parasite.d
02:29:49 [2020-12-15T02:29:49.412Z] #41 94.53   CC       criu/pie/parasite.o
02:29:49 [2020-12-15T02:29:49.412Z] #41 96.35   LINK     criu/pie/parasite.built-in.o
02:29:49 [2020-12-15T02:29:49.412Z] #41 96.37   GEN      criu/pie/parasite-blob.h
02:29:49 [2020-12-15T02:29:49.412Z] #41 96.41   CC       criu/pie/parasite-vdso.o
02:29:49 [2020-12-15T02:29:49.412Z] #41 97.56   CC       criu/arch/x86/vdso-pie.o
02:29:49 [2020-12-15T02:29:49.412Z] #41 98.08   CC       criu/arch/x86/restorer.o
02:29:49 [2020-12-15T02:29:49.412Z] #41 98.95   CC       criu/arch/x86/restorer_unmap.o
02:29:49 [2020-12-15T02:29:49.412Z] #41 99.07   CC       criu/arch/x86/sigaction_compat_pie.o
02:29:49 [2020-12-15T02:29:49.412Z] #41 99.60   CC       criu/pie/restorer.o
02:29:50 [2020-12-15T02:29:50.077Z] #43 197.7   CC       criu/util.o
02:29:50 [2020-12-15T02:29:50.857Z] #18 16.93 Reading package lists...
02:29:51 [2020-12-15T02:29:51.620Z] #43 199.6   CC       criu/uts_ns.o
02:29:51 [2020-12-15T02:29:51.915Z] #43 200.0   CC       criu/vdso.o
02:29:51 [2020-12-15T02:29:51.958Z] #41 105.0   LINK     criu/pie/restorer.built-in.o
02:29:51 [2020-12-15T02:29:51.958Z] #41 105.0   GEN      criu/pie/restorer-blob.h
02:29:51 [2020-12-15T02:29:51.958Z] #41 105.1   DEP      criu/vdso.d
02:29:51 [2020-12-15T02:29:51.958Z] #41 105.4   DEP      criu/vdso-compat.d
02:29:52 [2020-12-15T02:29:52.054Z] #18 23.05 Reading package lists...
02:29:52 [2020-12-15T02:29:52.054Z] #18 ...
02:29:52 [2020-12-15T02:29:52.054Z] 
02:29:52 [2020-12-15T02:29:52.054Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:52 [2020-12-15T02:29:52.054Z] #41 107.8   DEP      criu/protobuf.d
02:29:52 [2020-12-15T02:29:52.054Z] #41 108.0   GEN      criu/protobuf-desc-gen.h
02:29:52 [2020-12-15T02:29:52.054Z] #41 112.0   DEP      criu/protobuf-desc.d
02:29:52 [2020-12-15T02:29:52.054Z] #41 112.3   DEP      criu/proc_parse.d
02:29:52 [2020-12-15T02:29:52.054Z] #41 112.6   DEP      criu/plugin.d
02:29:52 [2020-12-15T02:29:52.054Z] #41 112.7   DEP      criu/pipes.d
02:29:52 [2020-12-15T02:29:52.054Z] #41 113.1   DEP      criu/pie-util.d
02:29:52 [2020-12-15T02:29:52.313Z] #41 113.3   DEP      criu/pie-util-vdso.d
02:29:52 [2020-12-15T02:29:52.313Z] #41 113.4   DEP      criu/pie-util-vdso-elf32.d
02:29:52 [2020-12-15T02:29:52.533Z] #41 105.7   DEP      criu/uts_ns.d
02:29:52 [2020-12-15T02:29:52.533Z] #41 106.0   DEP      criu/util.d
02:29:52 [2020-12-15T02:29:52.556Z] #43 200.6   LINK     criu/built-in.o
02:29:52 [2020-12-15T02:29:52.556Z] #43 200.7   LINK     criu/criu
02:29:52 [2020-12-15T02:29:52.573Z] #41 113.7   DEP      criu/path.d
02:29:52 [2020-12-15T02:29:52.832Z] #41 114.0   DEP      criu/parasite-syscall.d
02:29:53 [2020-12-15T02:29:53.092Z] #41 114.2   DEP      criu/pagemap.d
02:29:53 [2020-12-15T02:29:53.105Z] #41 106.4   DEP      criu/uffd.d
02:29:53 [2020-12-15T02:29:53.197Z] #43 201.2   DEP      lib/c/criu.d
02:29:53 [2020-12-15T02:29:53.197Z] #43 201.3   CC       images/rpc.pb-c.o
02:29:53 [2020-12-15T02:29:53.329Z] #20 ...
02:29:53 [2020-12-15T02:29:53.329Z] 
02:29:53 [2020-12-15T02:29:53.329Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:53 [2020-12-15T02:29:53.329Z] #41 127.3   CC       criu/mem.o
02:29:53 [2020-12-15T02:29:53.329Z] #41 129.6   CC       criu/memfd.o
02:29:53 [2020-12-15T02:29:53.329Z] #41 130.1   CC       criu/mount.o
02:29:53 [2020-12-15T02:29:53.329Z] #41 133.1   CC       criu/namespaces.o
02:29:53 [2020-12-15T02:29:53.329Z] #41 134.7   CC       criu/net.o
02:29:53 [2020-12-15T02:29:53.329Z] #41 137.1   CC       criu/netfilter.o
02:29:53 [2020-12-15T02:29:53.329Z] #41 137.3   CC       criu/page-pipe.o
02:29:53 [2020-12-15T02:29:53.351Z] #41 114.3   DEP      criu/pagemap-cache.d
02:29:53 [2020-12-15T02:29:53.351Z] #41 114.5   DEP      criu/page-xfer.d
02:29:53 [2020-12-15T02:29:53.366Z] #41 106.6   DEP      criu/tun.d
02:29:53 [2020-12-15T02:29:53.494Z] #43 ...
02:29:53 [2020-12-15T02:29:53.494Z] 
02:29:53 [2020-12-15T02:29:53.494Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:29:53 [2020-12-15T02:29:53.494Z] #40 DONE 267.0s
02:29:53 [2020-12-15T02:29:53.494Z] 
02:29:53 [2020-12-15T02:29:53.494Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:29:53 [2020-12-15T02:29:53.592Z] #41 137.9   CC       criu/page-xfer.o
02:29:53 [2020-12-15T02:29:53.592Z] #41 ...
02:29:53 [2020-12-15T02:29:53.592Z] 
02:29:53 [2020-12-15T02:29:53.592Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:29:53 [2020-12-15T02:29:53.592Z] #20 4.612 Collecting yamllint==1.16.0
02:29:53 [2020-12-15T02:29:53.612Z] #41 114.6   DEP      criu/page-pipe.d
02:29:53 [2020-12-15T02:29:53.612Z] #41 114.7   DEP      criu/netfilter.d
02:29:53 [2020-12-15T02:29:53.873Z] #41 114.9   DEP      criu/net.d
02:29:53 [2020-12-15T02:29:53.873Z] #41 115.1   DEP      criu/namespaces.d
02:29:53 [2020-12-15T02:29:53.937Z] #41 107.0   DEP      criu/tty.d
02:29:54 [2020-12-15T02:29:54.133Z] #41 115.4   DEP      criu/mount.d
02:29:54 [2020-12-15T02:29:54.198Z] #41 107.4   DEP      criu/timerfd.d
02:29:54 [2020-12-15T02:29:54.459Z] #41 107.6   DEP      criu/timens.d
02:29:54 [2020-12-15T02:29:54.545Z] #24 ...
02:29:54 [2020-12-15T02:29:54.545Z] 
02:29:54 [2020-12-15T02:29:54.545Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:54 [2020-12-15T02:29:54.545Z] #43 202.5   CC       lib/c/criu.o
02:29:54 [2020-12-15T02:29:54.702Z] #41 115.7   DEP      criu/memfd.d
02:29:54 [2020-12-15T02:29:54.719Z] #41 107.9   DEP      criu/sysfs_parse.d
02:29:54 [2020-12-15T02:29:54.719Z] #41 108.2   DEP      criu/sysctl.d
02:29:54 [2020-12-15T02:29:54.961Z] #41 115.8   DEP      criu/mem.d
02:29:54 [2020-12-15T02:29:54.961Z] #41 116.0   DEP      criu/lsm.d
02:29:55 [2020-12-15T02:29:55.115Z] ok  	github.com/docker/docker/pkg/plugins	33.610s	coverage: 76.6% of statements
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/pkg/term	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/rootless	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/testutil/request	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/volume	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === Skipped
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     exec_linux_test.go:18: requires AppArmor to be enabled
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     exec_linux_test.go:38: requires AppArmor to be enabled
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver btrfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver btrfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver btrfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver btrfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver btrfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:73: No driver to put!
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z] time="2020-12-15T02:28:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z] time="2020-12-15T02:28:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z] time="2020-12-15T02:28:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z] time="2020-12-15T02:28:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z] time="2020-12-15T02:28:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:73: No driver to put!
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     overlay_test.go:49: Fails to compute changes intermittently
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     overlay_test.go:65: Cannot run test with naive change algorithm
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver zfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver zfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver zfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver zfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:46: Driver zfs not supported
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     graphtest_unix.go:73: No driver to put!
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
02:29:55 [2020-12-15T02:29:55.115Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.115Z] 
02:29:55 [2020-12-15T02:29:55.116Z] DONE 2191 tests, 26 skipped in 190.859s
Post stage
[Pipeline] junit
02:29:55 [2020-12-15T02:29:55.163Z] Recording test results
02:29:55 [2020-12-15T02:29:55.221Z] #41 116.2   DEP      criu/log.d
02:29:55 [2020-12-15T02:29:55.221Z] #41 116.3   DEP      criu/libnetlink.d
[Pipeline] }
[Pipeline] // stage
02:29:55 [2020-12-15T02:29:55.290Z] #41 108.5   DEP      criu/string.d
02:29:55 [2020-12-15T02:29:55.290Z] #41 ...
02:29:55 [2020-12-15T02:29:55.290Z] 
02:29:55 [2020-12-15T02:29:55.290Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:29:55 [2020-12-15T02:29:55.290Z] #43 201.0 github.com/LK4D4/vndr/godl
02:29:55 [2020-12-15T02:29:55.290Z] #43 202.5 github.com/LK4D4/vndr
02:29:55 [2020-12-15T02:29:55.290Z] #43 ...
02:29:55 [2020-12-15T02:29:55.290Z] 
02:29:55 [2020-12-15T02:29:55.290Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:55 [2020-12-15T02:29:55.290Z] #41 108.6   DEP      criu/stats.d
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:29:55 [2020-12-15T02:29:55.481Z] #41 116.4   DEP      criu/kerndat.d
02:29:55 [2020-12-15T02:29:55.481Z] #41 116.7   DEP      criu/kcmp-ids.d
02:29:55 [2020-12-15T02:29:55.551Z] #41 108.8   DEP      criu/sockets.d
02:29:55 [2020-12-15T02:29:55.593Z] #43 203.8   LINK     lib/c/built-in.o
02:29:55 [2020-12-15T02:29:55.677Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -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:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh dynbinary test-integration
02:29:55 [2020-12-15T02:29:55.740Z] #41 116.8   DEP      criu/irmap.d
02:29:55 [2020-12-15T02:29:55.740Z] #41 ...
02:29:55 [2020-12-15T02:29:55.740Z] 
02:29:55 [2020-12-15T02:29:55.740Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:55 [2020-12-15T02:29:55.740Z] #18 23.05 Reading package lists...
02:29:55 [2020-12-15T02:29:55.812Z] #41 109.1   DEP      criu/sk-unix.d
02:29:55 [2020-12-15T02:29:55.910Z] #43 203.8   LINK     lib/c/libcriu.so
02:29:55 [2020-12-15T02:29:55.910Z] #43 203.8   LINK     lib/c/libcriu.a
02:29:55 [2020-12-15T02:29:55.910Z] #43 204.0   GEN      magic.py
02:29:55 [2020-12-15T02:29:55.970Z] 
02:29:55 [2020-12-15T02:29:55.970Z] Removing bundles/
02:29:55 [2020-12-15T02:29:55.970Z] 
02:29:55 [2020-12-15T02:29:55.970Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
02:29:56 [2020-12-15T02:29:56.208Z] #43 204.2 Note: Building without setproctitle() and strlcpy() support.
02:29:56 [2020-12-15T02:29:56.208Z] #43 204.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:29:56 [2020-12-15T02:29:56.208Z] #43 204.3 Note: Building without GnuTLS support
02:29:56 [2020-12-15T02:29:56.208Z] #43 204.3 Makefile.config:39: Warn: you have no libnftables installed
02:29:56 [2020-12-15T02:29:56.208Z] #43 204.3 Makefile.config:40: Warn: Building without nftables support
02:29:56 [2020-12-15T02:29:56.263Z] Building: bundles/dynbinary-daemon/dockerd-dev
02:29:56 [2020-12-15T02:29:56.263Z] GOOS="" GOARCH="" GOARM=""
02:29:56 [2020-12-15T02:29:56.383Z] #41 109.6   DEP      criu/sk-tcp.d
02:29:56 [2020-12-15T02:29:56.383Z] #41 ...
02:29:56 [2020-12-15T02:29:56.383Z] 
02:29:56 [2020-12-15T02:29:56.383Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:29:56 [2020-12-15T02:29:56.383Z] #18 6.471 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [255 kB]
02:29:56 [2020-12-15T02:29:56.383Z] #18 8.256 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7856 B]
02:29:56 [2020-12-15T02:29:56.644Z] #18 ...
02:29:56 [2020-12-15T02:29:56.644Z] 
02:29:56 [2020-12-15T02:29:56.644Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:56 [2020-12-15T02:29:56.644Z] #41 110.0   DEP      criu/sk-queue.d
02:29:56 [2020-12-15T02:29:56.904Z] #41 110.3   DEP      criu/sk-packet.d
02:29:56 [2020-12-15T02:29:56.937Z] #18 27.89 Building dependency tree...
02:29:57 [2020-12-15T02:29:57.264Z] #43 205.1 fatal: not a git repository (or any of the parent directories): .git
02:29:57 [2020-12-15T02:29:57.475Z] #41 110.7   DEP      criu/sk-netlink.d
02:29:57 [2020-12-15T02:29:57.475Z] #41 111.0   DEP      criu/sk-inet.d
02:29:57 [2020-12-15T02:29:57.508Z] #18 ...
02:29:57 [2020-12-15T02:29:57.508Z] 
02:29:57 [2020-12-15T02:29:57.508Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:29:57 [2020-12-15T02:29:57.508Z] #30 DONE 224.7s
02:29:57 [2020-12-15T02:29:57.736Z] #41 111.1   DEP      criu/signalfd.d
02:29:57 [2020-12-15T02:29:57.736Z] #41 111.2   DEP      criu/sigframe.d
02:29:57 [2020-12-15T02:29:57.768Z] 
02:29:57 [2020-12-15T02:29:57.768Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:29:57 [2020-12-15T02:29:57.768Z] #41 117.0   DEP      criu/ipc_ns.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 117.1   DEP      criu/image.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 117.4   DEP      criu/image-desc.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 117.6   DEP      criu/fsnotify.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 117.9   DEP      criu/filesystems.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 118.1   DEP      criu/files.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 118.4   DEP      criu/files-reg.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 118.6   DEP      criu/files-ext.d
02:29:57 [2020-12-15T02:29:57.768Z] #41 118.8   DEP      criu/file-lock.d
02:29:57 [2020-12-15T02:29:57.910Z] #43 205.9 make[1]: Nothing to be done for 'all'.
02:29:57 [2020-12-15T02:29:57.997Z] #41 111.4   DEP      criu/shmem.d
02:29:58 [2020-12-15T02:29:58.027Z] #41 119.1   DEP      criu/file-ids.d
02:29:58 [2020-12-15T02:29:58.258Z] #41 111.6   DEP      criu/servicefd.d
02:29:58 [2020-12-15T02:29:58.286Z] #41 119.3   DEP      criu/fifo.d
02:29:58 [2020-12-15T02:29:58.520Z] #41 111.7   DEP      criu/seize.d
02:29:58 [2020-12-15T02:29:58.520Z] #41 111.9   DEP      criu/seccomp.d
02:29:58 [2020-12-15T02:29:58.546Z] #41 119.6   DEP      criu/fdstore.d
02:29:58 [2020-12-15T02:29:58.781Z] #41 112.1   DEP      criu/rst-malloc.d
02:29:58 [2020-12-15T02:29:58.781Z] #41 112.2   DEP      criu/rbtree.d
02:29:58 [2020-12-15T02:29:58.781Z] #41 112.2   DEP      criu/pstree.d
02:29:58 [2020-12-15T02:29:58.805Z] #41 119.8   DEP      criu/fault-injection.d
02:29:58 [2020-12-15T02:29:58.805Z] #41 119.9   DEP      criu/external.d
02:29:58 [2020-12-15T02:29:58.805Z] #41 120.0   DEP      criu/eventpoll.d
02:29:58 [2020-12-15T02:29:58.930Z] #20 9.911   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
02:29:58 [2020-12-15T02:29:58.930Z] #20 10.06 Collecting pyyaml (from yamllint==1.16.0)
02:29:58 [2020-12-15T02:29:58.963Z] #43 206.9 make[1]: 'images/built-in.o' is up to date.
02:29:58 [2020-12-15T02:29:58.963Z] #43 206.9 make[1]: 'compel/plugins/std.lib.a' is up to date.
02:29:58 [2020-12-15T02:29:58.963Z] #43 207.0 make[1]: 'compel/plugins/fds.lib.a' is up to date.
02:29:58 [2020-12-15T02:29:58.963Z] #43 207.0 make[1]: 'compel/libcompel.a' is up to date.
02:29:58 [2020-12-15T02:29:58.963Z] #43 207.1 make[1]: 'compel/compel-host-bin' is up to date.
02:29:59 [2020-12-15T02:29:59.193Z] #20 10.22   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
02:29:59 [2020-12-15T02:29:59.259Z] #43 207.1 make[1]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.259Z] #43 207.2 make[1]: 'soccr/libsoccr.a' is up to date.
02:29:59 [2020-12-15T02:29:59.353Z] #41 112.4   DEP      criu/protobuf.d
02:29:59 [2020-12-15T02:29:59.353Z] #41 112.7   GEN      criu/protobuf-desc-gen.h
02:29:59 [2020-12-15T02:29:59.374Z] #41 120.3   DEP      criu/eventfd.d
02:29:59 [2020-12-15T02:29:59.560Z] #43 207.5 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.560Z] #43 207.5 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.560Z] #43 207.5 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.633Z] #41 120.6   DEP      criu/crtools.d
02:29:59 [2020-12-15T02:29:59.858Z] #43 207.7 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.858Z] #43 207.8 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.858Z] #43 207.8 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.858Z] #43 207.9 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.858Z] #43 208.0 make[2]: Nothing to be done for 'all'.
02:29:59 [2020-12-15T02:29:59.893Z] #41 121.0   DEP      criu/cr-service.d
02:30:00 [2020-12-15T02:30:00.142Z] #20 ...
02:30:00 [2020-12-15T02:30:00.142Z] 
02:30:00 [2020-12-15T02:30:00.142Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:00 [2020-12-15T02:30:00.142Z] #41 139.1   CC       criu/pagemap-cache.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 139.4   CC       criu/pagemap.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 140.1   CC       criu/parasite-syscall.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 140.8   CC       criu/path.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 141.0   CC       criu/pie-util-vdso.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 141.4   CC       criu/pie-util.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 141.5   CC       criu/pipes.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 142.1   CC       criu/plugin.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 142.4   CC       criu/proc_parse.o
02:30:00 [2020-12-15T02:30:00.142Z] #41 144.3   CC       criu/protobuf-desc.o
02:30:00 [2020-12-15T02:30:00.152Z] #41 121.3   DEP      criu/cr-restore.d
02:30:00 [2020-12-15T02:30:00.154Z] #43 208.0   INSTALL  criu/criu
02:30:00 [2020-12-15T02:30:00.154Z] #43 DONE 208.1s
02:30:00 [2020-12-15T02:30:00.154Z] 
02:30:00 [2020-12-15T02:30:00.154Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:30:00 [2020-12-15T02:30:00.406Z] #41 ...
02:30:00 [2020-12-15T02:30:00.406Z] 
02:30:00 [2020-12-15T02:30:00.406Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:30:00 [2020-12-15T02:30:00.406Z] #20 11.35 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
02:30:00 [2020-12-15T02:30:00.406Z] #20 11.40   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
02:30:00 [2020-12-15T02:30:00.406Z] #20 11.44 Building wheels for collected packages: pyyaml
02:30:00 [2020-12-15T02:30:00.406Z] #20 11.44   Running setup.py bdist_wheel for pyyaml: started
02:30:00 [2020-12-15T02:30:00.721Z] #41 121.6   DEP      criu/cr-errno.d
02:30:00 [2020-12-15T02:30:00.721Z] #41 121.6   DEP      criu/cr-dump.d
02:30:00 [2020-12-15T02:30:00.980Z] #41 122.0   DEP      criu/cr-dedup.d
02:30:00 [2020-12-15T02:30:00.980Z] #41 122.1   DEP      criu/cr-check.d
02:30:01 [2020-12-15T02:30:01.240Z] #41 122.3   DEP      criu/config.d
02:30:01 [2020-12-15T02:30:01.240Z] #41 122.4   DEP      criu/clone-noasan.d
02:30:01 [2020-12-15T02:30:01.357Z] #20 12.26   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
02:30:01 [2020-12-15T02:30:01.357Z] #20 12.26   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
02:30:01 [2020-12-15T02:30:01.357Z] #20 12.33 Successfully built pyyaml
02:30:01 [2020-12-15T02:30:01.357Z] #20 12.34 Installing collected packages: pyyaml, pathspec, yamllint
02:30:01 [2020-12-15T02:30:01.499Z] #41 122.5   DEP      criu/cgroup.d
02:30:01 [2020-12-15T02:30:01.499Z] #41 122.6   DEP      criu/cgroup-props.d
02:30:01 [2020-12-15T02:30:01.499Z] #41 122.7   DEP      criu/bitmap.d
02:30:01 [2020-12-15T02:30:01.499Z] #41 122.7   DEP      criu/bfd.d
02:30:01 [2020-12-15T02:30:01.620Z] #20 12.59 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
02:30:01 [2020-12-15T02:30:01.759Z] #41 122.8   DEP      criu/autofs.d
02:30:01 [2020-12-15T02:30:01.759Z] #41 122.9   DEP      criu/aio.d
02:30:02 [2020-12-15T02:30:02.019Z] #41 123.0   DEP      criu/action-scripts.d
02:30:02 [2020-12-15T02:30:02.279Z] #41 123.2   CC       criu/action-scripts.o
02:30:02 [2020-12-15T02:30:02.538Z] #41 123.6   CC       criu/aio.o
02:30:02 [2020-12-15T02:30:02.911Z] #24 ...
02:30:02 [2020-12-15T02:30:02.911Z] 
02:30:02 [2020-12-15T02:30:02.911Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:30:02 [2020-12-15T02:30:02.911Z] #49 276.2 + /build/golangci-lint --version
02:30:02 [2020-12-15T02:30:02.911Z] #49 276.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
02:30:02 [2020-12-15T02:30:02.911Z] #49 DONE 276.7s
02:30:02 [2020-12-15T02:30:02.911Z] 
02:30:02 [2020-12-15T02:30:02.911Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:03 [2020-12-15T02:30:03.109Z] #41 124.1   CC       criu/autofs.o
02:30:03 [2020-12-15T02:30:03.369Z] #41 ...
02:30:03 [2020-12-15T02:30:03.369Z] 
02:30:03 [2020-12-15T02:30:03.369Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.72 libcap2-bin is already the newest version (1:2.25-2).
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.72 The following additional packages will be installed:
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.72   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.72   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.72   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.72   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.72   python3.7 python3.7-minimal vim-runtime xxd
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.73 Suggested packages:
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.73   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.73   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.73   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.73 Recommended packages:
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.73   aufs-dkms nftables build-essential python3-dev python3-keyring
02:30:03 [2020-12-15T02:30:03.369Z] #18 30.73   python3-keyrings.alt python3-xdg unzip
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.24 The following NEW packages will be installed:
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.26   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.27   xz-utils zip
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.61 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded.
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.61 Need to get 28.5 MB of archives.
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.61 After this operation, 116 MB of additional disk space will be used.
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.61 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 33.71 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.24 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.24 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.37 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.38 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.38 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.38 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.40 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.40 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.40 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.78 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.85 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.86 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.87 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.88 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.89 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 34.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.01 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.10 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.11 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.12 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.12 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.13 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.13 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
02:30:03 [2020-12-15T02:30:03.369Z] #18 35.13 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
02:30:03 [2020-12-15T02:30:03.562Z] #41 ...
02:30:03 [2020-12-15T02:30:03.562Z] 
02:30:03 [2020-12-15T02:30:03.562Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:30:03 [2020-12-15T02:30:03.562Z] #43 DONE 218.9s
02:30:03 [2020-12-15T02:30:03.562Z] 
02:30:03 [2020-12-15T02:30:03.562Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:03 [2020-12-15T02:30:03.562Z] #18 17.16 Fetched 8409 kB in 16s (542 kB/s)
02:30:03 [2020-12-15T02:30:03.562Z] #18 17.16 Reading package lists...
02:30:03 [2020-12-15T02:30:03.562Z] #18 23.24 Reading package lists...
02:30:03 [2020-12-15T02:30:03.562Z] #18 ...
02:30:03 [2020-12-15T02:30:03.562Z] 
02:30:03 [2020-12-15T02:30:03.562Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:03 [2020-12-15T02:30:03.562Z] #41 116.9   DEP      criu/protobuf-desc.d
02:30:03 [2020-12-15T02:30:03.628Z] #18 35.64 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:30:03 [2020-12-15T02:30:03.628Z] #18 35.64 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
02:30:03 [2020-12-15T02:30:03.628Z] #18 35.64 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
02:30:03 [2020-12-15T02:30:03.628Z] #18 35.65 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
02:30:03 [2020-12-15T02:30:03.628Z] #18 35.65 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
02:30:03 [2020-12-15T02:30:03.628Z] #18 35.65 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
02:30:03 [2020-12-15T02:30:03.824Z] #41 117.0   DEP      criu/proc_parse.d
02:30:03 [2020-12-15T02:30:03.888Z] #18 35.74 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
02:30:03 [2020-12-15T02:30:03.888Z] #18 35.74 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
02:30:03 [2020-12-15T02:30:03.888Z] #18 35.75 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
02:30:03 [2020-12-15T02:30:03.888Z] #18 35.76 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
02:30:03 [2020-12-15T02:30:03.888Z] #18 35.76 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
02:30:03 [2020-12-15T02:30:03.888Z] #18 35.78 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
02:30:03 [2020-12-15T02:30:03.888Z] #18 35.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
02:30:04 [2020-12-15T02:30:04.085Z] #41 117.4   DEP      criu/plugin.d
02:30:04 [2020-12-15T02:30:04.175Z] #20 DONE 14.9s
02:30:04 [2020-12-15T02:30:04.175Z] 
02:30:04 [2020-12-15T02:30:04.175Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:04 [2020-12-15T02:30:04.175Z] #41 145.2   CC       criu/protobuf.o
02:30:04 [2020-12-15T02:30:04.175Z] #41 145.5   CC       criu/pstree.o
02:30:04 [2020-12-15T02:30:04.175Z] #41 146.4   CC       criu/rbtree.o
02:30:04 [2020-12-15T02:30:04.175Z] #41 146.9   CC       criu/rst-malloc.o
02:30:04 [2020-12-15T02:30:04.175Z] #41 147.2   CC       criu/seccomp.o
02:30:04 [2020-12-15T02:30:04.175Z] #41 147.9   CC       criu/seize.o
02:30:04 [2020-12-15T02:30:04.346Z] #41 117.6   DEP      criu/pipes.d
02:30:04 [2020-12-15T02:30:04.439Z] #41 148.7   CC       criu/servicefd.o
02:30:04 [2020-12-15T02:30:04.458Z] #18 36.46 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
02:30:04 [2020-12-15T02:30:04.458Z] #18 36.55 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
02:30:04 [2020-12-15T02:30:04.607Z] #41 118.0   DEP      criu/pie-util.d
02:30:04 [2020-12-15T02:30:04.717Z] #18 36.58 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
02:30:05 [2020-12-15T02:30:05.015Z] #41 149.1   CC       criu/shmem.o
02:30:05 [2020-12-15T02:30:05.179Z] #41 118.3   DEP      criu/pie-util-vdso.d
02:30:05 [2020-12-15T02:30:05.179Z] #41 118.5   DEP      criu/pie-util-vdso-elf32.d
02:30:05 [2020-12-15T02:30:05.286Z] #18 37.00 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
02:30:05 [2020-12-15T02:30:05.286Z] #18 37.06 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
02:30:05 [2020-12-15T02:30:05.286Z] #18 37.11 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
02:30:05 [2020-12-15T02:30:05.440Z] #41 118.7   DEP      criu/path.d
02:30:05 [2020-12-15T02:30:05.701Z] #41 119.0   DEP      criu/parasite-syscall.d
02:30:05 [2020-12-15T02:30:05.855Z] #18 37.68 debconf: delaying package configuration, since apt-utils is not installed
02:30:05 [2020-12-15T02:30:05.855Z] #18 37.82 Fetched 28.5 MB in 4s (7540 kB/s)
02:30:05 [2020-12-15T02:30:05.855Z] #18 37.88 Selecting previously unselected package pigz.
02:30:05 [2020-12-15T02:30:05.964Z] #41 149.9   CC       criu/sigframe.o
02:30:05 [2020-12-15T02:30:05.964Z] #41 150.1   CC       criu/signalfd.o
02:30:06 [2020-12-15T02:30:06.114Z] #18 37.88 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
02:30:06 [2020-12-15T02:30:06.114Z] #18 37.93 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
02:30:06 [2020-12-15T02:30:06.114Z] #18 37.93 Unpacking pigz (2.4-1) ...
02:30:06 [2020-12-15T02:30:06.114Z] #18 38.04 Selecting previously unselected package libpython3.7-minimal:amd64.
02:30:06 [2020-12-15T02:30:06.114Z] #18 38.04 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
02:30:06 [2020-12-15T02:30:06.114Z] #18 38.05 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
02:30:06 [2020-12-15T02:30:06.227Z] #41 150.4   CC       criu/sk-inet.o
02:30:06 [2020-12-15T02:30:06.273Z] #41 119.5   DEP      criu/pagemap.d
02:30:06 [2020-12-15T02:30:06.273Z] #41 119.7   DEP      criu/pagemap-cache.d
02:30:06 [2020-12-15T02:30:06.373Z] #18 38.46 Selecting previously unselected package python3.7-minimal.
02:30:06 [2020-12-15T02:30:06.632Z] #18 38.46 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
02:30:06 [2020-12-15T02:30:06.632Z] #18 38.48 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
02:30:06 [2020-12-15T02:30:06.844Z] #41 120.0   DEP      criu/page-xfer.d
02:30:06 [2020-12-15T02:30:06.844Z] #41 120.3   DEP      criu/page-pipe.d
02:30:07 [2020-12-15T02:30:07.105Z] #41 120.4   DEP      criu/netfilter.d
02:30:07 [2020-12-15T02:30:07.303Z] #41 151.4   CC       criu/sk-netlink.o
02:30:07 [2020-12-15T02:30:07.366Z] #41 120.6   DEP      criu/net.d
02:30:07 [2020-12-15T02:30:07.566Z] #41 151.8   CC       criu/sk-packet.o
02:30:07 [2020-12-15T02:30:07.571Z] #18 39.33 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
02:30:07 [2020-12-15T02:30:07.571Z] #18 39.35 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
02:30:07 [2020-12-15T02:30:07.627Z] #41 120.9   DEP      criu/namespaces.d
02:30:07 [2020-12-15T02:30:07.888Z] #41 121.2   DEP      criu/mount.d
02:30:08 [2020-12-15T02:30:08.143Z] #41 152.3   CC       criu/sk-queue.o
02:30:08 [2020-12-15T02:30:08.150Z] #41 121.4   DEP      criu/memfd.d
02:30:08 [2020-12-15T02:30:08.414Z] #41 121.7   DEP      criu/mem.d
02:30:08 [2020-12-15T02:30:08.417Z] #41 152.7   CC       criu/sk-tcp.o
02:30:08 [2020-12-15T02:30:08.492Z] #54 261.0 + bin/containerd-stress
02:30:08 [2020-12-15T02:30:08.492Z] #54 263.1 + bin/containerd-shim
02:30:08 [2020-12-15T02:30:08.676Z] #41 121.9   DEP      criu/lsm.d
02:30:08 [2020-12-15T02:30:08.676Z] #41 122.1   DEP      criu/log.d
02:30:08 [2020-12-15T02:30:08.937Z] #41 122.2   DEP      criu/libnetlink.d
02:30:08 [2020-12-15T02:30:08.937Z] #41 122.4   DEP      criu/kerndat.d
02:30:08 [2020-12-15T02:30:08.994Z] #41 153.1   CC       criu/sk-unix.o
02:30:09 [2020-12-15T02:30:09.201Z] #41 122.6   DEP      criu/kcmp-ids.d
02:30:09 [2020-12-15T02:30:09.201Z] #41 122.6   DEP      criu/irmap.d
02:30:09 [2020-12-15T02:30:09.463Z] #41 122.8   DEP      criu/ipc_ns.d
02:30:09 [2020-12-15T02:30:09.463Z] #41 122.9   DEP      criu/image.d
02:30:09 [2020-12-15T02:30:09.477Z] #18 41.48 Selecting previously unselected package python3-minimal.
02:30:09 [2020-12-15T02:30:09.477Z] #18 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 ... 23681 files and directories currently installed.)
02:30:09 [2020-12-15T02:30:09.477Z] #18 41.53 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
02:30:09 [2020-12-15T02:30:09.477Z] #18 41.54 Unpacking python3-minimal (3.7.3-1) ...
02:30:09 [2020-12-15T02:30:09.726Z] #41 123.1   DEP      criu/image-desc.d
02:30:09 [2020-12-15T02:30:09.736Z] #18 41.61 Selecting previously unselected package libmpdec2:amd64.
02:30:09 [2020-12-15T02:30:09.736Z] #18 41.62 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
02:30:09 [2020-12-15T02:30:09.736Z] #18 41.63 Unpacking libmpdec2:amd64 (2.4.2-2) ...
02:30:09 [2020-12-15T02:30:09.989Z] #41 123.2   DEP      criu/fsnotify.d
02:30:09 [2020-12-15T02:30:09.989Z] #41 123.4   DEP      criu/filesystems.d
02:30:09 [2020-12-15T02:30:09.996Z] #18 41.73 Selecting previously unselected package libpython3.7-stdlib:amd64.
02:30:09 [2020-12-15T02:30:09.996Z] #18 41.73 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
02:30:09 [2020-12-15T02:30:09.996Z] #18 41.73 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
02:30:10 [2020-12-15T02:30:10.250Z] #41 123.6   DEP      criu/files.d
02:30:10 [2020-12-15T02:30:10.389Z] #41 154.7   CC       criu/sockets.o
02:30:10 [2020-12-15T02:30:10.515Z] #41 123.9   DEP      criu/files-reg.d
02:30:10 [2020-12-15T02:30:10.777Z] #41 124.1   DEP      criu/files-ext.d
02:30:10 [2020-12-15T02:30:10.777Z] #41 124.3   DEP      criu/file-lock.d
02:30:10 [2020-12-15T02:30:10.935Z] #18 42.62 Selecting previously unselected package python3.7.
02:30:10 [2020-12-15T02:30:10.935Z] #18 42.64 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
02:30:10 [2020-12-15T02:30:10.935Z] #18 42.65 Unpacking python3.7 (3.7.3-2+deb10u2) ...
02:30:10 [2020-12-15T02:30:10.935Z] #18 42.82 Selecting previously unselected package libpython3-stdlib:amd64.
02:30:10 [2020-12-15T02:30:10.935Z] #18 42.83 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
02:30:10 [2020-12-15T02:30:10.935Z] #18 42.84 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
02:30:10 [2020-12-15T02:30:10.935Z] #18 42.95 Setting up python3-minimal (3.7.3-1) ...
02:30:11 [2020-12-15T02:30:11.039Z] #41 124.5   DEP      criu/file-ids.d
02:30:11 [2020-12-15T02:30:11.301Z] #41 124.6   DEP      criu/fifo.d
02:30:11 [2020-12-15T02:30:11.339Z] #41 155.5   CC       criu/stats.o
02:30:11 [2020-12-15T02:30:11.339Z] #41 ...
02:30:11 [2020-12-15T02:30:11.339Z] 
02:30:11 [2020-12-15T02:30:11.339Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:30:11 [2020-12-15T02:30:11.339Z] #22 226.6 + return
02:30:11 [2020-12-15T02:30:11.562Z] #41 124.9   DEP      criu/fdstore.d
02:30:11 [2020-12-15T02:30:11.874Z] #18 43.83 Selecting previously unselected package python3.
02:30:11 [2020-12-15T02:30:11.891Z] #41 125.0   DEP      criu/fault-injection.d
02:30:11 [2020-12-15T02:30:11.891Z] #41 125.1   DEP      criu/external.d
02:30:11 [2020-12-15T02:30:11.891Z] #41 125.3   DEP      criu/eventpoll.d
02:30:11 [2020-12-15T02:30:11.930Z] #22 ...
02:30:11 [2020-12-15T02:30:11.930Z] 
02:30:11 [2020-12-15T02:30:11.930Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:11 [2020-12-15T02:30:11.930Z] #54 168.1 + bin/containerd
02:30:11 [2020-12-15T02:30:11.930Z] #54 ...
02:30:11 [2020-12-15T02:30:11.930Z] 
02:30:11 [2020-12-15T02:30:11.930Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:11 [2020-12-15T02:30:11.930Z] #41 155.8   CC       criu/string.o
02:30:11 [2020-12-15T02:30:11.930Z] #41 155.9   CC       criu/sysctl.o
02:30:12 [2020-12-15T02:30:12.134Z] #18 43.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 ... 24093 files and directories currently installed.)
02:30:12 [2020-12-15T02:30:12.134Z] #18 43.87 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.134Z] #18 43.88 Unpacking python3 (3.7.3-1) ...
02:30:12 [2020-12-15T02:30:12.134Z] #18 43.99 Selecting previously unselected package libip4tc0:amd64.
02:30:12 [2020-12-15T02:30:12.134Z] #18 43.99 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.134Z] #18 43.99 Unpacking libip4tc0:amd64 (1.8.2-4) ...
02:30:12 [2020-12-15T02:30:12.134Z] #18 44.09 Selecting previously unselected package libip6tc0:amd64.
02:30:12 [2020-12-15T02:30:12.134Z] #18 44.09 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.134Z] #18 44.10 Unpacking libip6tc0:amd64 (1.8.2-4) ...
02:30:12 [2020-12-15T02:30:12.134Z] #18 44.17 Selecting previously unselected package libiptc0:amd64.
02:30:12 [2020-12-15T02:30:12.134Z] #18 44.19 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.134Z] #18 44.19 Unpacking libiptc0:amd64 (1.8.2-4) ...
02:30:12 [2020-12-15T02:30:12.187Z] #41 125.6   DEP      criu/eventfd.d
02:30:12 [2020-12-15T02:30:12.194Z] #41 156.5   CC       criu/sysfs_parse.o
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.27 Selecting previously unselected package libnfnetlink0:amd64.
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.27 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.28 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.37 Selecting previously unselected package libnetfilter-conntrack3:amd64.
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.38 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.39 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.47 Selecting previously unselected package libnftnl11:amd64.
02:30:12 [2020-12-15T02:30:12.394Z] #18 44.47 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.654Z] #18 44.47 Unpacking libnftnl11:amd64 (1.1.2-2) ...
02:30:12 [2020-12-15T02:30:12.654Z] #18 44.57 Selecting previously unselected package iptables.
02:30:12 [2020-12-15T02:30:12.654Z] #18 44.57 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.654Z] #18 44.58 Unpacking iptables (1.8.2-4) ...
02:30:12 [2020-12-15T02:30:12.770Z] #41 156.8   CC       criu/timens.o
02:30:12 [2020-12-15T02:30:12.775Z] #41 125.9   DEP      criu/crtools.d
02:30:12 [2020-12-15T02:30:12.775Z] #41 ...
02:30:12 [2020-12-15T02:30:12.775Z] 
02:30:12 [2020-12-15T02:30:12.775Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --...
02:30:12 [2020-12-15T02:30:12.775Z] #30 DONE 228.2s
02:30:12 [2020-12-15T02:30:12.775Z] 
02:30:12 [2020-12-15T02:30:12.775Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:12 [2020-12-15T02:30:12.775Z] #41 126.1   DEP      criu/cr-service.d
02:30:12 [2020-12-15T02:30:12.775Z] #41 ...
02:30:12 [2020-12-15T02:30:12.775Z] 
02:30:12 [2020-12-15T02:30:12.775Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:12 [2020-12-15T02:30:12.775Z] #18 23.24 Reading package lists...
02:30:12 [2020-12-15T02:30:12.775Z] #18 28.38 Building dependency tree...
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.41 libcap2-bin is already the newest version (1:2.25-2).
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.41 The following additional packages will be installed:
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.42   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.42   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.42   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.42   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.42   python3.7 python3.7-minimal vim-runtime xxd
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.42 Suggested packages:
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.44   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.44   python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.44   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.44 Recommended packages:
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.44   aufs-dkms nftables build-essential python3-dev python3-keyring
02:30:12 [2020-12-15T02:30:12.775Z] #18 31.44   python3-keyrings.alt python3-xdg unzip
02:30:12 [2020-12-15T02:30:12.775Z] #18 ...
02:30:12 [2020-12-15T02:30:12.775Z] 
02:30:12 [2020-12-15T02:30:12.775Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:12 [2020-12-15T02:30:12.775Z] #41 126.3   DEP      criu/cr-restore.d
02:30:12 [2020-12-15T02:30:12.914Z] #18 44.86 Selecting previously unselected package xxd.
02:30:12 [2020-12-15T02:30:12.914Z] #18 44.87 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
02:30:12 [2020-12-15T02:30:12.914Z] #18 44.88 Unpacking xxd (2:8.1.0875-5) ...
02:30:12 [2020-12-15T02:30:12.914Z] #18 45.00 Selecting previously unselected package vim-common.
02:30:13 [2020-12-15T02:30:13.033Z] #41 157.2   CC       criu/timerfd.o
02:30:13 [2020-12-15T02:30:13.173Z] #18 45.01 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
02:30:13 [2020-12-15T02:30:13.173Z] #18 45.05 Unpacking vim-common (2:8.1.0875-5) ...
02:30:13 [2020-12-15T02:30:13.351Z] #41 126.6   DEP      criu/cr-errno.d
02:30:13 [2020-12-15T02:30:13.351Z] #41 126.6   DEP      criu/cr-dump.d
02:30:13 [2020-12-15T02:30:13.433Z] #18 45.28 Selecting previously unselected package bash-completion.
02:30:13 [2020-12-15T02:30:13.433Z] #18 45.29 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
02:30:13 [2020-12-15T02:30:13.606Z] #41 157.6   CC       criu/tty.o
02:30:13 [2020-12-15T02:30:13.921Z] #41 127.1   DEP      criu/cr-dedup.d
02:30:14 [2020-12-15T02:30:14.182Z] #41 ...
02:30:14 [2020-12-15T02:30:14.182Z] 
02:30:14 [2020-12-15T02:30:14.182Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:30:14 [2020-12-15T02:30:14.182Z] #22 DONE 229.2s
02:30:14 [2020-12-15T02:30:14.182Z] 
02:30:14 [2020-12-15T02:30:14.182Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:14 [2020-12-15T02:30:14.182Z] #41 127.3   DEP      criu/cr-check.d
02:30:14 [2020-12-15T02:30:14.372Z] #18 ...
02:30:14 [2020-12-15T02:30:14.372Z] 
02:30:14 [2020-12-15T02:30:14.372Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:14 [2020-12-15T02:30:14.372Z] #41 125.3   CC       criu/bfd.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 125.8   CC       criu/bitmap.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 125.9   CC       criu/cgroup-props.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 126.6   CC       criu/cgroup.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 129.5   CC       criu/clone-noasan.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 129.8   CC       criu/config.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 131.2   CC       criu/cr-check.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 132.9   CC       criu/cr-dedup.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 133.3   CC       criu/cr-dump.o
02:30:14 [2020-12-15T02:30:14.372Z] #41 135.6   CC       criu/cr-errno.o
02:30:14 [2020-12-15T02:30:14.443Z] #41 127.6   DEP      criu/config.d
02:30:14 [2020-12-15T02:30:14.443Z] #41 127.8   DEP      criu/clone-noasan.d
02:30:14 [2020-12-15T02:30:14.631Z] #41 135.7   CC       criu/cr-restore.o
02:30:14 [2020-12-15T02:30:14.703Z] #41 128.0   DEP      criu/cgroup.d
02:30:14 [2020-12-15T02:30:14.963Z] #41 128.2   DEP      criu/cgroup-props.d
02:30:14 [2020-12-15T02:30:14.963Z] #41 128.4   DEP      criu/bitmap.d
02:30:15 [2020-12-15T02:30:15.031Z] #54 269.9 + bin/containerd-shim-runc-v1
02:30:15 [2020-12-15T02:30:15.130Z] #41 159.4   CC       criu/tun.o
02:30:15 [2020-12-15T02:30:15.222Z] #41 128.5   DEP      criu/bfd.d
02:30:15 [2020-12-15T02:30:15.483Z] #41 128.7   DEP      criu/autofs.d
02:30:15 [2020-12-15T02:30:15.483Z] #41 128.8   DEP      criu/aio.d
02:30:15 [2020-12-15T02:30:15.707Z] #41 159.8   CC       criu/uffd.o
02:30:15 [2020-12-15T02:30:15.743Z] #41 129.0   DEP      criu/action-scripts.d
02:30:16 [2020-12-15T02:30:16.011Z] #41 ...
02:30:16 [2020-12-15T02:30:16.011Z] 
02:30:16 [2020-12-15T02:30:16.011Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:16 [2020-12-15T02:30:16.011Z] #18 48.01 Unpacking bash-completion (1:2.8-6) ...
02:30:16 [2020-12-15T02:30:16.313Z] #41 129.4   CC       criu/action-scripts.o
02:30:16 [2020-12-15T02:30:16.580Z] #18 48.38 Selecting previously unselected package bzip2.
02:30:16 [2020-12-15T02:30:16.580Z] #18 48.40 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
02:30:16 [2020-12-15T02:30:16.580Z] #18 48.41 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
02:30:16 [2020-12-15T02:30:16.580Z] #18 48.52 Selecting previously unselected package xz-utils.
02:30:16 [2020-12-15T02:30:16.580Z] #18 48.52 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
02:30:16 [2020-12-15T02:30:16.580Z] #18 48.53 Unpacking xz-utils (5.2.4-1) ...
02:30:16 [2020-12-15T02:30:16.839Z] #18 48.71 Selecting previously unselected package apparmor.
02:30:16 [2020-12-15T02:30:16.839Z] #18 48.73 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
02:30:16 [2020-12-15T02:30:16.883Z] #41 130.2   CC       criu/aio.o
02:30:17 [2020-12-15T02:30:17.099Z] #18 48.83 Unpacking apparmor (2.13.2-10) ...
02:30:17 [2020-12-15T02:30:17.104Z] #41 161.1   CC       criu/util.o
02:30:17 [2020-12-15T02:30:17.359Z] #18 49.16 Selecting previously unselected package aufs-tools.
02:30:17 [2020-12-15T02:30:17.359Z] #18 49.16 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
02:30:17 [2020-12-15T02:30:17.359Z] #18 49.17 Unpacking aufs-tools (1:4.14+20190211-1) ...
02:30:17 [2020-12-15T02:30:17.359Z] #18 49.31 Selecting previously unselected package libonig5:amd64.
02:30:17 [2020-12-15T02:30:17.359Z] #18 49.32 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
02:30:17 [2020-12-15T02:30:17.359Z] #18 49.32 Unpacking libonig5:amd64 (6.9.1-1) ...
02:30:17 [2020-12-15T02:30:17.618Z] #18 49.46 Selecting previously unselected package libjq1:amd64.
02:30:17 [2020-12-15T02:30:17.618Z] #18 49.47 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
02:30:17 [2020-12-15T02:30:17.618Z] #18 49.47 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
02:30:17 [2020-12-15T02:30:17.618Z] #18 49.60 Selecting previously unselected package jq.
02:30:17 [2020-12-15T02:30:17.618Z] #18 49.61 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
02:30:17 [2020-12-15T02:30:17.618Z] #18 49.63 Unpacking jq (1.5+dfsg-2+b1) ...
02:30:17 [2020-12-15T02:30:17.822Z] #41 131.1   CC       criu/autofs.o
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.75 Selecting previously unselected package libaio1:amd64.
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.77 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.78 Unpacking libaio1:amd64 (0.3.112-3) ...
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.83 Selecting previously unselected package libgpm2:amd64.
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.84 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.86 Unpacking libgpm2:amd64 (1.20.7-5) ...
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.92 Selecting previously unselected package libicu63:amd64.
02:30:17 [2020-12-15T02:30:17.878Z] #18 49.93 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
02:30:18 [2020-12-15T02:30:18.053Z] #41 162.3   CC       criu/uts_ns.o
02:30:18 [2020-12-15T02:30:18.053Z] #41 ...
02:30:18 [2020-12-15T02:30:18.053Z] 
02:30:18 [2020-12-15T02:30:18.053Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
02:30:18 [2020-12-15T02:30:18.053Z] #23 DONE 1.2s
02:30:18 [2020-12-15T02:30:18.137Z] #18 49.95 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
02:30:18 [2020-12-15T02:30:18.299Z] #54 274.4 + bin/containerd-shim-runc-v2
02:30:18 [2020-12-15T02:30:18.316Z] 
02:30:18 [2020-12-15T02:30:18.316Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:18 [2020-12-15T02:30:18.316Z] #41 162.5   CC       criu/vdso.o
02:30:18 [2020-12-15T02:30:18.763Z] #41 ...
02:30:18 [2020-12-15T02:30:18.763Z] 
02:30:18 [2020-12-15T02:30:18.763Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36 The following NEW packages will be installed:
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   libreadline5 net-tools pigz python-pip-whl python3 python3-distutils
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.36   xz-utils zip
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.75 0 upgraded, 48 newly installed, 0 to remove and 14 not upgraded.
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.75 Need to get 28.5 MB of archives.
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.75 After this operation, 116 MB of additional disk space will be used.
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.75 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.79 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.94 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 34.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.11 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.11 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.12 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.14 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.14 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.15 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.15 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.18 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.19 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.21 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.25 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.25 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.26 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.29 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.31 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.31 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.32 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.32 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.32 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.34 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.88 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.88 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.89 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.89 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.89 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 35.90 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.05 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.05 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.05 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.05 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.06 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.07 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.08 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u2 [1245 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.17 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.20 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.72 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.82 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 36.90 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
02:30:18 [2020-12-15T02:30:18.763Z] #18 37.97 debconf: delaying package configuration, since apt-utils is not installed
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.16 Fetched 28.5 MB in 2s (11.8 MB/s)
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.26 Selecting previously unselected package pigz.
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.26 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23432 files and directories currently installed.)
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.37 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.38 Unpacking pigz (2.4-1) ...
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.57 Selecting previously unselected package libpython3.7-minimal:amd64.
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.58 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
02:30:18 [2020-12-15T02:30:18.763Z] #18 38.58 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
02:30:18 [2020-12-15T02:30:18.891Z] #41 162.9   LINK     criu/built-in.o
02:30:18 [2020-12-15T02:30:18.891Z] #41 163.0   LINK     criu/criu
02:30:19 [2020-12-15T02:30:19.023Z] #18 39.31 Selecting previously unselected package python3.7-minimal.
02:30:19 [2020-12-15T02:30:19.023Z] #18 39.32 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ...
02:30:19 [2020-12-15T02:30:19.023Z] #18 39.35 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ...
02:30:19 [2020-12-15T02:30:19.155Z] #41 163.4   DEP      lib/c/criu.d
02:30:19 [2020-12-15T02:30:19.418Z] #41 163.5   CC       images/rpc.pb-c.o
02:30:19 [2020-12-15T02:30:19.665Z] #54 275.5 + binaries
02:30:19 [2020-12-15T02:30:19.665Z] #54 275.5 + install -D bin/containerd /build/containerd
02:30:19 [2020-12-15T02:30:19.665Z] #54 275.5 + install -D bin/containerd-shim /build/containerd-shim
02:30:19 [2020-12-15T02:30:19.665Z] #54 275.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
02:30:19 [2020-12-15T02:30:19.665Z] #54 275.5 + install -D bin/ctr /build/ctr
02:30:19 [2020-12-15T02:30:19.994Z] #41 164.1   CC       lib/c/criu.o
02:30:20 [2020-12-15T02:30:20.935Z] #18 41.06 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ...
02:30:20 [2020-12-15T02:30:20.935Z] #18 41.15 Setting up python3.7-minimal (3.7.3-2+deb10u2) ...
02:30:21 [2020-12-15T02:30:21.030Z] #54 DONE 276.8s
02:30:21 [2020-12-15T02:30:21.388Z] #41 165.4   LINK     lib/c/built-in.o
02:30:21 [2020-12-15T02:30:21.388Z] #41 165.5   LINK     lib/c/libcriu.so
02:30:21 [2020-12-15T02:30:21.388Z] #41 165.5   LINK     lib/c/libcriu.a
02:30:21 [2020-12-15T02:30:21.459Z] #18 53.45 Selecting previously unselected package libnet1:amd64.
02:30:21 [2020-12-15T02:30:21.459Z] #18 53.46 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:30:21 [2020-12-15T02:30:21.459Z] #18 53.46 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:30:21 [2020-12-15T02:30:21.550Z] #56 251.8 + bin/containerd
02:30:21 [2020-12-15T02:30:21.592Z] 
02:30:21 [2020-12-15T02:30:21.592Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
02:30:21 [2020-12-15T02:30:21.665Z] #41 165.8   GEN      magic.py
02:30:21 [2020-12-15T02:30:21.732Z] #18 53.61 Selecting previously unselected package libnl-3-200:amd64.
02:30:21 [2020-12-15T02:30:21.732Z] #18 53.63 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
02:30:21 [2020-12-15T02:30:21.732Z] #18 53.64 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
02:30:21 [2020-12-15T02:30:21.732Z] #18 53.73 Selecting previously unselected package libprotobuf-c1:amd64.
02:30:21 [2020-12-15T02:30:21.732Z] #18 53.73 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
02:30:21 [2020-12-15T02:30:21.732Z] #18 53.74 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:30:21 [2020-12-15T02:30:21.928Z] #41 166.1 Note: Building without setproctitle() and strlcpy() support.
02:30:21 [2020-12-15T02:30:21.928Z] #41 166.1       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:30:21 [2020-12-15T02:30:21.928Z] #41 166.1 Note: Building without GnuTLS support
02:30:21 [2020-12-15T02:30:21.928Z] #41 166.1 Makefile.config:39: Warn: you have no libnftables installed
02:30:21 [2020-12-15T02:30:21.928Z] #41 166.1 Makefile.config:40: Warn: Building without nftables support
02:30:21 [2020-12-15T02:30:21.991Z] #18 53.81 Selecting previously unselected package libreadline5:amd64.
02:30:21 [2020-12-15T02:30:21.992Z] #18 53.82 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
02:30:21 [2020-12-15T02:30:21.992Z] #18 53.84 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
02:30:22 [2020-12-15T02:30:22.254Z] #18 53.98 Selecting previously unselected package net-tools.
02:30:22 [2020-12-15T02:30:22.254Z] #18 53.99 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
02:30:22 [2020-12-15T02:30:22.254Z] #18 54.00 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
02:30:22 [2020-12-15T02:30:22.254Z] #18 54.20 Selecting previously unselected package python-pip-whl.
02:30:22 [2020-12-15T02:30:22.518Z] #55 DONE 0.9s
02:30:22 [2020-12-15T02:30:22.518Z] 
02:30:22 [2020-12-15T02:30:22.518Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
02:30:22 [2020-12-15T02:30:22.532Z] #18 54.23 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
02:30:22 [2020-12-15T02:30:22.532Z] #18 54.23 Unpacking python-pip-whl (18.1-5) ...
02:30:22 [2020-12-15T02:30:22.774Z] #59 DONE 0.2s
02:30:22 [2020-12-15T02:30:22.774Z] 
02:30:22 [2020-12-15T02:30:22.774Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
02:30:22 [2020-12-15T02:30:22.877Z] #41 167.1 fatal: not a git repository (or any of the parent directories): .git
02:30:23 [2020-12-15T02:30:23.059Z] #18 54.80 Selecting previously unselected package python3-lib2to3.
02:30:23 [2020-12-15T02:30:23.059Z] #18 54.81 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
02:30:23 [2020-12-15T02:30:23.059Z] #18 54.82 Unpacking python3-lib2to3 (3.7.3-1) ...
02:30:23 [2020-12-15T02:30:23.059Z] #18 54.93 Selecting previously unselected package python3-distutils.
02:30:23 [2020-12-15T02:30:23.059Z] #18 54.95 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
02:30:23 [2020-12-15T02:30:23.059Z] #18 54.96 Unpacking python3-distutils (3.7.3-1) ...
02:30:23 [2020-12-15T02:30:23.318Z] #18 55.09 Selecting previously unselected package python3-pip.
02:30:23 [2020-12-15T02:30:23.318Z] #18 55.09 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
02:30:23 [2020-12-15T02:30:23.318Z] #18 55.10 Unpacking python3-pip (18.1-5) ...
02:30:23 [2020-12-15T02:30:23.318Z] #18 55.27 Selecting previously unselected package python3-pkg-resources.
02:30:23 [2020-12-15T02:30:23.318Z] #18 55.27 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
02:30:23 [2020-12-15T02:30:23.318Z] #18 55.28 Unpacking python3-pkg-resources (40.8.0-1) ...
02:30:23 [2020-12-15T02:30:23.335Z] #61 DONE 0.5s
02:30:23 [2020-12-15T02:30:23.335Z] 
02:30:23 [2020-12-15T02:30:23.335Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
02:30:23 [2020-12-15T02:30:23.335Z] #63 DONE 0.0s
02:30:23 [2020-12-15T02:30:23.335Z] 
02:30:23 [2020-12-15T02:30:23.335Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
02:30:23 [2020-12-15T02:30:23.335Z] #64 DONE 0.0s
02:30:23 [2020-12-15T02:30:23.335Z] 
02:30:23 [2020-12-15T02:30:23.335Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
02:30:23 [2020-12-15T02:30:23.577Z] #18 55.44 Selecting previously unselected package python3-setuptools.
02:30:23 [2020-12-15T02:30:23.577Z] #18 55.45 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
02:30:23 [2020-12-15T02:30:23.577Z] #18 55.46 Unpacking python3-setuptools (40.8.0-1) ...
02:30:23 [2020-12-15T02:30:23.825Z] #41 167.9 make[1]: Nothing to be done for 'all'.
02:30:23 [2020-12-15T02:30:23.836Z] #18 55.69 Selecting previously unselected package python3-wheel.
02:30:23 [2020-12-15T02:30:23.836Z] #18 55.70 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
02:30:23 [2020-12-15T02:30:23.836Z] #18 55.71 Unpacking python3-wheel (0.32.3-2) ...
02:30:23 [2020-12-15T02:30:23.836Z] #18 55.78 Selecting previously unselected package sudo.
02:30:23 [2020-12-15T02:30:23.836Z] #18 55.78 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
02:30:23 [2020-12-15T02:30:23.836Z] #18 55.79 Unpacking sudo (1.8.27-1+deb10u2) ...
02:30:24 [2020-12-15T02:30:24.239Z] #18 43.95 Selecting previously unselected package python3-minimal.
02:30:24 [2020-12-15T02:30:24.239Z] #18 43.95 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23681 files and directories currently installed.)
02:30:24 [2020-12-15T02:30:24.239Z] #18 44.12 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
02:30:24 [2020-12-15T02:30:24.239Z] #18 44.13 Unpacking python3-minimal (3.7.3-1) ...
02:30:24 [2020-12-15T02:30:24.239Z] #18 44.56 Selecting previously unselected package libmpdec2:amd64.
02:30:24 [2020-12-15T02:30:24.239Z] #18 44.56 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
02:30:24 [2020-12-15T02:30:24.239Z] #18 44.56 Unpacking libmpdec2:amd64 (2.4.2-2) ...
02:30:24 [2020-12-15T02:30:24.400Z] #41 168.6 make[1]: 'images/built-in.o' is up to date.
02:30:24 [2020-12-15T02:30:24.401Z] #41 168.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
02:30:24 [2020-12-15T02:30:24.401Z] #41 168.7 make[1]: 'compel/plugins/fds.lib.a' is up to date.
02:30:24 [2020-12-15T02:30:24.401Z] #41 168.7 make[1]: 'compel/libcompel.a' is up to date.
02:30:24 [2020-12-15T02:30:24.401Z] #41 168.8 make[1]: 'compel/compel-host-bin' is up to date.
02:30:24 [2020-12-15T02:30:24.404Z] #18 56.23 Selecting previously unselected package thin-provisioning-tools.
02:30:24 [2020-12-15T02:30:24.404Z] #18 56.23 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
02:30:24 [2020-12-15T02:30:24.404Z] #18 56.24 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
02:30:24 [2020-12-15T02:30:24.500Z] #18 44.83 Selecting previously unselected package libpython3.7-stdlib:amd64.
02:30:24 [2020-12-15T02:30:24.663Z] #41 168.8 make[1]: Nothing to be done for 'all'.
02:30:24 [2020-12-15T02:30:24.663Z] #41 168.8 make[1]: 'soccr/libsoccr.a' is up to date.
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.49 Selecting previously unselected package uidmap.
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.50 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.50 Unpacking uidmap (1:4.5-1.1) ...
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.61 Selecting previously unselected package vim-runtime.
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.61 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.66 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.68 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
02:30:24 [2020-12-15T02:30:24.673Z] #18 56.69 Unpacking vim-runtime (2:8.1.0875-5) ...
02:30:24 [2020-12-15T02:30:24.699Z] #65 DONE 1.3s
02:30:24 [2020-12-15T02:30:24.699Z] 
02:30:24 [2020-12-15T02:30:24.699Z] #66 exporting to image
02:30:24 [2020-12-15T02:30:24.699Z] #66 exporting layers
02:30:24 [2020-12-15T02:30:24.760Z] #18 44.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ...
02:30:24 [2020-12-15T02:30:24.760Z] #18 44.83 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
02:30:24 [2020-12-15T02:30:24.925Z] #41 169.1 make[2]: Nothing to be done for 'all'.
02:30:24 [2020-12-15T02:30:24.926Z] #41 169.1 make[2]: Nothing to be done for 'all'.
02:30:24 [2020-12-15T02:30:24.926Z] #41 169.2 make[2]: Nothing to be done for 'all'.
02:30:25 [2020-12-15T02:30:25.189Z] #41 169.3 make[2]: Nothing to be done for 'all'.
02:30:25 [2020-12-15T02:30:25.189Z] #41 169.3 make[2]: Nothing to be done for 'all'.
02:30:25 [2020-12-15T02:30:25.189Z] #41 169.4 make[2]: Nothing to be done for 'all'.
02:30:25 [2020-12-15T02:30:25.189Z] #41 169.4 make[2]: Nothing to be done for 'all'.
02:30:25 [2020-12-15T02:30:25.452Z] #41 169.5 make[2]: Nothing to be done for 'all'.
02:30:25 [2020-12-15T02:30:25.452Z] #41 169.6   INSTALL  criu/criu
02:30:26 [2020-12-15T02:30:26.052Z] #56 ...
02:30:26 [2020-12-15T02:30:26.052Z] 
02:30:26 [2020-12-15T02:30:26.052Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     ...
02:30:26 [2020-12-15T02:30:26.052Z] #24 299.0 + return
02:30:26 [2020-12-15T02:30:26.052Z] #24 DONE 299.2s
02:30:26 [2020-12-15T02:30:26.052Z] 
02:30:26 [2020-12-15T02:30:26.052Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:26 [2020-12-15T02:30:26.405Z] #18 46.52 Selecting previously unselected package python3.7.
02:30:26 [2020-12-15T02:30:26.405Z] #18 46.52 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ...
02:30:26 [2020-12-15T02:30:26.405Z] #18 46.53 Unpacking python3.7 (3.7.3-2+deb10u2) ...
02:30:26 [2020-12-15T02:30:26.666Z] #18 46.86 Selecting previously unselected package libpython3-stdlib:amd64.
02:30:26 [2020-12-15T02:30:26.666Z] #18 46.87 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
02:30:26 [2020-12-15T02:30:26.666Z] #18 46.96 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
02:30:26 [2020-12-15T02:30:26.927Z] #18 47.19 Setting up python3-minimal (3.7.3-1) ...
02:30:27 [2020-12-15T02:30:27.100Z] #56 ...
02:30:27 [2020-12-15T02:30:27.100Z] 
02:30:27 [2020-12-15T02:30:27.100Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
02:30:27 [2020-12-15T02:30:27.395Z] #25 DONE 0.1s
02:30:27 [2020-12-15T02:30:27.395Z] 
02:30:27 [2020-12-15T02:30:27.395Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:27 [2020-12-15T02:30:27.395Z] #56 ...
02:30:27 [2020-12-15T02:30:27.395Z] 
02:30:27 [2020-12-15T02:30:27.396Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:30:27 [2020-12-15T02:30:27.870Z] #18 48.11 Selecting previously unselected package python3.
02:30:27 [2020-12-15T02:30:27.870Z] #18 48.11 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24093 files and directories currently installed.)
02:30:27 [2020-12-15T02:30:27.870Z] #18 48.16 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
02:30:27 [2020-12-15T02:30:27.870Z] #18 48.18 Unpacking python3 (3.7.3-1) ...
02:30:27 [2020-12-15T02:30:27.870Z] #18 48.27 Selecting previously unselected package libip4tc0:amd64.
02:30:27 [2020-12-15T02:30:27.963Z] #18 59.67 Selecting previously unselected package vim.
02:30:27 [2020-12-15T02:30:27.963Z] #18 59.69 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
02:30:27 [2020-12-15T02:30:27.963Z] #18 59.73 Unpacking vim (2:8.1.0875-5) ...
02:30:28 [2020-12-15T02:30:28.040Z] #30 DONE 0.6s
02:30:28 [2020-12-15T02:30:28.040Z] 
02:30:28 [2020-12-15T02:30:28.040Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:28 [2020-12-15T02:30:28.040Z] #56 ...
02:30:28 [2020-12-15T02:30:28.040Z] 
02:30:28 [2020-12-15T02:30:28.040Z] #33 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.040Z] #33 DONE 0.1s
02:30:28 [2020-12-15T02:30:28.040Z] 
02:30:28 [2020-12-15T02:30:28.040Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.040Z] #35 DONE 0.1s
02:30:28 [2020-12-15T02:30:28.040Z] 
02:30:28 [2020-12-15T02:30:28.040Z] #38 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.040Z] #38 DONE 0.1s
02:30:28 [2020-12-15T02:30:28.040Z] 
02:30:28 [2020-12-15T02:30:28.040Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:28 [2020-12-15T02:30:28.130Z] #18 48.27 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.130Z] #18 48.29 Unpacking libip4tc0:amd64 (1.8.2-4) ...
02:30:28 [2020-12-15T02:30:28.130Z] #18 48.40 Selecting previously unselected package libip6tc0:amd64.
02:30:28 [2020-12-15T02:30:28.130Z] #18 48.40 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.130Z] #18 48.41 Unpacking libip6tc0:amd64 (1.8.2-4) ...
02:30:28 [2020-12-15T02:30:28.130Z] #18 48.52 Selecting previously unselected package libiptc0:amd64.
02:30:28 [2020-12-15T02:30:28.222Z] #18 60.27 Selecting previously unselected package xfsprogs.
02:30:28 [2020-12-15T02:30:28.335Z] #56 ...
02:30:28 [2020-12-15T02:30:28.335Z] 
02:30:28 [2020-12-15T02:30:28.335Z] #41 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.335Z] #41 DONE 0.2s
02:30:28 [2020-12-15T02:30:28.335Z] 
02:30:28 [2020-12-15T02:30:28.335Z] #44 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.52 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.53 Unpacking libiptc0:amd64 (1.8.2-4) ...
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.62 Selecting previously unselected package libnfnetlink0:amd64.
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.63 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.64 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.71 Selecting previously unselected package libnetfilter-conntrack3:amd64.
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.71 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.391Z] #18 48.73 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
02:30:28 [2020-12-15T02:30:28.481Z] #18 60.29 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.481Z] #18 60.30 Unpacking xfsprogs (4.20.0-1) ...
02:30:28 [2020-12-15T02:30:28.630Z] #44 DONE 0.2s
02:30:28 [2020-12-15T02:30:28.630Z] 
02:30:28 [2020-12-15T02:30:28.630Z] #46 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.630Z] #46 DONE 0.1s
02:30:28 [2020-12-15T02:30:28.630Z] 
02:30:28 [2020-12-15T02:30:28.630Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.630Z] #48 DONE 0.1s
02:30:28 [2020-12-15T02:30:28.630Z] 
02:30:28 [2020-12-15T02:30:28.630Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:28 [2020-12-15T02:30:28.652Z] #18 48.82 Selecting previously unselected package libnftnl11:amd64.
02:30:28 [2020-12-15T02:30:28.652Z] #18 48.82 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.652Z] #18 48.82 Unpacking libnftnl11:amd64 (1.1.2-2) ...
02:30:28 [2020-12-15T02:30:28.652Z] #18 48.91 Selecting previously unselected package iptables.
02:30:28 [2020-12-15T02:30:28.652Z] #18 48.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
02:30:28 [2020-12-15T02:30:28.652Z] #18 48.93 Unpacking iptables (1.8.2-4) ...
02:30:28 [2020-12-15T02:30:28.761Z] #41 ...
02:30:28 [2020-12-15T02:30:28.761Z] 
02:30:28 [2020-12-15T02:30:28.761Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:30:28 [2020-12-15T02:30:28.927Z] #56 ...
02:30:28 [2020-12-15T02:30:28.927Z] 
02:30:28 [2020-12-15T02:30:28.927Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.927Z] #50 DONE 0.1s
02:30:28 [2020-12-15T02:30:28.927Z] 
02:30:28 [2020-12-15T02:30:28.927Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.927Z] #52 DONE 0.1s
02:30:28 [2020-12-15T02:30:28.927Z] 
02:30:28 [2020-12-15T02:30:28.927Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:28 [2020-12-15T02:30:28.927Z] #56 ...
02:30:28 [2020-12-15T02:30:28.927Z] 
02:30:28 [2020-12-15T02:30:28.927Z] #54 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
02:30:28 [2020-12-15T02:30:28.927Z] #54 DONE 0.1s
02:30:29 [2020-12-15T02:30:29.052Z] #18 60.86 Selecting previously unselected package zip.
02:30:29 [2020-12-15T02:30:29.052Z] #18 60.87 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
02:30:29 [2020-12-15T02:30:29.052Z] #18 60.87 Unpacking zip (3.0-11+b1) ...
02:30:29 [2020-12-15T02:30:29.052Z] #18 61.07 Setting up aufs-tools (1:4.14+20190211-1) ...
02:30:29 [2020-12-15T02:30:29.052Z] #18 61.09 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
02:30:29 [2020-12-15T02:30:29.052Z] #18 61.10 Setting up libip6tc0:amd64 (1.8.2-4) ...
02:30:29 [2020-12-15T02:30:29.052Z] #18 61.12 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
02:30:29 [2020-12-15T02:30:29.222Z] #18 49.30 Selecting previously unselected package xxd.
02:30:29 [2020-12-15T02:30:29.222Z] #18 49.30 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
02:30:29 [2020-12-15T02:30:29.222Z] #18 49.31 Unpacking xxd (2:8.1.0875-5) ...
02:30:29 [2020-12-15T02:30:29.222Z] #18 49.45 Selecting previously unselected package vim-common.
02:30:29 [2020-12-15T02:30:29.222Z] #18 49.45 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
02:30:29 [2020-12-15T02:30:29.222Z] #18 49.48 Unpacking vim-common (2:8.1.0875-5) ...
02:30:29 [2020-12-15T02:30:29.239Z] 
02:30:29 [2020-12-15T02:30:29.239Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:29 [2020-12-15T02:30:29.311Z] #18 61.13 Setting up libgpm2:amd64 (1.20.7-5) ...
02:30:29 [2020-12-15T02:30:29.311Z] #18 61.14 Setting up libip4tc0:amd64 (1.8.2-4) ...
02:30:29 [2020-12-15T02:30:29.311Z] #18 61.16 Setting up uidmap (1:4.5-1.1) ...
02:30:29 [2020-12-15T02:30:29.311Z] #18 61.17 Setting up libnftnl11:amd64 (1.1.2-2) ...
02:30:29 [2020-12-15T02:30:29.311Z] #18 61.23 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:30:29 [2020-12-15T02:30:29.311Z] #18 ...
02:30:29 [2020-12-15T02:30:29.311Z] 
02:30:29 [2020-12-15T02:30:29.311Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:29 [2020-12-15T02:30:29.311Z] #41 140.3   CC       criu/cr-service.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 142.0   CC       criu/crtools.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 142.6   CC       criu/eventfd.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 143.1   CC       criu/eventpoll.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 144.0   CC       criu/external.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 144.3   CC       criu/fault-injection.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 144.4   CC       criu/fdstore.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 144.9   CC       criu/fifo.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 145.3   CC       criu/file-ids.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 145.6   CC       criu/file-lock.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 146.5   CC       criu/files-ext.o
02:30:29 [2020-12-15T02:30:29.311Z] #41 147.1   CC       criu/files-reg.o
02:30:29 [2020-12-15T02:30:29.312Z] #41 149.4   CC       criu/files.o
02:30:29 [2020-12-15T02:30:29.312Z] #41 ...
02:30:29 [2020-12-15T02:30:29.312Z] 
02:30:29 [2020-12-15T02:30:29.312Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:29 [2020-12-15T02:30:29.312Z] #18 61.24 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
02:30:29 [2020-12-15T02:30:29.312Z] #18 61.26 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:30:29 [2020-12-15T02:30:29.312Z] #18 61.27 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
02:30:29 [2020-12-15T02:30:29.312Z] #18 61.28 Setting up xxd (2:8.1.0875-5) ...
02:30:29 [2020-12-15T02:30:29.312Z] #18 61.30 Setting up zip (3.0-11+b1) ...
02:30:29 [2020-12-15T02:30:29.312Z] #18 61.31 Setting up vim-common (2:8.1.0875-5) ...
02:30:29 [2020-12-15T02:30:29.481Z] #18 49.64 Selecting previously unselected package bash-completion.
02:30:29 [2020-12-15T02:30:29.481Z] #18 49.64 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
02:30:29 [2020-12-15T02:30:29.571Z] #18 61.34 Setting up bash-completion (1:2.8-6) ...
02:30:30 [2020-12-15T02:30:30.421Z] #18 ...
02:30:30 [2020-12-15T02:30:30.421Z] 
02:30:30 [2020-12-15T02:30:30.421Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:30 [2020-12-15T02:30:30.421Z] #41 133.6   CC       criu/bfd.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 134.1   CC       criu/bitmap.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 134.3   CC       criu/cgroup-props.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 135.2   CC       criu/cgroup.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 139.1   CC       criu/clone-noasan.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 139.5   CC       criu/config.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 141.4   CC       criu/cr-check.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 143.1   CC       criu/cr-dedup.o
02:30:30 [2020-12-15T02:30:30.421Z] #41 143.4   CC       criu/cr-dump.o
02:30:31 [2020-12-15T02:30:31.236Z] #66 exporting layers 6.7s done
02:30:31 [2020-12-15T02:30:31.236Z] #66 writing image sha256:6138064a227ba27cdb032c6a399c5ffc396a71b2c7b9bb9949fd2781a57160f3 done
02:30:31 [2020-12-15T02:30:31.236Z] #66 naming to docker.io/library/docker:a02553670ec7b08c293beb701d0c7c7a2922a85a done
02:30:31 [2020-12-15T02:30:31.236Z] #66 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
02:30:31 [2020-12-15T02:30:31.309Z] #28 DONE 12.7s
02:30:31 [2020-12-15T02:30:31.309Z] 
02:30:31 [2020-12-15T02:30:31.309Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:31 [2020-12-15T02:30:31.309Z] #41 DONE 175.1s
02:30:31 [2020-12-15T02:30:31.309Z] 
02:30:31 [2020-12-15T02:30:31.309Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:31 [2020-12-15T02:30:31.309Z] #54 ...
02:30:31 [2020-12-15T02:30:31.309Z] 
02:30:31 [2020-12-15T02:30:31.309Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
02:30:31 [2020-12-15T02:30:31.309Z] #31 DONE 0.2s
02:30:31 [2020-12-15T02:30:31.309Z] 
02:30:31 [2020-12-15T02:30:31.309Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
02:30:31 [2020-12-15T02:30:31.309Z] #33 DONE 0.1s
02:30:31 [2020-12-15T02:30:31.309Z] 
02:30:31 [2020-12-15T02:30:31.309Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
02:30:31 [2020-12-15T02:30:31.566Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41793/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/validate/default
02:30:31 [2020-12-15T02:30:31.571Z] #36 DONE 0.2s
02:30:31 [2020-12-15T02:30:31.571Z] 
02:30:31 [2020-12-15T02:30:31.571Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:31 [2020-12-15T02:30:31.571Z] #54 ...
02:30:31 [2020-12-15T02:30:31.571Z] 
02:30:31 [2020-12-15T02:30:31.571Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
02:30:31 [2020-12-15T02:30:31.834Z] #39 DONE 0.2s
02:30:31 [2020-12-15T02:30:31.834Z] 
02:30:31 [2020-12-15T02:30:31.834Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:32 [2020-12-15T02:30:32.332Z] #41 145.4   CC       criu/cr-errno.o
02:30:32 [2020-12-15T02:30:32.332Z] #41 ...
02:30:32 [2020-12-15T02:30:32.332Z] 
02:30:32 [2020-12-15T02:30:32.332Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:32 [2020-12-15T02:30:32.332Z] #18 52.27 Unpacking bash-completion (1:2.8-6) ...
02:30:32 [2020-12-15T02:30:32.332Z] #18 52.63 Selecting previously unselected package bzip2.
02:30:32 [2020-12-15T02:30:32.332Z] #18 52.65 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
02:30:32 [2020-12-15T02:30:32.332Z] #18 52.65 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.15 Setting up libiptc0:amd64 (1.8.2-4) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.17 Setting up xz-utils (5.2.4-1) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.18 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.20 Setting up sudo (1.8.27-1+deb10u2) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.29 invoke-rc.d: could not determine current runlevel
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.30 invoke-rc.d: policy-rc.d denied execution of start.
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.32 Setting up pigz (2.4-1) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.33 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.34 Setting up libnl-3-200:amd64 (3.4.0-1) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.39 Setting up python-pip-whl (18.1-5) ...
02:30:32 [2020-12-15T02:30:32.366Z] #18 64.40 Setting up libmpdec2:amd64 (2.4.2-2) ...
02:30:32 [2020-12-15T02:30:32.407Z] #54 ...
02:30:32 [2020-12-15T02:30:32.407Z] 
02:30:32 [2020-12-15T02:30:32.407Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
02:30:32 [2020-12-15T02:30:32.495Z] Congratulations!  All commits are properly signed with the DCO!
02:30:32 [2020-12-15T02:30:32.495Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
02:30:32 [2020-12-15T02:30:32.495Z] No api/types/ or api/swagger.yaml changes in diff.
02:30:32 [2020-12-15T02:30:32.495Z] Congratulations!  All TOML source files changed here have valid syntax.
02:30:32 [2020-12-15T02:30:32.495Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
02:30:32 [2020-12-15T02:30:32.495Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
02:30:32 [2020-12-15T02:30:32.495Z] Congratulations!  No new tests were added to integration-cli.
02:30:32 [2020-12-15T02:30:32.495Z] 
02:30:32 [2020-12-15T02:30:32.495Z] INFO Start validation with golang-ci-lint
02:30:32 [2020-12-15T02:30:32.495Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
02:30:32 [2020-12-15T02:30:32.495Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
02:30:32 [2020-12-15T02:30:32.495Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
02:30:32 [2020-12-15T02:30:32.592Z] #18 52.75 Selecting previously unselected package xz-utils.
02:30:32 [2020-12-15T02:30:32.592Z] #18 52.77 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
02:30:32 [2020-12-15T02:30:32.592Z] #18 52.77 Unpacking xz-utils (5.2.4-1) ...
02:30:32 [2020-12-15T02:30:32.592Z] #18 53.00 Selecting previously unselected package apparmor.
02:30:32 [2020-12-15T02:30:32.626Z] #18 64.42 Setting up vim-runtime (2:8.1.0875-5) ...
02:30:32 [2020-12-15T02:30:32.852Z] #18 53.00 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
02:30:32 [2020-12-15T02:30:32.852Z] #18 53.08 Unpacking apparmor (2.13.2-10) ...
02:30:32 [2020-12-15T02:30:32.884Z] #18 64.82 Setting up libaio1:amd64 (0.3.112-3) ...
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.83 Setting up libonig5:amd64 (6.9.1-1) ...
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.85 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.86 Setting up vim (2:8.1.0875-5) ...
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.88 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.89 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.90 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.91 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.92 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:30:32 [2020-12-15T02:30:32.885Z] #18 64.94 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
02:30:32 [2020-12-15T02:30:32.979Z] #42 DONE 0.4s
02:30:32 [2020-12-15T02:30:32.979Z] 
02:30:32 [2020-12-15T02:30:32.979Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:32 [2020-12-15T02:30:32.979Z] #54 ...
02:30:32 [2020-12-15T02:30:32.979Z] 
02:30:32 [2020-12-15T02:30:32.979Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
02:30:33 [2020-12-15T02:30:33.143Z] #18 64.95 Setting up thin-provisioning-tools (0.7.6-2.1) ...
02:30:33 [2020-12-15T02:30:33.143Z] #18 64.97 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
02:30:33 [2020-12-15T02:30:33.143Z] #18 64.99 Setting up jq (1.5+dfsg-2+b1) ...
02:30:33 [2020-12-15T02:30:33.143Z] #18 65.00 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
02:30:33 [2020-12-15T02:30:33.143Z] #18 65.01 Setting up python3.7 (3.7.3-2+deb10u2) ...
02:30:33 [2020-12-15T02:30:33.240Z] #44 DONE 0.2s
02:30:33 [2020-12-15T02:30:33.240Z] 
02:30:33 [2020-12-15T02:30:33.240Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
02:30:33 [2020-12-15T02:30:33.240Z] #46 DONE 0.1s
02:30:33 [2020-12-15T02:30:33.240Z] 
02:30:33 [2020-12-15T02:30:33.240Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
02:30:33 [2020-12-15T02:30:33.371Z] #18 53.40 Selecting previously unselected package aufs-tools.
02:30:33 [2020-12-15T02:30:33.371Z] #18 53.42 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
02:30:33 [2020-12-15T02:30:33.371Z] #18 53.43 Unpacking aufs-tools (1:4.14+20190211-1) ...
02:30:33 [2020-12-15T02:30:33.371Z] #18 53.56 Selecting previously unselected package libonig5:amd64.
02:30:33 [2020-12-15T02:30:33.371Z] #18 53.57 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
02:30:33 [2020-12-15T02:30:33.371Z] #18 53.57 Unpacking libonig5:amd64 (6.9.1-1) ...
02:30:33 [2020-12-15T02:30:33.502Z] #48 DONE 0.3s
02:30:33 [2020-12-15T02:30:33.502Z] 
02:30:33 [2020-12-15T02:30:33.502Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:33 [2020-12-15T02:30:33.502Z] #54 ...
02:30:33 [2020-12-15T02:30:33.502Z] 
02:30:33 [2020-12-15T02:30:33.502Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
02:30:33 [2020-12-15T02:30:33.502Z] #50 DONE 0.1s
02:30:33 [2020-12-15T02:30:33.631Z] #18 53.73 Selecting previously unselected package libjq1:amd64.
02:30:33 [2020-12-15T02:30:33.631Z] #18 53.73 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
02:30:33 [2020-12-15T02:30:33.631Z] #18 53.74 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
02:30:33 [2020-12-15T02:30:33.631Z] #18 53.87 Selecting previously unselected package jq.
02:30:33 [2020-12-15T02:30:33.631Z] #18 53.87 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
02:30:33 [2020-12-15T02:30:33.631Z] #18 53.88 Unpacking jq (1.5+dfsg-2+b1) ...
02:30:33 [2020-12-15T02:30:33.631Z] #18 53.98 Selecting previously unselected package libaio1:amd64.
02:30:33 [2020-12-15T02:30:33.763Z] 
02:30:33 [2020-12-15T02:30:33.764Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
02:30:33 [2020-12-15T02:30:33.892Z] #18 53.98 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
02:30:33 [2020-12-15T02:30:33.892Z] #18 53.99 Unpacking libaio1:amd64 (0.3.112-3) ...
02:30:33 [2020-12-15T02:30:33.892Z] #18 54.05 Selecting previously unselected package libgpm2:amd64.
02:30:33 [2020-12-15T02:30:33.892Z] #18 54.07 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
02:30:33 [2020-12-15T02:30:33.892Z] #18 54.07 Unpacking libgpm2:amd64 (1.20.7-5) ...
02:30:33 [2020-12-15T02:30:33.892Z] #18 54.15 Selecting previously unselected package libicu63:amd64.
02:30:33 [2020-12-15T02:30:33.892Z] #18 54.15 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
02:30:33 [2020-12-15T02:30:33.892Z] #18 54.16 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
02:30:34 [2020-12-15T02:30:34.336Z] #52 DONE 0.6s
02:30:34 [2020-12-15T02:30:34.336Z] 
02:30:34 [2020-12-15T02:30:34.336Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:30:36 [2020-12-15T02:30:36.435Z] #18 67.96 Setting up iptables (1.8.2-4) ...
02:30:36 [2020-12-15T02:30:36.435Z] #18 67.98 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:30:36 [2020-12-15T02:30:36.435Z] #18 67.99 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:30:36 [2020-12-15T02:30:36.435Z] #18 68.00 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:30:36 [2020-12-15T02:30:36.435Z] #18 68.02 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:30:36 [2020-12-15T02:30:36.435Z] #18 68.02 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:30:36 [2020-12-15T02:30:36.435Z] #18 68.03 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:30:36 [2020-12-15T02:30:36.435Z] #18 68.04 Setting up python3 (3.7.3-1) ...
02:30:36 [2020-12-15T02:30:36.694Z] #18 68.54 Setting up python3-wheel (0.32.3-2) ...
02:30:37 [2020-12-15T02:30:37.264Z] #18 69.32 Setting up apparmor (2.13.2-10) ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 57.91 Selecting previously unselected package libnet1:amd64.
02:30:38 [2020-12-15T02:30:38.093Z] #18 57.91 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 57.92 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.02 Selecting previously unselected package libnl-3-200:amd64.
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.03 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.03 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.13 Selecting previously unselected package libprotobuf-c1:amd64.
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.13 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.14 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.22 Selecting previously unselected package libreadline5:amd64.
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
02:30:38 [2020-12-15T02:30:38.093Z] #18 58.23 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
02:30:38 [2020-12-15T02:30:38.355Z] #18 58.37 Selecting previously unselected package net-tools.
02:30:38 [2020-12-15T02:30:38.355Z] #18 58.38 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
02:30:38 [2020-12-15T02:30:38.355Z] #18 58.39 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
02:30:38 [2020-12-15T02:30:38.616Z] #18 58.63 Selecting previously unselected package python-pip-whl.
02:30:38 [2020-12-15T02:30:38.616Z] #18 58.65 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ...
02:30:38 [2020-12-15T02:30:38.616Z] #18 58.66 Unpacking python-pip-whl (18.1-5) ...
02:30:38 [2020-12-15T02:30:38.877Z] #18 59.15 Selecting previously unselected package python3-lib2to3.
02:30:38 [2020-12-15T02:30:38.877Z] #18 59.16 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ...
02:30:38 [2020-12-15T02:30:38.877Z] #18 59.16 Unpacking python3-lib2to3 (3.7.3-1) ...
02:30:39 [2020-12-15T02:30:39.138Z] #18 59.27 Selecting previously unselected package python3-distutils.
02:30:39 [2020-12-15T02:30:39.138Z] #18 59.28 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ...
02:30:39 [2020-12-15T02:30:39.138Z] #18 59.29 Unpacking python3-distutils (3.7.3-1) ...
02:30:39 [2020-12-15T02:30:39.138Z] #18 59.45 Selecting previously unselected package python3-pip.
02:30:39 [2020-12-15T02:30:39.138Z] #18 59.45 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ...
02:30:39 [2020-12-15T02:30:39.138Z] #18 59.46 Unpacking python3-pip (18.1-5) ...
02:30:39 [2020-12-15T02:30:39.172Z] #18 71.18 Setting up xfsprogs (4.20.0-1) ...
02:30:39 [2020-12-15T02:30:39.172Z] #18 71.20 Setting up python3-lib2to3 (3.7.3-1) ...
02:30:39 [2020-12-15T02:30:39.400Z] #18 59.60 Selecting previously unselected package python3-pkg-resources.
02:30:39 [2020-12-15T02:30:39.400Z] #18 59.61 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ...
02:30:39 [2020-12-15T02:30:39.400Z] #18 59.61 Unpacking python3-pkg-resources (40.8.0-1) ...
02:30:39 [2020-12-15T02:30:39.661Z] #18 59.73 Selecting previously unselected package python3-setuptools.
02:30:39 [2020-12-15T02:30:39.661Z] #18 59.73 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ...
02:30:39 [2020-12-15T02:30:39.661Z] #18 59.75 Unpacking python3-setuptools (40.8.0-1) ...
02:30:39 [2020-12-15T02:30:39.742Z] #18 71.63 Setting up python3-pkg-resources (40.8.0-1) ...
02:30:39 [2020-12-15T02:30:39.922Z] #18 60.02 Selecting previously unselected package python3-wheel.
02:30:39 [2020-12-15T02:30:39.922Z] #18 60.02 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ...
02:30:39 [2020-12-15T02:30:39.922Z] #18 60.02 Unpacking python3-wheel (0.32.3-2) ...
02:30:39 [2020-12-15T02:30:39.922Z] #18 60.12 Selecting previously unselected package sudo.
02:30:39 [2020-12-15T02:30:39.922Z] #18 60.13 Preparing to unpack .../33-sudo_1.8.27-1+deb10u2_amd64.deb ...
02:30:39 [2020-12-15T02:30:39.922Z] #18 60.13 Unpacking sudo (1.8.27-1+deb10u2) ...
02:30:40 [2020-12-15T02:30:40.311Z] #18 ...
02:30:40 [2020-12-15T02:30:40.312Z] 
02:30:40 [2020-12-15T02:30:40.312Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:40 [2020-12-15T02:30:40.312Z] #41 151.4   CC       criu/filesystems.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 152.2   CC       criu/fsnotify.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 153.3   CC       criu/image-desc.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 153.4   CC       criu/image.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 154.3   CC       criu/ipc_ns.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 155.6   CC       criu/irmap.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 156.3   CC       criu/kcmp-ids.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 156.7   CC       criu/kerndat.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 158.0   CC       criu/libnetlink.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 158.4   CC       criu/log.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 158.9   CC       criu/lsm.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 159.3   CC       criu/mem.o
02:30:40 [2020-12-15T02:30:40.312Z] #41 161.1   CC       criu/memfd.o
02:30:40 [2020-12-15T02:30:40.495Z] #18 60.68 Selecting previously unselected package thin-provisioning-tools.
02:30:40 [2020-12-15T02:30:40.495Z] #18 60.69 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
02:30:40 [2020-12-15T02:30:40.495Z] #18 60.69 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
02:30:40 [2020-12-15T02:30:40.571Z] #41 ...
02:30:40 [2020-12-15T02:30:40.572Z] 
02:30:40 [2020-12-15T02:30:40.572Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:30:40 [2020-12-15T02:30:40.572Z] #38 261.0 + dpkg --print-architecture
02:30:40 [2020-12-15T02:30:40.572Z] #38 261.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
02:30:40 [2020-12-15T02:30:40.572Z] #38 261.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
02:30:40 [2020-12-15T02:30:40.572Z] #38 261.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
02:30:40 [2020-12-15T02:30:40.572Z] #38 ...
02:30:40 [2020-12-15T02:30:40.572Z] 
02:30:40 [2020-12-15T02:30:40.572Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:40 [2020-12-15T02:30:40.572Z] #18 72.55 Setting up python3-distutils (3.7.3-1) ...
02:30:40 [2020-12-15T02:30:40.757Z] #18 60.95 Selecting previously unselected package uidmap.
02:30:40 [2020-12-15T02:30:40.757Z] #18 60.96 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ...
02:30:40 [2020-12-15T02:30:40.757Z] #18 60.97 Unpacking uidmap (1:4.5-1.1) ...
02:30:41 [2020-12-15T02:30:41.018Z] #18 61.09 Selecting previously unselected package vim-runtime.
02:30:41 [2020-12-15T02:30:41.018Z] #18 61.09 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ...
02:30:41 [2020-12-15T02:30:41.018Z] #18 61.11 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
02:30:41 [2020-12-15T02:30:41.018Z] #18 61.14 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
02:30:41 [2020-12-15T02:30:41.018Z] #18 61.15 Unpacking vim-runtime (2:8.1.0875-5) ...
02:30:41 [2020-12-15T02:30:41.141Z] #18 73.06 Setting up python3-setuptools (40.8.0-1) ...
02:30:42 [2020-12-15T02:30:42.407Z] #18 ...
02:30:42 [2020-12-15T02:30:42.407Z] 
02:30:42 [2020-12-15T02:30:42.407Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:42 [2020-12-15T02:30:42.407Z] #41 145.5   CC       criu/cr-restore.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 149.8   CC       criu/cr-service.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 151.3   CC       criu/crtools.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 152.0   CC       criu/eventfd.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 152.4   CC       criu/eventpoll.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 153.2   CC       criu/external.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 153.6   CC       criu/fault-injection.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 153.7   CC       criu/fdstore.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 154.1   CC       criu/fifo.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 154.4   CC       criu/file-ids.o
02:30:42 [2020-12-15T02:30:42.407Z] #41 154.8   CC       criu/file-lock.o
02:30:42 [2020-12-15T02:30:42.520Z] #18 74.37 Setting up python3-pip (18.1-5) ...
02:30:42 [2020-12-15T02:30:42.669Z] #41 155.8   CC       criu/files-ext.o
02:30:42 [2020-12-15T02:30:42.930Z] #41 156.2   CC       criu/files-reg.o
02:30:43 [2020-12-15T02:30:43.719Z] #18 75.51 Processing triggers for libc-bin (2.28-10) ...
02:30:43 [2020-12-15T02:30:43.719Z] #18 75.55 Processing triggers for mime-support (3.62) ...
02:30:44 [2020-12-15T02:30:44.316Z] #41 ...
02:30:44 [2020-12-15T02:30:44.316Z] 
02:30:44 [2020-12-15T02:30:44.316Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:44 [2020-12-15T02:30:44.316Z] #18 64.39 Selecting previously unselected package vim.
02:30:44 [2020-12-15T02:30:44.316Z] #18 64.40 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ...
02:30:44 [2020-12-15T02:30:44.316Z] #18 64.43 Unpacking vim (2:8.1.0875-5) ...
02:30:44 [2020-12-15T02:30:44.348Z] #54 209.6 + bin/containerd-stress
02:30:44 [2020-12-15T02:30:44.661Z] #18 DONE 76.4s
02:30:44 [2020-12-15T02:30:44.661Z] 
02:30:44 [2020-12-15T02:30:44.661Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
02:30:44 [2020-12-15T02:30:44.888Z] #18 65.02 Selecting previously unselected package xfsprogs.
02:30:44 [2020-12-15T02:30:44.888Z] #18 65.05 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ...
02:30:44 [2020-12-15T02:30:44.888Z] #18 65.06 Unpacking xfsprogs (4.20.0-1) ...
02:30:45 [2020-12-15T02:30:45.461Z] #18 65.55 Selecting previously unselected package zip.
02:30:45 [2020-12-15T02:30:45.461Z] #18 65.55 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ...
02:30:45 [2020-12-15T02:30:45.461Z] #18 65.56 Unpacking zip (3.0-11+b1) ...
02:30:45 [2020-12-15T02:30:45.598Z] #19 0.894 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:30:45 [2020-12-15T02:30:45.598Z] #19 0.901 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:30:45 [2020-12-15T02:30:45.598Z] #19 0.906 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:30:45 [2020-12-15T02:30:45.598Z] #19 DONE 1.0s
02:30:45 [2020-12-15T02:30:45.598Z] 
02:30:45 [2020-12-15T02:30:45.598Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:30:45 [2020-12-15T02:30:45.721Z] #18 65.77 Setting up aufs-tools (1:4.14+20190211-1) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.81 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.83 Setting up libip6tc0:amd64 (1.8.2-4) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.85 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.86 Setting up libgpm2:amd64 (1.20.7-5) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.88 Setting up libip4tc0:amd64 (1.8.2-4) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.90 Setting up uidmap (1:4.5-1.1) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.91 Setting up libnftnl11:amd64 (1.1.2-2) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.93 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.94 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.95 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
02:30:45 [2020-12-15T02:30:45.722Z] #18 65.97 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
02:30:45 [2020-12-15T02:30:45.982Z] #18 65.99 Setting up xxd (2:8.1.0875-5) ...
02:30:45 [2020-12-15T02:30:45.982Z] #18 66.00 Setting up zip (3.0-11+b1) ...
02:30:45 [2020-12-15T02:30:45.982Z] #18 66.01 Setting up vim-common (2:8.1.0875-5) ...
02:30:45 [2020-12-15T02:30:45.982Z] #18 66.05 Setting up bash-completion (1:2.8-6) ...
02:30:46 [2020-12-15T02:30:46.897Z] #54 212.7 + bin/containerd-shim
02:30:48 [2020-12-15T02:30:48.528Z] #18 68.78 Setting up libiptc0:amd64 (1.8.2-4) ...
02:30:48 [2020-12-15T02:30:48.528Z] #18 68.80 Setting up xz-utils (5.2.4-1) ...
02:30:48 [2020-12-15T02:30:48.528Z] #18 68.83 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
02:30:48 [2020-12-15T02:30:48.528Z] #18 68.85 Setting up sudo (1.8.27-1+deb10u2) ...
02:30:48 [2020-12-15T02:30:48.789Z] #18 68.92 invoke-rc.d: could not determine current runlevel
02:30:48 [2020-12-15T02:30:48.789Z] #18 68.94 invoke-rc.d: policy-rc.d denied execution of start.
02:30:48 [2020-12-15T02:30:48.789Z] #18 68.95 Setting up pigz (2.4-1) ...
02:30:48 [2020-12-15T02:30:48.789Z] #18 68.96 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
02:30:48 [2020-12-15T02:30:48.789Z] #18 68.98 Setting up libnl-3-200:amd64 (3.4.0-1) ...
02:30:48 [2020-12-15T02:30:48.789Z] #18 69.00 Setting up python-pip-whl (18.1-5) ...
02:30:48 [2020-12-15T02:30:48.789Z] #18 69.02 Setting up libmpdec2:amd64 (2.4.2-2) ...
02:30:48 [2020-12-15T02:30:48.789Z] #18 69.03 Setting up vim-runtime (2:8.1.0875-5) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.47 Setting up libaio1:amd64 (0.3.112-3) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.48 Setting up libonig5:amd64 (6.9.1-1) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.50 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.51 Setting up vim (2:8.1.0875-5) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.57 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.58 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.61 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.62 Setting up thin-provisioning-tools (0.7.6-2.1) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.64 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
02:30:49 [2020-12-15T02:30:49.361Z] #18 69.66 Setting up jq (1.5+dfsg-2+b1) ...
02:30:49 [2020-12-15T02:30:49.623Z] #18 69.67 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
02:30:49 [2020-12-15T02:30:49.623Z] #18 69.68 Setting up python3.7 (3.7.3-2+deb10u2) ...
02:30:50 [2020-12-15T02:30:50.873Z] #20 5.067 Collecting yamllint==1.16.0
02:30:50 [2020-12-15T02:30:50.873Z] #20 ...
02:30:50 [2020-12-15T02:30:50.873Z] 
02:30:50 [2020-12-15T02:30:50.873Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:50 [2020-12-15T02:30:50.873Z] #41 161.8   CC       criu/mount.o
02:30:50 [2020-12-15T02:30:50.873Z] #41 165.8   CC       criu/namespaces.o
02:30:50 [2020-12-15T02:30:50.873Z] #41 168.6   CC       criu/net.o
02:30:50 [2020-12-15T02:30:50.873Z] #41 171.9   CC       criu/netfilter.o
02:30:51 [2020-12-15T02:30:51.132Z] #41 172.2   CC       criu/page-pipe.o
02:30:51 [2020-12-15T02:30:51.537Z] #18 ...
02:30:51 [2020-12-15T02:30:51.537Z] 
02:30:51 [2020-12-15T02:30:51.537Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:30:51 [2020-12-15T02:30:51.537Z] #38 267.3 + dpkg --print-architecture
02:30:51 [2020-12-15T02:30:51.537Z] #38 267.3 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
02:30:51 [2020-12-15T02:30:51.700Z] #41 172.8   CC       criu/page-xfer.o
02:30:51 [2020-12-15T02:30:51.798Z] #38 267.5 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
02:30:51 [2020-12-15T02:30:51.798Z] #38 267.5 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
02:30:53 [2020-12-15T02:30:53.081Z] #41 174.1   CC       criu/pagemap-cache.o
02:30:53 [2020-12-15T02:30:53.257Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
02:30:53 [2020-12-15T02:30:53.257Z] 
02:30:53 [2020-12-15T02:30:53.257Z] ---> Making bundle: test-integration (in bundles/test-integration)
02:30:53 [2020-12-15T02:30:53.257Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
02:30:53 [2020-12-15T02:30:53.257Z] HOSTNAME=cdddc4a5c395
02:30:53 [2020-12-15T02:30:53.257Z] TESTDEBUG=0
02:30:53 [2020-12-15T02:30:53.257Z] DEST=bundles/test-integration
02:30:53 [2020-12-15T02:30:53.257Z] PWD=/go/src/github.com/docker/docker
02:30:53 [2020-12-15T02:30:53.257Z] DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a
02:30:53 [2020-12-15T02:30:53.257Z] container=docker
02:30:53 [2020-12-15T02:30:53.257Z] HOME=/root
02:30:53 [2020-12-15T02:30:53.257Z] GOLANG_VERSION=1.13.15
02:30:53 [2020-12-15T02:30:53.257Z] VALIDATE_REPO=https://github.com/moby/moby.git
02:30:53 [2020-12-15T02:30:53.257Z] VALIDATE_BRANCH=master
02:30:53 [2020-12-15T02:30:53.257Z] TERM=xterm
02:30:53 [2020-12-15T02:30:53.257Z] DOCKER_PKG=github.com/docker/docker
02:30:53 [2020-12-15T02:30:53.257Z] SHLVL=1
02:30:53 [2020-12-15T02:30:53.257Z] TIMEOUT=120m
02:30:53 [2020-12-15T02:30:53.257Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
02:30:53 [2020-12-15T02:30:53.257Z] DOCKER_GRAPHDRIVER=overlay2
02:30:53 [2020-12-15T02:30:53.257Z] GO111MODULE=off
02:30:53 [2020-12-15T02:30:53.257Z] DOCKER_EXPERIMENTAL=1
02:30:53 [2020-12-15T02:30:53.257Z] TEST_SKIP_INTEGRATION_CLI=1
02:30:53 [2020-12-15T02:30:53.257Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:30:53 [2020-12-15T02:30:53.257Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
02:30:53 [2020-12-15T02:30:53.257Z] GOPATH=/go
02:30:53 [2020-12-15T02:30:53.257Z] PKG_CONFIG=pkg-config
02:30:53 [2020-12-15T02:30:53.257Z] _=/usr/bin/env
02:30:53 [2020-12-15T02:30:53.257Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
02:30:53 [2020-12-15T02:30:53.341Z] #41 174.6   CC       criu/pagemap.o
02:30:53 [2020-12-15T02:30:53.502Z] #54 218.9 + bin/containerd-shim-runc-v1
02:30:54 [2020-12-15T02:30:54.279Z] #41 175.4   CC       criu/parasite-syscall.o
02:30:55 [2020-12-15T02:30:55.218Z] #41 176.4   CC       criu/path.o
02:30:55 [2020-12-15T02:30:55.477Z] #41 176.6   CC       criu/pie-util-vdso-elf32.o
02:30:56 [2020-12-15T02:30:56.007Z] #38 ...
02:30:56 [2020-12-15T02:30:56.007Z] 
02:30:56 [2020-12-15T02:30:56.007Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:30:56 [2020-12-15T02:30:56.007Z] #41 158.6   CC       criu/files.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 160.6   CC       criu/filesystems.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 161.4   CC       criu/fsnotify.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 162.6   CC       criu/image-desc.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 162.7   CC       criu/image.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 163.7   CC       criu/ipc_ns.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 164.8   CC       criu/irmap.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 165.5   CC       criu/kcmp-ids.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 165.8   CC       criu/kerndat.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 167.0   CC       criu/libnetlink.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 167.4   CC       criu/log.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 167.9   CC       criu/lsm.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 168.4   CC       criu/mem.o
02:30:56 [2020-12-15T02:30:56.007Z] #41 ...
02:30:56 [2020-12-15T02:30:56.007Z] 
02:30:56 [2020-12-15T02:30:56.007Z] #18 [dev-systemd-false  7/26] RUN --mount=type=cache,sharing=locked,id=moby-...
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.73 Setting up iptables (1.8.2-4) ...
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.75 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.75 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.76 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.77 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.78 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
02:30:56 [2020-12-15T02:30:56.007Z] #18 72.80 Setting up python3 (3.7.3-1) ...
02:30:56 [2020-12-15T02:30:56.007Z] #18 73.17 Setting up python3-wheel (0.32.3-2) ...
02:30:56 [2020-12-15T02:30:56.007Z] #18 73.76 Setting up apparmor (2.13.2-10) ...
02:30:56 [2020-12-15T02:30:56.007Z] #18 75.68 Setting up xfsprogs (4.20.0-1) ...
02:30:56 [2020-12-15T02:30:56.007Z] #18 75.69 Setting up python3-lib2to3 (3.7.3-1) ...
02:30:56 [2020-12-15T02:30:56.007Z] #18 76.10 Setting up python3-pkg-resources (40.8.0-1) ...
02:30:56 [2020-12-15T02:30:56.047Z] #41 177.1   CC       criu/pie-util-vdso.o
02:30:56 [2020-12-15T02:30:56.047Z] #41 ...
02:30:56 [2020-12-15T02:30:56.047Z] 
02:30:56 [2020-12-15T02:30:56.047Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:30:56 [2020-12-15T02:30:56.047Z] #20 10.47   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
02:30:56 [2020-12-15T02:30:56.047Z] #20 10.55 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
02:30:56 [2020-12-15T02:30:56.047Z] #20 10.59   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
02:30:56 [2020-12-15T02:30:56.047Z] #20 10.64 Collecting pyyaml (from yamllint==1.16.0)
02:30:56 [2020-12-15T02:30:56.306Z] #20 10.77   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
02:30:56 [2020-12-15T02:30:56.425Z] #56 287.2 + bin/containerd-stress
02:30:56 [2020-12-15T02:30:56.949Z] #18 77.02 Setting up python3-distutils (3.7.3-1) ...
02:30:57 [2020-12-15T02:30:57.061Z] #56 289.6 + bin/containerd-shim
02:30:57 [2020-12-15T02:30:57.471Z] #18 77.54 Setting up python3-setuptools (40.8.0-1) ...
02:30:57 [2020-12-15T02:30:57.687Z] #20 12.10 Building wheels for collected packages: pyyaml
02:30:57 [2020-12-15T02:30:57.687Z] #20 12.11   Running setup.py bdist_wheel for pyyaml: started
02:30:58 [2020-12-15T02:30:58.626Z] #20 13.25   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
02:30:58 [2020-12-15T02:30:58.856Z] #18 78.93 Setting up python3-pip (18.1-5) ...
02:30:58 [2020-12-15T02:30:58.886Z] #20 13.25   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
02:30:58 [2020-12-15T02:30:58.886Z] #20 13.31 Successfully built pyyaml
02:30:58 [2020-12-15T02:30:58.886Z] #20 13.35 Installing collected packages: pathspec, pyyaml, yamllint
02:30:58 [2020-12-15T02:30:58.898Z] #54 224.3 + bin/containerd-shim-runc-v2
02:30:59 [2020-12-15T02:30:59.145Z] #20 13.73 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
02:30:59 [2020-12-15T02:30:59.847Z] #54 226.0 + binaries
02:30:59 [2020-12-15T02:30:59.847Z] #54 226.0 + install -D bin/containerd /build/containerd
02:30:59 [2020-12-15T02:30:59.847Z] #54 226.0 + install -D bin/containerd-shim /build/containerd-shim
02:30:59 [2020-12-15T02:30:59.847Z] #54 226.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
02:30:59 [2020-12-15T02:30:59.847Z] #54 226.1 + install -D bin/ctr /build/ctr
02:31:00 [2020-12-15T02:31:00.084Z] #20 DONE 14.3s
02:31:00 [2020-12-15T02:31:00.084Z] 
02:31:00 [2020-12-15T02:31:00.084Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
02:31:00 [2020-12-15T02:31:00.084Z] #23 DONE 0.3s
02:31:00 [2020-12-15T02:31:00.084Z] 
02:31:00 [2020-12-15T02:31:00.084Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:31:00 [2020-12-15T02:31:00.242Z] #18 80.11 Processing triggers for libc-bin (2.28-10) ...
02:31:00 [2020-12-15T02:31:00.242Z] #18 80.25 Processing triggers for mime-support (3.62) ...
02:31:01 [2020-12-15T02:31:01.627Z] #18 DONE 81.6s
02:31:01 [2020-12-15T02:31:01.628Z] 
02:31:01 [2020-12-15T02:31:01.628Z] #19 [dev-systemd-false  8/26] RUN update-alternatives --set iptables  /usr/s...
02:31:02 [2020-12-15T02:31:02.573Z] #19 1.046 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
02:31:02 [2020-12-15T02:31:02.573Z] #19 1.052 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
02:31:02 [2020-12-15T02:31:02.573Z] #19 1.057 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
02:31:02 [2020-12-15T02:31:02.573Z] #19 DONE 1.1s
02:31:02 [2020-12-15T02:31:02.573Z] 
02:31:02 [2020-12-15T02:31:02.573Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:02 [2020-12-15T02:31:02.573Z] #41 170.2   CC       criu/memfd.o
02:31:02 [2020-12-15T02:31:02.573Z] #41 170.9   CC       criu/mount.o
02:31:02 [2020-12-15T02:31:02.573Z] #41 174.7   CC       criu/namespaces.o
02:31:02 [2020-12-15T02:31:02.573Z] #41 ...
02:31:02 [2020-12-15T02:31:02.573Z] 
02:31:02 [2020-12-15T02:31:02.573Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:31:04 [2020-12-15T02:31:04.004Z] #56 296.7 + bin/containerd-shim-runc-v1
02:31:05 [2020-12-15T02:31:05.133Z] #54 DONE 230.9s
02:31:05 [2020-12-15T02:31:05.362Z] #28 ...
02:31:05 [2020-12-15T02:31:05.362Z] 
02:31:05 [2020-12-15T02:31:05.362Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:31:05 [2020-12-15T02:31:05.362Z] #51 102.6 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
02:31:05 [2020-12-15T02:31:05.362Z] #51 105.7 + mkdir -p /build
02:31:05 [2020-12-15T02:31:05.362Z] #51 105.7 + cp runc /build/runc
02:31:05 [2020-12-15T02:31:05.362Z] #51 DONE 109.1s
02:31:05 [2020-12-15T02:31:05.362Z] 
02:31:05 [2020-12-15T02:31:05.362Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:31:05 [2020-12-15T02:31:05.362Z] #38 DONE 292.7s
02:31:05 [2020-12-15T02:31:05.362Z] 
02:31:05 [2020-12-15T02:31:05.362Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:05 [2020-12-15T02:31:05.362Z] #41 177.6   CC       criu/pie-util.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 177.8   CC       criu/pipes.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 178.8   CC       criu/plugin.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 179.3   CC       criu/proc_parse.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 182.4   CC       criu/protobuf-desc.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 183.1   CC       criu/protobuf.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 183.3   CC       criu/pstree.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 183.9   CC       criu/rbtree.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 184.1   CC       criu/rst-malloc.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 184.2   CC       criu/seccomp.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 184.6   CC       criu/seize.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 185.1   CC       criu/servicefd.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 185.4   CC       criu/shmem.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 185.8   CC       criu/sigframe.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 186.0   CC       criu/signalfd.o
02:31:05 [2020-12-15T02:31:05.362Z] #41 186.2   CC       criu/sk-inet.o
02:31:05 [2020-12-15T02:31:05.625Z] #41 ...
02:31:05 [2020-12-15T02:31:05.625Z] 
02:31:05 [2020-12-15T02:31:05.625Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:31:05 [2020-12-15T02:31:05.625Z] #28 DONE 5.5s
02:31:05 [2020-12-15T02:31:05.625Z] 
02:31:05 [2020-12-15T02:31:05.625Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
02:31:06 [2020-12-15T02:31:06.077Z] 
02:31:06 [2020-12-15T02:31:06.077Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
02:31:06 [2020-12-15T02:31:06.565Z] #31 DONE 0.8s
02:31:06 [2020-12-15T02:31:06.565Z] 
02:31:06 [2020-12-15T02:31:06.565Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
02:31:06 [2020-12-15T02:31:06.565Z] #33 DONE 0.1s
02:31:06 [2020-12-15T02:31:06.565Z] 
02:31:06 [2020-12-15T02:31:06.565Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
02:31:06 [2020-12-15T02:31:06.565Z] #36 DONE 0.1s
02:31:06 [2020-12-15T02:31:06.565Z] 
02:31:06 [2020-12-15T02:31:06.565Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:06 [2020-12-15T02:31:06.565Z] #41 187.1   CC       criu/sk-netlink.o
02:31:06 [2020-12-15T02:31:06.825Z] #41 187.7   CC       criu/sk-packet.o
02:31:07 [2020-12-15T02:31:07.399Z] #41 188.6   CC       criu/sk-queue.o
02:31:07 [2020-12-15T02:31:07.863Z] #20 5.125 Collecting yamllint==1.16.0
02:31:07 [2020-12-15T02:31:07.968Z] #41 189.1   CC       criu/sk-tcp.o
02:31:08 [2020-12-15T02:31:08.538Z] #41 189.6   CC       criu/sk-unix.o
02:31:08 [2020-12-15T02:31:08.620Z] #55 DONE 2.5s
02:31:08 [2020-12-15T02:31:08.620Z] 
02:31:08 [2020-12-15T02:31:08.620Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
02:31:08 [2020-12-15T02:31:08.798Z] #41 ...
02:31:08 [2020-12-15T02:31:08.798Z] 
02:31:08 [2020-12-15T02:31:08.798Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
02:31:08 [2020-12-15T02:31:08.798Z] #39 DONE 0.7s
02:31:09 [2020-12-15T02:31:09.058Z] 
02:31:09 [2020-12-15T02:31:09.058Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:31:09 [2020-12-15T02:31:09.563Z] #59 DONE 0.9s
02:31:09 [2020-12-15T02:31:09.563Z] 
02:31:09 [2020-12-15T02:31:09.563Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
02:31:09 [2020-12-15T02:31:09.611Z] #56 301.6 + bin/containerd-shim-runc-v2
02:31:09 [2020-12-15T02:31:09.817Z] #20 ...
02:31:09 [2020-12-15T02:31:09.817Z] 
02:31:09 [2020-12-15T02:31:09.817Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:09 [2020-12-15T02:31:09.817Z] #41 177.4   CC       criu/net.o
02:31:09 [2020-12-15T02:31:09.817Z] #41 180.9   CC       criu/netfilter.o
02:31:09 [2020-12-15T02:31:09.817Z] #41 181.2   CC       criu/page-pipe.o
02:31:09 [2020-12-15T02:31:09.817Z] #41 181.9   CC       criu/page-xfer.o
02:31:09 [2020-12-15T02:31:09.997Z] #47 ...
02:31:09 [2020-12-15T02:31:09.997Z] 
02:31:09 [2020-12-15T02:31:09.997Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:09 [2020-12-15T02:31:09.997Z] #41 190.8   CC       criu/sockets.o
02:31:10 [2020-12-15T02:31:10.084Z] #41 183.4   CC       criu/pagemap-cache.o
02:31:10 [2020-12-15T02:31:10.247Z] #56 302.7 + binaries
02:31:10 [2020-12-15T02:31:10.247Z] #56 302.7 + install -D bin/containerd /build/containerd
02:31:10 [2020-12-15T02:31:10.247Z] #56 302.7 + install -D bin/containerd-shim /build/containerd-shim
02:31:10 [2020-12-15T02:31:10.247Z] #56 302.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
02:31:10 [2020-12-15T02:31:10.247Z] #56 302.7 + install -D bin/ctr /build/ctr
02:31:10 [2020-12-15T02:31:10.247Z] #56 DONE 302.8s
02:31:10 [2020-12-15T02:31:10.257Z] #41 191.4   CC       criu/stats.o
02:31:10 [2020-12-15T02:31:10.351Z] #41 183.8   CC       criu/pagemap.o
02:31:10 [2020-12-15T02:31:10.527Z] #41 191.6   CC       criu/string.o
02:31:10 [2020-12-15T02:31:10.527Z] #41 191.6   CC       criu/sysctl.o
02:31:10 [2020-12-15T02:31:10.947Z] #61 DONE 1.3s
02:31:11 [2020-12-15T02:31:11.096Z] #41 192.1   CC       criu/sysfs_parse.o
02:31:11 [2020-12-15T02:31:11.096Z] #41 ...
02:31:11 [2020-12-15T02:31:11.096Z] 
02:31:11 [2020-12-15T02:31:11.096Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:31:11 [2020-12-15T02:31:11.096Z] #47 297.9 + /build/golangci-lint --version
02:31:11 [2020-12-15T02:31:11.096Z] #47 298.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
02:31:11 [2020-12-15T02:31:11.096Z] #47 DONE 298.5s
02:31:11 [2020-12-15T02:31:11.209Z] 
02:31:11 [2020-12-15T02:31:11.209Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
02:31:11 [2020-12-15T02:31:11.209Z] #63 DONE 0.3s
02:31:11 [2020-12-15T02:31:11.284Z] 
02:31:11 [2020-12-15T02:31:11.284Z] #57 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
02:31:11 [2020-12-15T02:31:11.284Z] #57 DONE 0.1s
02:31:11 [2020-12-15T02:31:11.284Z] 
02:31:11 [2020-12-15T02:31:11.284Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
02:31:11 [2020-12-15T02:31:11.284Z] #61 DONE 0.1s
02:31:11 [2020-12-15T02:31:11.284Z] 
02:31:11 [2020-12-15T02:31:11.284Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
02:31:11 [2020-12-15T02:31:11.290Z] #41 184.7   CC       criu/parasite-syscall.o
02:31:11 [2020-12-15T02:31:11.357Z] 
02:31:11 [2020-12-15T02:31:11.357Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:11 [2020-12-15T02:31:11.357Z] #41 192.3   CC       criu/timens.o
02:31:11 [2020-12-15T02:31:11.357Z] #41 192.4   CC       criu/timerfd.o
02:31:11 [2020-12-15T02:31:11.470Z] 
02:31:11 [2020-12-15T02:31:11.470Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
02:31:11 [2020-12-15T02:31:11.470Z] #64 DONE 0.1s
02:31:11 [2020-12-15T02:31:11.470Z] 
02:31:11 [2020-12-15T02:31:11.470Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
02:31:11 [2020-12-15T02:31:11.576Z] #63 DONE 0.1s
02:31:11 [2020-12-15T02:31:11.576Z] 
02:31:11 [2020-12-15T02:31:11.576Z] #65 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
02:31:11 [2020-12-15T02:31:11.576Z] #65 DONE 0.1s
02:31:11 [2020-12-15T02:31:11.576Z] 
02:31:11 [2020-12-15T02:31:11.576Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
02:31:11 [2020-12-15T02:31:11.576Z] #66 DONE 0.0s
02:31:11 [2020-12-15T02:31:11.576Z] 
02:31:11 [2020-12-15T02:31:11.576Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker
02:31:11 [2020-12-15T02:31:11.616Z] #41 192.6   CC       criu/tty.o
02:31:12 [2020-12-15T02:31:12.228Z] #41 185.5   CC       criu/path.o
02:31:12 [2020-12-15T02:31:12.488Z] #41 185.8   CC       criu/pie-util-vdso-elf32.o
02:31:12 [2020-12-15T02:31:12.749Z] #41 186.2   CC       criu/pie-util-vdso.o
02:31:12 [2020-12-15T02:31:12.996Z] #41 193.7   CC       criu/tun.o
02:31:13 [2020-12-15T02:31:13.009Z] #41 ...
02:31:13 [2020-12-15T02:31:13.009Z] 
02:31:13 [2020-12-15T02:31:13.009Z] #20 [dev-systemd-false  9/26] RUN pip3 install yamllint==1.16.0
02:31:13 [2020-12-15T02:31:13.009Z] #20 10.47   Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB)
02:31:13 [2020-12-15T02:31:13.255Z] #41 194.2   CC       criu/uffd.o
02:31:13 [2020-12-15T02:31:13.270Z] #20 10.55 Collecting pyyaml (from yamllint==1.16.0)
02:31:13 [2020-12-15T02:31:13.270Z] #20 10.71   Downloading https://files.pythonhosted.org/packages/64/c2/b80047c7ac2478f9501676c988a5411ed5572f35d1beff9cae07d321512c/PyYAML-5.3.1.tar.gz (269kB)
02:31:13 [2020-12-15T02:31:13.652Z] #67 DONE 2.1s
02:31:13 [2020-12-15T02:31:13.652Z] 
02:31:13 [2020-12-15T02:31:13.652Z] #68 exporting to oci image format
02:31:13 [2020-12-15T02:31:13.652Z] #68 exporting layers
02:31:13 [2020-12-15T02:31:13.823Z] #41 195.0   CC       criu/util.o
02:31:14 [2020-12-15T02:31:14.017Z] #65 DONE 2.7s
02:31:14 [2020-12-15T02:31:14.279Z] 
02:31:14 [2020-12-15T02:31:14.279Z] #66 exporting to image
02:31:14 [2020-12-15T02:31:14.279Z] #66 exporting layers
02:31:14 [2020-12-15T02:31:14.655Z] #20 11.95 Collecting pathspec>=0.5.3 (from yamllint==1.16.0)
02:31:14 [2020-12-15T02:31:14.655Z] #20 12.01   Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl
02:31:14 [2020-12-15T02:31:14.655Z] #20 12.07 Building wheels for collected packages: pyyaml
02:31:14 [2020-12-15T02:31:14.655Z] #20 12.07   Running setup.py bdist_wheel for pyyaml: started
02:31:14 [2020-12-15T02:31:14.760Z] #41 195.7   CC       criu/uts_ns.o
02:31:14 [2020-12-15T02:31:14.760Z] #41 195.8   CC       criu/vdso-compat.o
02:31:14 [2020-12-15T02:31:14.760Z] #41 195.9   CC       criu/vdso.o
02:31:15 [2020-12-15T02:31:15.020Z] #41 196.2   LINK     criu/built-in.o
02:31:15 [2020-12-15T02:31:15.280Z] #41 196.3   LINK     criu/criu
02:31:15 [2020-12-15T02:31:15.540Z] #41 196.5   DEP      lib/c/criu.d
02:31:15 [2020-12-15T02:31:15.540Z] #41 196.6   CC       images/rpc.pb-c.o
02:31:15 [2020-12-15T02:31:15.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
02:31:15 [2020-12-15T02:31:15.740Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
02:31:15 [2020-12-15T02:31:15.823Z] #41 196.9   CC       lib/c/criu.o
02:31:16 [2020-12-15T02:31:16.036Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
02:31:16 [2020-12-15T02:31:16.040Z] #20 13.23   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
02:31:16 [2020-12-15T02:31:16.040Z] #20 13.23   Stored in directory: /root/.cache/pip/wheels/a7/c1/ea/cf5bd31012e735dc1dfea3131a2d5eae7978b251083d6247bd
02:31:16 [2020-12-15T02:31:16.040Z] #20 13.27 Successfully built pyyaml
02:31:16 [2020-12-15T02:31:16.040Z] #20 13.29 Installing collected packages: pyyaml, pathspec, yamllint
02:31:16 [2020-12-15T02:31:16.040Z] #20 13.62 Successfully installed pathspec-0.8.1 pyyaml-5.3.1 yamllint-1.16.0
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.5   LINK     lib/c/built-in.o
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.5   LINK     lib/c/libcriu.so
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.5   LINK     lib/c/libcriu.a
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.6   GEN      magic.py
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.7 Note: Building without setproctitle() and strlcpy() support.
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.7       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.7 Note: Building without GnuTLS support
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.7 Makefile.config:39: Warn: you have no libnftables installed
02:31:16 [2020-12-15T02:31:16.493Z] #41 197.7 Makefile.config:40: Warn: Building without nftables support
02:31:16 [2020-12-15T02:31:16.612Z] #20 DONE 14.2s
02:31:16 [2020-12-15T02:31:16.612Z] 
02:31:16 [2020-12-15T02:31:16.612Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli     /build/ /usr/local/c...
02:31:17 [2020-12-15T02:31:17.064Z] #41 198.1 fatal: not a git repository (or any of the parent directories): .git
02:31:17 [2020-12-15T02:31:17.183Z] #23 DONE 0.4s
02:31:17 [2020-12-15T02:31:17.183Z] 
02:31:17 [2020-12-15T02:31:17.183Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:31:17 [2020-12-15T02:31:17.636Z] #41 198.7 make[1]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.1 make[1]: 'images/built-in.o' is up to date.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.1 make[1]: 'compel/plugins/std.lib.a' is up to date.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.2 make[1]: 'compel/plugins/fds.lib.a' is up to date.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.2 make[1]: 'compel/libcompel.a' is up to date.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.2 make[1]: 'compel/compel-host-bin' is up to date.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.2 make[1]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.2 make[1]: 'soccr/libsoccr.a' is up to date.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.3 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.3 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.4 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.4 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.203Z] #41 199.4 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.462Z] #41 199.5 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.462Z] #41 199.5 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.462Z] #41 199.5 make[2]: Nothing to be done for 'all'.
02:31:18 [2020-12-15T02:31:18.462Z] #41 199.6   INSTALL  criu/criu
02:31:18 [2020-12-15T02:31:18.611Z] 4612f6d0b889: Pull complete
02:31:18 [2020-12-15T02:31:18.722Z] #41 DONE 199.8s
02:31:18 [2020-12-15T02:31:18.722Z] 
02:31:18 [2020-12-15T02:31:18.722Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:31:20 [2020-12-15T02:31:20.099Z] #54 ...
02:31:20 [2020-12-15T02:31:20.099Z] 
02:31:20 [2020-12-15T02:31:20.099Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
02:31:20 [2020-12-15T02:31:20.099Z] #42 DONE 0.1s
02:31:20 [2020-12-15T02:31:20.358Z] 
02:31:20 [2020-12-15T02:31:20.358Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
02:31:20 [2020-12-15T02:31:20.358Z] #44 DONE 0.1s
02:31:20 [2020-12-15T02:31:20.358Z] 
02:31:20 [2020-12-15T02:31:20.358Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
02:31:20 [2020-12-15T02:31:20.358Z] #46 DONE 0.1s
02:31:20 [2020-12-15T02:31:20.358Z] 
02:31:20 [2020-12-15T02:31:20.358Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
02:31:20 [2020-12-15T02:31:20.617Z] #48 DONE 0.2s
02:31:20 [2020-12-15T02:31:20.617Z] 
02:31:20 [2020-12-15T02:31:20.617Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
02:31:20 [2020-12-15T02:31:20.617Z] #50 DONE 0.1s
02:31:20 [2020-12-15T02:31:20.617Z] 
02:31:20 [2020-12-15T02:31:20.617Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
02:31:20 [2020-12-15T02:31:20.875Z] #52 DONE 0.2s
02:31:20 [2020-12-15T02:31:20.875Z] 
02:31:20 [2020-12-15T02:31:20.875Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:31:21 [2020-12-15T02:31:21.134Z] #54 239.7 + bin/containerd
02:31:22 [2020-12-15T02:31:22.430Z] #66 exporting layers 8.0s done
02:31:22 [2020-12-15T02:31:22.430Z] #66 writing image sha256:7d4f1855d63ceb15ff14c1bcc4d445d5f9c4d45b66132d788c75b3fa44d36211
02:31:22 [2020-12-15T02:31:22.430Z] #66 writing image sha256:7d4f1855d63ceb15ff14c1bcc4d445d5f9c4d45b66132d788c75b3fa44d36211 0.1s done
02:31:22 [2020-12-15T02:31:22.430Z] #66 naming to docker.io/library/docker:a02553670ec7b08c293beb701d0c7c7a2922a85a 0.0s done
02:31:22 [2020-12-15T02:31:22.430Z] #66 DONE 8.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
02:31:22 [2020-12-15T02:31:22.487Z] #28 ...
02:31:22 [2020-12-15T02:31:22.487Z] 
02:31:22 [2020-12-15T02:31:22.487Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:22 [2020-12-15T02:31:22.487Z] #41 186.8   CC       criu/pie-util.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 187.0   CC       criu/pipes.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 187.8   CC       criu/plugin.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 188.3   CC       criu/proc_parse.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 191.6   CC       criu/protobuf-desc.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 192.6   CC       criu/protobuf.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 193.0   CC       criu/pstree.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 194.0   CC       criu/rbtree.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 194.2   CC       criu/rst-malloc.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 194.5   CC       criu/seccomp.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 194.8   CC       criu/seize.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 195.4   CC       criu/servicefd.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 195.7   CC       criu/shmem.o
02:31:22 [2020-12-15T02:31:22.487Z] #41 ...
02:31:22 [2020-12-15T02:31:22.487Z] 
02:31:22 [2020-12-15T02:31:22.487Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     -...
02:31:22 [2020-12-15T02:31:22.487Z] #38 DONE 298.3s
02:31:22 [2020-12-15T02:31:22.487Z] 
02:31:22 [2020-12-15T02:31:22.487Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build     --mou...
02:31:22 [2020-12-15T02:31:22.487Z] #51 109.7 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
02:31:22 [2020-12-15T02:31:22.487Z] #51 112.2 + mkdir -p /build
02:31:22 [2020-12-15T02:31:22.487Z] #51 112.2 + cp runc /build/runc
02:31:22 [2020-12-15T02:31:22.487Z] #51 DONE 113.0s
02:31:22 [2020-12-15T02:31:22.487Z] 
02:31:22 [2020-12-15T02:31:22.487Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz...
02:31:22 [2020-12-15T02:31:22.487Z] #28 DONE 5.5s
[Pipeline] sh
02:31:22 [2020-12-15T02:31:22.748Z] 
02:31:22 [2020-12-15T02:31:22.748Z] #31 [dev-systemd-false 12/26] COPY --from=swagger       /build/ /usr/local/b...
02:31:22 [2020-12-15T02:31:22.772Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/test/unit
02:31:23 [2020-12-15T02:31:23.705Z] #31 DONE 0.9s
02:31:23 [2020-12-15T02:31:23.705Z] 
02:31:23 [2020-12-15T02:31:23.705Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv         /build/ /usr/local/b...
02:31:23 [2020-12-15T02:31:23.705Z] #33 DONE 0.1s
02:31:23 [2020-12-15T02:31:23.705Z] 
02:31:23 [2020-12-15T02:31:23.705Z] #36 [dev-systemd-false 14/26] COPY --from=tini          /build/ /usr/local/b...
02:31:23 [2020-12-15T02:31:23.705Z] #36 DONE 0.1s
02:31:23 [2020-12-15T02:31:23.705Z] 
02:31:23 [2020-12-15T02:31:23.705Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:23 [2020-12-15T02:31:23.705Z] #41 196.3   CC       criu/sigframe.o
02:31:23 [2020-12-15T02:31:23.705Z] #41 196.6   CC       criu/signalfd.o
02:31:23 [2020-12-15T02:31:23.705Z] #41 196.9   CC       criu/sk-inet.o
02:31:25 [2020-12-15T02:31:25.091Z] #41 198.2   CC       criu/sk-netlink.o
02:31:25 [2020-12-15T02:31:25.091Z] #41 198.6   CC       criu/sk-packet.o
02:31:26 [2020-12-15T02:31:26.036Z] #41 199.4   CC       criu/sk-queue.o
02:31:26 [2020-12-15T02:31:26.608Z] #41 199.9   CC       criu/sk-tcp.o
02:31:26 [2020-12-15T02:31:26.869Z] #41 200.3   CC       criu/sk-unix.o
02:31:27 [2020-12-15T02:31:27.811Z] #41 ...
02:31:27 [2020-12-15T02:31:27.811Z] 
02:31:27 [2020-12-15T02:31:27.811Z] #39 [dev-systemd-false 15/26] COPY --from=registry      /build/ /usr/local/b...
02:31:27 [2020-12-15T02:31:27.811Z] #39 DONE 0.6s
02:31:27 [2020-12-15T02:31:27.811Z] 
02:31:27 [2020-12-15T02:31:27.811Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:31:28 [2020-12-15T02:31:28.072Z] #54 ...
02:31:28 [2020-12-15T02:31:28.072Z] 
02:31:28 [2020-12-15T02:31:28.072Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ...
02:31:28 [2020-12-15T02:31:28.072Z] #47 303.9 + /build/golangci-lint --version
02:31:28 [2020-12-15T02:31:28.333Z] #47 304.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
02:31:28 [2020-12-15T02:31:28.594Z] #47 DONE 304.4s
02:31:28 [2020-12-15T02:31:28.594Z] 
02:31:28 [2020-12-15T02:31:28.594Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu     && curl -sSL https://github.co...
02:31:28 [2020-12-15T02:31:28.594Z] #41 201.5   CC       criu/sockets.o
02:31:28 [2020-12-15T02:31:28.854Z] #41 202.0   CC       criu/stats.o
02:31:28 [2020-12-15T02:31:28.854Z] #41 202.3   CC       criu/string.o
02:31:29 [2020-12-15T02:31:29.115Z] #41 202.3   CC       criu/sysctl.o
02:31:29 [2020-12-15T02:31:29.358Z] ?   	github.com/docker/docker/api	[no test files]
02:31:29 [2020-12-15T02:31:29.376Z] #41 202.7   CC       criu/sysfs_parse.o
02:31:29 [2020-12-15T02:31:29.637Z] #41 202.9   CC       criu/timens.o
02:31:29 [2020-12-15T02:31:29.898Z] #41 203.2   CC       criu/timerfd.o
02:31:30 [2020-12-15T02:31:30.158Z] #41 203.3   CC       criu/tty.o
02:31:31 [2020-12-15T02:31:31.543Z] #41 204.6   CC       criu/tun.o
02:31:31 [2020-12-15T02:31:31.543Z] #41 204.9   CC       criu/uffd.o
02:31:32 [2020-12-15T02:31:32.115Z] #41 205.5   CC       criu/util.o
02:31:33 [2020-12-15T02:31:33.058Z] #41 206.1   CC       criu/uts_ns.o
02:31:33 [2020-12-15T02:31:33.058Z] #41 206.2   CC       criu/vdso-compat.o
02:31:33 [2020-12-15T02:31:33.058Z] #41 206.4   CC       criu/vdso.o
02:31:33 [2020-12-15T02:31:33.630Z] #41 206.7   LINK     criu/built-in.o
02:31:33 [2020-12-15T02:31:33.630Z] #41 206.8   LINK     criu/criu
02:31:33 [2020-12-15T02:31:33.630Z] #41 207.1   DEP      lib/c/criu.d
02:31:33 [2020-12-15T02:31:33.630Z] #41 207.1   CC       images/rpc.pb-c.o
02:31:33 [2020-12-15T02:31:33.891Z] #41 207.4   CC       lib/c/criu.o
02:31:34 [2020-12-15T02:31:34.463Z] #41 207.9   LINK     lib/c/built-in.o
02:31:34 [2020-12-15T02:31:34.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
02:31:34 [2020-12-15T02:31:34.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
02:31:34 [2020-12-15T02:31:34.669Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
02:31:34 [2020-12-15T02:31:34.724Z] #41 208.0   LINK     lib/c/libcriu.so
02:31:34 [2020-12-15T02:31:34.724Z] #41 208.0   LINK     lib/c/libcriu.a
02:31:34 [2020-12-15T02:31:34.724Z] #41 208.1   GEN      magic.py
02:31:34 [2020-12-15T02:31:34.984Z] #41 208.2 Note: Building without setproctitle() and strlcpy() support.
02:31:34 [2020-12-15T02:31:34.984Z] #41 208.2       To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB).
02:31:34 [2020-12-15T02:31:34.984Z] #41 208.2 Note: Building without GnuTLS support
02:31:34 [2020-12-15T02:31:34.984Z] #41 208.2 Makefile.config:39: Warn: you have no libnftables installed
02:31:34 [2020-12-15T02:31:34.984Z] #41 208.2 Makefile.config:40: Warn: Building without nftables support
02:31:35 [2020-12-15T02:31:35.246Z] #41 208.6 fatal: not a git repository (or any of the parent directories): .git
02:31:35 [2020-12-15T02:31:35.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
02:31:35 [2020-12-15T02:31:35.707Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
02:31:35 [2020-12-15T02:31:35.818Z] #41 209.1 make[1]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.079Z] #41 209.5 make[1]: 'images/built-in.o' is up to date.
02:31:36 [2020-12-15T02:31:36.339Z] #41 209.6 make[1]: 'compel/plugins/std.lib.a' is up to date.
02:31:36 [2020-12-15T02:31:36.339Z] #41 209.6 make[1]: 'compel/plugins/fds.lib.a' is up to date.
02:31:36 [2020-12-15T02:31:36.339Z] #41 209.6 make[1]: 'compel/libcompel.a' is up to date.
02:31:36 [2020-12-15T02:31:36.339Z] #41 209.6 make[1]: 'compel/compel-host-bin' is up to date.
02:31:36 [2020-12-15T02:31:36.339Z] #41 209.6 make[1]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.339Z] #41 209.7 make[1]: 'soccr/libsoccr.a' is up to date.
02:31:36 [2020-12-15T02:31:36.600Z] #41 209.8 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.600Z] #41 209.8 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.600Z] #41 209.9 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.600Z] #41 209.9 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.600Z] #41 209.9 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.600Z] #41 209.9 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.600Z] #41 210.0 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.600Z] #41 210.0 make[2]: Nothing to be done for 'all'.
02:31:36 [2020-12-15T02:31:36.745Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
02:31:36 [2020-12-15T02:31:36.860Z] #41 210.0   INSTALL  criu/criu
02:31:37 [2020-12-15T02:31:37.122Z] #41 DONE 210.3s
02:31:37 [2020-12-15T02:31:37.122Z] 
02:31:37 [2020-12-15T02:31:37.122Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:31:38 [2020-12-15T02:31:38.512Z] #54 ...
02:31:38 [2020-12-15T02:31:38.512Z] 
02:31:38 [2020-12-15T02:31:38.512Z] #42 [dev-systemd-false 16/26] COPY --from=criu          /build/ /usr/local/
02:31:38 [2020-12-15T02:31:38.512Z] #42 DONE 0.1s
02:31:38 [2020-12-15T02:31:38.512Z] 
02:31:38 [2020-12-15T02:31:38.512Z] #44 [dev-systemd-false 17/26] COPY --from=vndr          /build/ /usr/local/b...
02:31:38 [2020-12-15T02:31:38.819Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
02:31:39 [2020-12-15T02:31:39.081Z] #44 DONE 0.4s
02:31:39 [2020-12-15T02:31:39.081Z] 
02:31:39 [2020-12-15T02:31:39.081Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum     /build/ /usr/local/b...
02:31:39 [2020-12-15T02:31:39.081Z] #46 DONE 0.2s
02:31:39 [2020-12-15T02:31:39.081Z] 
02:31:39 [2020-12-15T02:31:39.081Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b...
02:31:39 [2020-12-15T02:31:39.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
02:31:40 [2020-12-15T02:31:40.025Z] #48 DONE 0.8s
02:31:40 [2020-12-15T02:31:40.025Z] 
02:31:40 [2020-12-15T02:31:40.025Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt         /build/ /usr/local/b...
02:31:40 [2020-12-15T02:31:40.025Z] #50 DONE 0.1s
02:31:40 [2020-12-15T02:31:40.025Z] 
02:31:40 [2020-12-15T02:31:40.025Z] #52 [dev-systemd-false 21/26] COPY --from=runc          /build/ /usr/local/b...
02:31:40 [2020-12-15T02:31:40.287Z] #52 DONE 0.3s
02:31:40 [2020-12-15T02:31:40.287Z] 
02:31:40 [2020-12-15T02:31:40.287Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build    ...
02:31:40 [2020-12-15T02:31:40.287Z] #54 249.9 + bin/containerd
02:31:40 [2020-12-15T02:31:40.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
02:31:41 [2020-12-15T02:31:41.537Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
02:31:42 [2020-12-15T02:31:42.577Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
02:31:43 [2020-12-15T02:31:43.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
02:31:44 [2020-12-15T02:31:44.252Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
02:31:44 [2020-12-15T02:31:44.297Z] ok  	github.com/docker/docker/api/server	0.035s	coverage: 9.0% of statements
02:31:45 [2020-12-15T02:31:45.291Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
02:31:45 [2020-12-15T02:31:45.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
02:31:46 [2020-12-15T02:31:46.565Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
02:31:46 [2020-12-15T02:31:46.565Z] Using test binary docker
02:31:46 [2020-12-15T02:31:46.565Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
02:31:46 [2020-12-15T02:31:46.565Z] +++ /etc/init.d/apparmor start
02:31:46 [2020-12-15T02:31:46.565Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:31:46 [2020-12-15T02:31:46.565Z] INFO: Waiting for daemon to start...
02:31:46 [2020-12-15T02:31:46.565Z] Starting dockerd
02:31:46 [2020-12-15T02:31:46.565Z] +++ 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
02:31:48 [2020-12-15T02:31:48.965Z] .
02:31:48 [2020-12-15T02:31:48.965Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
02:31:48 [2020-12-15T02:31:48.965Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
02:31:48 [2020-12-15T02:31:48.965Z] Error: No such image: emptyfs
02:31:48 [2020-12-15T02:31:48.965Z] ++++ tar -cC bundles/test-integration/emptyfs .
02:31:48 [2020-12-15T02:31:48.965Z] ++++ docker load
02:31:48 [2020-12-15T02:31:48.965Z] Running integration-test (iteration 1)
02:31:48 [2020-12-15T02:31:48.965Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m 
02:31:48 [2020-12-15T02:31:48.965Z] ++ 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
02:31:48 [2020-12-15T02:31:48.965Z] ++ set -e
02:31:48 [2020-12-15T02:31:48.965Z] ++ '[' -n 0 ']'
02:31:48 [2020-12-15T02:31:48.965Z] ++ set -x
02:31:48 [2020-12-15T02:31:48.965Z] ++ 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
02:31:53 [2020-12-15T02:31:53.229Z] #54 268.1 + bin/containerd-stress
02:31:53 [2020-12-15T02:31:53.229Z] #54 270.1 + bin/containerd-shim
02:31:57 [2020-12-15T02:31:57.463Z] Loaded image: buildpack-deps:buster
02:31:57 [2020-12-15T02:31:57.463Z] Loaded image: busybox:latest
02:31:57 [2020-12-15T02:31:57.463Z] Loaded image: busybox:glibc
02:31:57 [2020-12-15T02:31:57.463Z] Loaded image: debian:buster
02:31:57 [2020-12-15T02:31:57.756Z] Loaded image: hello-world:latest
02:31:57 [2020-12-15T02:31:57.756Z] Loaded image: arm32v7/hello-world:latest
02:31:58 [2020-12-15T02:31:58.049Z] INFO: Testing against a local daemon
02:31:58 [2020-12-15T02:31:58.049Z] === RUN   TestCgroupNamespacesBuild
02:31:58 [2020-12-15T02:31:58.505Z] #54 276.8 + bin/containerd-shim-runc-v1
02:32:00 [2020-12-15T02:32:00.124Z] --- PASS: TestCgroupNamespacesBuild (2.25s)
02:32:00 [2020-12-15T02:32:00.125Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
02:32:02 [2020-12-15T02:32:02.242Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.85s)
02:32:02 [2020-12-15T02:32:02.242Z] === RUN   TestBuildWithSession
02:32:02 [2020-12-15T02:32:02.242Z] --- SKIP: TestBuildWithSession (0.00s)
02:32:02 [2020-12-15T02:32:02.242Z]     build_session_test.go:25: TODO: BuildKit
02:32:02 [2020-12-15T02:32:02.242Z] === RUN   TestBuildSquashParent
02:32:02 [2020-12-15T02:32:02.693Z] #54 281.2 + bin/containerd-shim-runc-v2
02:32:03 [2020-12-15T02:32:03.629Z] #54 282.2 + binaries
02:32:03 [2020-12-15T02:32:03.629Z] #54 282.2 + install -D bin/containerd /build/containerd
02:32:03 [2020-12-15T02:32:03.629Z] #54 282.2 + install -D bin/containerd-shim /build/containerd-shim
02:32:03 [2020-12-15T02:32:03.629Z] #54 282.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
02:32:03 [2020-12-15T02:32:03.629Z] #54 282.2 + install -D bin/ctr /build/ctr
02:32:05 [2020-12-15T02:32:05.004Z] #54 DONE 283.6s
02:32:05 [2020-12-15T02:32:05.941Z] 
02:32:05 [2020-12-15T02:32:05.941Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
02:32:06 [2020-12-15T02:32:06.881Z] #55 DONE 0.9s
02:32:06 [2020-12-15T02:32:06.881Z] 
02:32:06 [2020-12-15T02:32:06.881Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
02:32:07 [2020-12-15T02:32:07.140Z] #59 DONE 0.3s
02:32:07 [2020-12-15T02:32:07.140Z] 
02:32:07 [2020-12-15T02:32:07.140Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
02:32:07 [2020-12-15T02:32:07.706Z] #61 DONE 0.5s
02:32:07 [2020-12-15T02:32:07.706Z] 
02:32:07 [2020-12-15T02:32:07.706Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
02:32:07 [2020-12-15T02:32:07.706Z] #63 DONE 0.0s
02:32:07 [2020-12-15T02:32:07.706Z] 
02:32:07 [2020-12-15T02:32:07.706Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
02:32:07 [2020-12-15T02:32:07.706Z] #64 DONE 0.0s
02:32:07 [2020-12-15T02:32:07.706Z] 
02:32:07 [2020-12-15T02:32:07.706Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
02:32:09 [2020-12-15T02:32:09.153Z] --- PASS: TestBuildSquashParent (7.10s)
02:32:09 [2020-12-15T02:32:09.153Z] === RUN   TestBuildWithRemoveAndForceRemove
02:32:09 [2020-12-15T02:32:09.153Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:32:09 [2020-12-15T02:32:09.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:32:09 [2020-12-15T02:32:09.153Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:32:09 [2020-12-15T02:32:09.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:32:09 [2020-12-15T02:32:09.153Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:32:09 [2020-12-15T02:32:09.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:32:09 [2020-12-15T02:32:09.153Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:32:09 [2020-12-15T02:32:09.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:32:09 [2020-12-15T02:32:09.153Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:32:09 [2020-12-15T02:32:09.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:32:09 [2020-12-15T02:32:09.153Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:32:09 [2020-12-15T02:32:09.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:32:09 [2020-12-15T02:32:09.153Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:32:09 [2020-12-15T02:32:09.153Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:32:09 [2020-12-15T02:32:09.610Z] #65 DONE 1.9s
02:32:09 [2020-12-15T02:32:09.610Z] 
02:32:09 [2020-12-15T02:32:09.610Z] #66 exporting to image
02:32:09 [2020-12-15T02:32:09.610Z] #66 exporting layers
02:32:11 [2020-12-15T02:32:11.895Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:32:11 [2020-12-15T02:32:11.895Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:32:12 [2020-12-15T02:32:12.390Z] #54 278.7 + bin/containerd-stress
02:32:12 [2020-12-15T02:32:12.390Z] #54 280.7 + bin/containerd-shim
02:32:14 [2020-12-15T02:32:14.638Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:32:14 [2020-12-15T02:32:14.638Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:32:16 [2020-12-15T02:32:16.175Z] #66 exporting layers 6.6s done
02:32:16 [2020-12-15T02:32:16.175Z] #66 writing image sha256:261e541d36649fc72cf4d66b411e64f1da96a3a3188c0f5b56bb6d01b8a9148f done
02:32:16 [2020-12-15T02:32:16.175Z] #66 naming to docker.io/library/docker:a02553670ec7b08c293beb701d0c7c7a2922a85a done
02:32:16 [2020-12-15T02:32:16.175Z] #66 DONE 6.6s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
02:32:16 [2020-12-15T02:32:16.512Z] + trap exit INT TERM
02:32:16 [2020-12-15T02:32:16.512Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
02:32:16 [2020-12-15T02:32:16.512Z] + CONTAINER_NAME=docker-pr1
02:32:16 [2020-12-15T02:32:16.512Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41793/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh dynbinary-daemon
02:32:17 [2020-12-15T02:32:17.378Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
02:32:17 [2020-12-15T02:32:17.378Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.57s)
02:32:17 [2020-12-15T02:32:17.378Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.70s)
02:32:17 [2020-12-15T02:32:17.378Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.56s)
02:32:17 [2020-12-15T02:32:17.378Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.51s)
02:32:17 [2020-12-15T02:32:17.378Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.55s)
02:32:17 [2020-12-15T02:32:17.378Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.57s)
02:32:17 [2020-12-15T02:32:17.378Z] === RUN   TestBuildMultiStageCopy
02:32:17 [2020-12-15T02:32:17.378Z] === RUN   TestBuildMultiStageCopy/copy_to_root
02:32:17 [2020-12-15T02:32:17.449Z] 
02:32:17 [2020-12-15T02:32:17.449Z] Removing bundles/
02:32:17 [2020-12-15T02:32:17.449Z] 
02:32:17 [2020-12-15T02:32:17.672Z] #54 287.5 + bin/containerd-shim-runc-v1
02:32:17 [2020-12-15T02:32:17.708Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
02:32:17 [2020-12-15T02:32:17.708Z] Building: bundles/dynbinary-daemon/dockerd-dev
02:32:17 [2020-12-15T02:32:17.708Z] GOOS="" GOARCH="" GOARM=""
02:32:19 [2020-12-15T02:32:19.454Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
02:32:20 [2020-12-15T02:32:20.090Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
02:32:20 [2020-12-15T02:32:20.726Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
02:32:21 [2020-12-15T02:32:21.362Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
02:32:21 [2020-12-15T02:32:21.999Z] --- PASS: TestBuildMultiStageCopy (5.15s)
02:32:21 [2020-12-15T02:32:21.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.65s)
02:32:21 [2020-12-15T02:32:21.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s)
02:32:21 [2020-12-15T02:32:21.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s)
02:32:21 [2020-12-15T02:32:21.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.68s)
02:32:21 [2020-12-15T02:32:21.999Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.65s)
02:32:21 [2020-12-15T02:32:21.999Z] === RUN   TestBuildMultiStageParentConfig
02:32:22 [2020-12-15T02:32:22.953Z] #54 292.1 + bin/containerd-shim-runc-v2
02:32:23 [2020-12-15T02:32:23.213Z] #54 293.2 + binaries
02:32:23 [2020-12-15T02:32:23.213Z] #54 293.2 + install -D bin/containerd /build/containerd
02:32:23 [2020-12-15T02:32:23.213Z] #54 293.2 + install -D bin/containerd-shim /build/containerd-shim
02:32:23 [2020-12-15T02:32:23.213Z] #54 293.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
02:32:23 [2020-12-15T02:32:23.213Z] #54 293.2 + install -D bin/ctr /build/ctr
02:32:24 [2020-12-15T02:32:24.074Z] --- PASS: TestBuildMultiStageParentConfig (1.75s)
02:32:24 [2020-12-15T02:32:24.074Z] === RUN   TestBuildLabelWithTargets
02:32:25 [2020-12-15T02:32:25.119Z] #54 DONE 294.9s
02:32:26 [2020-12-15T02:32:26.060Z] 
02:32:26 [2020-12-15T02:32:26.060Z] #55 [dev-systemd-false 22/26] COPY --from=containerd    /build/ /usr/local/b...
02:32:26 [2020-12-15T02:32:26.812Z] --- PASS: TestBuildLabelWithTargets (2.67s)
02:32:26 [2020-12-15T02:32:26.812Z] === RUN   TestBuildWithEmptyLayers
02:32:26 [2020-12-15T02:32:26.998Z] #55 DONE 1.0s
02:32:26 [2020-12-15T02:32:26.998Z] 
02:32:26 [2020-12-15T02:32:26.998Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit   /build/ /usr/local/b...
02:32:26 [2020-12-15T02:32:26.998Z] #59 DONE 0.3s
02:32:27 [2020-12-15T02:32:27.258Z] 
02:32:27 [2020-12-15T02:32:27.258Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit        /vpnkit /usr/local/b...
02:32:27 [2020-12-15T02:32:27.828Z] #61 DONE 0.6s
02:32:27 [2020-12-15T02:32:27.828Z] 
02:32:27 [2020-12-15T02:32:27.828Z] #63 [dev-systemd-false 25/26] COPY --from=proxy         /build/ /usr/local/b...
02:32:27 [2020-12-15T02:32:27.828Z] #63 DONE 0.0s
02:32:27 [2020-12-15T02:32:27.828Z] 
02:32:27 [2020-12-15T02:32:27.828Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker
02:32:27 [2020-12-15T02:32:27.828Z] #64 DONE 0.0s
02:32:27 [2020-12-15T02:32:27.828Z] 
02:32:27 [2020-12-15T02:32:27.828Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker
02:32:27 [2020-12-15T02:32:27.851Z] --- PASS: TestBuildWithEmptyLayers (1.17s)
02:32:27 [2020-12-15T02:32:27.851Z] === RUN   TestBuildMultiStageOnBuild
02:32:30 [2020-12-15T02:32:30.385Z] #65 DONE 2.2s
02:32:30 [2020-12-15T02:32:30.385Z] 
02:32:30 [2020-12-15T02:32:30.385Z] #66 exporting to image
02:32:30 [2020-12-15T02:32:30.385Z] #66 exporting layers
02:32:31 [2020-12-15T02:32:31.377Z] --- PASS: TestBuildMultiStageOnBuild (3.13s)
02:32:31 [2020-12-15T02:32:31.377Z] === RUN   TestBuildUncleanTarFilenames
02:32:32 [2020-12-15T02:32:32.414Z] --- PASS: TestBuildUncleanTarFilenames (1.45s)
02:32:32 [2020-12-15T02:32:32.414Z] === RUN   TestBuildMultiStageLayerLeak
02:32:35 [2020-12-15T02:32:35.942Z] --- PASS: TestBuildMultiStageLayerLeak (3.26s)
02:32:35 [2020-12-15T02:32:35.942Z] === RUN   TestBuildWithHugeFile
02:32:35 [2020-12-15T02:32:35.975Z] #68 exporting layers 81.1s done
02:32:35 [2020-12-15T02:32:35.976Z] #68 exporting manifest sha256:88a68ec869bde9c3c60c43bfbb6ed8d64f742e77b42a0fc8a15d712381e40177 done
02:32:35 [2020-12-15T02:32:35.976Z] #68 exporting config sha256:6e248d33468c30911f2b3dfe1e691c66c882163c5df1d1b5bf5b9a8e0cb9e3e0 done
02:32:35 [2020-12-15T02:32:35.976Z] #68 sending tarball
02:32:37 [2020-12-15T02:32:37.006Z] #66 exporting layers 6.8s done
02:32:37 [2020-12-15T02:32:37.006Z] #66 writing image sha256:a473aace5c8e50d811fd00f284578905468f7346bf174170d1241d3ded716e19 done
02:32:37 [2020-12-15T02:32:37.006Z] #66 naming to docker.io/library/docker:a02553670ec7b08c293beb701d0c7c7a2922a85a done
02:32:37 [2020-12-15T02:32:37.006Z] #66 DONE 6.9s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:32:37 [2020-12-15T02:32:37.358Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -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:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh dynbinary test-integration
02:32:38 [2020-12-15T02:32:38.299Z] 
02:32:38 [2020-12-15T02:32:38.299Z] Removing bundles/
02:32:38 [2020-12-15T02:32:38.299Z] 
02:32:38 [2020-12-15T02:32:38.299Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
02:32:38 [2020-12-15T02:32:38.299Z] Building: bundles/dynbinary-daemon/dockerd-dev
02:32:38 [2020-12-15T02:32:38.299Z] GOOS="" GOARCH="" GOARM=""
02:32:38 [2020-12-15T02:32:38.950Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|deps|files|exports_file|imports|name) took 2m2.492444018s 
02:32:38 [2020-12-15T02:32:38.950Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.46328ms 
02:32:51 [2020-12-15T02:32:51.448Z] #68 sending tarball 16.0s done
02:32:51 [2020-12-15T02:32:51.448Z] #68 DONE 97.1s
02:32:51 [2020-12-15T02:32:51.448Z] 
02:32:51 [2020-12-15T02:32:51.448Z] #69 importing to docker
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/api/server/httputils	0.013s	coverage: 14.7% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/api/server/middleware	0.053s	coverage: 37.7% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/api/types/strslice	0.020s	coverage: 90.0% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/api/types/filters	0.051s	coverage: 92.2% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/api/server/router/swarm	0.020s	coverage: 5.7% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/container	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/events	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/image	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/network	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/api/types/time	0.040s	coverage: 100.0% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/api/types/versions	0.039s	coverage: 75.0% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/cli/debug	0.012s	coverage: 100.0% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/builder/remotecontext	0.378s	coverage: 13.7% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/builder/dockerfile	0.887s	coverage: 48.3% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ok  	github.com/docker/docker/builder/remotecontext/git	3.357s	coverage: 86.3% of statements
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/cli	[no test files]
02:32:52 [2020-12-15T02:32:52.062Z] ?   	github.com/docker/docker/cli/config	[no test files]
02:32:54 [2020-12-15T02:32:54.619Z] ok  	github.com/docker/docker/client	0.211s	coverage: 75.4% of statements
02:33:03 [2020-12-15T02:33:03.087Z] --- PASS: TestBuildWithHugeFile (27.39s)
02:33:03 [2020-12-15T02:33:03.087Z] === RUN   TestBuildWithEmptyDockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:33:03 [2020-12-15T02:33:03.087Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:33:03 [2020-12-15T02:33:03.385Z] --- PASS: TestBuildWithEmptyDockerfile (0.09s)
02:33:03 [2020-12-15T02:33:03.385Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.27s)
02:33:03 [2020-12-15T02:33:03.385Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.27s)
02:33:03 [2020-12-15T02:33:03.385Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s)
02:33:03 [2020-12-15T02:33:03.385Z] === RUN   TestBuildPreserveOwnership
02:33:03 [2020-12-15T02:33:03.385Z] === RUN   TestBuildPreserveOwnership/copy_from
02:33:07 [2020-12-15T02:33:07.973Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
02:33:10 [2020-12-15T02:33:10.092Z] #69 DONE 16.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
02:33:10 [2020-12-15T02:33:10.558Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/test/unit
02:33:10 [2020-12-15T02:33:10.694Z] --- PASS: TestBuildPreserveOwnership (7.07s)
02:33:10 [2020-12-15T02:33:10.694Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.57s)
02:33:10 [2020-12-15T02:33:10.694Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.49s)
02:33:10 [2020-12-15T02:33:10.694Z] === RUN   TestBuildPlatformInvalid
02:33:10 [2020-12-15T02:33:10.694Z] --- PASS: TestBuildPlatformInvalid (0.15s)
02:33:10 [2020-12-15T02:33:10.694Z] PASS
02:33:10 [2020-12-15T02:33:10.694Z] 
02:33:10 [2020-12-15T02:33:10.694Z] === Skipped
02:33:10 [2020-12-15T02:33:10.694Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s)
02:33:10 [2020-12-15T02:33:10.694Z]     build_session_test.go:25: TODO: BuildKit
02:33:10 [2020-12-15T02:33:10.694Z] 
02:33:10 [2020-12-15T02:33:10.694Z] 
02:33:10 [2020-12-15T02:33:10.694Z] DONE 32 tests, 1 skipped in 81.505s
02:33:10 [2020-12-15T02:33:10.694Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m 
02:33:10 [2020-12-15T02:33:10.694Z] ++ 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
02:33:10 [2020-12-15T02:33:10.694Z] ++ set -e
02:33:10 [2020-12-15T02:33:10.694Z] ++ '[' -n 0 ']'
02:33:10 [2020-12-15T02:33:10.694Z] ++ set -x
02:33:10 [2020-12-15T02:33:10.694Z] ++ 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
02:33:10 [2020-12-15T02:33:10.694Z] INFO: Testing against a local daemon
02:33:10 [2020-12-15T02:33:10.694Z] === RUN   TestConfigInspect
02:33:14 [2020-12-15T02:33:14.096Z] ?   	github.com/docker/docker/api	[no test files]
02:33:15 [2020-12-15T02:33:15.104Z] aa4f58cd6da1: Pull complete
02:33:15 [2020-12-15T02:33:15.104Z] Digest: sha256:0030f755ca84ec601a080df3b47f281896d90ec7cf42bb95af04bd118511e9da
02:33:15 [2020-12-15T02:33:15.104Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
02:33:15 [2020-12-15T02:33:15.104Z] mcr.microsoft.com/windows/servercore:ltsc2019
02:33:15 [2020-12-15T02:33:15.104Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1637'
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Docker version of control daemon
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] Client: Docker Engine - Enterprise
02:33:15 [2020-12-15T02:33:15.104Z]  Version:           19.03.12
02:33:15 [2020-12-15T02:33:15.104Z]  API version:       1.40
02:33:15 [2020-12-15T02:33:15.104Z]  Go version:        go1.13.13
02:33:15 [2020-12-15T02:33:15.104Z]  Git commit:        4306744
02:33:15 [2020-12-15T02:33:15.104Z]  Built:             08/05/2020 19:27:53
02:33:15 [2020-12-15T02:33:15.104Z]  OS/Arch:           windows/amd64
02:33:15 [2020-12-15T02:33:15.104Z]  Experimental:      false
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] Server: Docker Engine - Enterprise
02:33:15 [2020-12-15T02:33:15.104Z]  Engine:
02:33:15 [2020-12-15T02:33:15.104Z]   Version:          19.03.12
02:33:15 [2020-12-15T02:33:15.104Z]   API version:      1.40 (minimum version 1.24)
02:33:15 [2020-12-15T02:33:15.104Z]   Go version:       go1.13.13
02:33:15 [2020-12-15T02:33:15.104Z]   Git commit:       f295753ffd
02:33:15 [2020-12-15T02:33:15.104Z]   Built:            08/05/2020 19:26:41
02:33:15 [2020-12-15T02:33:15.104Z]   OS/Arch:          windows/amd64
02:33:15 [2020-12-15T02:33:15.104Z]   Experimental:     true
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Docker info of control daemon
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] Client:
02:33:15 [2020-12-15T02:33:15.104Z]  Debug Mode: false
02:33:15 [2020-12-15T02:33:15.104Z]  Plugins:
02:33:15 [2020-12-15T02:33:15.104Z]   cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0)
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] Server:
02:33:15 [2020-12-15T02:33:15.104Z]  Containers: 0
02:33:15 [2020-12-15T02:33:15.104Z]   Running: 0
02:33:15 [2020-12-15T02:33:15.104Z]   Paused: 0
02:33:15 [2020-12-15T02:33:15.104Z]   Stopped: 0
02:33:15 [2020-12-15T02:33:15.104Z]  Images: 1
02:33:15 [2020-12-15T02:33:15.104Z]  Server Version: 19.03.12
02:33:15 [2020-12-15T02:33:15.104Z]  Storage Driver: windowsfilter (windows) lcow (linux)
02:33:15 [2020-12-15T02:33:15.104Z]   Windows: 
02:33:15 [2020-12-15T02:33:15.104Z]   LCOW: 
02:33:15 [2020-12-15T02:33:15.104Z]  Logging Driver: json-file
02:33:15 [2020-12-15T02:33:15.104Z]  Plugins:
02:33:15 [2020-12-15T02:33:15.104Z]   Volume: local
02:33:15 [2020-12-15T02:33:15.104Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
02:33:15 [2020-12-15T02:33:15.104Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
02:33:15 [2020-12-15T02:33:15.104Z]  Swarm: inactive
02:33:15 [2020-12-15T02:33:15.104Z]  Default Isolation: process
02:33:15 [2020-12-15T02:33:15.104Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
02:33:15 [2020-12-15T02:33:15.104Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
02:33:15 [2020-12-15T02:33:15.104Z]  OSType: windows
02:33:15 [2020-12-15T02:33:15.104Z]  Architecture: x86_64
02:33:15 [2020-12-15T02:33:15.104Z]  CPUs: 4
02:33:15 [2020-12-15T02:33:15.104Z]  Total Memory: 32GiB
02:33:15 [2020-12-15T02:33:15.104Z]  Name: azwin-2-de3d30
02:33:15 [2020-12-15T02:33:15.104Z]  ID: DKSW:D2DR:7NAQ:X324:HLZ2:AIIZ:VM7L:XWZ3:VQ7M:S4Y3:PBO2:SNOV
02:33:15 [2020-12-15T02:33:15.104Z]  Docker Root Dir: D:\docker
02:33:15 [2020-12-15T02:33:15.104Z]  Debug Mode: false
02:33:15 [2020-12-15T02:33:15.104Z]  Registry: https://index.docker.io/v1/
02:33:15 [2020-12-15T02:33:15.104Z]  Labels:
02:33:15 [2020-12-15T02:33:15.104Z]  Experimental: true
02:33:15 [2020-12-15T02:33:15.104Z]  Insecure Registries:
02:33:15 [2020-12-15T02:33:15.104Z]   10.0.0.4:5000
02:33:15 [2020-12-15T02:33:15.104Z]   127.0.0.0/8
02:33:15 [2020-12-15T02:33:15.104Z]  Registry Mirrors:
02:33:15 [2020-12-15T02:33:15.104Z]   http://10.0.0.4:5000/
02:33:15 [2020-12-15T02:33:15.104Z]  Live Restore Enabled: false
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Commit hash is a02553670e
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Nuke-Everything...
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Container count on control daemon to delete is 0
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Nuking d:\CI
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Zapped successfully
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Location for testing is d:\CI\PR-41793\1
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Validating GOLang consistency in Dockerfile.windows...
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] INFO: Building the image from Dockerfile.windows at 12/15/2020 02:33:08...
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] Sending build context to Docker daemon  58.05MB
02:33:15 [2020-12-15T02:33:15.104Z] 
02:33:15 [2020-12-15T02:33:15.104Z] Step 1/10 : FROM microsoft/windowsservercore
02:33:15 [2020-12-15T02:33:15.104Z]  ---> c0773f9ce353
02:33:15 [2020-12-15T02:33:15.104Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
02:33:15 [2020-12-15T02:33:15.104Z]  ---> Running in 3eb4489acbd4
02:33:15 [2020-12-15T02:33:15.104Z] Removing intermediate container 3eb4489acbd4
02:33:15 [2020-12-15T02:33:15.104Z]  ---> dd610f8076a9
02:33:15 [2020-12-15T02:33:15.104Z] Step 3/10 : ARG GO_VERSION=1.13.15
02:33:15 [2020-12-15T02:33:15.104Z]  ---> Running in 2e66706f1d68
02:33:15 [2020-12-15T02:33:15.104Z] Removing intermediate container 2e66706f1d68
02:33:15 [2020-12-15T02:33:15.104Z]  ---> 20cec59ef4a1
02:33:15 [2020-12-15T02:33:15.104Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
02:33:15 [2020-12-15T02:33:15.104Z]  ---> Running in 4d8784cd30ec
02:33:15 [2020-12-15T02:33:15.134Z] --- PASS: TestConfigInspect (4.17s)
02:33:15 [2020-12-15T02:33:15.134Z] === RUN   TestConfigList
02:33:15 [2020-12-15T02:33:15.564Z] Removing intermediate container 4d8784cd30ec
02:33:15 [2020-12-15T02:33:15.564Z]  ---> 22903b9ec11f
02:33:15 [2020-12-15T02:33:15.564Z] 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}
02:33:15 [2020-12-15T02:33:15.564Z]  ---> Running in 11ff7449b31d
02:33:16 [2020-12-15T02:33:16.025Z] Removing intermediate container 11ff7449b31d
02:33:16 [2020-12-15T02:33:16.025Z]  ---> 6dbe5337e856
02:33:16 [2020-12-15T02:33:16.025Z] 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;
02:33:16 [2020-12-15T02:33:16.486Z]  ---> Running in 6ed3e55d40fd
02:33:18 [2020-12-15T02:33:18.635Z] --- PASS: TestConfigList (3.76s)
02:33:18 [2020-12-15T02:33:18.635Z] === RUN   TestConfigsCreateAndDelete
02:33:21 [2020-12-15T02:33:21.242Z] ok  	github.com/docker/docker/cmd/dockerd	0.103s	coverage: 29.2% of statements
02:33:22 [2020-12-15T02:33:22.189Z] ok  	github.com/docker/docker/container	0.151s	coverage: 34.4% of statements
02:33:22 [2020-12-15T02:33:22.189Z] ?   	github.com/docker/docker/container/stream	[no test files]
02:33:22 [2020-12-15T02:33:22.189Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
02:33:22 [2020-12-15T02:33:22.189Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
02:33:22 [2020-12-15T02:33:22.189Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
02:33:23 [2020-12-15T02:33:23.070Z] --- PASS: TestConfigsCreateAndDelete (3.84s)
02:33:23 [2020-12-15T02:33:23.070Z] === RUN   TestConfigsUpdate
02:33:23 [2020-12-15T02:33:23.574Z] 
02:33:23 [2020-12-15T02:33:23.574Z] SUCCESS: Specified value was saved.
02:33:24 [2020-12-15T02:33:24.034Z] INFO: Downloading git...
02:33:24 [2020-12-15T02:33:24.748Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.094s	coverage: 65.3% of statements
02:33:26 [2020-12-15T02:33:26.141Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.041s	coverage: 35.9% of statements
02:33:26 [2020-12-15T02:33:26.221Z] INFO: Downloading go...
02:33:26 [2020-12-15T02:33:26.570Z] --- PASS: TestConfigsUpdate (3.90s)
02:33:26 [2020-12-15T02:33:26.570Z] === RUN   TestTemplatedConfig
02:33:29 [2020-12-15T02:33:29.456Z] ok  	github.com/docker/docker/daemon/cluster	0.107s	coverage: 0.5% of statements
02:33:29 [2020-12-15T02:33:29.509Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 9.0% of statements
02:33:30 [2020-12-15T02:33:30.073Z] --- PASS: TestTemplatedConfig (3.74s)
02:33:30 [2020-12-15T02:33:30.073Z] === RUN   TestConfigCreateResolve
02:33:30 [2020-12-15T02:33:30.920Z] INFO: Downloading compiler 1 of 3...
02:33:31 [2020-12-15T02:33:31.381Z] INFO: Downloading compiler 2 of 3...
02:33:31 [2020-12-15T02:33:31.842Z] INFO: Downloading compiler 3 of 3...
02:33:32 [2020-12-15T02:33:32.016Z] ok  	github.com/docker/docker/daemon/discovery	0.014s	coverage: 30.0% of statements
02:33:32 [2020-12-15T02:33:32.016Z] ok  	github.com/docker/docker/daemon/config	0.117s	coverage: 81.8% of statements
02:33:32 [2020-12-15T02:33:32.302Z] INFO: Extracting git...
02:33:32 [2020-12-15T02:33:32.968Z] ok  	github.com/docker/docker/daemon/events	0.069s	coverage: 50.0% of statements
02:33:33 [2020-12-15T02:33:33.913Z] ok  	github.com/docker/docker/daemon/graphdriver	0.017s	coverage: 2.2% of statements
02:33:34 [2020-12-15T02:33:34.509Z] --- PASS: TestConfigCreateResolve (3.78s)
02:33:34 [2020-12-15T02:33:34.509Z] === RUN   TestConfigDaemonLibtrustID
02:33:34 [2020-12-15T02:33:34.509Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
02:33:34 [2020-12-15T02:33:34.509Z] PASS
02:33:34 [2020-12-15T02:33:34.509Z] 
02:33:34 [2020-12-15T02:33:34.509Z] DONE 7 tests in 23.796s
02:33:34 [2020-12-15T02:33:34.509Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m 
02:33:34 [2020-12-15T02:33:34.509Z] ++ 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
02:33:34 [2020-12-15T02:33:34.509Z] ++ set -e
02:33:34 [2020-12-15T02:33:34.509Z] ++ '[' -n 0 ']'
02:33:34 [2020-12-15T02:33:34.509Z] ++ set -x
02:33:34 [2020-12-15T02:33:34.509Z] ++ 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
02:33:34 [2020-12-15T02:33:34.509Z] INFO: Testing against a local daemon
02:33:34 [2020-12-15T02:33:34.509Z] === RUN   TestCheckpoint
02:33:34 [2020-12-15T02:33:34.509Z] --- SKIP: TestCheckpoint (0.00s)
02:33:34 [2020-12-15T02:33:34.509Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:33:34 [2020-12-15T02:33:34.509Z] === RUN   TestContainerInvalidJSON
02:33:34 [2020-12-15T02:33:34.509Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
02:33:34 [2020-12-15T02:33:34.509Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
02:33:34 [2020-12-15T02:33:34.509Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
02:33:34 [2020-12-15T02:33:34.509Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
02:33:34 [2020-12-15T02:33:34.509Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
02:33:34 [2020-12-15T02:33:34.509Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
02:33:34 [2020-12-15T02:33:34.509Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
02:33:34 [2020-12-15T02:33:34.509Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
02:33:34 [2020-12-15T02:33:34.509Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
02:33:34 [2020-12-15T02:33:34.509Z] --- PASS: TestContainerInvalidJSON (0.01s)
02:33:34 [2020-12-15T02:33:34.509Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
02:33:34 [2020-12-15T02:33:34.509Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
02:33:34 [2020-12-15T02:33:34.509Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
02:33:34 [2020-12-15T02:33:34.509Z] === RUN   TestCopyFromContainerPathDoesNotExist
02:33:34 [2020-12-15T02:33:34.798Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.18s)
02:33:34 [2020-12-15T02:33:34.798Z] === RUN   TestCopyFromContainerPathIsNotDir
02:33:34 [2020-12-15T02:33:34.798Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.14s)
02:33:34 [2020-12-15T02:33:34.798Z] === RUN   TestCopyToContainerPathDoesNotExist
02:33:35 [2020-12-15T02:33:35.087Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s)
02:33:35 [2020-12-15T02:33:35.087Z] === RUN   TestCopyToContainerPathIsNotDir
02:33:35 [2020-12-15T02:33:35.087Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s)
02:33:35 [2020-12-15T02:33:35.087Z] === RUN   TestCopyFromContainer
02:33:37 [2020-12-15T02:33:37.805Z] === RUN   TestCopyFromContainer//
02:33:37 [2020-12-15T02:33:37.805Z] === RUN   TestCopyFromContainer//bar/root
02:33:37 [2020-12-15T02:33:37.805Z] === RUN   TestCopyFromContainer//bar/root/
02:33:37 [2020-12-15T02:33:37.805Z] === RUN   TestCopyFromContainer/bar/quux
02:33:37 [2020-12-15T02:33:37.805Z] === RUN   TestCopyFromContainer/bar/quux/
02:33:37 [2020-12-15T02:33:37.805Z] === RUN   TestCopyFromContainer/bar/quux/baz
02:33:37 [2020-12-15T02:33:37.805Z] === RUN   TestCopyFromContainer/bar/filesymlink
02:33:38 [2020-12-15T02:33:38.094Z] === RUN   TestCopyFromContainer/bar/dirsymlink
02:33:38 [2020-12-15T02:33:38.094Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
02:33:38 [2020-12-15T02:33:38.094Z] === RUN   TestCopyFromContainer/bar/notarget
02:33:38 [2020-12-15T02:33:38.128Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.015s	coverage: 2.9% of statements
02:33:38 [2020-12-15T02:33:38.384Z] --- PASS: TestCopyFromContainer (3.21s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer// (0.07s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer//bar/root (0.16s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.09s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.10s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.09s)
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:33:38 [2020-12-15T02:33:38.384Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:33:38 [2020-12-15T02:33:38.384Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
02:33:38 [2020-12-15T02:33:38.384Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
02:33:38 [2020-12-15T02:33:38.384Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:33:38 [2020-12-15T02:33:38.384Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
02:33:38 [2020-12-15T02:33:38.384Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:33:38 [2020-12-15T02:33:38.384Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateLinkToNonExistingContainer
02:33:38 [2020-12-15T02:33:38.384Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateWithInvalidEnv
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateWithInvalidEnv/0
02:33:38 [2020-12-15T02:33:38.384Z] === PAUSE TestCreateWithInvalidEnv/0
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateWithInvalidEnv/1
02:33:38 [2020-12-15T02:33:38.384Z] === PAUSE TestCreateWithInvalidEnv/1
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateWithInvalidEnv/2
02:33:38 [2020-12-15T02:33:38.384Z] === PAUSE TestCreateWithInvalidEnv/2
02:33:38 [2020-12-15T02:33:38.384Z] === CONT  TestCreateWithInvalidEnv/0
02:33:38 [2020-12-15T02:33:38.384Z] === CONT  TestCreateWithInvalidEnv/2
02:33:38 [2020-12-15T02:33:38.384Z] === CONT  TestCreateWithInvalidEnv/1
02:33:38 [2020-12-15T02:33:38.384Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
02:33:38 [2020-12-15T02:33:38.384Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateTmpfsMountsTarget
02:33:38 [2020-12-15T02:33:38.384Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
02:33:38 [2020-12-15T02:33:38.384Z] === RUN   TestCreateWithCustomMaskedPaths
02:33:38 [2020-12-15T02:33:38.700Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.480s	coverage: 14.1% of statements
02:33:38 [2020-12-15T02:33:38.963Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.538s	coverage: 56.2% of statements
02:33:41 [2020-12-15T02:33:41.103Z] --- PASS: TestCreateWithCustomMaskedPaths (2.44s)
02:33:41 [2020-12-15T02:33:41.103Z] === RUN   TestCreateWithCustomReadonlyPaths
02:33:41 [2020-12-15T02:33:41.519Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.018s	coverage: 1.8% of statements
02:33:43 [2020-12-15T02:33:43.823Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.61s)
02:33:43 [2020-12-15T02:33:43.823Z] === RUN   TestCreateWithInvalidHealthcheckParams
02:33:43 [2020-12-15T02:33:43.823Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:33:43 [2020-12-15T02:33:43.823Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:33:43 [2020-12-15T02:33:43.823Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:33:43 [2020-12-15T02:33:43.823Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:33:43 [2020-12-15T02:33:43.823Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:33:43 [2020-12-15T02:33:43.823Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:33:43 [2020-12-15T02:33:43.823Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:33:43 [2020-12-15T02:33:43.823Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
02:33:43 [2020-12-15T02:33:43.823Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
02:33:43 [2020-12-15T02:33:43.823Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
02:33:43 [2020-12-15T02:33:43.823Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
02:33:43 [2020-12-15T02:33:43.823Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
02:33:43 [2020-12-15T02:33:43.823Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
02:33:43 [2020-12-15T02:33:43.823Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
02:33:44 [2020-12-15T02:33:44.070Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	8.894s	coverage: 73.1% of statements
02:33:44 [2020-12-15T02:33:44.070Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.967s	coverage: 45.9% of statements
02:33:44 [2020-12-15T02:33:44.452Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.85s)
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestCreateDifferentPlatform
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestCreateDifferentPlatform/different_os
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
02:33:44 [2020-12-15T02:33:44.452Z] --- PASS: TestCreateDifferentPlatform (0.01s)
02:33:44 [2020-12-15T02:33:44.452Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
02:33:44 [2020-12-15T02:33:44.452Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestCreateVolumesFromNonExistingContainer
02:33:44 [2020-12-15T02:33:44.452Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s)
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
02:33:44 [2020-12-15T02:33:44.452Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s)
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestContainerStartOnDaemonRestart
02:33:44 [2020-12-15T02:33:44.452Z] === PAUSE TestContainerStartOnDaemonRestart
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestDaemonRestartIpcMode
02:33:44 [2020-12-15T02:33:44.452Z] === PAUSE TestDaemonRestartIpcMode
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestDaemonHostGatewayIP
02:33:44 [2020-12-15T02:33:44.452Z] === PAUSE TestDaemonHostGatewayIP
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestContainerKillOnDaemonStart
02:33:44 [2020-12-15T02:33:44.452Z] === PAUSE TestContainerKillOnDaemonStart
02:33:44 [2020-12-15T02:33:44.452Z] === RUN   TestDiff
02:33:45 [2020-12-15T02:33:45.460Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	1.951s	coverage: 49.5% of statements
02:33:45 [2020-12-15T02:33:45.480Z] --- PASS: TestDiff (0.84s)
02:33:45 [2020-12-15T02:33:45.480Z] === RUN   TestExecWithCloseStdin
02:33:46 [2020-12-15T02:33:46.407Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.019s	coverage: 58.0% of statements
02:33:46 [2020-12-15T02:33:46.508Z] --- PASS: TestExecWithCloseStdin (1.01s)
02:33:46 [2020-12-15T02:33:46.508Z] === RUN   TestExec
02:33:47 [2020-12-15T02:33:47.134Z] INFO: Expanding go...
02:33:47 [2020-12-15T02:33:47.137Z] --- PASS: TestExec (0.89s)
02:33:47 [2020-12-15T02:33:47.137Z] === RUN   TestExecUser
02:33:47 [2020-12-15T02:33:47.358Z] ok  	github.com/docker/docker/daemon	12.432s	coverage: 17.2% of statements
02:33:47 [2020-12-15T02:33:47.358Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
02:33:47 [2020-12-15T02:33:47.358Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
02:33:47 [2020-12-15T02:33:47.358Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
02:33:47 [2020-12-15T02:33:47.358Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
02:33:47 [2020-12-15T02:33:47.358Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
02:33:47 [2020-12-15T02:33:47.358Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.041s	coverage: 3.0% of statements
02:33:48 [2020-12-15T02:33:48.164Z] --- PASS: TestExecUser (0.98s)
02:33:48 [2020-12-15T02:33:48.164Z] === RUN   TestExportContainerAndImportImage
02:33:48 [2020-12-15T02:33:48.310Z] ok  	github.com/docker/docker/daemon/links	0.019s	coverage: 93.0% of statements
02:33:49 [2020-12-15T02:33:49.664Z] --- PASS: TestExportContainerAndImportImage (1.20s)
02:33:49 [2020-12-15T02:33:49.664Z] === RUN   TestExportContainerAfterDaemonRestart
02:33:49 [2020-12-15T02:33:49.705Z] ok  	github.com/docker/docker/daemon/logger	0.233s	coverage: 41.0% of statements
02:33:49 [2020-12-15T02:33:49.968Z] ok  	github.com/docker/docker/daemon/images	0.042s	coverage: 6.5% of statements
02:33:50 [2020-12-15T02:33:50.916Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.277s	coverage: 77.8% of statements
02:33:51 [2020-12-15T02:33:51.179Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.045s	coverage: 67.0% of statements
02:33:51 [2020-12-15T02:33:51.195Z] --- PASS: TestExportContainerAfterDaemonRestart (1.60s)
02:33:51 [2020-12-15T02:33:51.195Z] === RUN   TestHealthCheckWorkdir
02:33:51 [2020-12-15T02:33:51.441Z] ok  	github.com/docker/docker/daemon/logger/journald	0.015s	coverage: 23.9% of statements
02:33:52 [2020-12-15T02:33:52.018Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.044s	coverage: 87.2% of statements
02:33:52 [2020-12-15T02:33:52.241Z] --- PASS: TestHealthCheckWorkdir (1.13s)
02:33:52 [2020-12-15T02:33:52.241Z] === RUN   TestHealthKillContainer
02:33:52 [2020-12-15T02:33:52.280Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	6.158s	coverage: 57.7% of statements
02:33:52 [2020-12-15T02:33:52.280Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
02:33:52 [2020-12-15T02:33:52.280Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
02:33:52 [2020-12-15T02:33:52.280Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
02:33:52 [2020-12-15T02:33:52.280Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
02:33:52 [2020-12-15T02:33:52.280Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
02:33:52 [2020-12-15T02:33:52.280Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
02:33:52 [2020-12-15T02:33:52.857Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.037s	coverage: 61.6% of statements
02:33:53 [2020-12-15T02:33:53.120Z] ok  	github.com/docker/docker/daemon/logger/local	0.041s	coverage: 75.2% of statements
02:33:53 [2020-12-15T02:33:53.120Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
02:33:54 [2020-12-15T02:33:54.069Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.053s	coverage: 33.3% of statements
02:33:54 [2020-12-15T02:33:54.168Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
02:33:54 [2020-12-15T02:33:54.168Z] 
02:33:54 [2020-12-15T02:33:54.168Z] + TEST_INTEGRATION_DEST=2
02:33:54 [2020-12-15T02:33:54.168Z] + CONTAINER_NAME=docker-pr1-2
02:33:54 [2020-12-15T02:33:54.168Z] + TEST_SKIP_INTEGRATION=1
02:33:54 [2020-12-15T02:33:54.168Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
02:33:54 [2020-12-15T02:33:54.168Z] + run_tests
02:33:54 [2020-12-15T02:33:54.169Z] + c=0
02:33:54 [2020-12-15T02:33:54.169Z] + '[' -n 0 ']'
02:33:54 [2020-12-15T02:33:54.169Z] + rm=
02:33:54 [2020-12-15T02:33:54.169Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41793/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41793/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh '' test-integration
02:33:54 [2020-12-15T02:33:54.169Z] + TEST_INTEGRATION_DEST=1
02:33:54 [2020-12-15T02:33:54.169Z] + CONTAINER_NAME=docker-pr1-1
02:33:54 [2020-12-15T02:33:54.169Z] + TEST_SKIP_INTEGRATION_CLI=1
02:33:54 [2020-12-15T02:33:54.169Z] + run_tests test-integration-flaky
02:33:54 [2020-12-15T02:33:54.169Z] + '[' -n 0 ']'
02:33:54 [2020-12-15T02:33:54.169Z] + rm=
02:33:54 [2020-12-15T02:33:54.169Z] + TEST_INTEGRATION_DEST=3
02:33:54 [2020-12-15T02:33:54.169Z] + CONTAINER_NAME=docker-pr1-3
02:33:54 [2020-12-15T02:33:54.169Z] + TEST_SKIP_INTEGRATION=1
02:33:54 [2020-12-15T02:33:54.169Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
02:33:54 [2020-12-15T02:33:54.169Z] + run_tests
02:33:54 [2020-12-15T02:33:54.169Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41793/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41793/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh test-integration-flaky test-integration
02:33:54 [2020-12-15T02:33:54.169Z] + '[' -n 0 ']'
02:33:54 [2020-12-15T02:33:54.169Z] + rm=
02:33:54 [2020-12-15T02:33:54.169Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41793/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41793/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh '' test-integration
02:33:54 [2020-12-15T02:33:54.169Z] ++ jobs -p
02:33:54 [2020-12-15T02:33:54.169Z] + for job in $(jobs -p)
02:33:54 [2020-12-15T02:33:54.169Z] + wait 18540
02:33:54 [2020-12-15T02:33:54.169Z] 
02:33:54 [2020-12-15T02:33:54.169Z] 
02:33:54 [2020-12-15T02:33:54.169Z] ---> Making bundle: test-integration (in bundles/test-integration)
02:33:54 [2020-12-15T02:33:54.169Z] 
02:33:54 [2020-12-15T02:33:54.169Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
02:33:54 [2020-12-15T02:33:54.169Z] HOSTNAME=da8c1cb7ab93
02:33:54 [2020-12-15T02:33:54.169Z] TEST_SKIP_INTEGRATION=1
02:33:54 [2020-12-15T02:33:54.169Z] TESTDEBUG=0
02:33:54 [2020-12-15T02:33:54.169Z] DEST=bundles/test-integration
02:33:54 [2020-12-15T02:33:54.169Z] PWD=/go/src/github.com/docker/docker
02:33:54 [2020-12-15T02:33:54.169Z] KEEPBUNDLE=1
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a
02:33:54 [2020-12-15T02:33:54.169Z] container=docker
02:33:54 [2020-12-15T02:33:54.169Z] HOME=/root
02:33:54 [2020-12-15T02:33:54.169Z] GOLANG_VERSION=1.13.15
02:33:54 [2020-12-15T02:33:54.169Z] VALIDATE_REPO=https://github.com/moby/moby.git
02:33:54 [2020-12-15T02:33:54.169Z] VALIDATE_BRANCH=master
02:33:54 [2020-12-15T02:33:54.169Z] TERM=xterm
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_PKG=github.com/docker/docker
02:33:54 [2020-12-15T02:33:54.169Z] SHLVL=1
02:33:54 [2020-12-15T02:33:54.169Z] TIMEOUT=120m
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_GRAPHDRIVER=overlay2
02:33:54 [2020-12-15T02:33:54.169Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
02:33:54 [2020-12-15T02:33:54.169Z] GO111MODULE=off
02:33:54 [2020-12-15T02:33:54.169Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:33:54 [2020-12-15T02:33:54.169Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
02:33:54 [2020-12-15T02:33:54.169Z] GOPATH=/go
02:33:54 [2020-12-15T02:33:54.169Z] PKG_CONFIG=pkg-config
02:33:54 [2020-12-15T02:33:54.169Z] _=/usr/bin/env
02:33:54 [2020-12-15T02:33:54.169Z] Building test suite binary ./integration-cli/test.main
02:33:54 [2020-12-15T02:33:54.169Z] ---> Making bundle: test-integration (in bundles/test-integration)
02:33:54 [2020-12-15T02:33:54.169Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
02:33:54 [2020-12-15T02:33:54.169Z] HOSTNAME=00bc952cb008
02:33:54 [2020-12-15T02:33:54.169Z] TEST_SKIP_INTEGRATION=1
02:33:54 [2020-12-15T02:33:54.169Z] TESTDEBUG=0
02:33:54 [2020-12-15T02:33:54.169Z] DEST=bundles/test-integration
02:33:54 [2020-12-15T02:33:54.169Z] PWD=/go/src/github.com/docker/docker
02:33:54 [2020-12-15T02:33:54.169Z] KEEPBUNDLE=1
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a
02:33:54 [2020-12-15T02:33:54.169Z] container=docker
02:33:54 [2020-12-15T02:33:54.169Z] HOME=/root
02:33:54 [2020-12-15T02:33:54.169Z] GOLANG_VERSION=1.13.15
02:33:54 [2020-12-15T02:33:54.169Z] VALIDATE_REPO=https://github.com/moby/moby.git
02:33:54 [2020-12-15T02:33:54.169Z] VALIDATE_BRANCH=master
02:33:54 [2020-12-15T02:33:54.169Z] TERM=xterm
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_PKG=github.com/docker/docker
02:33:54 [2020-12-15T02:33:54.169Z] SHLVL=1
02:33:54 [2020-12-15T02:33:54.169Z] TIMEOUT=120m
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_GRAPHDRIVER=overlay2
02:33:54 [2020-12-15T02:33:54.169Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
02:33:54 [2020-12-15T02:33:54.169Z] GO111MODULE=off
02:33:54 [2020-12-15T02:33:54.169Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:33:54 [2020-12-15T02:33:54.169Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
02:33:54 [2020-12-15T02:33:54.169Z] GOPATH=/go
02:33:54 [2020-12-15T02:33:54.169Z] PKG_CONFIG=pkg-config
02:33:54 [2020-12-15T02:33:54.169Z] _=/usr/bin/env
02:33:54 [2020-12-15T02:33:54.169Z] Building test suite binary ./integration-cli/test.main
02:33:54 [2020-12-15T02:33:54.169Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
02:33:54 [2020-12-15T02:33:54.169Z] No new tests added to integration.
02:33:54 [2020-12-15T02:33:54.169Z] 
02:33:54 [2020-12-15T02:33:54.169Z] ---> Making bundle: test-integration (in bundles/test-integration)
02:33:54 [2020-12-15T02:33:54.169Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
02:33:54 [2020-12-15T02:33:54.169Z] HOSTNAME=3ec6697fc5cf
02:33:54 [2020-12-15T02:33:54.169Z] TESTDEBUG=0
02:33:54 [2020-12-15T02:33:54.169Z] DEST=bundles/test-integration
02:33:54 [2020-12-15T02:33:54.169Z] PWD=/go/src/github.com/docker/docker
02:33:54 [2020-12-15T02:33:54.169Z] KEEPBUNDLE=1
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a
02:33:54 [2020-12-15T02:33:54.169Z] container=docker
02:33:54 [2020-12-15T02:33:54.169Z] HOME=/root
02:33:54 [2020-12-15T02:33:54.169Z] GOLANG_VERSION=1.13.15
02:33:54 [2020-12-15T02:33:54.169Z] VALIDATE_REPO=https://github.com/moby/moby.git
02:33:54 [2020-12-15T02:33:54.169Z] VALIDATE_BRANCH=master
02:33:54 [2020-12-15T02:33:54.169Z] TERM=xterm
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_PKG=github.com/docker/docker
02:33:54 [2020-12-15T02:33:54.169Z] SHLVL=1
02:33:54 [2020-12-15T02:33:54.169Z] TIMEOUT=120m
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
02:33:54 [2020-12-15T02:33:54.169Z] DOCKER_GRAPHDRIVER=overlay2
02:33:54 [2020-12-15T02:33:54.169Z] GO111MODULE=off
02:33:54 [2020-12-15T02:33:54.169Z] TEST_SKIP_INTEGRATION_CLI=1
02:33:54 [2020-12-15T02:33:54.169Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:33:54 [2020-12-15T02:33:54.169Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
02:33:54 [2020-12-15T02:33:54.169Z] GOPATH=/go
02:33:54 [2020-12-15T02:33:54.169Z] PKG_CONFIG=pkg-config
02:33:54 [2020-12-15T02:33:54.169Z] _=/usr/bin/env
02:33:54 [2020-12-15T02:33:54.169Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
02:33:54 [2020-12-15T02:33:54.332Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.074s	coverage: 55.1% of statements
02:33:54 [2020-12-15T02:33:54.908Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.052s	coverage: 46.8% of statements
02:33:54 [2020-12-15T02:33:54.959Z] --- PASS: TestHealthKillContainer (2.94s)
02:33:54 [2020-12-15T02:33:54.959Z] === RUN   TestInspectCpusetInConfigPre120
02:33:55 [2020-12-15T02:33:55.169Z] ok  	github.com/docker/docker/daemon/logger/templates	0.018s	coverage: 8.3% of statements
02:33:55 [2020-12-15T02:33:55.988Z] --- PASS: TestInspectCpusetInConfigPre120 (0.94s)
02:33:55 [2020-12-15T02:33:55.988Z] === RUN   TestIpcModeNone
02:33:56 [2020-12-15T02:33:56.115Z] ok  	github.com/docker/docker/daemon/network	0.032s	coverage: 63.8% of statements
02:33:57 [2020-12-15T02:33:57.016Z] --- PASS: TestIpcModeNone (0.94s)
02:33:57 [2020-12-15T02:33:57.016Z] === RUN   TestIpcModePrivate
02:33:57 [2020-12-15T02:33:57.061Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.809s	coverage: 82.5% of statements
02:33:57 [2020-12-15T02:33:57.061Z] ?   	github.com/docker/docker/daemon/names	[no test files]
02:33:57 [2020-12-15T02:33:57.061Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
02:33:57 [2020-12-15T02:33:57.061Z] ok  	github.com/docker/docker/distribution/metadata	0.092s	coverage: 48.2% of statements
02:33:58 [2020-12-15T02:33:58.044Z] --- PASS: TestIpcModePrivate (0.99s)
02:33:58 [2020-12-15T02:33:58.044Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false
02:33:58 [2020-12-15T02:33:58.044Z] === RUN   TestIpcModeShareable
02:33:58 [2020-12-15T02:33:58.455Z] ok  	github.com/docker/docker/distribution	0.246s	coverage: 25.1% of statements
02:33:58 [2020-12-15T02:33:58.455Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
02:33:58 [2020-12-15T02:33:58.717Z] ok  	github.com/docker/docker/errdefs	0.019s	coverage: 53.1% of statements
02:33:59 [2020-12-15T02:33:59.072Z] --- PASS: TestIpcModeShareable (1.00s)
02:33:59 [2020-12-15T02:33:59.072Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true
02:33:59 [2020-12-15T02:33:59.072Z] === RUN   TestAPIIpcModeShareableAndContainer
02:33:59 [2020-12-15T02:33:59.293Z] ok  	github.com/docker/docker/image	0.065s	coverage: 86.4% of statements
02:33:59 [2020-12-15T02:33:59.868Z] ok  	github.com/docker/docker/image/v1	0.030s	coverage: 25.0% of statements
02:34:00 [2020-12-15T02:34:00.131Z] ok  	github.com/docker/docker/distribution/xfer	1.724s	coverage: 85.6% of statements
02:34:00 [2020-12-15T02:34:00.131Z] ?   	github.com/docker/docker/dockerversion	[no test files]
02:34:00 [2020-12-15T02:34:00.131Z] ok  	github.com/docker/docker/image/cache	0.035s	coverage: 19.2% of statements
02:34:00 [2020-12-15T02:34:00.131Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
02:34:00 [2020-12-15T02:34:00.131Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
02:34:00 [2020-12-15T02:34:00.326Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.189932552s with top 10 stages: buildssa: 1m38.284036763s, goimports: 22.580795455s, unconvert: 11.799951756s, gosec: 10.271757193s, golint: 6.626128895s, ineffassign: 4.617504799s, misspell: 4.522251062s, inspect: 4.349908192s, vrp: 3.036751465s, printf: 2.30752018s 
02:34:00 [2020-12-15T02:34:00.706Z] ok  	github.com/docker/docker/libcontainerd/queue	0.047s	coverage: 100.0% of statements
02:34:01 [2020-12-15T02:34:01.656Z] ok  	github.com/docker/docker/opts	0.084s	coverage: 67.1% of statements
02:34:01 [2020-12-15T02:34:01.656Z] ok  	github.com/docker/docker/pkg/aaparser	0.029s	coverage: 52.9% of statements
02:34:01 [2020-12-15T02:34:01.788Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.95s)
02:34:01 [2020-12-15T02:34:01.788Z] === RUN   TestAPIIpcModeHost
02:34:01 [2020-12-15T02:34:01.918Z] ok  	github.com/docker/docker/oci	0.049s	coverage: 8.2% of statements
02:34:02 [2020-12-15T02:34:02.416Z] --- PASS: TestAPIIpcModeHost (0.62s)
02:34:02 [2020-12-15T02:34:02.416Z] === RUN   TestDaemonIpcModeShareable
02:34:02 [2020-12-15T02:34:02.865Z] ok  	github.com/docker/docker/pkg/broadcaster	0.046s	coverage: 100.0% of statements
02:34:03 [2020-12-15T02:34:03.813Z] ok  	github.com/docker/docker/pkg/capabilities	0.012s	coverage: 87.5% of statements
02:34:04 [2020-12-15T02:34:04.074Z] ok  	github.com/docker/docker/pkg/authorization	0.504s	coverage: 68.3% of statements
02:34:04 [2020-12-15T02:34:04.473Z] --- PASS: TestDaemonIpcModeShareable (1.81s)
02:34:04 [2020-12-15T02:34:04.473Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
02:34:04 [2020-12-15T02:34:04.473Z] === RUN   TestDaemonIpcModePrivate
02:34:04 [2020-12-15T02:34:04.648Z] ok  	github.com/docker/docker/pkg/directory	0.014s	coverage: 80.0% of statements
02:34:05 [2020-12-15T02:34:05.222Z] ok  	github.com/docker/docker/pkg/archive	1.238s	coverage: 76.9% of statements
02:34:05 [2020-12-15T02:34:05.483Z] ok  	github.com/docker/docker/pkg/discovery	0.017s	coverage: 58.3% of statements
02:34:06 [2020-12-15T02:34:06.055Z] ok  	github.com/docker/docker/pkg/discovery/file	0.033s	coverage: 97.6% of statements
02:34:06 [2020-12-15T02:34:06.530Z] --- PASS: TestDaemonIpcModePrivate (1.78s)
02:34:06 [2020-12-15T02:34:06.530Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
02:34:06 [2020-12-15T02:34:06.530Z] === RUN   TestDaemonIpcModePrivateFromConfig
02:34:06 [2020-12-15T02:34:06.628Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.011s	coverage: 92.3% of statements
02:34:07 [2020-12-15T02:34:07.201Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.011s	coverage: 93.8% of statements
02:34:07 [2020-12-15T02:34:07.462Z] ok  	github.com/docker/docker/pkg/dmesg	0.008s	coverage: 83.3% of statements
02:34:08 [2020-12-15T02:34:08.030Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.79s)
02:34:08 [2020-12-15T02:34:08.030Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
02:34:08 [2020-12-15T02:34:08.030Z] === RUN   TestDaemonIpcModeShareableFromConfig
02:34:08 [2020-12-15T02:34:08.245Z] INFO: Expanding compiler 1 of 3...
02:34:08 [2020-12-15T02:34:08.245Z] INFO: Expanding compiler 2 of 3...
02:34:08 [2020-12-15T02:34:08.406Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.519s	coverage: 43.2% of statements
02:34:08 [2020-12-15T02:34:08.667Z] ok  	github.com/docker/docker/pkg/filenotify	0.614s	coverage: 67.0% of statements
02:34:08 [2020-12-15T02:34:08.930Z] ok  	github.com/docker/docker/pkg/fileutils	0.018s	coverage: 89.5% of statements
02:34:09 [2020-12-15T02:34:09.505Z] ok  	github.com/docker/docker/pkg/fsutils	0.328s	coverage: 85.1% of statements
02:34:09 [2020-12-15T02:34:09.505Z] ok  	github.com/docker/docker/pkg/homedir	0.015s	coverage: 11.4% of statements
02:34:09 [2020-12-15T02:34:09.766Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.097s	coverage: 84.1% of statements
02:34:10 [2020-12-15T02:34:10.029Z] ok  	github.com/docker/docker/layer	7.312s	coverage: 68.8% of statements
02:34:10 [2020-12-15T02:34:10.029Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
02:34:10 [2020-12-15T02:34:10.029Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
02:34:10 [2020-12-15T02:34:10.029Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
02:34:10 [2020-12-15T02:34:10.029Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
02:34:10 [2020-12-15T02:34:10.029Z] ?   	github.com/docker/docker/oci/caps	[no test files]
02:34:10 [2020-12-15T02:34:10.029Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
02:34:10 [2020-12-15T02:34:10.029Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
02:34:10 [2020-12-15T02:34:10.090Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s)
02:34:10 [2020-12-15T02:34:10.090Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true
02:34:10 [2020-12-15T02:34:10.090Z] === RUN   TestIpcModeOlderClient
02:34:10 [2020-12-15T02:34:10.090Z] === PAUSE TestIpcModeOlderClient
02:34:10 [2020-12-15T02:34:10.090Z] === RUN   TestKillContainerInvalidSignal
02:34:10 [2020-12-15T02:34:10.720Z] --- PASS: TestKillContainerInvalidSignal (0.89s)
02:34:10 [2020-12-15T02:34:10.720Z] === RUN   TestKillContainer
02:34:10 [2020-12-15T02:34:10.720Z] === RUN   TestKillContainer/no_signal
02:34:10 [2020-12-15T02:34:10.977Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.021s	coverage: 91.7% of statements
02:34:10 [2020-12-15T02:34:10.977Z] ok  	github.com/docker/docker/pkg/longpath	0.011s	coverage: 100.0% of statements
02:34:11 [2020-12-15T02:34:11.240Z] ok  	github.com/docker/docker/pkg/ioutils	0.635s	coverage: 70.6% of statements
02:34:11 [2020-12-15T02:34:11.240Z] ok  	github.com/docker/docker/pkg/idtools	0.803s	coverage: 70.1% of statements
02:34:11 [2020-12-15T02:34:11.240Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
02:34:11 [2020-12-15T02:34:11.240Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
02:34:11 [2020-12-15T02:34:11.240Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
02:34:11 [2020-12-15T02:34:11.240Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.030s	coverage: 85.7% of statements
02:34:11 [2020-12-15T02:34:11.240Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
02:34:11 [2020-12-15T02:34:11.503Z] ok  	github.com/docker/docker/pkg/parsers	0.016s	coverage: 97.0% of statements
02:34:11 [2020-12-15T02:34:11.747Z] === RUN   TestKillContainer/non_killing_signal
02:34:11 [2020-12-15T02:34:11.765Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.020s	coverage: 60.0% of statements
02:34:12 [2020-12-15T02:34:12.028Z] ok  	github.com/docker/docker/pkg/pidfile	0.017s	coverage: 82.4% of statements
02:34:12 [2020-12-15T02:34:12.028Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.021s	coverage: 86.7% of statements
02:34:12 [2020-12-15T02:34:12.028Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
02:34:12 [2020-12-15T02:34:12.028Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
02:34:12 [2020-12-15T02:34:12.037Z] === RUN   TestKillContainer/killing_signal
02:34:12 [2020-12-15T02:34:12.603Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.042s	coverage: 56.8% of statements
02:34:12 [2020-12-15T02:34:12.946Z] INFO: Expanding compiler 3 of 3...
02:34:12 [2020-12-15T02:34:12.946Z] INFO: Removing downloaded files...
02:34:12 [2020-12-15T02:34:12.946Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
02:34:12 [2020-12-15T02:34:12.946Z] INFO: Configuring git core.autocrlf...
02:34:13 [2020-12-15T02:34:13.179Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.021s	coverage: 85.7% of statements
02:34:13 [2020-12-15T02:34:13.443Z] ok  	github.com/docker/docker/pkg/pools	0.010s	coverage: 88.2% of statements
02:34:13 [2020-12-15T02:34:13.443Z] ok  	github.com/docker/docker/pkg/progress	0.017s	coverage: 75.9% of statements
02:34:13 [2020-12-15T02:34:13.537Z] --- PASS: TestKillContainer (2.66s)
02:34:13 [2020-12-15T02:34:13.537Z]     --- PASS: TestKillContainer/no_signal (0.85s)
02:34:13 [2020-12-15T02:34:13.537Z]     --- PASS: TestKillContainer/non_killing_signal (0.56s)
02:34:13 [2020-12-15T02:34:13.537Z]     --- PASS: TestKillContainer/killing_signal (0.86s)
02:34:13 [2020-12-15T02:34:13.537Z] === RUN   TestKillWithStopSignalAndRestartPolicies
02:34:13 [2020-12-15T02:34:13.537Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
02:34:14 [2020-12-15T02:34:14.016Z] ok  	github.com/docker/docker/pkg/reexec	0.016s	coverage: 82.4% of statements
02:34:14 [2020-12-15T02:34:14.166Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
02:34:14 [2020-12-15T02:34:14.801Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
02:34:14 [2020-12-15T02:34:14.801Z] 
02:34:14 [2020-12-15T02:34:14.801Z] ---> Making bundle: test-integration (in bundles/test-integration)
02:34:14 [2020-12-15T02:34:14.801Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
02:34:14 [2020-12-15T02:34:14.801Z] HOSTNAME=aabbffc380d9
02:34:14 [2020-12-15T02:34:14.801Z] DEST=bundles/test-integration
02:34:14 [2020-12-15T02:34:14.801Z] PWD=/go/src/github.com/docker/docker
02:34:14 [2020-12-15T02:34:14.801Z] DOCKER_ROOTLESS=1
02:34:14 [2020-12-15T02:34:14.801Z] DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a
02:34:14 [2020-12-15T02:34:14.801Z] container=docker
02:34:14 [2020-12-15T02:34:14.801Z] HOME=/root
02:34:14 [2020-12-15T02:34:14.801Z] GOLANG_VERSION=1.13.15
02:34:14 [2020-12-15T02:34:14.801Z] VALIDATE_REPO=https://github.com/moby/moby.git
02:34:14 [2020-12-15T02:34:14.801Z] VALIDATE_BRANCH=master
02:34:14 [2020-12-15T02:34:14.801Z] TERM=xterm
02:34:14 [2020-12-15T02:34:14.801Z] DOCKER_PKG=github.com/docker/docker
02:34:14 [2020-12-15T02:34:14.801Z] SHLVL=1
02:34:14 [2020-12-15T02:34:14.801Z] TIMEOUT=120m
02:34:14 [2020-12-15T02:34:14.801Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
02:34:14 [2020-12-15T02:34:14.801Z] DOCKER_GRAPHDRIVER=overlay2
02:34:14 [2020-12-15T02:34:14.801Z] GO111MODULE=off
02:34:14 [2020-12-15T02:34:14.801Z] DOCKER_EXPERIMENTAL=1
02:34:14 [2020-12-15T02:34:14.801Z] TEST_SKIP_INTEGRATION_CLI=1
02:34:14 [2020-12-15T02:34:14.801Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:34:14 [2020-12-15T02:34:14.801Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
02:34:14 [2020-12-15T02:34:14.801Z] GOPATH=/go
02:34:14 [2020-12-15T02:34:14.801Z] PKG_CONFIG=pkg-config
02:34:14 [2020-12-15T02:34:14.801Z] _=/usr/bin/env
02:34:14 [2020-12-15T02:34:14.801Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
02:34:14 [2020-12-15T02:34:14.962Z] ok  	github.com/docker/docker/pkg/pubsub	1.095s	coverage: 75.0% of statements
02:34:14 [2020-12-15T02:34:14.962Z] ok  	github.com/docker/docker/pkg/stdcopy	0.012s	coverage: 100.0% of statements
02:34:15 [2020-12-15T02:34:15.167Z] INFO [runner/unused/goanalysis] analyzers took 25.943223995s with top 10 stages: buildssa: 22.169270863s, U1000: 3.773953132s 
02:34:15 [2020-12-15T02:34:15.167Z] INFO [runner] Issues before processing: 2262, after processing: 0 
02:34:15 [2020-12-15T02:34:15.167Z] INFO [runner] Processors filtering stat (out/in): exclude: 1577/1577, exclude-rules: 64/1577, path_prettifier: 1682/1682, identifier_marker: 1577/1577, cgo: 1682/2262, filename_unadjuster: 1682/1682, skip_files: 1682/1682, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, nolint: 0/64 
02:34:15 [2020-12-15T02:34:15.167Z] INFO [runner] processing took 131.906048ms with stages: nolint: 53.839349ms, identifier_marker: 38.430457ms, path_prettifier: 13.999055ms, autogenerated_exclude: 13.854557ms, exclude-rules: 6.430574ms, skip_dirs: 3.712377ms, cgo: 898.74µs, filename_unadjuster: 734.92µs, max_same_issues: 1.508µs, uniq_by_line: 966ns, diff: 652ns, exclude: 622ns, source_code: 576ns, max_from_linter: 505ns, skip_files: 499ns, path_shortener: 399ns, max_per_file_from_linter: 292ns 
02:34:15 [2020-12-15T02:34:15.167Z] INFO [runner] linters took 1m37.734470136s with stages: goanalysis_metalinter: 1m18.792579521s, unused: 18.809291458s 
02:34:15 [2020-12-15T02:34:15.167Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
02:34:15 [2020-12-15T02:34:15.167Z] INFO Memory: 1683 samples, avg is 248.0MB, max is 3097.8MB 
02:34:15 [2020-12-15T02:34:15.167Z] INFO Execution took 3m41.775714096s               
02:34:15 [2020-12-15T02:34:15.167Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
02:34:15 [2020-12-15T02:34:15.194Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.80s)
02:34:15 [2020-12-15T02:34:15.194Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s)
02:34:15 [2020-12-15T02:34:15.194Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.58s)
02:34:15 [2020-12-15T02:34:15.194Z] === RUN   TestKillStoppedContainer
02:34:15 [2020-12-15T02:34:15.194Z] --- PASS: TestKillStoppedContainer (0.09s)
02:34:15 [2020-12-15T02:34:15.194Z] === RUN   TestKillStoppedContainerAPIPre120
02:34:15 [2020-12-15T02:34:15.194Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.08s)
02:34:15 [2020-12-15T02:34:15.194Z] === RUN   TestKillDifferentUserContainer
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
02:34:15 [2020-12-15T02:34:15.224Z] ok  	github.com/docker/docker/pkg/stringid	0.009s	coverage: 70.6% of statements
02:34:15 [2020-12-15T02:34:15.224Z] ok  	github.com/docker/docker/pkg/streamformatter	0.015s	coverage: 66.2% of statements
02:34:15 [2020-12-15T02:34:15.492Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh dynbinary-daemon test-docker-py
02:34:16 [2020-12-15T02:34:16.054Z] 
02:34:16 [2020-12-15T02:34:16.054Z] Removing bundles/
02:34:16 [2020-12-15T02:34:16.054Z] 
02:34:16 [2020-12-15T02:34:16.054Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon)
02:34:16 [2020-12-15T02:34:16.054Z] Building: bundles/dynbinary-daemon/dockerd-dev
02:34:16 [2020-12-15T02:34:16.054Z] GOOS="" GOARCH="" GOARM=""
02:34:16 [2020-12-15T02:34:16.169Z] ok  	github.com/docker/docker/pkg/sysinfo	0.016s	coverage: 54.2% of statements
02:34:16 [2020-12-15T02:34:16.222Z] --- PASS: TestKillDifferentUserContainer (0.93s)
02:34:16 [2020-12-15T02:34:16.222Z] === RUN   TestInspectOomKilledTrue
02:34:16 [2020-12-15T02:34:16.222Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
02:34:16 [2020-12-15T02:34:16.222Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:34:16 [2020-12-15T02:34:16.222Z] === RUN   TestInspectOomKilledFalse
02:34:16 [2020-12-15T02:34:16.222Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
02:34:16 [2020-12-15T02:34:16.222Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:34:16 [2020-12-15T02:34:16.222Z] === RUN   TestLinksEtcHostsContentMatch
02:34:16 [2020-12-15T02:34:16.431Z] ok  	github.com/docker/docker/pkg/system	0.043s	coverage: 36.9% of statements
02:34:16 [2020-12-15T02:34:16.851Z] --- PASS: TestLinksEtcHostsContentMatch (0.56s)
02:34:16 [2020-12-15T02:34:16.851Z] === RUN   TestLinksContainerNames
02:34:17 [2020-12-15T02:34:17.005Z] ok  	github.com/docker/docker/pkg/tailfile	0.110s	coverage: 88.6% of statements
02:34:17 [2020-12-15T02:34:17.005Z] ok  	github.com/docker/docker/pkg/signal	2.796s	coverage: 61.0% of statements
02:34:17 [2020-12-15T02:34:17.267Z] ok  	github.com/docker/docker/pkg/tarsum	0.114s	coverage: 89.3% of statements
02:34:17 [2020-12-15T02:34:17.528Z] testing: warning: no tests to run
02:34:17 [2020-12-15T02:34:17.528Z] coverage: [no statements]
02:34:17 [2020-12-15T02:34:17.528Z] ok  	github.com/docker/docker/pkg/term/windows	0.009s	coverage: [no statements] [no tests to run]
02:34:17 [2020-12-15T02:34:17.790Z] ok  	github.com/docker/docker/pkg/truncindex	0.111s	coverage: 91.5% of statements
02:34:17 [2020-12-15T02:34:17.790Z] ok  	github.com/docker/docker/pkg/urlutil	0.018s	coverage: 100.0% of statements
02:34:17 [2020-12-15T02:34:17.790Z] ok  	github.com/docker/docker/pkg/useragent	0.018s	coverage: 88.9% of statements
02:34:18 [2020-12-15T02:34:18.907Z] --- PASS: TestLinksContainerNames (1.82s)
02:34:18 [2020-12-15T02:34:18.907Z] === RUN   TestLogsFollowTailEmpty
02:34:19 [2020-12-15T02:34:19.181Z] ok  	github.com/docker/docker/plugin/v2	0.018s	coverage: 14.5% of statements
02:34:19 [2020-12-15T02:34:19.181Z] ok  	github.com/docker/docker/profiles/seccomp	0.047s	coverage: 85.4% of statements
02:34:19 [2020-12-15T02:34:19.535Z] --- PASS: TestLogsFollowTailEmpty (0.85s)
02:34:19 [2020-12-15T02:34:19.535Z] === RUN   TestContainerNetworkMountsNoChown
02:34:20 [2020-12-15T02:34:20.563Z] --- PASS: TestContainerNetworkMountsNoChown (0.90s)
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/default
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/default
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/private
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/private
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rprivate
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rprivate
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/slave
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/slave
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rslave
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rslave
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/shared
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/shared
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rshared
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rshared
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/default
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/rslave
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rslave/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/default/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rslave/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/default/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/default/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/default/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/default/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/default/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/slave
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/slave/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/slave/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/slave/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/slave/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/rprivate
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/private
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/private/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/private/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/private/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/private/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/private/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/private/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/rshared
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rshared/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/rshared/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/shared
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/shared/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/shared/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/shared/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/shared/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/rslave/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/default/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/slave/bind_root
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/rslave/mount_root
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/default/mount_subpath
02:34:20 [2020-12-15T02:34:20.563Z] === CONT  TestMountDaemonRoot/default/mount_root
02:34:20 [2020-12-15T02:34:20.573Z] ok  	github.com/docker/docker/reference	0.016s	coverage: 84.4% of statements
02:34:20 [2020-12-15T02:34:20.573Z] ok  	github.com/docker/docker/plugin	0.570s	coverage: 23.2% of statements
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/default/bind_subpath
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/slave/mount_root
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/private/bind_root
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
02:34:20 [2020-12-15T02:34:20.852Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/shared/bind_root
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/private/mount_subpath
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/private/mount_root
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/private/bind_subpath
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/rshared/bind_root
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/rshared/mount_root
02:34:21 [2020-12-15T02:34:21.142Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
02:34:21 [2020-12-15T02:34:21.433Z] === CONT  TestMountDaemonRoot/shared/mount_root
02:34:21 [2020-12-15T02:34:21.433Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
02:34:21 [2020-12-15T02:34:21.433Z] --- PASS: TestMountDaemonRoot (0.01s)
02:34:21 [2020-12-15T02:34:21.433Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
02:34:21 [2020-12-15T02:34:21.433Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.11s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
02:34:21 [2020-12-15T02:34:21.433Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.06s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
02:34:21 [2020-12-15T02:34:21.433Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s)
02:34:21 [2020-12-15T02:34:21.433Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
02:34:21 [2020-12-15T02:34:21.433Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.11s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.13s)
02:34:21 [2020-12-15T02:34:21.433Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
02:34:21 [2020-12-15T02:34:21.433Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
02:34:21 [2020-12-15T02:34:21.433Z] === RUN   TestContainerBindMountNonRecursive
02:34:21 [2020-12-15T02:34:21.967Z] ok  	github.com/docker/docker/registry/resumable	0.034s	coverage: 100.0% of statements
02:34:22 [2020-12-15T02:34:22.230Z] ok  	github.com/docker/docker/quota	0.567s	coverage: 71.4% of statements
02:34:22 [2020-12-15T02:34:22.231Z] ok  	github.com/docker/docker/registry	0.165s	coverage: 57.2% of statements
02:34:22 [2020-12-15T02:34:22.494Z] ok  	github.com/docker/docker/restartmanager	0.013s	coverage: 50.9% of statements
02:34:23 [2020-12-15T02:34:23.070Z] ok  	github.com/docker/docker/testutil	0.010s	coverage: 62.5% of statements
02:34:23 [2020-12-15T02:34:23.490Z] --- PASS: TestContainerBindMountNonRecursive (2.17s)
02:34:23 [2020-12-15T02:34:23.490Z] === RUN   TestContainerVolumesMountedAsShared
02:34:23 [2020-12-15T02:34:23.645Z] ok  	github.com/docker/docker/runconfig	0.030s	coverage: 66.1% of statements
02:34:24 [2020-12-15T02:34:24.522Z] --- PASS: TestContainerVolumesMountedAsShared (0.86s)
02:34:24 [2020-12-15T02:34:24.522Z] === RUN   TestContainerVolumesMountedAsSlave
02:34:25 [2020-12-15T02:34:25.037Z] ok  	github.com/docker/docker/volume/drivers	0.043s	coverage: 36.1% of statements
02:34:25 [2020-12-15T02:34:25.150Z] --- PASS: TestContainerVolumesMountedAsSlave (0.67s)
02:34:25 [2020-12-15T02:34:25.151Z] === RUN   TestNetworkNat
02:34:25 [2020-12-15T02:34:25.986Z] ok  	github.com/docker/docker/volume/mounts	0.088s	coverage: 67.0% of statements
02:34:26 [2020-12-15T02:34:26.181Z] --- PASS: TestNetworkNat (0.95s)
02:34:26 [2020-12-15T02:34:26.181Z] === RUN   TestNetworkLocalhostTCPNat
02:34:26 [2020-12-15T02:34:26.862Z] --- PASS: TestNetworkLocalhostTCPNat (0.94s)
02:34:26 [2020-12-15T02:34:26.862Z] === RUN   TestNetworkLoopbackNat
02:34:26 [2020-12-15T02:34:26.930Z] ok  	github.com/docker/docker/volume/local	0.224s	coverage: 76.6% of statements
02:34:27 [2020-12-15T02:34:27.501Z] ok  	github.com/docker/docker/volume/service	0.027s	coverage: 73.1% of statements
02:34:30 [2020-12-15T02:34:30.363Z] --- PASS: TestNetworkLoopbackNat (3.25s)
02:34:30 [2020-12-15T02:34:30.363Z] === RUN   TestPause
02:34:31 [2020-12-15T02:34:31.403Z] --- PASS: TestPause (0.92s)
02:34:31 [2020-12-15T02:34:31.403Z] === RUN   TestPauseFailsOnWindowsServerContainers
02:34:31 [2020-12-15T02:34:31.403Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
02:34:31 [2020-12-15T02:34:31.403Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:34:31 [2020-12-15T02:34:31.403Z] === RUN   TestPauseStopPausedContainer
02:34:32 [2020-12-15T02:34:32.095Z] --- PASS: TestPauseStopPausedContainer (0.92s)
02:34:32 [2020-12-15T02:34:32.095Z] === RUN   TestPsFilter
02:34:32 [2020-12-15T02:34:32.385Z] --- PASS: TestPsFilter (0.27s)
02:34:32 [2020-12-15T02:34:32.385Z] === RUN   TestRemoveContainerWithRemovedVolume
02:34:33 [2020-12-15T02:34:33.414Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.83s)
02:34:33 [2020-12-15T02:34:33.414Z] === RUN   TestRemoveContainerWithVolume
02:34:34 [2020-12-15T02:34:34.043Z] --- PASS: TestRemoveContainerWithVolume (0.89s)
02:34:34 [2020-12-15T02:34:34.043Z] === RUN   TestRemoveContainerRunning
02:34:35 [2020-12-15T02:34:35.073Z] --- PASS: TestRemoveContainerRunning (0.92s)
02:34:35 [2020-12-15T02:34:35.073Z] === RUN   TestRemoveContainerForceRemoveRunning
02:34:35 [2020-12-15T02:34:35.702Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.85s)
02:34:35 [2020-12-15T02:34:35.702Z] === RUN   TestRemoveInvalidContainer
02:34:35 [2020-12-15T02:34:35.992Z] --- PASS: TestRemoveInvalidContainer (0.01s)
02:34:35 [2020-12-15T02:34:35.992Z] === RUN   TestRenameLinkedContainer
02:34:39 [2020-12-15T02:34:39.654Z] --- PASS: TestRenameLinkedContainer (3.64s)
02:34:39 [2020-12-15T02:34:39.654Z] === RUN   TestRenameStoppedContainer
02:34:40 [2020-12-15T02:34:40.328Z] --- PASS: TestRenameStoppedContainer (0.88s)
02:34:40 [2020-12-15T02:34:40.328Z] === RUN   TestRenameRunningContainerAndReuse
02:34:42 [2020-12-15T02:34:42.390Z] --- PASS: TestRenameRunningContainerAndReuse (1.79s)
02:34:42 [2020-12-15T02:34:42.390Z] === RUN   TestRenameInvalidName
02:34:43 [2020-12-15T02:34:43.035Z] --- PASS: TestRenameInvalidName (0.89s)
02:34:43 [2020-12-15T02:34:43.035Z] === RUN   TestRenameAnonymousContainer
02:34:46 [2020-12-15T02:34:46.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
02:34:46 [2020-12-15T02:34:46.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
02:34:46 [2020-12-15T02:34:46.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
02:34:48 [2020-12-15T02:34:48.583Z] --- PASS: TestRenameAnonymousContainer (5.04s)
02:34:48 [2020-12-15T02:34:48.583Z] === RUN   TestRenameContainerWithSameName
02:34:49 [2020-12-15T02:34:49.211Z] --- PASS: TestRenameContainerWithSameName (0.96s)
02:34:49 [2020-12-15T02:34:49.211Z] === RUN   TestRenameContainerWithLinkedContainer
02:34:49 [2020-12-15T02:34:49.459Z] ok  	github.com/docker/docker/pkg/plugins	33.660s	coverage: 76.6% of statements
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/pkg/term	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/rootless	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/testutil/request	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/volume	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === Skipped
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     exec_linux_test.go:18: requires AppArmor to be enabled
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     exec_linux_test.go:38: requires AppArmor to be enabled
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver btrfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver btrfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver btrfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver btrfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver btrfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:73: No driver to put!
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z] time="2020-12-15T02:33:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z] time="2020-12-15T02:33:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z] time="2020-12-15T02:33:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z] time="2020-12-15T02:33:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z] time="2020-12-15T02:33:41Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:73: No driver to put!
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     overlay_test.go:49: Fails to compute changes intermittently
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     overlay_test.go:65: Cannot run test with naive change algorithm
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver zfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver zfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver zfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver zfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:46: Driver zfs not supported
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     graphtest_unix.go:73: No driver to put!
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
02:34:49 [2020-12-15T02:34:49.459Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] 
02:34:49 [2020-12-15T02:34:49.459Z] DONE 2191 tests, 26 skipped in 199.448s
Post stage
[Pipeline] junit
02:34:49 [2020-12-15T02:34:49.474Z] Recording test results
02:34:50 [2020-12-15T02:34:50.763Z] --- PASS: TestRenameContainerWithLinkedContainer (1.82s)
02:34:50 [2020-12-15T02:34:50.763Z] === RUN   TestResize
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:34:51 [2020-12-15T02:34:51.821Z] ok  	github.com/docker/docker/api/server/httputils	0.050s	coverage: 14.7% of statements
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ok  	github.com/docker/docker/api/server/middleware	0.028s	coverage: 37.7% of statements
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
02:34:51 [2020-12-15T02:34:51.822Z] ok  	github.com/docker/docker/api/types/filters	0.009s	coverage: 92.2% of statements
02:34:51 [2020-12-15T02:34:51.858Z] --- PASS: TestResize (0.88s)
02:34:51 [2020-12-15T02:34:51.858Z] === RUN   TestResizeWithInvalidSize
02:34:52 [2020-12-15T02:34:52.035Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -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:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh dynbinary test-integration
02:34:52 [2020-12-15T02:34:52.118Z] ok  	github.com/docker/docker/api/types/strslice	0.032s	coverage: 90.0% of statements
02:34:52 [2020-12-15T02:34:52.416Z] ok  	github.com/docker/docker/api/types/time	0.007s	coverage: 100.0% of statements
02:34:52 [2020-12-15T02:34:52.526Z] --- PASS: TestResizeWithInvalidSize (0.92s)
02:34:52 [2020-12-15T02:34:52.526Z] === RUN   TestResizeWhenContainerNotStarted
02:34:52 [2020-12-15T02:34:52.714Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 5.7% of statements
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/container	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/events	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/image	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/network	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
02:34:52 [2020-12-15T02:34:52.714Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
02:34:52 [2020-12-15T02:34:52.978Z] 
02:34:52 [2020-12-15T02:34:52.978Z] Removing bundles/
02:34:52 [2020-12-15T02:34:52.978Z] 
02:34:52 [2020-12-15T02:34:52.978Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
02:34:52 [2020-12-15T02:34:52.978Z] Building: bundles/dynbinary-daemon/dockerd-dev
02:34:52 [2020-12-15T02:34:52.978Z] GOOS="" GOARCH="" GOARM=""
02:34:53 [2020-12-15T02:34:53.014Z] ok  	github.com/docker/docker/api/types/versions	0.071s	coverage: 75.0% of statements
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
02:34:53 [2020-12-15T02:34:53.014Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
02:34:53 [2020-12-15T02:34:53.624Z] --- PASS: TestResizeWhenContainerNotStarted (0.95s)
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:34:53 [2020-12-15T02:34:53.624Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:34:55 [2020-12-15T02:34:55.819Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:34:56 [2020-12-15T02:34:56.112Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:34:56 [2020-12-15T02:34:56.587Z] ok  	github.com/docker/docker/cli/debug	0.021s	coverage: 100.0% of statements
02:34:57 [2020-12-15T02:34:57.616Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:34:57 [2020-12-15T02:34:57.616Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:34:59 [2020-12-15T02:34:59.190Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:34:59 [2020-12-15T02:34:59.190Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:35:01 [2020-12-15T02:35:01.264Z] ok  	github.com/docker/docker/builder/remotecontext	0.473s	coverage: 13.7% of statements
02:35:01 [2020-12-15T02:35:01.264Z] ok  	github.com/docker/docker/builder/remotecontext/git	4.602s	coverage: 86.3% of statements
02:35:01 [2020-12-15T02:35:01.305Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:35:01 [2020-12-15T02:35:01.594Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:35:02 [2020-12-15T02:35:02.835Z] ok  	github.com/docker/docker/builder/dockerfile	1.174s	coverage: 48.3% of statements
02:35:02 [2020-12-15T02:35:02.835Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
02:35:02 [2020-12-15T02:35:02.835Z] ?   	github.com/docker/docker/cli	[no test files]
02:35:02 [2020-12-15T02:35:02.835Z] ?   	github.com/docker/docker/cli/config	[no test files]
02:35:05 [2020-12-15T02:35:05.099Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:35:05 [2020-12-15T02:35:05.099Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:35:05 [2020-12-15T02:35:05.600Z] ok  	github.com/docker/docker/client	0.549s	coverage: 75.4% of statements
02:35:07 [2020-12-15T02:35:07.240Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.34s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.50s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.50s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.52s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.53s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.35s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.34s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.02s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.23s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.31s)
02:35:07 [2020-12-15T02:35:07.240Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.36s)
02:35:07 [2020-12-15T02:35:07.240Z] === RUN   TestCgroupNamespacesRun
02:35:08 [2020-12-15T02:35:08.740Z] --- PASS: TestCgroupNamespacesRun (1.76s)
02:35:08 [2020-12-15T02:35:08.740Z] === RUN   TestCgroupNamespacesRunPrivileged
02:35:10 [2020-12-15T02:35:10.244Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s)
02:35:10 [2020-12-15T02:35:10.244Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
02:35:12 [2020-12-15T02:35:12.302Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.84s)
02:35:12 [2020-12-15T02:35:12.302Z] === RUN   TestCgroupNamespacesRunHostMode
02:35:14 [2020-12-15T02:35:14.359Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s)
02:35:14 [2020-12-15T02:35:14.359Z] === RUN   TestCgroupNamespacesRunPrivateMode
02:35:15 [2020-12-15T02:35:15.865Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s)
02:35:15 [2020-12-15T02:35:15.865Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
02:35:17 [2020-12-15T02:35:17.366Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.65s)
02:35:17 [2020-12-15T02:35:17.366Z] === RUN   TestCgroupNamespacesRunInvalidMode
02:35:18 [2020-12-15T02:35:18.398Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.85s)
02:35:18 [2020-12-15T02:35:18.398Z] === RUN   TestCgroupNamespacesRunOlderClient
02:35:19 [2020-12-15T02:35:19.023Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
02:35:19 [2020-12-15T02:35:19.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
02:35:19 [2020-12-15T02:35:19.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
02:35:19 [2020-12-15T02:35:19.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
02:35:19 [2020-12-15T02:35:19.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
02:35:19 [2020-12-15T02:35:19.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
02:35:20 [2020-12-15T02:35:20.455Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s)
02:35:20 [2020-12-15T02:35:20.455Z] === RUN   TestKernelTCPMemory
02:35:21 [2020-12-15T02:35:21.083Z] --- PASS: TestKernelTCPMemory (0.91s)
02:35:21 [2020-12-15T02:35:21.083Z] === RUN   TestNISDomainname
02:35:22 [2020-12-15T02:35:22.113Z] --- PASS: TestNISDomainname (1.08s)
02:35:22 [2020-12-15T02:35:22.113Z] === RUN   TestHostnameDnsResolution
02:35:22 [2020-12-15T02:35:22.892Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
02:35:24 [2020-12-15T02:35:24.173Z] --- PASS: TestHostnameDnsResolution (1.77s)
02:35:24 [2020-12-15T02:35:24.173Z] === RUN   TestStats
02:35:24 [2020-12-15T02:35:24.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
02:35:25 [2020-12-15T02:35:25.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
02:35:26 [2020-12-15T02:35:26.227Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
02:35:26 [2020-12-15T02:35:26.891Z] --- PASS: TestStats (2.95s)
02:35:26 [2020-12-15T02:35:26.891Z] === RUN   TestStopContainerWithTimeout
02:35:26 [2020-12-15T02:35:26.891Z] === RUN   TestStopContainerWithTimeout/0
02:35:26 [2020-12-15T02:35:26.891Z] === PAUSE TestStopContainerWithTimeout/0
02:35:26 [2020-12-15T02:35:26.891Z] === RUN   TestStopContainerWithTimeout/1
02:35:26 [2020-12-15T02:35:26.891Z] === PAUSE TestStopContainerWithTimeout/1
02:35:26 [2020-12-15T02:35:26.891Z] === RUN   TestStopContainerWithTimeout/3
02:35:26 [2020-12-15T02:35:26.891Z] === PAUSE TestStopContainerWithTimeout/3
02:35:26 [2020-12-15T02:35:26.891Z] === RUN   TestStopContainerWithTimeout/-1
02:35:26 [2020-12-15T02:35:26.891Z] === PAUSE TestStopContainerWithTimeout/-1
02:35:26 [2020-12-15T02:35:26.891Z] === CONT  TestStopContainerWithTimeout/0
02:35:26 [2020-12-15T02:35:26.891Z] === CONT  TestStopContainerWithTimeout/3
02:35:27 [2020-12-15T02:35:27.610Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
02:35:27 [2020-12-15T02:35:27.919Z] === CONT  TestStopContainerWithTimeout/-1
02:35:28 [2020-12-15T02:35:28.552Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
02:35:29 [2020-12-15T02:35:29.976Z] === CONT  TestStopContainerWithTimeout/1
02:35:30 [2020-12-15T02:35:30.463Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
02:35:31 [2020-12-15T02:35:31.406Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
02:35:32 [2020-12-15T02:35:32.034Z] --- PASS: TestStopContainerWithTimeout (0.01s)
02:35:32 [2020-12-15T02:35:32.034Z]     --- PASS: TestStopContainerWithTimeout/0 (1.12s)
02:35:32 [2020-12-15T02:35:32.034Z]     --- PASS: TestStopContainerWithTimeout/3 (3.01s)
02:35:32 [2020-12-15T02:35:32.034Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.90s)
02:35:32 [2020-12-15T02:35:32.034Z]     --- PASS: TestStopContainerWithTimeout/1 (1.95s)
02:35:32 [2020-12-15T02:35:32.034Z] === RUN   TestDeleteDevicemapper
02:35:32 [2020-12-15T02:35:32.034Z] --- SKIP: TestDeleteDevicemapper (0.00s)
02:35:32 [2020-12-15T02:35:32.034Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:35:32 [2020-12-15T02:35:32.034Z] === RUN   TestStopContainerWithRestartPolicyAlways
02:35:32 [2020-12-15T02:35:32.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
02:35:33 [2020-12-15T02:35:33.731Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
02:35:33 [2020-12-15T02:35:33.731Z] Using test binary docker
02:35:33 [2020-12-15T02:35:33.731Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
02:35:33 [2020-12-15T02:35:33.731Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:35:33 [2020-12-15T02:35:33.731Z] INFO: Waiting for daemon to start...
02:35:33 [2020-12-15T02:35:33.731Z] Starting dockerd
02:35:35 [2020-12-15T02:35:35.540Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.45s)
02:35:35 [2020-12-15T02:35:35.540Z] === RUN   TestUpdateMemory
02:35:35 [2020-12-15T02:35:35.540Z] --- SKIP: TestUpdateMemory (0.00s)
02:35:35 [2020-12-15T02:35:35.540Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
02:35:35 [2020-12-15T02:35:35.540Z] === RUN   TestUpdateCPUQuota
02:35:36 [2020-12-15T02:35:36.270Z] .
02:35:36 [2020-12-15T02:35:36.270Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
02:35:36 [2020-12-15T02:35:36.530Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
02:35:36 [2020-12-15T02:35:36.531Z] Error: No such image: emptyfs
02:35:36 [2020-12-15T02:35:36.531Z] Running integration-test (iteration 1)
02:35:36 [2020-12-15T02:35:36.531Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
02:35:36 [2020-12-15T02:35:36.568Z] --- PASS: TestUpdateCPUQuota (1.37s)
02:35:36 [2020-12-15T02:35:36.568Z] === RUN   TestUpdatePidsLimit
02:35:36 [2020-12-15T02:35:36.568Z] === RUN   TestUpdatePidsLimit/update_from_none
02:35:36 [2020-12-15T02:35:36.857Z] === RUN   TestUpdatePidsLimit/no_change
02:35:37 [2020-12-15T02:35:37.486Z] === RUN   TestUpdatePidsLimit/update_lower
02:35:37 [2020-12-15T02:35:37.775Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
02:35:38 [2020-12-15T02:35:38.065Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
02:35:38 [2020-12-15T02:35:38.694Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
02:35:38 [2020-12-15T02:35:38.984Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
02:35:40 [2020-12-15T02:35:40.487Z] --- PASS: TestUpdatePidsLimit (3.61s)
02:35:40 [2020-12-15T02:35:40.487Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.39s)
02:35:40 [2020-12-15T02:35:40.487Z]     --- PASS: TestUpdatePidsLimit/no_change (0.38s)
02:35:40 [2020-12-15T02:35:40.487Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.37s)
02:35:40 [2020-12-15T02:35:40.487Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s)
02:35:40 [2020-12-15T02:35:40.487Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s)
02:35:40 [2020-12-15T02:35:40.487Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.39s)
02:35:40 [2020-12-15T02:35:40.487Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s)
02:35:40 [2020-12-15T02:35:40.487Z] === RUN   TestUpdateRestartPolicy
02:35:45 [2020-12-15T02:35:45.043Z] ok  	github.com/docker/docker/cmd/dockerd	0.239s	coverage: 29.2% of statements
02:35:45 [2020-12-15T02:35:45.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
02:35:45 [2020-12-15T02:35:45.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
02:35:49 [2020-12-15T02:35:49.549Z] ok  	github.com/docker/docker/container	0.188s	coverage: 34.7% of statements
02:35:49 [2020-12-15T02:35:49.549Z] ?   	github.com/docker/docker/container/stream	[no test files]
02:35:49 [2020-12-15T02:35:49.549Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
02:35:49 [2020-12-15T02:35:49.549Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
02:35:49 [2020-12-15T02:35:49.549Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
02:35:51 [2020-12-15T02:35:51.430Z] Loaded image: buildpack-deps:buster
02:35:51 [2020-12-15T02:35:51.430Z] Loaded image: busybox:latest
02:35:51 [2020-12-15T02:35:51.430Z] Loaded image: busybox:glibc
02:35:51 [2020-12-15T02:35:51.430Z] Loaded image: debian:buster
02:35:51 [2020-12-15T02:35:51.430Z] Loaded image: hello-world:latest
02:35:51 [2020-12-15T02:35:51.430Z] Loaded image: arm32v7/hello-world:latest
02:35:51 [2020-12-15T02:35:51.430Z] INFO: Testing against a local daemon
02:35:51 [2020-12-15T02:35:51.430Z] === RUN   TestCgroupNamespacesBuild
02:35:51 [2020-12-15T02:35:51.662Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.018s	coverage: 65.3% of statements
02:35:52 [2020-12-15T02:35:52.444Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
02:35:52 [2020-12-15T02:35:52.444Z] 
02:35:52 [2020-12-15T02:35:52.444Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
02:35:52 [2020-12-15T02:35:52.444Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
02:35:52 [2020-12-15T02:35:52.444Z] Using test binary docker
02:35:52 [2020-12-15T02:35:52.444Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
02:35:52 [2020-12-15T02:35:52.444Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:35:52 [2020-12-15T02:35:52.444Z] INFO: Waiting for daemon to start...
02:35:52 [2020-12-15T02:35:52.444Z] Starting dockerd
02:35:52 [2020-12-15T02:35:52.444Z] .
02:35:52 [2020-12-15T02:35:52.444Z] INFO: Building docker-sdk-python3:4.3.0...
02:35:53 [2020-12-15T02:35:53.337Z] --- PASS: TestCgroupNamespacesBuild (3.48s)
02:35:53 [2020-12-15T02:35:53.337Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
02:35:55 [2020-12-15T02:35:55.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
02:35:55 [2020-12-15T02:35:55.817Z] --- PASS: TestUpdateRestartPolicy (13.06s)
02:35:55 [2020-12-15T02:35:55.817Z] === RUN   TestUpdateRestartWithAutoRemove
02:35:55 [2020-12-15T02:35:55.817Z] --- PASS: TestUpdateRestartWithAutoRemove (0.89s)
02:35:55 [2020-12-15T02:35:55.817Z] === RUN   TestWaitNonBlocked
02:35:55 [2020-12-15T02:35:55.817Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
02:35:55 [2020-12-15T02:35:55.817Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
02:35:55 [2020-12-15T02:35:55.817Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
02:35:55 [2020-12-15T02:35:55.817Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
02:35:55 [2020-12-15T02:35:55.817Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
02:35:55 [2020-12-15T02:35:55.817Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
02:35:55 [2020-12-15T02:35:55.817Z] --- PASS: TestWaitNonBlocked (0.01s)
02:35:55 [2020-12-15T02:35:55.817Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s)
02:35:55 [2020-12-15T02:35:55.817Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s)
02:35:55 [2020-12-15T02:35:55.817Z] === RUN   TestWaitBlocked
02:35:55 [2020-12-15T02:35:55.817Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
02:35:55 [2020-12-15T02:35:55.817Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
02:35:55 [2020-12-15T02:35:55.817Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
02:35:55 [2020-12-15T02:35:55.817Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
02:35:55 [2020-12-15T02:35:55.817Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
02:35:55 [2020-12-15T02:35:55.817Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
02:35:55 [2020-12-15T02:35:55.876Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.22s)
02:35:55 [2020-12-15T02:35:55.876Z] === RUN   TestBuildWithSession
02:35:55 [2020-12-15T02:35:55.876Z] --- SKIP: TestBuildWithSession (0.00s)
02:35:55 [2020-12-15T02:35:55.876Z]     build_session_test.go:25: TODO: BuildKit
02:35:55 [2020-12-15T02:35:55.876Z] === RUN   TestBuildSquashParent
02:35:56 [2020-12-15T02:35:56.846Z] --- PASS: TestWaitBlocked (0.01s)
02:35:56 [2020-12-15T02:35:56.846Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s)
02:35:56 [2020-12-15T02:35:56.846Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.23s)
02:35:56 [2020-12-15T02:35:56.846Z] === CONT  TestContainerStartOnDaemonRestart
02:35:56 [2020-12-15T02:35:56.846Z] === CONT  TestIpcModeOlderClient
02:35:56 [2020-12-15T02:35:56.846Z] --- PASS: TestIpcModeOlderClient (0.19s)
02:35:56 [2020-12-15T02:35:56.846Z] === CONT  TestDaemonHostGatewayIP
02:35:58 [2020-12-15T02:35:58.629Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.032s	coverage: 35.9% of statements
02:35:59 [2020-12-15T02:35:59.564Z] --- PASS: TestContainerStartOnDaemonRestart (2.91s)
02:35:59 [2020-12-15T02:35:59.564Z] === CONT  TestContainerKillOnDaemonStart
02:36:00 [2020-12-15T02:36:00.193Z] --- PASS: TestDaemonHostGatewayIP (3.46s)
02:36:00 [2020-12-15T02:36:00.193Z] === CONT  TestDaemonRestartIpcMode
02:36:00 [2020-12-15T02:36:00.720Z] ok  	github.com/docker/docker/daemon/cluster	0.166s	coverage: 0.5% of statements
02:36:02 [2020-12-15T02:36:02.470Z] --- PASS: TestBuildSquashParent (6.86s)
02:36:02 [2020-12-15T02:36:02.470Z] === RUN   TestBuildWithRemoveAndForceRemove
02:36:02 [2020-12-15T02:36:02.470Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:36:02 [2020-12-15T02:36:02.470Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:36:02 [2020-12-15T02:36:02.470Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:36:02 [2020-12-15T02:36:02.470Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:36:02 [2020-12-15T02:36:02.470Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:36:02 [2020-12-15T02:36:02.470Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:36:02 [2020-12-15T02:36:02.470Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:36:02 [2020-12-15T02:36:02.470Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:36:02 [2020-12-15T02:36:02.470Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:36:02 [2020-12-15T02:36:02.470Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:36:02 [2020-12-15T02:36:02.470Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:36:02 [2020-12-15T02:36:02.470Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:36:02 [2020-12-15T02:36:02.470Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:36:02 [2020-12-15T02:36:02.470Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:36:03 [2020-12-15T02:36:03.901Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:36:04 [2020-12-15T02:36:04.330Z] ok  	github.com/docker/docker/daemon/discovery	0.033s	coverage: 30.0% of statements
02:36:04 [2020-12-15T02:36:04.627Z] --- PASS: TestDaemonRestartIpcMode (3.71s)
02:36:04 [2020-12-15T02:36:04.846Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:36:05 [2020-12-15T02:36:05.788Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:36:05 [2020-12-15T02:36:05.788Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:36:06 [2020-12-15T02:36:06.441Z] ok  	github.com/docker/docker/daemon/config	0.085s	coverage: 81.8% of statements
02:36:06 [2020-12-15T02:36:06.441Z] ok  	github.com/docker/docker/daemon/events	0.066s	coverage: 50.0% of statements
02:36:08 [2020-12-15T02:36:08.327Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
02:36:08 [2020-12-15T02:36:08.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.35s)
02:36:08 [2020-12-15T02:36:08.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.31s)
02:36:08 [2020-12-15T02:36:08.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.03s)
02:36:08 [2020-12-15T02:36:08.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.17s)
02:36:08 [2020-12-15T02:36:08.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.16s)
02:36:08 [2020-12-15T02:36:08.327Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.11s)
02:36:08 [2020-12-15T02:36:08.327Z] === RUN   TestBuildMultiStageCopy
02:36:08 [2020-12-15T02:36:08.327Z] === RUN   TestBuildMultiStageCopy/copy_to_root
02:36:09 [2020-12-15T02:36:09.197Z] ok  	github.com/docker/docker/daemon/graphdriver	0.007s	coverage: 2.2% of statements
02:36:09 [2020-12-15T02:36:09.443Z] Removing intermediate container 6ed3e55d40fd
02:36:09 [2020-12-15T02:36:09.443Z]  ---> b576a062dcc6
02:36:09 [2020-12-15T02:36:09.443Z] 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
02:36:09 [2020-12-15T02:36:09.443Z]  ---> Running in ccb0fb2b15f2
02:36:09 [2020-12-15T02:36:09.443Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
02:36:09 [2020-12-15T02:36:09.443Z] go: finding gotest.tools v0.5.3
02:36:09 [2020-12-15T02:36:09.443Z] go: finding gotest.tools/gotestsum v0.5.3
02:36:09 [2020-12-15T02:36:09.443Z] go: downloading gotest.tools/gotestsum v0.5.3
02:36:09 [2020-12-15T02:36:09.904Z] go: extracting gotest.tools/gotestsum v0.5.3
02:36:10 [2020-12-15T02:36:10.364Z] go: downloading github.com/spf13/pflag v1.0.3
02:36:10 [2020-12-15T02:36:10.364Z] go: downloading github.com/fatih/color v1.9.0
02:36:10 [2020-12-15T02:36:10.364Z] go: extracting github.com/fatih/color v1.9.0
02:36:10 [2020-12-15T02:36:10.364Z] go: extracting github.com/spf13/pflag v1.0.3
02:36:10 [2020-12-15T02:36:10.364Z] go: downloading github.com/pkg/errors v0.9.1
02:36:10 [2020-12-15T02:36:10.364Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:36:10 [2020-12-15T02:36:10.364Z] go: extracting github.com/pkg/errors v0.9.1
02:36:10 [2020-12-15T02:36:10.364Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:36:10 [2020-12-15T02:36:10.364Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:36:10 [2020-12-15T02:36:10.824Z] go: downloading github.com/mattn/go-colorable v0.1.6
02:36:10 [2020-12-15T02:36:10.824Z] go: extracting github.com/mattn/go-colorable v0.1.6
02:36:10 [2020-12-15T02:36:10.824Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:36:10 [2020-12-15T02:36:10.824Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:36:10 [2020-12-15T02:36:10.824Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:36:10 [2020-12-15T02:36:10.824Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:36:10 [2020-12-15T02:36:10.824Z] go: downloading github.com/jonboulle/clockwork v0.1.0
02:36:10 [2020-12-15T02:36:10.824Z] go: downloading github.com/mattn/go-isatty v0.0.12
02:36:10 [2020-12-15T02:36:10.824Z] go: extracting github.com/mattn/go-isatty v0.0.12
02:36:10 [2020-12-15T02:36:10.824Z] go: extracting github.com/jonboulle/clockwork v0.1.0
02:36:10 [2020-12-15T02:36:10.824Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:36:10 [2020-12-15T02:36:10.824Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:36:11 [2020-12-15T02:36:11.285Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:36:11 [2020-12-15T02:36:11.624Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
02:36:11 [2020-12-15T02:36:11.941Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.006s	coverage: 2.9% of statements
02:36:11 [2020-12-15T02:36:11.941Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.489s	coverage: 14.1% of statements
02:36:12 [2020-12-15T02:36:12.193Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
02:36:12 [2020-12-15T02:36:12.256Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
02:36:12 [2020-12-15T02:36:12.256Z] go: finding github.com/fatih/color v1.9.0
02:36:12 [2020-12-15T02:36:12.256Z] go: finding github.com/pkg/errors v0.9.1
02:36:12 [2020-12-15T02:36:12.256Z] go: finding github.com/spf13/pflag v1.0.3
02:36:12 [2020-12-15T02:36:12.256Z] go: finding github.com/mattn/go-colorable v0.1.6
02:36:12 [2020-12-15T02:36:12.256Z] go: finding github.com/mattn/go-isatty v0.0.12
02:36:12 [2020-12-15T02:36:12.716Z] go: finding github.com/jonboulle/clockwork v0.1.0
02:36:12 [2020-12-15T02:36:12.716Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58
02:36:12 [2020-12-15T02:36:12.716Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
02:36:12 [2020-12-15T02:36:12.716Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
02:36:12 [2020-12-15T02:36:12.716Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
02:36:12 [2020-12-15T02:36:12.993Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.741s	coverage: 57.1% of statements
02:36:13 [2020-12-15T02:36:13.084Z] --- PASS: TestContainerKillOnDaemonStart (12.35s)
02:36:13 [2020-12-15T02:36:13.084Z] PASS
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] === Skipped
02:36:13 [2020-12-15T02:36:13.084Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s)
02:36:13 [2020-12-15T02:36:13.084Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s)
02:36:13 [2020-12-15T02:36:13.084Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s)
02:36:13 [2020-12-15T02:36:13.084Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
02:36:13 [2020-12-15T02:36:13.084Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s)
02:36:13 [2020-12-15T02:36:13.084Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s)
02:36:13 [2020-12-15T02:36:13.084Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] 
02:36:13 [2020-12-15T02:36:13.084Z] DONE 195 tests, 6 skipped in 157.412s
02:36:13 [2020-12-15T02:36:13.084Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m 
02:36:13 [2020-12-15T02:36:13.084Z] ++ 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
02:36:13 [2020-12-15T02:36:13.084Z] ++ set -e
02:36:13 [2020-12-15T02:36:13.084Z] ++ '[' -n 0 ']'
02:36:13 [2020-12-15T02:36:13.084Z] ++ set -x
02:36:13 [2020-12-15T02:36:13.084Z] ++ 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
02:36:13 [2020-12-15T02:36:13.084Z] INFO: Testing against a local daemon
02:36:13 [2020-12-15T02:36:13.084Z] === RUN   TestCommitInheritsEnv
02:36:13 [2020-12-15T02:36:13.084Z] --- PASS: TestCommitInheritsEnv (0.65s)
02:36:13 [2020-12-15T02:36:13.084Z] === RUN   TestImportExtremelyLargeImageWorks
02:36:13 [2020-12-15T02:36:13.084Z] === PAUSE TestImportExtremelyLargeImageWorks
02:36:13 [2020-12-15T02:36:13.084Z] === RUN   TestImagesFilterMultiReference
02:36:13 [2020-12-15T02:36:13.084Z] --- PASS: TestImagesFilterMultiReference (0.04s)
02:36:13 [2020-12-15T02:36:13.084Z] === RUN   TestImagePullPlatformInvalid
02:36:13 [2020-12-15T02:36:13.084Z] --- PASS: TestImagePullPlatformInvalid (0.01s)
02:36:13 [2020-12-15T02:36:13.084Z] === RUN   TestRemoveImageOrphaning
02:36:13 [2020-12-15T02:36:13.132Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
02:36:13 [2020-12-15T02:36:13.374Z] --- PASS: TestRemoveImageOrphaning (0.60s)
02:36:13 [2020-12-15T02:36:13.374Z] === RUN   TestRemoveImageGarbageCollector
02:36:13 [2020-12-15T02:36:13.374Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
02:36:13 [2020-12-15T02:36:13.374Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:36:13 [2020-12-15T02:36:13.374Z] === RUN   TestTagUnprefixedRepoByNameOrName
02:36:13 [2020-12-15T02:36:13.374Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
02:36:13 [2020-12-15T02:36:13.374Z] === RUN   TestTagInvalidReference
02:36:13 [2020-12-15T02:36:13.665Z] --- PASS: TestTagInvalidReference (0.01s)
02:36:13 [2020-12-15T02:36:13.665Z] === RUN   TestTagValidPrefixedRepo
02:36:13 [2020-12-15T02:36:13.665Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
02:36:13 [2020-12-15T02:36:13.665Z] === RUN   TestTagExistedNameWithoutForce
02:36:13 [2020-12-15T02:36:13.665Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
02:36:13 [2020-12-15T02:36:13.665Z] === RUN   TestTagOfficialNames
02:36:13 [2020-12-15T02:36:13.665Z] --- PASS: TestTagOfficialNames (0.03s)
02:36:13 [2020-12-15T02:36:13.665Z] === RUN   TestTagMatchesDigest
02:36:13 [2020-12-15T02:36:13.665Z] --- PASS: TestTagMatchesDigest (0.01s)
02:36:13 [2020-12-15T02:36:13.665Z] === CONT  TestImportExtremelyLargeImageWorks
02:36:14 [2020-12-15T02:36:14.070Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
02:36:14 [2020-12-15T02:36:14.493Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
02:36:14 [2020-12-15T02:36:14.493Z] 
02:36:14 [2020-12-15T02:36:14.493Z] ---> Making bundle: test-integration (in bundles/test-integration)
02:36:14 [2020-12-15T02:36:14.493Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
02:36:14 [2020-12-15T02:36:14.493Z] HOSTNAME=a70eaa76b0d4
02:36:14 [2020-12-15T02:36:14.493Z] TESTDEBUG=0
02:36:14 [2020-12-15T02:36:14.493Z] DEST=bundles/test-integration
02:36:14 [2020-12-15T02:36:14.493Z] PWD=/go/src/github.com/docker/docker
02:36:14 [2020-12-15T02:36:14.493Z] DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a
02:36:14 [2020-12-15T02:36:14.493Z] container=docker
02:36:14 [2020-12-15T02:36:14.493Z] HOME=/root
02:36:14 [2020-12-15T02:36:14.493Z] GOLANG_VERSION=1.13.15
02:36:14 [2020-12-15T02:36:14.493Z] VALIDATE_REPO=https://github.com/moby/moby.git
02:36:14 [2020-12-15T02:36:14.493Z] VALIDATE_BRANCH=master
02:36:14 [2020-12-15T02:36:14.493Z] TERM=xterm
02:36:14 [2020-12-15T02:36:14.493Z] DOCKER_PKG=github.com/docker/docker
02:36:14 [2020-12-15T02:36:14.493Z] SHLVL=1
02:36:14 [2020-12-15T02:36:14.493Z] TIMEOUT=120m
02:36:14 [2020-12-15T02:36:14.493Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
02:36:14 [2020-12-15T02:36:14.493Z] DOCKER_GRAPHDRIVER=overlay2
02:36:14 [2020-12-15T02:36:14.493Z] GO111MODULE=off
02:36:14 [2020-12-15T02:36:14.493Z] DOCKER_EXPERIMENTAL=1
02:36:14 [2020-12-15T02:36:14.493Z] TEST_SKIP_INTEGRATION_CLI=1
02:36:14 [2020-12-15T02:36:14.493Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:36:14 [2020-12-15T02:36:14.493Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
02:36:14 [2020-12-15T02:36:14.493Z] GOPATH=/go
02:36:14 [2020-12-15T02:36:14.493Z] PKG_CONFIG=pkg-config
02:36:14 [2020-12-15T02:36:14.493Z] _=/usr/bin/env
02:36:14 [2020-12-15T02:36:14.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
02:36:15 [2020-12-15T02:36:15.450Z] --- PASS: TestBuildMultiStageCopy (7.25s)
02:36:15 [2020-12-15T02:36:15.450Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.25s)
02:36:15 [2020-12-15T02:36:15.450Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
02:36:15 [2020-12-15T02:36:15.450Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s)
02:36:15 [2020-12-15T02:36:15.450Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
02:36:15 [2020-12-15T02:36:15.450Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
02:36:15 [2020-12-15T02:36:15.450Z] === RUN   TestBuildMultiStageParentConfig
02:36:15 [2020-12-15T02:36:15.743Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.8% of statements
02:36:16 [2020-12-15T02:36:16.463Z] INFO: Build done for gotestsum...
02:36:17 [2020-12-15T02:36:17.298Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	7.944s	coverage: 69.2% of statements
02:36:17 [2020-12-15T02:36:17.592Z] ok  	github.com/docker/docker/daemon	12.310s	coverage: 17.2% of statements
02:36:17 [2020-12-15T02:36:17.592Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
02:36:17 [2020-12-15T02:36:17.592Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
02:36:17 [2020-12-15T02:36:17.592Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
02:36:17 [2020-12-15T02:36:17.592Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
02:36:19 [2020-12-15T02:36:19.118Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	3.740s	coverage: 46.2% of statements
02:36:19 [2020-12-15T02:36:19.118Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
02:36:19 [2020-12-15T02:36:19.764Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	2.257s	coverage: 49.5% of statements
02:36:20 [2020-12-15T02:36:20.725Z] --- PASS: TestBuildMultiStageParentConfig (4.99s)
02:36:20 [2020-12-15T02:36:20.725Z] === RUN   TestBuildLabelWithTargets
02:36:21 [2020-12-15T02:36:21.294Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.052s	coverage: 58.0% of statements
02:36:22 [2020-12-15T02:36:22.345Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.022s	coverage: 3.0% of statements
02:36:22 [2020-12-15T02:36:22.345Z] ok  	github.com/docker/docker/daemon/links	0.012s	coverage: 93.0% of statements
02:36:25 [2020-12-15T02:36:25.913Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	5.116s	coverage: 52.1% of statements
02:36:25 [2020-12-15T02:36:25.913Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
02:36:25 [2020-12-15T02:36:25.913Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
02:36:26 [2020-12-15T02:36:26.210Z] ok  	github.com/docker/docker/daemon/logger	0.244s	coverage: 41.0% of statements
02:36:26 [2020-12-15T02:36:26.210Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.399s	coverage: 77.8% of statements
02:36:27 [2020-12-15T02:36:27.271Z] ok  	github.com/docker/docker/daemon/images	0.070s	coverage: 6.5% of statements
02:36:27 [2020-12-15T02:36:27.271Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
02:36:27 [2020-12-15T02:36:27.271Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
02:36:27 [2020-12-15T02:36:27.271Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
02:36:27 [2020-12-15T02:36:27.271Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
02:36:27 [2020-12-15T02:36:27.926Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.024s	coverage: 67.0% of statements
02:36:28 [2020-12-15T02:36:28.571Z] ok  	github.com/docker/docker/daemon/logger/journald	0.007s	coverage: 23.9% of statements
02:36:28 [2020-12-15T02:36:28.853Z] --- PASS: TestBuildLabelWithTargets (8.00s)
02:36:28 [2020-12-15T02:36:28.853Z] === RUN   TestBuildWithEmptyLayers
02:36:28 [2020-12-15T02:36:28.867Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.032s	coverage: 87.2% of statements
02:36:29 [2020-12-15T02:36:29.510Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.031s	coverage: 61.6% of statements
02:36:31 [2020-12-15T02:36:31.062Z] ok  	github.com/docker/docker/daemon/logger/local	0.038s	coverage: 75.2% of statements
02:36:31 [2020-12-15T02:36:31.062Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
02:36:31 [2020-12-15T02:36:31.391Z] --- PASS: TestBuildWithEmptyLayers (3.00s)
02:36:31 [2020-12-15T02:36:31.391Z] === RUN   TestBuildMultiStageOnBuild
02:36:31 [2020-12-15T02:36:31.704Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.047s	coverage: 33.3% of statements
02:36:32 [2020-12-15T02:36:32.002Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.097s	coverage: 57.5% of statements
02:36:32 [2020-12-15T02:36:32.641Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
02:36:33 [2020-12-15T02:36:33.055Z] ok  	github.com/docker/docker/daemon/logger/templates	0.024s	coverage: 8.3% of statements
02:36:33 [2020-12-15T02:36:33.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
02:36:34 [2020-12-15T02:36:34.108Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.010s	coverage: 46.8% of statements
02:36:34 [2020-12-15T02:36:34.166Z] Removing intermediate container ccb0fb2b15f2
02:36:34 [2020-12-15T02:36:34.166Z]  ---> 967f4f4192d4
02:36:34 [2020-12-15T02:36:34.166Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
02:36:34 [2020-12-15T02:36:34.166Z]  ---> Running in 33298c31baa3
02:36:34 [2020-12-15T02:36:34.166Z] Removing intermediate container 33298c31baa3
02:36:34 [2020-12-15T02:36:34.166Z]  ---> 852de06f4250
02:36:34 [2020-12-15T02:36:34.166Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
02:36:34 [2020-12-15T02:36:34.166Z]  ---> Running in 15326ce462a4
02:36:34 [2020-12-15T02:36:34.166Z] Removing intermediate container 15326ce462a4
02:36:34 [2020-12-15T02:36:34.166Z]  ---> 649650d89b27
02:36:34 [2020-12-15T02:36:34.166Z] Step 10/10 : COPY . .
02:36:35 [2020-12-15T02:36:35.633Z] ok  	github.com/docker/docker/daemon/network	0.009s	coverage: 63.8% of statements
02:36:35 [2020-12-15T02:36:35.928Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.475s	coverage: 82.5% of statements
02:36:35 [2020-12-15T02:36:35.928Z] ?   	github.com/docker/docker/daemon/names	[no test files]
02:36:35 [2020-12-15T02:36:35.928Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
02:36:36 [2020-12-15T02:36:36.522Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
02:36:36 [2020-12-15T02:36:36.666Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
02:36:36 [2020-12-15T02:36:36.666Z] === RUN   TestBuildUncleanTarFilenames
02:36:36 [2020-12-15T02:36:36.926Z] --- PASS: TestBuildUncleanTarFilenames (0.70s)
02:36:36 [2020-12-15T02:36:36.926Z] === RUN   TestBuildMultiStageLayerLeak
02:36:38 [2020-12-15T02:36:38.033Z] ok  	github.com/docker/docker/distribution/metadata	0.137s	coverage: 48.2% of statements
02:36:39 [2020-12-15T02:36:39.061Z] sha256:51a049fc0158c4dd30d9f914719e7e2d04e6b7ec293bc7c1e543f11deb33137a
02:36:39 [2020-12-15T02:36:39.061Z] INFO: Starting docker-py tests...
02:36:39 [2020-12-15T02:36:39.061Z] ============================= test session starts ==============================
02:36:39 [2020-12-15T02:36:39.061Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
02:36:39 [2020-12-15T02:36:39.061Z] rootdir: /src, inifile: pytest.ini
02:36:39 [2020-12-15T02:36:39.061Z] plugins: timeout-1.3.3, cov-2.6.1
02:36:39 [2020-12-15T02:36:39.061Z] collected 389 items / 1 deselected / 388 selected
02:36:39 [2020-12-15T02:36:39.061Z] 
02:36:39 [2020-12-15T02:36:39.082Z] ok  	github.com/docker/docker/errdefs	0.025s	coverage: 53.1% of statements
02:36:39 [2020-12-15T02:36:39.725Z] ok  	github.com/docker/docker/distribution	0.445s	coverage: 25.1% of statements
02:36:39 [2020-12-15T02:36:39.725Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
02:36:41 [2020-12-15T02:36:41.122Z] --- PASS: TestBuildMultiStageLayerLeak (4.30s)
02:36:41 [2020-12-15T02:36:41.122Z] === RUN   TestBuildWithHugeFile
02:36:41 [2020-12-15T02:36:41.847Z] ok  	github.com/docker/docker/image	0.048s	coverage: 86.4% of statements
02:36:41 [2020-12-15T02:36:41.847Z] ok  	github.com/docker/docker/distribution/xfer	1.691s	coverage: 85.1% of statements
02:36:41 [2020-12-15T02:36:41.847Z] ?   	github.com/docker/docker/dockerversion	[no test files]
02:36:42 [2020-12-15T02:36:42.142Z] ok  	github.com/docker/docker/image/cache	0.037s	coverage: 19.2% of statements
02:36:42 [2020-12-15T02:36:42.142Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
02:36:42 [2020-12-15T02:36:42.438Z] ok  	github.com/docker/docker/image/v1	0.029s	coverage: 25.0% of statements
02:36:42 [2020-12-15T02:36:42.438Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
02:36:43 [2020-12-15T02:36:43.083Z] ok  	github.com/docker/docker/libcontainerd/queue	0.039s	coverage: 100.0% of statements
02:36:45 [2020-12-15T02:36:45.179Z] ok  	github.com/docker/docker/pkg/aaparser	0.021s	coverage: 52.9% of statements
02:36:45 [2020-12-15T02:36:45.179Z] ok  	github.com/docker/docker/opts	0.057s	coverage: 67.1% of statements
02:36:45 [2020-12-15T02:36:45.523Z] ok  	github.com/docker/docker/oci	0.028s	coverage: 8.2% of statements
02:36:47 [2020-12-15T02:36:47.076Z] ok  	github.com/docker/docker/pkg/broadcaster	0.030s	coverage: 100.0% of statements
02:36:48 [2020-12-15T02:36:48.128Z] ok  	github.com/docker/docker/pkg/capabilities	0.007s	coverage: 87.5% of statements
02:36:48 [2020-12-15T02:36:48.128Z] ok  	github.com/docker/docker/pkg/authorization	0.526s	coverage: 68.3% of statements
02:36:49 [2020-12-15T02:36:49.185Z] ok  	github.com/docker/docker/pkg/directory	0.022s	coverage: 80.0% of statements
02:36:49 [2020-12-15T02:36:49.835Z] ok  	github.com/docker/docker/pkg/archive	1.149s	coverage: 77.3% of statements
02:36:50 [2020-12-15T02:36:50.134Z] ok  	github.com/docker/docker/pkg/discovery	0.006s	coverage: 58.3% of statements
02:36:51 [2020-12-15T02:36:51.254Z] ok  	github.com/docker/docker/pkg/discovery/file	0.040s	coverage: 97.6% of statements
02:36:51 [2020-12-15T02:36:51.749Z] tests/integration/api_build_test.py .......................X             [  6%]
02:36:51 [2020-12-15T02:36:51.894Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.004s	coverage: 92.3% of statements
02:36:52 [2020-12-15T02:36:52.310Z] tests/integration/api_client_test.py .....                               [  7%]
02:36:52 [2020-12-15T02:36:52.530Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
02:36:52 [2020-12-15T02:36:52.824Z] ok  	github.com/docker/docker/pkg/dmesg	0.004s	coverage: 83.3% of statements
02:36:53 [2020-12-15T02:36:53.864Z] ok  	github.com/docker/docker/pkg/chrootarchive	3.717s	coverage: 43.2% of statements
02:36:54 [2020-12-15T02:36:54.053Z] tests/integration/api_config_test.py .....                               [  8%]
02:36:54 [2020-12-15T02:36:54.158Z] ok  	github.com/docker/docker/pkg/filenotify	0.605s	coverage: 67.0% of statements
02:36:54 [2020-12-15T02:36:54.454Z] ok  	github.com/docker/docker/pkg/fileutils	0.016s	coverage: 89.5% of statements
02:36:55 [2020-12-15T02:36:55.112Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.096s	coverage: 84.1% of statements
02:36:55 [2020-12-15T02:36:55.112Z] ok  	github.com/docker/docker/pkg/fsutils	0.327s	coverage: 85.1% of statements
02:36:55 [2020-12-15T02:36:55.112Z] ok  	github.com/docker/docker/layer	8.080s	coverage: 68.8% of statements
02:36:55 [2020-12-15T02:36:55.112Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
02:36:55 [2020-12-15T02:36:55.112Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
02:36:55 [2020-12-15T02:36:55.112Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
02:36:55 [2020-12-15T02:36:55.112Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
02:36:55 [2020-12-15T02:36:55.112Z] ?   	github.com/docker/docker/oci/caps	[no test files]
02:36:55 [2020-12-15T02:36:55.112Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
02:36:55 [2020-12-15T02:36:55.112Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
02:36:55 [2020-12-15T02:36:55.754Z] ok  	github.com/docker/docker/pkg/homedir	0.029s	coverage: 11.4% of statements
02:36:56 [2020-12-15T02:36:56.802Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.036s	coverage: 91.7% of statements
02:36:56 [2020-12-15T02:36:56.802Z] ok  	github.com/docker/docker/pkg/longpath	0.032s	coverage: 100.0% of statements
02:36:57 [2020-12-15T02:36:57.849Z] ok  	github.com/docker/docker/pkg/idtools	0.777s	coverage: 70.1% of statements
02:36:57 [2020-12-15T02:36:57.849Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.004s	coverage: 85.7% of statements
02:36:57 [2020-12-15T02:36:57.849Z] ok  	github.com/docker/docker/pkg/ioutils	1.225s	coverage: 68.8% of statements
02:36:57 [2020-12-15T02:36:57.849Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
02:36:57 [2020-12-15T02:36:57.849Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
02:36:57 [2020-12-15T02:36:57.849Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
02:36:57 [2020-12-15T02:36:57.849Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
02:36:57 [2020-12-15T02:36:57.849Z] ok  	github.com/docker/docker/pkg/parsers	0.012s	coverage: 97.0% of statements
02:36:58 [2020-12-15T02:36:58.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
02:36:58 [2020-12-15T02:36:58.907Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.006s	coverage: 60.0% of statements
02:36:58 [2020-12-15T02:36:58.907Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.031s	coverage: 86.7% of statements
02:36:58 [2020-12-15T02:36:58.907Z] ok  	github.com/docker/docker/pkg/pidfile	0.005s	coverage: 82.4% of statements
02:36:58 [2020-12-15T02:36:58.907Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
02:36:58 [2020-12-15T02:36:58.907Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
02:36:59 [2020-12-15T02:36:59.083Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
02:36:59 [2020-12-15T02:36:59.326Z]  ---> 33bb94e69f6b
02:36:59 [2020-12-15T02:36:59.961Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.035s	coverage: 56.8% of statements
02:37:00 [2020-12-15T02:37:00.256Z] ok  	github.com/docker/docker/pkg/pools	0.007s	coverage: 88.2% of statements
02:37:00 [2020-12-15T02:37:00.294Z] Successfully built 33bb94e69f6b
02:37:00 [2020-12-15T02:37:00.295Z] Successfully tagged docker:latest
02:37:00 [2020-12-15T02:37:00.295Z] INFO: Image build ended at 12/15/2020 02:36:59. Duration:00:03:51.2439594
02:37:00 [2020-12-15T02:37:00.295Z] 
02:37:00 [2020-12-15T02:37:00.295Z] 
02:37:00 [2020-12-15T02:37:00.295Z] INFO: Building the test binaries at 12/15/2020 02:36:59...
02:37:00 [2020-12-15T02:37:00.471Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
02:37:00 [2020-12-15T02:37:00.912Z] ok  	github.com/docker/docker/pkg/progress	0.015s	coverage: 75.9% of statements
02:37:00 [2020-12-15T02:37:00.912Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.007s	coverage: 85.7% of statements
02:37:01 [2020-12-15T02:37:01.564Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
02:37:01 [2020-12-15T02:37:01.856Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
02:37:02 [2020-12-15T02:37:02.122Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
02:37:02 [2020-12-15T02:37:02.209Z] ok  	github.com/docker/docker/pkg/pubsub	1.131s	coverage: 75.0% of statements
02:37:02 [2020-12-15T02:37:02.209Z] ok  	github.com/docker/docker/pkg/stdcopy	0.009s	coverage: 100.0% of statements
02:37:03 [2020-12-15T02:37:03.267Z] ok  	github.com/docker/docker/pkg/streamformatter	0.008s	coverage: 66.2% of statements
02:37:03 [2020-12-15T02:37:03.267Z] ok  	github.com/docker/docker/pkg/stringid	0.016s	coverage: 70.6% of statements
02:37:03 [2020-12-15T02:37:03.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
02:37:04 [2020-12-15T02:37:04.807Z] ok  	github.com/docker/docker/pkg/system	0.027s	coverage: 36.9% of statements
02:37:04 [2020-12-15T02:37:04.990Z] INFO: make.ps1 starting at 12/15/2020 02:37:04
02:37:04 [2020-12-15T02:37:04.990Z] INFO: Git commit (a02553670e) assumed from DOCKER_GITCOMMIT environment variable
02:37:04 [2020-12-15T02:37:04.990Z] INFO: Invoking autogen...
02:37:05 [2020-12-15T02:37:05.105Z] ok  	github.com/docker/docker/pkg/sysinfo	0.011s	coverage: 53.8% of statements
02:37:05 [2020-12-15T02:37:05.404Z] ok  	github.com/docker/docker/pkg/signal	3.603s	coverage: 61.0% of statements
02:37:05 [2020-12-15T02:37:05.404Z] ok  	github.com/docker/docker/pkg/tailfile	0.119s	coverage: 88.6% of statements
02:37:05 [2020-12-15T02:37:05.960Z] INFO: Building daemon...
02:37:06 [2020-12-15T02:37:06.047Z] testing: warning: no tests to run
02:37:06 [2020-12-15T02:37:06.047Z] coverage: [no statements]
02:37:06 [2020-12-15T02:37:06.047Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: [no statements] [no tests to run]
02:37:06 [2020-12-15T02:37:06.342Z] ok  	github.com/docker/docker/pkg/tarsum	0.184s	coverage: 89.3% of statements
02:37:06 [2020-12-15T02:37:06.637Z] ok  	github.com/docker/docker/pkg/truncindex	0.107s	coverage: 91.5% of statements
02:37:06 [2020-12-15T02:37:06.637Z] ok  	github.com/docker/docker/pkg/urlutil	0.005s	coverage: 100.0% of statements
02:37:06 [2020-12-15T02:37:06.820Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
02:37:06 [2020-12-15T02:37:06.933Z] ok  	github.com/docker/docker/pkg/useragent	0.022s	coverage: 88.9% of statements
02:37:08 [2020-12-15T02:37:08.737Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
02:37:09 [2020-12-15T02:37:09.704Z] ok  	github.com/docker/docker/plugin/v2	0.008s	coverage: 14.5% of statements
02:37:09 [2020-12-15T02:37:09.704Z] ok  	github.com/docker/docker/profiles/seccomp	0.015s	coverage: 83.5% of statements
02:37:10 [2020-12-15T02:37:10.655Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
02:37:10 [2020-12-15T02:37:10.756Z] ok  	github.com/docker/docker/reference	0.020s	coverage: 84.4% of statements
02:37:11 [2020-12-15T02:37:11.052Z] ok  	github.com/docker/docker/plugin	0.572s	coverage: 23.2% of statements
02:37:11 [2020-12-15T02:37:11.228Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
02:37:12 [2020-12-15T02:37:12.581Z] ok  	github.com/docker/docker/quota	0.674s	coverage: 71.4% of statements
02:37:12 [2020-12-15T02:37:12.877Z] ok  	github.com/docker/docker/registry/resumable	0.023s	coverage: 100.0% of statements
02:37:13 [2020-12-15T02:37:13.144Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
02:37:13 [2020-12-15T02:37:13.522Z] ok  	github.com/docker/docker/restartmanager	0.020s	coverage: 45.3% of statements
02:37:14 [2020-12-15T02:37:14.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
02:37:14 [2020-12-15T02:37:14.165Z] ok  	github.com/docker/docker/registry	0.236s	coverage: 57.2% of statements
02:37:14 [2020-12-15T02:37:14.462Z] ok  	github.com/docker/docker/testutil	0.014s	coverage: 62.5% of statements
02:37:15 [2020-12-15T02:37:15.511Z] ok  	github.com/docker/docker/runconfig	0.022s	coverage: 66.1% of statements
02:37:16 [2020-12-15T02:37:16.005Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
02:37:17 [2020-12-15T02:37:17.391Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
02:37:17 [2020-12-15T02:37:17.605Z] ok  	github.com/docker/docker/volume/drivers	0.024s	coverage: 36.1% of statements
02:37:18 [2020-12-15T02:37:18.797Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
02:37:19 [2020-12-15T02:37:19.133Z] ok  	github.com/docker/docker/volume/mounts	0.097s	coverage: 67.0% of statements
02:37:19 [2020-12-15T02:37:19.427Z] ok  	github.com/docker/docker/volume/local	0.248s	coverage: 76.6% of statements
02:37:19 [2020-12-15T02:37:19.740Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
02:37:19 [2020-12-15T02:37:19.740Z] Using test binary docker
02:37:20 [2020-12-15T02:37:20.001Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
02:37:20 [2020-12-15T02:37:20.001Z] +++ /etc/init.d/apparmor start
02:37:20 [2020-12-15T02:37:20.001Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:37:20 [2020-12-15T02:37:20.001Z] INFO: Waiting for daemon to start...
02:37:20 [2020-12-15T02:37:20.001Z] Starting dockerd
02:37:20 [2020-12-15T02:37:20.001Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
02:37:20 [2020-12-15T02:37:20.063Z] ok  	github.com/docker/docker/volume/service	0.025s	coverage: 73.1% of statements
02:37:23 [2020-12-15T02:37:23.787Z] tests/integration/api_container_test.py ....x...........x............... [ 17%]
02:37:28 [2020-12-15T02:37:28.134Z] .
02:37:28 [2020-12-15T02:37:28.134Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
02:37:28 [2020-12-15T02:37:28.134Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
02:37:28 [2020-12-15T02:37:28.134Z] Error: No such image: emptyfs
02:37:28 [2020-12-15T02:37:28.134Z] ++++ tar -cC bundles/test-integration/emptyfs .
02:37:28 [2020-12-15T02:37:28.134Z] ++++ docker load
02:37:28 [2020-12-15T02:37:28.134Z] Running integration-test (iteration 1)
02:37:28 [2020-12-15T02:37:28.134Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
02:37:28 [2020-12-15T02:37:28.134Z] ++ 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
02:37:28 [2020-12-15T02:37:28.134Z] ++ set -e
02:37:28 [2020-12-15T02:37:28.134Z] ++ '[' -n 0 ']'
02:37:28 [2020-12-15T02:37:28.134Z] ++ set -x
02:37:28 [2020-12-15T02:37:28.134Z] ++ 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
02:37:32 [2020-12-15T02:37:32.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
02:37:32 [2020-12-15T02:37:32.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
02:37:32 [2020-12-15T02:37:32.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
02:37:32 [2020-12-15T02:37:32.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
02:37:32 [2020-12-15T02:37:32.151Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
02:37:35 [2020-12-15T02:37:35.393Z] ok  	github.com/docker/docker/pkg/plugins	33.627s	coverage: 76.6% of statements
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/pkg/term	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/rootless	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/testutil/request	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/volume	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === Skipped
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     exec_linux_test.go:18: requires AppArmor to be enabled
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     exec_linux_test.go:38: requires AppArmor to be enabled
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver btrfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver btrfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver btrfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver btrfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver btrfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:73: No driver to put!
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z] time="2020-12-15T02:36:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z] time="2020-12-15T02:36:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z] time="2020-12-15T02:36:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z] time="2020-12-15T02:36:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z] time="2020-12-15T02:36:15Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:73: No driver to put!
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     overlay_test.go:49: Fails to compute changes intermittently
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     overlay_test.go:65: Cannot run test with naive change algorithm
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver zfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver zfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver zfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver zfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:46: Driver zfs not supported
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     graphtest_unix.go:73: No driver to put!
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
02:37:35 [2020-12-15T02:37:35.393Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] 
02:37:35 [2020-12-15T02:37:35.393Z] DONE 2191 tests, 26 skipped in 261.686s
Post stage
[Pipeline] junit
02:37:35 [2020-12-15T02:37:35.438Z] Recording test results
02:37:35 [2020-12-15T02:37:35.816Z] --- PASS: TestImportExtremelyLargeImageWorks (78.81s)
02:37:35 [2020-12-15T02:37:35.816Z] PASS
02:37:35 [2020-12-15T02:37:35.816Z] 
02:37:35 [2020-12-15T02:37:35.816Z] === Skipped
02:37:35 [2020-12-15T02:37:35.816Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s)
02:37:35 [2020-12-15T02:37:35.816Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:37:35 [2020-12-15T02:37:35.816Z] 
02:37:35 [2020-12-15T02:37:35.816Z] 
02:37:35 [2020-12-15T02:37:35.816Z] DONE 12 tests, 1 skipped in 80.586s
02:37:35 [2020-12-15T02:37:35.816Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m 
02:37:35 [2020-12-15T02:37:35.816Z] ++ 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
02:37:35 [2020-12-15T02:37:35.816Z] ++ set -e
02:37:35 [2020-12-15T02:37:35.816Z] ++ '[' -n 0 ']'
02:37:35 [2020-12-15T02:37:35.816Z] ++ set -x
02:37:35 [2020-12-15T02:37:35.816Z] ++ 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
02:37:35 [2020-12-15T02:37:35.816Z] INFO: Testing against a local daemon
02:37:35 [2020-12-15T02:37:35.816Z] === RUN   TestNetworkCreateDelete
02:37:35 [2020-12-15T02:37:35.816Z] --- PASS: TestNetworkCreateDelete (0.13s)
02:37:35 [2020-12-15T02:37:35.816Z] === RUN   TestDockerNetworkDeletePreferID
02:37:35 [2020-12-15T02:37:35.816Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s)
02:37:35 [2020-12-15T02:37:35.816Z] === RUN   TestDaemonDNSFallback
02:37:35 [2020-12-15T02:37:35.816Z] --- PASS: TestDaemonDNSFallback (2.61s)
02:37:35 [2020-12-15T02:37:35.816Z] === RUN   TestInspectNetwork
02:37:36 [2020-12-15T02:37:36.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
02:37:37 [2020-12-15T02:37:37.376Z] --- PASS: TestBuildWithHugeFile (51.82s)
02:37:37 [2020-12-15T02:37:37.376Z] === RUN   TestBuildWithEmptyDockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:37:37 [2020-12-15T02:37:37.376Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s)
02:37:37 [2020-12-15T02:37:37.376Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s)
02:37:37 [2020-12-15T02:37:37.376Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s)
02:37:37 [2020-12-15T02:37:37.376Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s)
02:37:37 [2020-12-15T02:37:37.376Z] === RUN   TestBuildPreserveOwnership
02:37:37 [2020-12-15T02:37:37.376Z] === RUN   TestBuildPreserveOwnership/copy_from
02:37:37 [2020-12-15T02:37:37.685Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -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:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh dynbinary test-integration
02:37:37 [2020-12-15T02:37:37.980Z] 
02:37:37 [2020-12-15T02:37:37.980Z] Removing bundles/
02:37:37 [2020-12-15T02:37:37.980Z] 
02:37:37 [2020-12-15T02:37:37.980Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
02:37:38 [2020-12-15T02:37:38.278Z] Building: bundles/dynbinary-daemon/dockerd-dev
02:37:38 [2020-12-15T02:37:38.278Z] GOOS="" GOARCH="" GOARM=""
02:37:39 [2020-12-15T02:37:39.284Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
02:37:42 [2020-12-15T02:37:42.692Z] === RUN   TestInspectNetwork/full_network_id
02:37:42 [2020-12-15T02:37:42.693Z] === RUN   TestInspectNetwork/partial_network_id
02:37:42 [2020-12-15T02:37:42.693Z] === RUN   TestInspectNetwork/network_name
02:37:42 [2020-12-15T02:37:42.693Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
02:37:43 [2020-12-15T02:37:43.123Z] Loaded image: buildpack-deps:buster
02:37:43 [2020-12-15T02:37:43.123Z] Loaded image: busybox:latest
02:37:43 [2020-12-15T02:37:43.486Z] --- PASS: TestBuildPreserveOwnership (9.65s)
02:37:43 [2020-12-15T02:37:43.486Z]     --- PASS: TestBuildPreserveOwnership/copy_from (5.64s)
02:37:43 [2020-12-15T02:37:43.486Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestBuildPlatformInvalid
02:37:43 [2020-12-15T02:37:43.486Z] --- PASS: TestBuildPlatformInvalid (0.09s)
02:37:43 [2020-12-15T02:37:43.486Z] PASS
02:37:43 [2020-12-15T02:37:43.486Z] 
02:37:43 [2020-12-15T02:37:43.486Z] === Skipped
02:37:43 [2020-12-15T02:37:43.486Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
02:37:43 [2020-12-15T02:37:43.486Z]     build_session_test.go:25: TODO: BuildKit
02:37:43 [2020-12-15T02:37:43.486Z] 
02:37:43 [2020-12-15T02:37:43.486Z] 
02:37:43 [2020-12-15T02:37:43.486Z] DONE 32 tests, 1 skipped in 126.639s
02:37:43 [2020-12-15T02:37:43.486Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
02:37:43 [2020-12-15T02:37:43.486Z] INFO: Testing against a local daemon
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestConfigInspect
02:37:43 [2020-12-15T02:37:43.486Z] --- SKIP: TestConfigInspect (0.02s)
02:37:43 [2020-12-15T02:37:43.486Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestConfigList
02:37:43 [2020-12-15T02:37:43.486Z] --- SKIP: TestConfigList (0.02s)
02:37:43 [2020-12-15T02:37:43.486Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestConfigsCreateAndDelete
02:37:43 [2020-12-15T02:37:43.486Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
02:37:43 [2020-12-15T02:37:43.486Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestConfigsUpdate
02:37:43 [2020-12-15T02:37:43.486Z] --- SKIP: TestConfigsUpdate (0.01s)
02:37:43 [2020-12-15T02:37:43.486Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestTemplatedConfig
02:37:43 [2020-12-15T02:37:43.486Z] --- SKIP: TestTemplatedConfig (0.00s)
02:37:43 [2020-12-15T02:37:43.486Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestConfigCreateResolve
02:37:43 [2020-12-15T02:37:43.486Z] --- SKIP: TestConfigCreateResolve (0.01s)
02:37:43 [2020-12-15T02:37:43.486Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:43 [2020-12-15T02:37:43.486Z] === RUN   TestConfigDaemonLibtrustID
02:37:44 [2020-12-15T02:37:44.505Z] Loaded image: busybox:glibc
02:37:44 [2020-12-15T02:37:44.505Z] Loaded image: debian:buster
02:37:44 [2020-12-15T02:37:44.505Z] Loaded image: hello-world:latest
02:37:44 [2020-12-15T02:37:44.766Z] Loaded image: arm32v7/hello-world:latest
02:37:44 [2020-12-15T02:37:44.766Z] INFO: Testing against a local daemon
02:37:44 [2020-12-15T02:37:44.766Z] === RUN   TestCgroupNamespacesBuild
02:37:45 [2020-12-15T02:37:45.393Z] --- PASS: TestConfigDaemonLibtrustID (1.57s)
02:37:45 [2020-12-15T02:37:45.393Z] PASS
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] === Skipped
02:37:45 [2020-12-15T02:37:45.393Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
02:37:45 [2020-12-15T02:37:45.393Z]     config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] === SKIP: amd64.integration.config TestConfigList (0.02s)
02:37:45 [2020-12-15T02:37:45.393Z]     config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
02:37:45 [2020-12-15T02:37:45.393Z]     config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
02:37:45 [2020-12-15T02:37:45.393Z]     config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
02:37:45 [2020-12-15T02:37:45.393Z]     config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
02:37:45 [2020-12-15T02:37:45.393Z]     config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] 
02:37:45 [2020-12-15T02:37:45.393Z] DONE 7 tests, 6 skipped in 1.812s
02:37:45 [2020-12-15T02:37:45.393Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
02:37:45 [2020-12-15T02:37:45.393Z] INFO: Testing against a local daemon
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestCheckpoint
02:37:45 [2020-12-15T02:37:45.393Z] --- SKIP: TestCheckpoint (0.00s)
02:37:45 [2020-12-15T02:37:45.393Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestContainerInvalidJSON
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
02:37:45 [2020-12-15T02:37:45.393Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
02:37:45 [2020-12-15T02:37:45.393Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
02:37:45 [2020-12-15T02:37:45.393Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
02:37:45 [2020-12-15T02:37:45.393Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
02:37:45 [2020-12-15T02:37:45.393Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
02:37:45 [2020-12-15T02:37:45.393Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
02:37:45 [2020-12-15T02:37:45.393Z] --- PASS: TestContainerInvalidJSON (0.02s)
02:37:45 [2020-12-15T02:37:45.393Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
02:37:45 [2020-12-15T02:37:45.393Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
02:37:45 [2020-12-15T02:37:45.393Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestCopyFromContainerPathDoesNotExist
02:37:45 [2020-12-15T02:37:45.393Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestCopyFromContainerPathIsNotDir
02:37:45 [2020-12-15T02:37:45.393Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
02:37:45 [2020-12-15T02:37:45.393Z] === RUN   TestCopyToContainerPathDoesNotExist
02:37:45 [2020-12-15T02:37:45.653Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
02:37:45 [2020-12-15T02:37:45.653Z] === RUN   TestCopyToContainerPathIsNotDir
02:37:45 [2020-12-15T02:37:45.653Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
02:37:45 [2020-12-15T02:37:45.653Z] === RUN   TestCopyFromContainer
02:37:46 [2020-12-15T02:37:46.315Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
02:37:48 [2020-12-15T02:37:48.065Z] --- PASS: TestCgroupNamespacesBuild (3.40s)
02:37:48 [2020-12-15T02:37:48.065Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
02:37:48 [2020-12-15T02:37:48.237Z] --- PASS: TestInspectNetwork (11.80s)
02:37:48 [2020-12-15T02:37:48.237Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
02:37:48 [2020-12-15T02:37:48.237Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
02:37:48 [2020-12-15T02:37:48.237Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
02:37:48 [2020-12-15T02:37:48.237Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
02:37:48 [2020-12-15T02:37:48.237Z] === RUN   TestRunContainerWithBridgeNone
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer//
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer//bar/root
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer//bar/root/
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer/bar/quux
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer/bar/quux/
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer/bar/quux/baz
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer/bar/filesymlink
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer/bar/dirsymlink
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCopyFromContainer/bar/notarget
02:37:49 [2020-12-15T02:37:49.848Z] --- PASS: TestCopyFromContainer (4.25s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer// (0.07s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.08s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.06s)
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:37:49 [2020-12-15T02:37:49.848Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:37:49 [2020-12-15T02:37:49.848Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
02:37:49 [2020-12-15T02:37:49.848Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
02:37:49 [2020-12-15T02:37:49.848Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:37:49 [2020-12-15T02:37:49.848Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
02:37:49 [2020-12-15T02:37:49.848Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:37:49 [2020-12-15T02:37:49.848Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateLinkToNonExistingContainer
02:37:49 [2020-12-15T02:37:49.848Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateWithInvalidEnv
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateWithInvalidEnv/0
02:37:49 [2020-12-15T02:37:49.848Z] === PAUSE TestCreateWithInvalidEnv/0
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateWithInvalidEnv/1
02:37:49 [2020-12-15T02:37:49.848Z] === PAUSE TestCreateWithInvalidEnv/1
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateWithInvalidEnv/2
02:37:49 [2020-12-15T02:37:49.848Z] === PAUSE TestCreateWithInvalidEnv/2
02:37:49 [2020-12-15T02:37:49.848Z] === CONT  TestCreateWithInvalidEnv/0
02:37:49 [2020-12-15T02:37:49.848Z] === CONT  TestCreateWithInvalidEnv/2
02:37:49 [2020-12-15T02:37:49.848Z] === CONT  TestCreateWithInvalidEnv/1
02:37:49 [2020-12-15T02:37:49.848Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
02:37:49 [2020-12-15T02:37:49.848Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateTmpfsMountsTarget
02:37:49 [2020-12-15T02:37:49.848Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
02:37:49 [2020-12-15T02:37:49.848Z] === RUN   TestCreateWithCustomMaskedPaths
02:37:49 [2020-12-15T02:37:49.981Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.87s)
02:37:49 [2020-12-15T02:37:49.982Z] === RUN   TestBuildWithSession
02:37:49 [2020-12-15T02:37:49.982Z] --- SKIP: TestBuildWithSession (0.00s)
02:37:49 [2020-12-15T02:37:49.982Z]     build_session_test.go:25: TODO: BuildKit
02:37:49 [2020-12-15T02:37:49.982Z] === RUN   TestBuildSquashParent
02:37:50 [2020-12-15T02:37:50.293Z] --- PASS: TestRunContainerWithBridgeNone (2.44s)
02:37:50 [2020-12-15T02:37:50.293Z] === RUN   TestNetworkInvalidJSON
02:37:50 [2020-12-15T02:37:50.293Z] === RUN   TestNetworkInvalidJSON//networks/create
02:37:50 [2020-12-15T02:37:50.293Z] === PAUSE TestNetworkInvalidJSON//networks/create
02:37:50 [2020-12-15T02:37:50.293Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
02:37:50 [2020-12-15T02:37:50.293Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
02:37:50 [2020-12-15T02:37:50.293Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
02:37:50 [2020-12-15T02:37:50.293Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
02:37:50 [2020-12-15T02:37:50.293Z] === CONT  TestNetworkInvalidJSON//networks/create
02:37:50 [2020-12-15T02:37:50.293Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
02:37:50 [2020-12-15T02:37:50.293Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
02:37:50 [2020-12-15T02:37:50.293Z] --- PASS: TestNetworkInvalidJSON (0.01s)
02:37:50 [2020-12-15T02:37:50.293Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
02:37:50 [2020-12-15T02:37:50.293Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
02:37:50 [2020-12-15T02:37:50.293Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
02:37:50 [2020-12-15T02:37:50.293Z] === RUN   TestHostIPv4BridgeLabel
02:37:50 [2020-12-15T02:37:50.505Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
02:37:50 [2020-12-15T02:37:50.617Z] --- PASS: TestHostIPv4BridgeLabel (0.54s)
02:37:50 [2020-12-15T02:37:50.617Z] === RUN   TestDaemonRestartWithLiveRestore
02:37:51 [2020-12-15T02:37:51.231Z] --- PASS: TestCreateWithCustomMaskedPaths (1.27s)
02:37:51 [2020-12-15T02:37:51.232Z] === RUN   TestCreateWithCustomReadonlyPaths
02:37:51 [2020-12-15T02:37:51.665Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s)
02:37:51 [2020-12-15T02:37:51.665Z] === RUN   TestDaemonDefaultNetworkPools
02:37:52 [2020-12-15T02:37:52.613Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.24s)
02:37:52 [2020-12-15T02:37:52.613Z] === RUN   TestCreateWithInvalidHealthcheckParams
02:37:52 [2020-12-15T02:37:52.613Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:37:52 [2020-12-15T02:37:52.613Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:37:52 [2020-12-15T02:37:52.613Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:37:52 [2020-12-15T02:37:52.613Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:37:52 [2020-12-15T02:37:52.613Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:37:52 [2020-12-15T02:37:52.613Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:37:52 [2020-12-15T02:37:52.613Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:37:52 [2020-12-15T02:37:52.613Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
02:37:52 [2020-12-15T02:37:52.613Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
02:37:52 [2020-12-15T02:37:52.613Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
02:37:52 [2020-12-15T02:37:52.613Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
02:37:52 [2020-12-15T02:37:52.613Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
02:37:52 [2020-12-15T02:37:52.613Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
02:37:52 [2020-12-15T02:37:52.613Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
02:37:52 [2020-12-15T02:37:52.692Z] --- PASS: TestDaemonDefaultNetworkPools (0.87s)
02:37:52 [2020-12-15T02:37:52.692Z] === RUN   TestDaemonRestartWithExistingNetwork
02:37:52 [2020-12-15T02:37:52.873Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.42s)
02:37:52 [2020-12-15T02:37:52.873Z] === RUN   TestCreateDifferentPlatform
02:37:52 [2020-12-15T02:37:52.873Z] === RUN   TestCreateDifferentPlatform/different_os
02:37:52 [2020-12-15T02:37:52.873Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
02:37:52 [2020-12-15T02:37:52.873Z] --- PASS: TestCreateDifferentPlatform (0.01s)
02:37:52 [2020-12-15T02:37:52.873Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
02:37:52 [2020-12-15T02:37:52.873Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
02:37:52 [2020-12-15T02:37:52.873Z] === RUN   TestCreateVolumesFromNonExistingContainer
02:37:52 [2020-12-15T02:37:52.873Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
02:37:52 [2020-12-15T02:37:52.873Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
02:37:53 [2020-12-15T02:37:53.133Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s)
02:37:53 [2020-12-15T02:37:53.133Z] === RUN   TestContainerStartOnDaemonRestart
02:37:53 [2020-12-15T02:37:53.133Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
02:37:53 [2020-12-15T02:37:53.133Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
02:37:53 [2020-12-15T02:37:53.133Z] === RUN   TestDaemonRestartIpcMode
02:37:53 [2020-12-15T02:37:53.133Z] === PAUSE TestDaemonRestartIpcMode
02:37:53 [2020-12-15T02:37:53.133Z] === RUN   TestDaemonHostGatewayIP
02:37:53 [2020-12-15T02:37:53.133Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
02:37:53 [2020-12-15T02:37:53.133Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
02:37:53 [2020-12-15T02:37:53.133Z] === RUN   TestContainerKillOnDaemonStart
02:37:53 [2020-12-15T02:37:53.133Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
02:37:53 [2020-12-15T02:37:53.133Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
02:37:53 [2020-12-15T02:37:53.133Z] === RUN   TestDiff
02:37:53 [2020-12-15T02:37:53.393Z] --- PASS: TestDiff (0.45s)
02:37:53 [2020-12-15T02:37:53.393Z] === RUN   TestExecWithCloseStdin
02:37:53 [2020-12-15T02:37:53.720Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.21s)
02:37:53 [2020-12-15T02:37:53.720Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
02:37:53 [2020-12-15T02:37:53.963Z] --- PASS: TestExecWithCloseStdin (0.47s)
02:37:53 [2020-12-15T02:37:53.963Z] === RUN   TestExec
02:37:54 [2020-12-15T02:37:54.532Z] --- PASS: TestExec (0.52s)
02:37:54 [2020-12-15T02:37:54.532Z] === RUN   TestExecUser
02:37:54 [2020-12-15T02:37:54.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
02:37:55 [2020-12-15T02:37:55.101Z] --- PASS: TestExecUser (0.50s)
02:37:55 [2020-12-15T02:37:55.101Z] === RUN   TestExportContainerAndImportImage
02:37:55 [2020-12-15T02:37:55.218Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.22s)
02:37:55 [2020-12-15T02:37:55.218Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
02:37:55 [2020-12-15T02:37:55.507Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.64s)
02:37:55 [2020-12-15T02:37:55.507Z] === RUN   TestServiceWithPredefinedNetwork
02:37:55 [2020-12-15T02:37:55.671Z] --- PASS: TestExportContainerAndImportImage (0.62s)
02:37:55 [2020-12-15T02:37:55.671Z] === RUN   TestExportContainerAfterDaemonRestart
02:37:56 [2020-12-15T02:37:56.601Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
02:37:58 [2020-12-15T02:37:58.118Z] --- PASS: TestBuildSquashParent (7.04s)
02:37:58 [2020-12-15T02:37:58.118Z] === RUN   TestBuildWithRemoveAndForceRemove
02:37:58 [2020-12-15T02:37:58.118Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:37:58 [2020-12-15T02:37:58.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:37:58 [2020-12-15T02:37:58.118Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:37:58 [2020-12-15T02:37:58.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:37:58 [2020-12-15T02:37:58.118Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:37:58 [2020-12-15T02:37:58.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:37:58 [2020-12-15T02:37:58.118Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:37:58 [2020-12-15T02:37:58.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:37:58 [2020-12-15T02:37:58.118Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:37:58 [2020-12-15T02:37:58.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:37:58 [2020-12-15T02:37:58.118Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:37:58 [2020-12-15T02:37:58.118Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:37:58 [2020-12-15T02:37:58.118Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:37:58 [2020-12-15T02:37:58.118Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:37:58 [2020-12-15T02:37:58.118Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:37:58 [2020-12-15T02:37:58.118Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:37:58 [2020-12-15T02:37:58.961Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s)
02:37:58 [2020-12-15T02:37:58.961Z] === RUN   TestHealthCheckWorkdir
02:37:59 [2020-12-15T02:37:59.529Z] --- PASS: TestHealthCheckWorkdir (0.56s)
02:37:59 [2020-12-15T02:37:59.529Z] === RUN   TestHealthKillContainer
02:37:59 [2020-12-15T02:37:59.944Z] --- PASS: TestServiceWithPredefinedNetwork (3.78s)
02:37:59 [2020-12-15T02:37:59.944Z] === RUN   TestServiceRemoveKeepsIngressNetwork
02:37:59 [2020-12-15T02:37:59.944Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
02:37:59 [2020-12-15T02:37:59.944Z]     service_test.go:236: FLAKY_TEST
02:37:59 [2020-12-15T02:37:59.944Z] === RUN   TestServiceWithDataPathPortInit
02:38:00 [2020-12-15T02:38:00.038Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:38:00 [2020-12-15T02:38:00.038Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:38:00 [2020-12-15T02:38:00.792Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
02:38:02 [2020-12-15T02:38:02.103Z] --- PASS: TestHealthKillContainer (2.52s)
02:38:02 [2020-12-15T02:38:02.103Z] === RUN   TestInspectCpusetInConfigPre120
02:38:02 [2020-12-15T02:38:02.367Z] --- PASS: TestInspectCpusetInConfigPre120 (0.44s)
02:38:02 [2020-12-15T02:38:02.367Z] === RUN   TestIpcModeNone
02:38:02 [2020-12-15T02:38:02.586Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
02:38:02 [2020-12-15T02:38:02.586Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.77s)
02:38:02 [2020-12-15T02:38:02.586Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.79s)
02:38:02 [2020-12-15T02:38:02.586Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.88s)
02:38:02 [2020-12-15T02:38:02.586Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.99s)
02:38:02 [2020-12-15T02:38:02.586Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.29s)
02:38:02 [2020-12-15T02:38:02.586Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.35s)
02:38:02 [2020-12-15T02:38:02.586Z] === RUN   TestBuildMultiStageCopy
02:38:02 [2020-12-15T02:38:02.586Z] === RUN   TestBuildMultiStageCopy/copy_to_root
02:38:02 [2020-12-15T02:38:02.946Z] --- PASS: TestIpcModeNone (0.51s)
02:38:02 [2020-12-15T02:38:02.946Z] === RUN   TestIpcModePrivate
02:38:03 [2020-12-15T02:38:03.519Z] --- PASS: TestIpcModePrivate (0.49s)
02:38:03 [2020-12-15T02:38:03.520Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
02:38:03 [2020-12-15T02:38:03.520Z] === RUN   TestIpcModeShareable
02:38:03 [2020-12-15T02:38:03.520Z] --- SKIP: TestIpcModeShareable (0.00s)
02:38:03 [2020-12-15T02:38:03.520Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:38:03 [2020-12-15T02:38:03.520Z] === RUN   TestAPIIpcModeShareableAndContainer
02:38:04 [2020-12-15T02:38:04.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
02:38:04 [2020-12-15T02:38:04.898Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.48s)
02:38:04 [2020-12-15T02:38:04.898Z] === RUN   TestAPIIpcModeHost
02:38:04 [2020-12-15T02:38:04.898Z] --- SKIP: TestAPIIpcModeHost (0.00s)
02:38:04 [2020-12-15T02:38:04.898Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:38:04 [2020-12-15T02:38:04.898Z] === RUN   TestDaemonIpcModeShareable
02:38:04 [2020-12-15T02:38:04.898Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
02:38:04 [2020-12-15T02:38:04.898Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:38:04 [2020-12-15T02:38:04.898Z] === RUN   TestDaemonIpcModePrivate
02:38:05 [2020-12-15T02:38:05.131Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
02:38:05 [2020-12-15T02:38:05.131Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
02:38:05 [2020-12-15T02:38:05.703Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
02:38:06 [2020-12-15T02:38:06.274Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
02:38:06 [2020-12-15T02:38:06.846Z] --- PASS: TestBuildMultiStageCopy (4.64s)
02:38:06 [2020-12-15T02:38:06.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.44s)
02:38:06 [2020-12-15T02:38:06.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.52s)
02:38:06 [2020-12-15T02:38:06.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s)
02:38:06 [2020-12-15T02:38:06.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.56s)
02:38:06 [2020-12-15T02:38:06.846Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.60s)
02:38:06 [2020-12-15T02:38:06.846Z] === RUN   TestBuildMultiStageParentConfig
02:38:07 [2020-12-15T02:38:07.434Z] --- PASS: TestDaemonIpcModePrivate (2.20s)
02:38:07 [2020-12-15T02:38:07.434Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false
02:38:07 [2020-12-15T02:38:07.434Z] === RUN   TestDaemonIpcModePrivateFromConfig
02:38:07 [2020-12-15T02:38:07.434Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
02:38:07 [2020-12-15T02:38:07.434Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:38:07 [2020-12-15T02:38:07.434Z] === RUN   TestDaemonIpcModeShareableFromConfig
02:38:07 [2020-12-15T02:38:07.434Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
02:38:07 [2020-12-15T02:38:07.434Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:38:07 [2020-12-15T02:38:07.434Z] === RUN   TestIpcModeOlderClient
02:38:07 [2020-12-15T02:38:07.434Z] === PAUSE TestIpcModeOlderClient
02:38:07 [2020-12-15T02:38:07.434Z] === RUN   TestKillContainerInvalidSignal
02:38:07 [2020-12-15T02:38:07.434Z] --- PASS: TestKillContainerInvalidSignal (0.45s)
02:38:07 [2020-12-15T02:38:07.434Z] === RUN   TestKillContainer
02:38:07 [2020-12-15T02:38:07.434Z] === RUN   TestKillContainer/no_signal
02:38:08 [2020-12-15T02:38:08.005Z] === RUN   TestKillContainer/non_killing_signal
02:38:08 [2020-12-15T02:38:08.266Z] === RUN   TestKillContainer/killing_signal
02:38:08 [2020-12-15T02:38:08.759Z] --- PASS: TestBuildMultiStageParentConfig (1.61s)
02:38:08 [2020-12-15T02:38:08.759Z] === RUN   TestBuildLabelWithTargets
02:38:08 [2020-12-15T02:38:08.859Z] --- PASS: TestKillContainer (1.35s)
02:38:08 [2020-12-15T02:38:08.859Z]     --- PASS: TestKillContainer/no_signal (0.41s)
02:38:08 [2020-12-15T02:38:08.859Z]     --- PASS: TestKillContainer/non_killing_signal (0.29s)
02:38:08 [2020-12-15T02:38:08.859Z]     --- PASS: TestKillContainer/killing_signal (0.45s)
02:38:08 [2020-12-15T02:38:08.859Z] === RUN   TestKillWithStopSignalAndRestartPolicies
02:38:08 [2020-12-15T02:38:08.859Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
02:38:09 [2020-12-15T02:38:09.353Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
02:38:09 [2020-12-15T02:38:09.429Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
02:38:09 [2020-12-15T02:38:09.689Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s)
02:38:09 [2020-12-15T02:38:09.689Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s)
02:38:09 [2020-12-15T02:38:09.689Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.28s)
02:38:09 [2020-12-15T02:38:09.689Z] === RUN   TestKillStoppedContainer
02:38:09 [2020-12-15T02:38:09.689Z] --- PASS: TestKillStoppedContainer (0.04s)
02:38:09 [2020-12-15T02:38:09.689Z] === RUN   TestKillStoppedContainerAPIPre120
02:38:09 [2020-12-15T02:38:09.949Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
02:38:09 [2020-12-15T02:38:09.949Z] === RUN   TestKillDifferentUserContainer
02:38:10 [2020-12-15T02:38:10.208Z] --- PASS: TestKillDifferentUserContainer (0.46s)
02:38:10 [2020-12-15T02:38:10.208Z] === RUN   TestInspectOomKilledTrue
02:38:10 [2020-12-15T02:38:10.208Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
02:38:10 [2020-12-15T02:38:10.208Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:10 [2020-12-15T02:38:10.208Z] === RUN   TestInspectOomKilledFalse
02:38:10 [2020-12-15T02:38:10.208Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
02:38:10 [2020-12-15T02:38:10.208Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:38:10 [2020-12-15T02:38:10.208Z] === RUN   TestLinksEtcHostsContentMatch
02:38:10 [2020-12-15T02:38:10.208Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
02:38:10 [2020-12-15T02:38:10.208Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
02:38:10 [2020-12-15T02:38:10.208Z] === RUN   TestLinksContainerNames
02:38:10 [2020-12-15T02:38:10.673Z] --- PASS: TestBuildLabelWithTargets (2.34s)
02:38:10 [2020-12-15T02:38:10.674Z] === RUN   TestBuildWithEmptyLayers
02:38:11 [2020-12-15T02:38:11.147Z] --- PASS: TestLinksContainerNames (0.84s)
02:38:11 [2020-12-15T02:38:11.147Z] === RUN   TestLogsFollowTailEmpty
02:38:11 [2020-12-15T02:38:11.261Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
02:38:11 [2020-12-15T02:38:11.719Z] --- PASS: TestLogsFollowTailEmpty (0.44s)
02:38:11 [2020-12-15T02:38:11.719Z] === RUN   TestContainerNetworkMountsNoChown
02:38:11 [2020-12-15T02:38:11.979Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s)
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/default
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/default
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/private
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/private
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rprivate
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rprivate
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/slave
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/slave
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rslave
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rslave
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/shared
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/shared
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rshared
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rshared
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/default
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/default/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/default/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/default/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/default/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/default/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/default/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/rslave
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rslave/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rslave/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/rshared
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rshared/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rshared/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/shared
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/shared/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/shared/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/shared/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/shared/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/rprivate
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/slave
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/private
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/private/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/private/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/private/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/private/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/private/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/private/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/slave/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/slave/mount_root
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
02:38:11 [2020-12-15T02:38:11.979Z] === RUN   TestMountDaemonRoot/slave/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === PAUSE TestMountDaemonRoot/slave/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/default/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/rslave/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/rshared/bind_root
02:38:11 [2020-12-15T02:38:11.979Z] === CONT  TestMountDaemonRoot/default/mount_subpath
02:38:12 [2020-12-15T02:38:12.058Z] --- PASS: TestBuildWithEmptyLayers (1.03s)
02:38:12 [2020-12-15T02:38:12.058Z] === RUN   TestBuildMultiStageOnBuild
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/default/mount_root
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/default/bind_subpath
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/shared/bind_root
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/rslave/mount_root
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/rshared/mount_root
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/shared/mount_root
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
02:38:12 [2020-12-15T02:38:12.239Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/private/bind_root
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/private/mount_subpath
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/private/mount_root
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/private/bind_subpath
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/slave/bind_root
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
02:38:12 [2020-12-15T02:38:12.499Z] === CONT  TestMountDaemonRoot/slave/mount_root
02:38:12 [2020-12-15T02:38:12.499Z] --- PASS: TestMountDaemonRoot (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
02:38:12 [2020-12-15T02:38:12.499Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
02:38:12 [2020-12-15T02:38:12.499Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
02:38:12 [2020-12-15T02:38:12.499Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s)
02:38:12 [2020-12-15T02:38:12.499Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
02:38:12 [2020-12-15T02:38:12.499Z] === RUN   TestContainerBindMountNonRecursive
02:38:12 [2020-12-15T02:38:12.499Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
02:38:12 [2020-12-15T02:38:12.499Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
02:38:12 [2020-12-15T02:38:12.499Z] === RUN   TestContainerVolumesMountedAsShared
02:38:12 [2020-12-15T02:38:12.499Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
02:38:12 [2020-12-15T02:38:12.499Z] === RUN   TestContainerVolumesMountedAsSlave
02:38:12 [2020-12-15T02:38:12.499Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
02:38:12 [2020-12-15T02:38:12.499Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
02:38:12 [2020-12-15T02:38:12.499Z] === RUN   TestNetworkNat
02:38:13 [2020-12-15T02:38:13.070Z] --- PASS: TestNetworkNat (0.58s)
02:38:13 [2020-12-15T02:38:13.070Z] === RUN   TestNetworkLocalhostTCPNat
02:38:13 [2020-12-15T02:38:13.638Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s)
02:38:13 [2020-12-15T02:38:13.638Z] === RUN   TestNetworkLoopbackNat
02:38:14 [2020-12-15T02:38:14.553Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
02:38:14 [2020-12-15T02:38:14.603Z] --- PASS: TestBuildMultiStageOnBuild (2.84s)
02:38:14 [2020-12-15T02:38:14.603Z] === RUN   TestBuildUncleanTarFilenames
02:38:16 [2020-12-15T02:38:16.177Z] --- PASS: TestNetworkLoopbackNat (2.54s)
02:38:16 [2020-12-15T02:38:16.177Z] === RUN   TestPause
02:38:16 [2020-12-15T02:38:16.177Z] --- SKIP: TestPause (0.00s)
02:38:16 [2020-12-15T02:38:16.177Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:16 [2020-12-15T02:38:16.177Z] === RUN   TestPauseFailsOnWindowsServerContainers
02:38:16 [2020-12-15T02:38:16.177Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
02:38:16 [2020-12-15T02:38:16.177Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:38:16 [2020-12-15T02:38:16.177Z] === RUN   TestPauseStopPausedContainer
02:38:16 [2020-12-15T02:38:16.177Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
02:38:16 [2020-12-15T02:38:16.177Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:16 [2020-12-15T02:38:16.177Z] === RUN   TestPsFilter
02:38:16 [2020-12-15T02:38:16.177Z] --- PASS: TestPsFilter (0.11s)
02:38:16 [2020-12-15T02:38:16.177Z] === RUN   TestRemoveContainerWithRemovedVolume
02:38:16 [2020-12-15T02:38:16.516Z] --- PASS: TestBuildUncleanTarFilenames (1.48s)
02:38:16 [2020-12-15T02:38:16.516Z] === RUN   TestBuildMultiStageLayerLeak
02:38:16 [2020-12-15T02:38:16.746Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s)
02:38:16 [2020-12-15T02:38:16.746Z] === RUN   TestRemoveContainerWithVolume
02:38:17 [2020-12-15T02:38:17.005Z] --- PASS: TestRemoveContainerWithVolume (0.43s)
02:38:17 [2020-12-15T02:38:17.005Z] === RUN   TestRemoveContainerRunning
02:38:17 [2020-12-15T02:38:17.575Z] --- PASS: TestRemoveContainerRunning (0.45s)
02:38:17 [2020-12-15T02:38:17.575Z] === RUN   TestRemoveContainerForceRemoveRunning
02:38:17 [2020-12-15T02:38:17.681Z] ..........................xx....................                         [ 29%]
02:38:17 [2020-12-15T02:38:17.835Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.44s)
02:38:17 [2020-12-15T02:38:17.835Z] === RUN   TestRemoveInvalidContainer
02:38:17 [2020-12-15T02:38:17.838Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
02:38:17 [2020-12-15T02:38:17.838Z] Using test binary docker
02:38:18 [2020-12-15T02:38:18.076Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
02:38:18 [2020-12-15T02:38:18.094Z] --- PASS: TestRemoveInvalidContainer (0.01s)
02:38:18 [2020-12-15T02:38:18.095Z] === RUN   TestRenameLinkedContainer
02:38:18 [2020-12-15T02:38:18.097Z] +++ /etc/init.d/apparmor start
02:38:18 [2020-12-15T02:38:18.097Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:38:18 [2020-12-15T02:38:18.097Z] INFO: Waiting for daemon to start...
02:38:18 [2020-12-15T02:38:18.097Z] Starting dockerd
02:38:18 [2020-12-15T02:38:18.097Z] +++ 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
02:38:19 [2020-12-15T02:38:19.059Z] --- PASS: TestBuildMultiStageLayerLeak (2.86s)
02:38:19 [2020-12-15T02:38:19.059Z] === RUN   TestBuildWithHugeFile
02:38:20 [2020-12-15T02:38:20.002Z] --- PASS: TestRenameLinkedContainer (1.75s)
02:38:20 [2020-12-15T02:38:20.002Z] === RUN   TestRenameStoppedContainer
02:38:20 [2020-12-15T02:38:20.258Z] 
02:38:20 [2020-12-15T02:38:20.258Z]  ________   ____  __.
02:38:20 [2020-12-15T02:38:20.258Z]  \_____  \ |    |/ _|
02:38:20 [2020-12-15T02:38:20.258Z]  /   |   \|      <
02:38:20 [2020-12-15T02:38:20.258Z]  /    |    \    |  \
02:38:20 [2020-12-15T02:38:20.258Z]  \_______  /____|__ \
02:38:20 [2020-12-15T02:38:20.258Z]          \/        \/
02:38:20 [2020-12-15T02:38:20.258Z] 
02:38:20 [2020-12-15T02:38:20.258Z] INFO: make.ps1 ended at 12/15/2020 02:38:19
02:38:20 [2020-12-15T02:38:20.262Z] --- PASS: TestRenameStoppedContainer (0.42s)
02:38:20 [2020-12-15T02:38:20.262Z] === RUN   TestRenameRunningContainerAndReuse
02:38:20 [2020-12-15T02:38:20.640Z] .
02:38:20 [2020-12-15T02:38:20.640Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
02:38:20 [2020-12-15T02:38:20.640Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
02:38:20 [2020-12-15T02:38:20.640Z] Error: No such image: emptyfs
02:38:20 [2020-12-15T02:38:20.640Z] ++++ docker load
02:38:20 [2020-12-15T02:38:20.640Z] ++++ tar -cC bundles/test-integration/emptyfs .
02:38:21 [2020-12-15T02:38:21.201Z] --- PASS: TestRenameRunningContainerAndReuse (0.89s)
02:38:21 [2020-12-15T02:38:21.201Z] === RUN   TestRenameInvalidName
02:38:21 [2020-12-15T02:38:21.209Z] Running integration-test (iteration 1)
02:38:21 [2020-12-15T02:38:21.209Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
02:38:21 [2020-12-15T02:38:21.209Z] ++ 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
02:38:21 [2020-12-15T02:38:21.209Z] ++ set -e
02:38:21 [2020-12-15T02:38:21.209Z] ++ '[' -n 0 ']'
02:38:21 [2020-12-15T02:38:21.209Z] ++ set -x
02:38:21 [2020-12-15T02:38:21.209Z] ++ 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
02:38:21 [2020-12-15T02:38:21.461Z] --- PASS: TestRenameInvalidName (0.48s)
02:38:21 [2020-12-15T02:38:21.461Z] === RUN   TestRenameAnonymousContainer
02:38:22 [2020-12-15T02:38:22.374Z] --- PASS: TestServiceWithDataPathPortInit (21.12s)
02:38:22 [2020-12-15T02:38:22.374Z] === RUN   TestServiceWithDefaultAddressPoolInit
02:38:22 [2020-12-15T02:38:22.441Z] INFO: Binaries build ended at 12/15/2020 02:38:22. Duration:00:01:21.9099271
02:38:23 [2020-12-15T02:38:23.369Z] --- PASS: TestRenameAnonymousContainer (1.60s)
02:38:23 [2020-12-15T02:38:23.369Z] === RUN   TestRenameContainerWithSameName
02:38:23 [2020-12-15T02:38:23.629Z] --- PASS: TestRenameContainerWithSameName (0.46s)
02:38:23 [2020-12-15T02:38:23.629Z] === RUN   TestRenameContainerWithLinkedContainer
02:38:24 [2020-12-15T02:38:24.570Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s)
02:38:24 [2020-12-15T02:38:24.570Z] === RUN   TestResize
02:38:24 [2020-12-15T02:38:24.628Z] INFO: Copying the built daemon binary to d:\CI\PR-41793\1\binary\dockerd-a02553670e.exe...
02:38:24 [2020-12-15T02:38:24.628Z] INFO: Copying the built client binary to d:\CI\PR-41793\1\binary\docker-a02553670e.exe...
02:38:24 [2020-12-15T02:38:24.628Z] INFO: Copying dockerversion from the container...
02:38:24 [2020-12-15T02:38:24.829Z] --- PASS: TestResize (0.43s)
02:38:24 [2020-12-15T02:38:24.829Z] === RUN   TestResizeWithInvalidSize
02:38:25 [2020-12-15T02:38:25.398Z] --- PASS: TestResizeWithInvalidSize (0.42s)
02:38:25 [2020-12-15T02:38:25.398Z] === RUN   TestResizeWhenContainerNotStarted
02:38:25 [2020-12-15T02:38:25.598Z] INFO: Copying the golang package from the container to d:\CI\PR-41793\1\installer\go.zip...
02:38:25 [2020-12-15T02:38:25.658Z] --- PASS: TestResizeWhenContainerNotStarted (0.46s)
02:38:25 [2020-12-15T02:38:25.658Z] === RUN   TestDaemonRestartKillContainers
02:38:25 [2020-12-15T02:38:25.658Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
02:38:25 [2020-12-15T02:38:25.658Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
02:38:25 [2020-12-15T02:38:25.658Z] === RUN   TestCgroupNamespacesRun
02:38:28 [2020-12-15T02:38:28.197Z] --- PASS: TestCgroupNamespacesRun (2.24s)
02:38:28 [2020-12-15T02:38:28.197Z] === RUN   TestCgroupNamespacesRunPrivileged
02:38:29 [2020-12-15T02:38:29.340Z] INFO: Extracting go.zip to d:\CI\PR-41793\1\go
02:38:30 [2020-12-15T02:38:30.105Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.19s)
02:38:30 [2020-12-15T02:38:30.105Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
02:38:30 [2020-12-15T02:38:30.846Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.52s)
02:38:30 [2020-12-15T02:38:30.846Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:rgu3dfvbv39gga8ipr4v2hac5 Created:2020-12-15 02:38:21.862533777 +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[cfade50f662df290ed13cfdf64bdf7a6e02e5ea2998856d7c611e5f558b0932b:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7t9fmqayly3l7h3l4osqdg6d4 EndpointID:c6b786473e6cd8648bf0c0bbdeb4e8c67ab23abd73f11cf856bf112fbf8b9c2d MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:b470cd753097039f22ae7543467479ac6caa1786204c647cb3d32189c677d756 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:26b56237efff IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.7t9fmqayly3l7h3l4osqdg6d4 EndpointID:c6b786473e6cd8648bf0c0bbdeb4e8c67ab23abd73f11cf856bf112fbf8b9c2d EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
02:38:30 [2020-12-15T02:38:30.846Z] PASS
02:38:30 [2020-12-15T02:38:30.846Z] 
02:38:30 [2020-12-15T02:38:30.846Z] === Skipped
02:38:30 [2020-12-15T02:38:30.846Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
02:38:30 [2020-12-15T02:38:30.846Z]     service_test.go:236: FLAKY_TEST
02:38:30 [2020-12-15T02:38:30.846Z] 
02:38:30 [2020-12-15T02:38:30.846Z] 
02:38:30 [2020-12-15T02:38:30.846Z] DONE 23 tests, 1 skipped in 58.518s
02:38:31 [2020-12-15T02:38:31.137Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
02:38:31 [2020-12-15T02:38:31.137Z] ++ 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
02:38:31 [2020-12-15T02:38:31.137Z] ++ set -e
02:38:31 [2020-12-15T02:38:31.137Z] ++ '[' -n 0 ']'
02:38:31 [2020-12-15T02:38:31.137Z] ++ set -x
02:38:31 [2020-12-15T02:38:31.137Z] ++ 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
02:38:31 [2020-12-15T02:38:31.137Z] INFO: Testing against a local daemon
02:38:31 [2020-12-15T02:38:31.137Z] === RUN   TestDockerNetworkIpvlanPersistance
02:38:31 [2020-12-15T02:38:31.137Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
02:38:31 [2020-12-15T02:38:31.137Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:38:31 [2020-12-15T02:38:31.137Z] === RUN   TestDockerNetworkIpvlan
02:38:31 [2020-12-15T02:38:31.137Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
02:38:31 [2020-12-15T02:38:31.137Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:38:31 [2020-12-15T02:38:31.137Z] PASS
02:38:31 [2020-12-15T02:38:31.137Z] 
02:38:31 [2020-12-15T02:38:31.137Z] === Skipped
02:38:31 [2020-12-15T02:38:31.137Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
02:38:31 [2020-12-15T02:38:31.137Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:38:31 [2020-12-15T02:38:31.137Z] 
02:38:31 [2020-12-15T02:38:31.137Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
02:38:31 [2020-12-15T02:38:31.137Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:38:31 [2020-12-15T02:38:31.137Z] 
02:38:31 [2020-12-15T02:38:31.137Z] 
02:38:31 [2020-12-15T02:38:31.137Z] DONE 2 tests, 2 skipped in 0.153s
02:38:31 [2020-12-15T02:38:31.137Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m 
02:38:31 [2020-12-15T02:38:31.137Z] ++ 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
02:38:31 [2020-12-15T02:38:31.137Z] ++ set -e
02:38:31 [2020-12-15T02:38:31.137Z] ++ '[' -n 0 ']'
02:38:31 [2020-12-15T02:38:31.137Z] ++ set -x
02:38:31 [2020-12-15T02:38:31.137Z] ++ 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
02:38:31 [2020-12-15T02:38:31.428Z] INFO: Testing against a local daemon
02:38:31 [2020-12-15T02:38:31.428Z] === RUN   TestDockerNetworkMacvlanPersistance
02:38:32 [2020-12-15T02:38:32.643Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.19s)
02:38:32 [2020-12-15T02:38:32.643Z] === RUN   TestCgroupNamespacesRunHostMode
02:38:32 [2020-12-15T02:38:32.931Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s)
02:38:32 [2020-12-15T02:38:32.931Z] === RUN   TestDockerNetworkMacvlan
02:38:33 [2020-12-15T02:38:33.563Z] === RUN   TestDockerNetworkMacvlan/Subinterface
02:38:33 [2020-12-15T02:38:33.826Z] tests/integration/api_exec_test.py .....................                 [ 34%]
02:38:34 [2020-12-15T02:38:34.550Z] --- PASS: TestCgroupNamespacesRunHostMode (2.18s)
02:38:34 [2020-12-15T02:38:34.550Z] === RUN   TestCgroupNamespacesRunPrivateMode
02:38:34 [2020-12-15T02:38:34.594Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
02:38:35 [2020-12-15T02:38:35.627Z] === RUN   TestDockerNetworkMacvlan/NilParent
02:38:37 [2020-12-15T02:38:37.087Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.20s)
02:38:37 [2020-12-15T02:38:37.087Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
02:38:38 [2020-12-15T02:38:38.994Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.19s)
02:38:38 [2020-12-15T02:38:38.994Z] === RUN   TestCgroupNamespacesRunInvalidMode
02:38:40 [2020-12-15T02:38:40.072Z] === RUN   TestDockerNetworkMacvlan/InternalMode
02:38:40 [2020-12-15T02:38:40.902Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.71s)
02:38:40 [2020-12-15T02:38:40.902Z] === RUN   TestCgroupNamespacesRunOlderClient
02:38:41 [2020-12-15T02:38:41.238Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
02:38:42 [2020-12-15T02:38:42.815Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.21s)
02:38:42 [2020-12-15T02:38:42.815Z] === RUN   TestKernelTCPMemory
02:38:42 [2020-12-15T02:38:42.815Z] --- SKIP: TestKernelTCPMemory (0.06s)
02:38:42 [2020-12-15T02:38:42.815Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:42 [2020-12-15T02:38:42.815Z] === RUN   TestNISDomainname
02:38:43 [2020-12-15T02:38:43.076Z] --- SKIP: TestNISDomainname (0.05s)
02:38:43 [2020-12-15T02:38:43.076Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
02:38:43 [2020-12-15T02:38:43.076Z] === RUN   TestHostnameDnsResolution
02:38:43 [2020-12-15T02:38:43.583Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
02:38:43 [2020-12-15T02:38:43.646Z] --- PASS: TestHostnameDnsResolution (0.74s)
02:38:43 [2020-12-15T02:38:43.646Z] === RUN   TestStats
02:38:43 [2020-12-15T02:38:43.646Z] --- SKIP: TestStats (0.00s)
02:38:43 [2020-12-15T02:38:43.646Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:43 [2020-12-15T02:38:43.646Z] === RUN   TestStopContainerWithTimeout
02:38:43 [2020-12-15T02:38:43.646Z] === RUN   TestStopContainerWithTimeout/0
02:38:43 [2020-12-15T02:38:43.646Z] === PAUSE TestStopContainerWithTimeout/0
02:38:43 [2020-12-15T02:38:43.646Z] === RUN   TestStopContainerWithTimeout/1
02:38:43 [2020-12-15T02:38:43.646Z] === PAUSE TestStopContainerWithTimeout/1
02:38:43 [2020-12-15T02:38:43.646Z] === RUN   TestStopContainerWithTimeout/3
02:38:43 [2020-12-15T02:38:43.646Z] === PAUSE TestStopContainerWithTimeout/3
02:38:43 [2020-12-15T02:38:43.646Z] === RUN   TestStopContainerWithTimeout/-1
02:38:43 [2020-12-15T02:38:43.646Z] === PAUSE TestStopContainerWithTimeout/-1
02:38:43 [2020-12-15T02:38:43.646Z] === CONT  TestStopContainerWithTimeout/0
02:38:43 [2020-12-15T02:38:43.646Z] === CONT  TestStopContainerWithTimeout/3
02:38:44 [2020-12-15T02:38:44.584Z] === CONT  TestStopContainerWithTimeout/-1
02:38:45 [2020-12-15T02:38:45.434Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
02:38:46 [2020-12-15T02:38:46.491Z] === CONT  TestStopContainerWithTimeout/1
02:38:47 [2020-12-15T02:38:47.871Z] --- PASS: TestStopContainerWithTimeout (0.01s)
02:38:47 [2020-12-15T02:38:47.871Z]     --- PASS: TestStopContainerWithTimeout/0 (0.69s)
02:38:47 [2020-12-15T02:38:47.871Z]     --- PASS: TestStopContainerWithTimeout/3 (2.63s)
02:38:47 [2020-12-15T02:38:47.871Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.42s)
02:38:47 [2020-12-15T02:38:47.871Z]     --- PASS: TestStopContainerWithTimeout/1 (1.43s)
02:38:47 [2020-12-15T02:38:47.871Z] === RUN   TestDeleteDevicemapper
02:38:47 [2020-12-15T02:38:47.871Z] --- SKIP: TestDeleteDevicemapper (0.00s)
02:38:47 [2020-12-15T02:38:47.871Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:38:47 [2020-12-15T02:38:47.871Z] === RUN   TestStopContainerWithRestartPolicyAlways
02:38:49 [2020-12-15T02:38:49.251Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.49s)
02:38:49 [2020-12-15T02:38:49.251Z] === RUN   TestUpdateMemory
02:38:49 [2020-12-15T02:38:49.251Z] --- SKIP: TestUpdateMemory (0.00s)
02:38:49 [2020-12-15T02:38:49.251Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:49 [2020-12-15T02:38:49.251Z] === RUN   TestUpdateCPUQuota
02:38:49 [2020-12-15T02:38:49.251Z] --- SKIP: TestUpdateCPUQuota (0.00s)
02:38:49 [2020-12-15T02:38:49.251Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:49 [2020-12-15T02:38:49.251Z] === RUN   TestUpdatePidsLimit
02:38:49 [2020-12-15T02:38:49.251Z] --- SKIP: TestUpdatePidsLimit (0.00s)
02:38:49 [2020-12-15T02:38:49.251Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
02:38:49 [2020-12-15T02:38:49.251Z] === RUN   TestUpdateRestartPolicy
02:38:52 [2020-12-15T02:38:52.050Z] === RUN   TestDockerNetworkMacvlan/Addressing
02:38:52 [2020-12-15T02:38:52.681Z] --- PASS: TestDockerNetworkMacvlan (20.00s)
02:38:52 [2020-12-15T02:38:52.681Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s)
02:38:52 [2020-12-15T02:38:52.681Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
02:38:52 [2020-12-15T02:38:52.681Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.58s)
02:38:52 [2020-12-15T02:38:52.681Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.58s)
02:38:52 [2020-12-15T02:38:52.681Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.64s)
02:38:52 [2020-12-15T02:38:52.681Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.54s)
02:38:52 [2020-12-15T02:38:52.681Z] PASS
02:38:52 [2020-12-15T02:38:52.681Z] 
02:38:52 [2020-12-15T02:38:52.681Z] DONE 8 tests in 21.589s
02:38:52 [2020-12-15T02:38:52.681Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m 
02:38:52 [2020-12-15T02:38:52.681Z] ++ 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
02:38:52 [2020-12-15T02:38:52.681Z] ++ set -e
02:38:52 [2020-12-15T02:38:52.681Z] ++ '[' -n 0 ']'
02:38:52 [2020-12-15T02:38:52.681Z] ++ set -x
02:38:52 [2020-12-15T02:38:52.681Z] ++ 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
02:38:52 [2020-12-15T02:38:52.681Z] testing: warning: no tests to run
02:38:52 [2020-12-15T02:38:52.681Z] PASS
02:38:52 [2020-12-15T02:38:52.681Z] 
02:38:52 [2020-12-15T02:38:52.681Z] DONE 0 tests in 0.059s
02:38:52 [2020-12-15T02:38:52.681Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m 
02:38:52 [2020-12-15T02:38:52.681Z] ++ 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
02:38:52 [2020-12-15T02:38:52.681Z] ++ set -e
02:38:52 [2020-12-15T02:38:52.681Z] ++ '[' -n 0 ']'
02:38:52 [2020-12-15T02:38:52.681Z] ++ set -x
02:38:52 [2020-12-15T02:38:52.681Z] ++ 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
02:38:53 [2020-12-15T02:38:53.006Z] INFO: Testing against a local daemon
02:38:53 [2020-12-15T02:38:53.006Z] === RUN   TestAuthZPluginAllowRequest
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Extraction ended at 12/15/2020 02:38:52. Duration:00:00:23.6191740
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Updating the golang and path environment variables
02:38:54 [2020-12-15T02:38:54.495Z] INFO: GOPATH=d:\gopath
02:38:54 [2020-12-15T02:38:54.495Z] INFO: go version go1.13.15 windows/amd64
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Running the daemon under test in debug mode
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Starting a daemon under test...
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41793\1\daemon --pidfile d:\CI\PR-41793\1\docker.pid -D
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Process started successfully.
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Start tailing logs of the daemon under tests
02:38:54 [2020-12-15T02:38:54.495Z] INFO: Waiting for the daemon under test to start...
02:38:55 [2020-12-15T02:38:55.090Z] --- PASS: TestAuthZPluginAllowRequest (1.83s)
02:38:55 [2020-12-15T02:38:55.090Z] === RUN   TestAuthZPluginTLS
02:38:55 [2020-12-15T02:38:55.380Z] --- PASS: TestAuthZPluginTLS (0.53s)
02:38:55 [2020-12-15T02:38:55.380Z] === RUN   TestAuthZPluginDenyRequest
02:38:56 [2020-12-15T02:38:56.011Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
02:38:56 [2020-12-15T02:38:56.011Z] === RUN   TestAuthZPluginAPIDenyResponse
02:38:56 [2020-12-15T02:38:56.642Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s)
02:38:56 [2020-12-15T02:38:56.642Z] === RUN   TestAuthZPluginDenyResponse
02:38:56 [2020-12-15T02:38:56.933Z] --- PASS: TestAuthZPluginDenyResponse (0.53s)
02:38:56 [2020-12-15T02:38:56.933Z] === RUN   TestAuthZPluginAllowEventStream
02:38:59 [2020-12-15T02:38:59.002Z] --- PASS: TestAuthZPluginAllowEventStream (1.78s)
02:38:59 [2020-12-15T02:38:59.002Z] === RUN   TestAuthZPluginErrorResponse
02:38:59 [2020-12-15T02:38:59.293Z] --- PASS: TestAuthZPluginErrorResponse (0.53s)
02:38:59 [2020-12-15T02:38:59.293Z] === RUN   TestAuthZPluginErrorRequest
02:38:59 [2020-12-15T02:38:59.924Z] --- PASS: TestAuthZPluginErrorRequest (0.53s)
02:38:59 [2020-12-15T02:38:59.924Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
02:39:00 [2020-12-15T02:39:00.555Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s)
02:39:00 [2020-12-15T02:39:00.555Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
02:39:01 [2020-12-15T02:39:01.467Z] --- PASS: TestUpdateRestartPolicy (10.97s)
02:39:01 [2020-12-15T02:39:01.467Z] === RUN   TestUpdateRestartWithAutoRemove
02:39:01 [2020-12-15T02:39:01.467Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s)
02:39:01 [2020-12-15T02:39:01.467Z] === RUN   TestWaitNonBlocked
02:39:01 [2020-12-15T02:39:01.467Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
02:39:01 [2020-12-15T02:39:01.467Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
02:39:01 [2020-12-15T02:39:01.467Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
02:39:01 [2020-12-15T02:39:01.467Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
02:39:01 [2020-12-15T02:39:01.467Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
02:39:01 [2020-12-15T02:39:01.467Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
02:39:01 [2020-12-15T02:39:01.467Z] --- PASS: TestWaitNonBlocked (0.01s)
02:39:01 [2020-12-15T02:39:01.467Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s)
02:39:01 [2020-12-15T02:39:01.467Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s)
02:39:01 [2020-12-15T02:39:01.467Z] === RUN   TestWaitBlocked
02:39:01 [2020-12-15T02:39:01.467Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
02:39:01 [2020-12-15T02:39:01.467Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
02:39:01 [2020-12-15T02:39:01.467Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
02:39:01 [2020-12-15T02:39:01.467Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
02:39:01 [2020-12-15T02:39:01.467Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
02:39:01 [2020-12-15T02:39:01.467Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
02:39:01 [2020-12-15T02:39:01.711Z] tests/integration/api_network_test.py ............................       [ 47%]
02:39:02 [2020-12-15T02:39:02.038Z] --- PASS: TestWaitBlocked (0.02s)
02:39:02 [2020-12-15T02:39:02.038Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.61s)
02:39:02 [2020-12-15T02:39:02.038Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s)
02:39:02 [2020-12-15T02:39:02.038Z] === CONT  TestDaemonRestartIpcMode
02:39:02 [2020-12-15T02:39:02.038Z] === CONT  TestIpcModeOlderClient
02:39:02 [2020-12-15T02:39:02.297Z] --- PASS: TestIpcModeOlderClient (0.09s)
02:39:02 [2020-12-15T02:39:02.618Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.20s)
02:39:02 [2020-12-15T02:39:02.618Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
02:39:05 [2020-12-15T02:39:05.342Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.33s)
02:39:05 [2020-12-15T02:39:05.342Z] === RUN   TestAuthZPluginHeader
02:39:05 [2020-12-15T02:39:05.632Z] --- PASS: TestAuthZPluginHeader (0.87s)
02:39:05 [2020-12-15T02:39:05.633Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
02:39:05 [2020-12-15T02:39:05.633Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
02:39:05 [2020-12-15T02:39:05.633Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:05 [2020-12-15T02:39:05.633Z] === RUN   TestAuthZPluginV2Disable
02:39:05 [2020-12-15T02:39:05.633Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
02:39:05 [2020-12-15T02:39:05.633Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:05 [2020-12-15T02:39:05.633Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
02:39:05 [2020-12-15T02:39:05.633Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
02:39:05 [2020-12-15T02:39:05.633Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:05 [2020-12-15T02:39:05.633Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
02:39:05 [2020-12-15T02:39:05.633Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
02:39:05 [2020-12-15T02:39:05.633Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:05 [2020-12-15T02:39:05.633Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
02:39:06 [2020-12-15T02:39:06.519Z] --- PASS: TestDaemonRestartIpcMode (4.24s)
02:39:06 [2020-12-15T02:39:06.519Z] PASS
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === Skipped
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     daemon_linux_test.go:33: (*Execution).IsRootless-fm
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     daemon_linux_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
02:39:06 [2020-12-15T02:39:06.519Z]     mounts_linux_test.go:218: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     mounts_linux_test.go:276: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     mounts_linux_test.go:329: (*Execution).IsRootless-fm: cannot be tested because RootlessKit executes the daemon in private mount namespace (https://github.com/rootless-containers/rootlesskit/issues/97)
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestPause (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
02:39:06 [2020-12-15T02:39:06.519Z]     pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.06s)
02:39:06 [2020-12-15T02:39:06.519Z]     run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestNISDomainname (0.05s)
02:39:06 [2020-12-15T02:39:06.519Z]     run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestStats (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
02:39:06 [2020-12-15T02:39:06.519Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] 
02:39:06 [2020-12-15T02:39:06.519Z] DONE 176 tests, 26 skipped in 81.186s
02:39:06 [2020-12-15T02:39:06.519Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
02:39:06 [2020-12-15T02:39:06.790Z] INFO: Testing against a local daemon
02:39:06 [2020-12-15T02:39:06.790Z] === RUN   TestCommitInheritsEnv
02:39:07 [2020-12-15T02:39:07.904Z] Loaded image: buildpack-deps:buster
02:39:07 [2020-12-15T02:39:07.904Z] Loaded image: busybox:latest
02:39:07 [2020-12-15T02:39:07.904Z] Loaded image: busybox:glibc
02:39:07 [2020-12-15T02:39:07.904Z] Loaded image: debian:buster
02:39:07 [2020-12-15T02:39:07.904Z] Loaded image: hello-world:latest
02:39:07 [2020-12-15T02:39:07.904Z] Loaded image: arm32v7/hello-world:latest
02:39:07 [2020-12-15T02:39:07.904Z] INFO: Testing against a local daemon
02:39:07 [2020-12-15T02:39:07.904Z] === RUN   TestCgroupNamespacesBuild
02:39:07 [2020-12-15T02:39:07.904Z] --- PASS: TestCgroupNamespacesBuild (2.49s)
02:39:07 [2020-12-15T02:39:07.904Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
02:39:07 [2020-12-15T02:39:07.904Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.20s)
02:39:07 [2020-12-15T02:39:07.904Z] === RUN   TestBuildWithSession
02:39:07 [2020-12-15T02:39:07.904Z] --- SKIP: TestBuildWithSession (0.00s)
02:39:07 [2020-12-15T02:39:07.904Z]     build_session_test.go:25: TODO: BuildKit
02:39:07 [2020-12-15T02:39:07.904Z] === RUN   TestBuildSquashParent
02:39:08 [2020-12-15T02:39:08.180Z] --- PASS: TestCommitInheritsEnv (1.48s)
02:39:08 [2020-12-15T02:39:08.180Z] === RUN   TestImportExtremelyLargeImageWorks
02:39:08 [2020-12-15T02:39:08.180Z] === PAUSE TestImportExtremelyLargeImageWorks
02:39:08 [2020-12-15T02:39:08.180Z] === RUN   TestImagesFilterMultiReference
02:39:08 [2020-12-15T02:39:08.180Z] --- PASS: TestImagesFilterMultiReference (0.09s)
02:39:08 [2020-12-15T02:39:08.180Z] === RUN   TestImagePullPlatformInvalid
02:39:08 [2020-12-15T02:39:08.180Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
02:39:08 [2020-12-15T02:39:08.180Z] === RUN   TestRemoveImageOrphaning
02:39:10 [2020-12-15T02:39:10.087Z] --- PASS: TestRemoveImageOrphaning (1.88s)
02:39:10 [2020-12-15T02:39:10.087Z] === RUN   TestRemoveImageGarbageCollector
02:39:10 [2020-12-15T02:39:10.087Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
02:39:10 [2020-12-15T02:39:10.087Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
02:39:10 [2020-12-15T02:39:10.087Z] === RUN   TestTagUnprefixedRepoByNameOrName
02:39:10 [2020-12-15T02:39:10.087Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s)
02:39:10 [2020-12-15T02:39:10.087Z] === RUN   TestTagInvalidReference
02:39:10 [2020-12-15T02:39:10.348Z] --- PASS: TestTagInvalidReference (0.01s)
02:39:10 [2020-12-15T02:39:10.348Z] === RUN   TestTagValidPrefixedRepo
02:39:10 [2020-12-15T02:39:10.348Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
02:39:10 [2020-12-15T02:39:10.348Z] === RUN   TestTagExistedNameWithoutForce
02:39:10 [2020-12-15T02:39:10.348Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
02:39:10 [2020-12-15T02:39:10.348Z] === RUN   TestTagOfficialNames
02:39:10 [2020-12-15T02:39:10.348Z] --- PASS: TestTagOfficialNames (0.06s)
02:39:10 [2020-12-15T02:39:10.348Z] === RUN   TestTagMatchesDigest
02:39:10 [2020-12-15T02:39:10.348Z] --- PASS: TestTagMatchesDigest (0.01s)
02:39:10 [2020-12-15T02:39:10.348Z] === CONT  TestImportExtremelyLargeImageWorks
02:39:10 [2020-12-15T02:39:10.530Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
02:39:11 [2020-12-15T02:39:11.712Z] tests/integration/api_secret_test.py .....                               [ 51%]
02:39:12 [2020-12-15T02:39:12.196Z] .....INFO: Daemon under test started and replied!
02:39:12 [2020-12-15T02:39:12.196Z] INFO: Docker version of the daemon under test
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] Client:
02:39:12 [2020-12-15T02:39:12.196Z]  Version:      17.06.2-ce
02:39:12 [2020-12-15T02:39:12.196Z]  API version:  1.30
02:39:12 [2020-12-15T02:39:12.196Z]  Go version:   go1.8.3
02:39:12 [2020-12-15T02:39:12.196Z]  Git commit:   cec0b72
02:39:12 [2020-12-15T02:39:12.196Z]  Built:        Tue Sep  5 19:57:19 2017
02:39:12 [2020-12-15T02:39:12.196Z]  OS/Arch:      windows/amd64
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] Server:
02:39:12 [2020-12-15T02:39:12.196Z]  Version:      0.0.0-dev
02:39:12 [2020-12-15T02:39:12.196Z]  API version:  1.41 (minimum version 1.24)
02:39:12 [2020-12-15T02:39:12.196Z]  Go version:   go1.13.15
02:39:12 [2020-12-15T02:39:12.196Z]  Git commit:   a02553670e
02:39:12 [2020-12-15T02:39:12.196Z]  Built:        12/15/2020 02:37:04
02:39:12 [2020-12-15T02:39:12.196Z]  OS/Arch:      windows/amd64
02:39:12 [2020-12-15T02:39:12.196Z]  Experimental: false
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] INFO: Docker info of the daemon under test
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] Containers: 0
02:39:12 [2020-12-15T02:39:12.196Z]  Running: 0
02:39:12 [2020-12-15T02:39:12.196Z]  Paused: 0
02:39:12 [2020-12-15T02:39:12.196Z]  Stopped: 0
02:39:12 [2020-12-15T02:39:12.196Z] Images: 0
02:39:12 [2020-12-15T02:39:12.196Z] Server Version: 0.0.0-dev
02:39:12 [2020-12-15T02:39:12.196Z] Storage Driver: windowsfilter
02:39:12 [2020-12-15T02:39:12.196Z]  Windows: 
02:39:12 [2020-12-15T02:39:12.196Z] Logging Driver: json-file
02:39:12 [2020-12-15T02:39:12.196Z] Plugins: 
02:39:12 [2020-12-15T02:39:12.196Z]  Volume: local
02:39:12 [2020-12-15T02:39:12.196Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
02:39:12 [2020-12-15T02:39:12.196Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
02:39:12 [2020-12-15T02:39:12.196Z] Swarm: inactive
02:39:12 [2020-12-15T02:39:12.196Z] Default Isolation: process
02:39:12 [2020-12-15T02:39:12.196Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
02:39:12 [2020-12-15T02:39:12.196Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
02:39:12 [2020-12-15T02:39:12.196Z] OSType: windows
02:39:12 [2020-12-15T02:39:12.196Z] Architecture: x86_64
02:39:12 [2020-12-15T02:39:12.196Z] CPUs: 4
02:39:12 [2020-12-15T02:39:12.196Z] Total Memory: 32GiB
02:39:12 [2020-12-15T02:39:12.196Z] Name: azwin-2-de3d30
02:39:12 [2020-12-15T02:39:12.196Z] ID: W7FV:5KZ4:LP3L:4DAX:CM3U:UQS4:PTY4:CRUM:B33E:N63V:JJ4G:AAMW
02:39:12 [2020-12-15T02:39:12.196Z] Docker Root Dir: D:\CI\PR-41793\1\daemon
02:39:12 [2020-12-15T02:39:12.196Z] Debug Mode (client): false
02:39:12 [2020-12-15T02:39:12.196Z] Debug Mode (server): true
02:39:12 [2020-12-15T02:39:12.196Z]  File Descriptors: -1
02:39:12 [2020-12-15T02:39:12.196Z]  Goroutines: 16
02:39:12 [2020-12-15T02:39:12.196Z]  System Time: 2020-12-15T02:39:12.0163039Z
02:39:12 [2020-12-15T02:39:12.196Z]  EventsListeners: 0
02:39:12 [2020-12-15T02:39:12.196Z] Registry: https://index.docker.io/v1/
02:39:12 [2020-12-15T02:39:12.196Z] Labels:
02:39:12 [2020-12-15T02:39:12.196Z] Experimental: false
02:39:12 [2020-12-15T02:39:12.196Z] Insecure Registries:
02:39:12 [2020-12-15T02:39:12.196Z]  127.0.0.0/8
02:39:12 [2020-12-15T02:39:12.196Z] Live Restore Enabled: false
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] INFO: Docker images of the daemon under test
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
02:39:12 [2020-12-15T02:39:12.196Z] 
02:39:12 [2020-12-15T02:39:12.196Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
02:39:12 [2020-12-15T02:39:12.656Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
02:39:12 [2020-12-15T02:39:12.656Z] ltsc2019: Pulling from windows/servercore
02:39:12 [2020-12-15T02:39:12.656Z] 4612f6d0b889: Pulling fs layer
02:39:12 [2020-12-15T02:39:12.656Z] aa4f58cd6da1: Pulling fs layer
02:39:15 [2020-12-15T02:39:15.361Z] --- PASS: TestBuildWithHugeFile (56.05s)
02:39:15 [2020-12-15T02:39:15.361Z] === RUN   TestBuildWithEmptyDockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:39:15 [2020-12-15T02:39:15.361Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:39:15 [2020-12-15T02:39:15.621Z] --- PASS: TestBuildWithEmptyDockerfile (0.24s)
02:39:15 [2020-12-15T02:39:15.621Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s)
02:39:15 [2020-12-15T02:39:15.621Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s)
02:39:15 [2020-12-15T02:39:15.622Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s)
02:39:15 [2020-12-15T02:39:15.622Z] === RUN   TestBuildPreserveOwnership
02:39:15 [2020-12-15T02:39:15.622Z] === RUN   TestBuildPreserveOwnership/copy_from
02:39:15 [2020-12-15T02:39:15.678Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
02:39:15 [2020-12-15T02:39:15.678Z] 
02:39:15 [2020-12-15T02:39:15.678Z] ---> Making bundle: test-integration (in bundles/test-integration)
02:39:15 [2020-12-15T02:39:15.678Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
02:39:15 [2020-12-15T02:39:15.678Z] HOSTNAME=d5eed0d70ea9
02:39:15 [2020-12-15T02:39:15.678Z] TESTDEBUG=0
02:39:15 [2020-12-15T02:39:15.678Z] DEST=bundles/test-integration
02:39:15 [2020-12-15T02:39:15.678Z] PWD=/go/src/github.com/docker/docker
02:39:15 [2020-12-15T02:39:15.678Z] DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a
02:39:15 [2020-12-15T02:39:15.678Z] container=docker
02:39:15 [2020-12-15T02:39:15.678Z] HOME=/root
02:39:15 [2020-12-15T02:39:15.678Z] GOLANG_VERSION=1.13.15
02:39:15 [2020-12-15T02:39:15.678Z] VALIDATE_REPO=https://github.com/moby/moby.git
02:39:15 [2020-12-15T02:39:15.678Z] VALIDATE_BRANCH=master
02:39:15 [2020-12-15T02:39:15.678Z] TERM=xterm
02:39:15 [2020-12-15T02:39:15.678Z] DOCKER_PKG=github.com/docker/docker
02:39:15 [2020-12-15T02:39:15.678Z] SHLVL=1
02:39:15 [2020-12-15T02:39:15.678Z] TIMEOUT=120m
02:39:15 [2020-12-15T02:39:15.678Z] DOCKER_BUILDTAGS=apparmor seccomp selinux journald
02:39:15 [2020-12-15T02:39:15.678Z] DOCKER_GRAPHDRIVER=overlay2
02:39:15 [2020-12-15T02:39:15.678Z] GO111MODULE=off
02:39:15 [2020-12-15T02:39:15.678Z] DOCKER_EXPERIMENTAL=1
02:39:15 [2020-12-15T02:39:15.678Z] TEST_SKIP_INTEGRATION_CLI=1
02:39:15 [2020-12-15T02:39:15.678Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
02:39:15 [2020-12-15T02:39:15.678Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
02:39:15 [2020-12-15T02:39:15.678Z] GOPATH=/go
02:39:15 [2020-12-15T02:39:15.678Z] PKG_CONFIG=pkg-config
02:39:15 [2020-12-15T02:39:15.678Z] _=/usr/bin/env
02:39:15 [2020-12-15T02:39:15.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
02:39:16 [2020-12-15T02:39:16.814Z] tests/integration/api_service_test.py .................................. [ 60%]
02:39:17 [2020-12-15T02:39:17.890Z] --- PASS: TestBuildSquashParent (8.96s)
02:39:17 [2020-12-15T02:39:17.890Z] === RUN   TestBuildWithRemoveAndForceRemove
02:39:17 [2020-12-15T02:39:17.890Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:39:17 [2020-12-15T02:39:17.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:39:17 [2020-12-15T02:39:17.890Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:39:17 [2020-12-15T02:39:17.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:39:17 [2020-12-15T02:39:17.890Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:39:17 [2020-12-15T02:39:17.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:39:17 [2020-12-15T02:39:17.890Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:39:17 [2020-12-15T02:39:17.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:39:17 [2020-12-15T02:39:17.890Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:39:17 [2020-12-15T02:39:17.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:39:17 [2020-12-15T02:39:17.890Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:39:17 [2020-12-15T02:39:17.890Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:39:17 [2020-12-15T02:39:17.890Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:39:17 [2020-12-15T02:39:17.890Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:39:19 [2020-12-15T02:39:19.796Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:39:19 [2020-12-15T02:39:19.825Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
02:39:20 [2020-12-15T02:39:20.055Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:39:21 [2020-12-15T02:39:21.249Z] aa4f58cd6da1: Verifying Checksum
02:39:21 [2020-12-15T02:39:21.249Z] aa4f58cd6da1: Download complete
02:39:21 [2020-12-15T02:39:21.737Z] --- PASS: TestBuildPreserveOwnership (6.25s)
02:39:21 [2020-12-15T02:39:21.737Z]     --- PASS: TestBuildPreserveOwnership/copy_from (4.07s)
02:39:21 [2020-12-15T02:39:21.737Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.16s)
02:39:21 [2020-12-15T02:39:21.737Z] === RUN   TestBuildPlatformInvalid
02:39:21 [2020-12-15T02:39:21.998Z] --- PASS: TestBuildPlatformInvalid (0.20s)
02:39:21 [2020-12-15T02:39:21.998Z] PASS
02:39:21 [2020-12-15T02:39:21.998Z] 
02:39:21 [2020-12-15T02:39:21.998Z] === Skipped
02:39:21 [2020-12-15T02:39:21.998Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
02:39:21 [2020-12-15T02:39:21.998Z]     build_session_test.go:25: TODO: BuildKit
02:39:21 [2020-12-15T02:39:21.998Z] 
02:39:21 [2020-12-15T02:39:21.998Z] 
02:39:21 [2020-12-15T02:39:21.998Z] DONE 32 tests, 1 skipped in 114.386s
02:39:21 [2020-12-15T02:39:21.998Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
02:39:21 [2020-12-15T02:39:21.998Z] ++ 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
02:39:21 [2020-12-15T02:39:21.998Z] ++ set -e
02:39:21 [2020-12-15T02:39:21.998Z] ++ '[' -n 0 ']'
02:39:21 [2020-12-15T02:39:21.998Z] ++ set -x
02:39:21 [2020-12-15T02:39:21.998Z] ++ 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
02:39:22 [2020-12-15T02:39:22.258Z] INFO: Testing against a local daemon
02:39:22 [2020-12-15T02:39:22.258Z] === RUN   TestConfigInspect
02:39:23 [2020-12-15T02:39:23.394Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:39:23 [2020-12-15T02:39:23.659Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:39:24 [2020-12-15T02:39:24.201Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.77s)
02:39:24 [2020-12-15T02:39:24.201Z] PASS
02:39:24 [2020-12-15T02:39:24.201Z] 
02:39:24 [2020-12-15T02:39:24.201Z] === Skipped
02:39:24 [2020-12-15T02:39:24.201Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
02:39:24 [2020-12-15T02:39:24.201Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:24 [2020-12-15T02:39:24.201Z] 
02:39:24 [2020-12-15T02:39:24.201Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
02:39:24 [2020-12-15T02:39:24.201Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:24 [2020-12-15T02:39:24.201Z] 
02:39:24 [2020-12-15T02:39:24.201Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
02:39:24 [2020-12-15T02:39:24.201Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:24 [2020-12-15T02:39:24.201Z] 
02:39:24 [2020-12-15T02:39:24.201Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
02:39:24 [2020-12-15T02:39:24.201Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:24 [2020-12-15T02:39:24.201Z] 
02:39:24 [2020-12-15T02:39:24.201Z] 
02:39:24 [2020-12-15T02:39:24.201Z] DONE 17 tests, 4 skipped in 29.714s
02:39:24 [2020-12-15T02:39:24.201Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m 
02:39:24 [2020-12-15T02:39:24.201Z] ++ 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
02:39:24 [2020-12-15T02:39:24.201Z] ++ set -e
02:39:24 [2020-12-15T02:39:24.201Z] ++ '[' -n 0 ']'
02:39:24 [2020-12-15T02:39:24.201Z] ++ set -x
02:39:24 [2020-12-15T02:39:24.201Z] ++ 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
02:39:24 [2020-12-15T02:39:24.201Z] INFO: Testing against a local daemon
02:39:24 [2020-12-15T02:39:24.201Z] === RUN   TestPluginInvalidJSON
02:39:24 [2020-12-15T02:39:24.201Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
02:39:24 [2020-12-15T02:39:24.201Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
02:39:24 [2020-12-15T02:39:24.201Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
02:39:24 [2020-12-15T02:39:24.201Z] --- PASS: TestPluginInvalidJSON (0.02s)
02:39:24 [2020-12-15T02:39:24.201Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
02:39:24 [2020-12-15T02:39:24.201Z] === RUN   TestPluginInstall
02:39:24 [2020-12-15T02:39:24.201Z] === RUN   TestPluginInstall/no_auth
02:39:24 [2020-12-15T02:39:24.491Z] time="2020-12-15T02:39:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:39:24 [2020-12-15T02:39:24.491Z] time="2020-12-15T02:39:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e61df0ed1d8a7ffb281329664347775045fea7243f1483fc66f5d2cab7ffb7cd" mediatype=application/vnd.docker.plugin.v1+json size=522
02:39:24 [2020-12-15T02:39:24.491Z] time="2020-12-15T02:39:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:39:24 [2020-12-15T02:39:24.491Z] time="2020-12-15T02:39:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e61df0ed1d8a7ffb281329664347775045fea7243f1483fc66f5d2cab7ffb7cd" mediatype=application/vnd.docker.plugin.v1+json size=522
02:39:24 [2020-12-15T02:39:24.781Z] === RUN   TestPluginInstall/with_htpasswd
02:39:25 [2020-12-15T02:39:25.412Z] time="2020-12-15T02:39:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:39:25 [2020-12-15T02:39:25.412Z] time="2020-12-15T02:39:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5945c4b9c6c6e2a3b607eac86f1ce1225ff70f4f0f4f21e6e22136f4ca6bce6c" mediatype=application/vnd.docker.plugin.v1+json size=522
02:39:25 [2020-12-15T02:39:25.412Z] time="2020-12-15T02:39:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:39:25 [2020-12-15T02:39:25.412Z] time="2020-12-15T02:39:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5945c4b9c6c6e2a3b607eac86f1ce1225ff70f4f0f4f21e6e22136f4ca6bce6c" mediatype=application/vnd.docker.plugin.v1+json size=522
02:39:25 [2020-12-15T02:39:25.702Z] === RUN   TestPluginInstall/with_insecure
02:39:26 [2020-12-15T02:39:26.461Z] --- PASS: TestConfigInspect (3.72s)
02:39:26 [2020-12-15T02:39:26.461Z] === RUN   TestConfigList
02:39:26 [2020-12-15T02:39:26.733Z] time="2020-12-15T02:39:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:39:26 [2020-12-15T02:39:26.733Z] time="2020-12-15T02:39:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:63d14a49c87ab4d3229a4053573dd6090fba74f60ad60e90bfc9ac585bc6b249" mediatype=application/vnd.docker.plugin.v1+json size=522
02:39:26 [2020-12-15T02:39:26.733Z] time="2020-12-15T02:39:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:39:26 [2020-12-15T02:39:26.733Z] time="2020-12-15T02:39:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:63d14a49c87ab4d3229a4053573dd6090fba74f60ad60e90bfc9ac585bc6b249" mediatype=application/vnd.docker.plugin.v1+json size=522
02:39:26 [2020-12-15T02:39:26.963Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
02:39:26 [2020-12-15T02:39:26.963Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.30s)
02:39:26 [2020-12-15T02:39:26.963Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.53s)
02:39:26 [2020-12-15T02:39:26.963Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.33s)
02:39:26 [2020-12-15T02:39:26.963Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.48s)
02:39:26 [2020-12-15T02:39:26.963Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.47s)
02:39:26 [2020-12-15T02:39:26.963Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.27s)
02:39:26 [2020-12-15T02:39:26.963Z] === RUN   TestBuildMultiStageCopy
02:39:26 [2020-12-15T02:39:26.963Z] === RUN   TestBuildMultiStageCopy/copy_to_root
02:39:27 [2020-12-15T02:39:27.023Z] --- PASS: TestPluginInstall (4.28s)
02:39:27 [2020-12-15T02:39:27.023Z]     --- PASS: TestPluginInstall/no_auth (2.17s)
02:39:27 [2020-12-15T02:39:27.023Z]     --- PASS: TestPluginInstall/with_htpasswd (0.85s)
02:39:27 [2020-12-15T02:39:27.023Z]     --- PASS: TestPluginInstall/with_insecure (1.26s)
02:39:27 [2020-12-15T02:39:27.023Z]         plugin_test.go:157: [d1c3a126e4ecb] daemon is not started
02:39:27 [2020-12-15T02:39:27.023Z] PASS
02:39:27 [2020-12-15T02:39:27.023Z] 
02:39:27 [2020-12-15T02:39:27.023Z] DONE 6 tests in 4.461s
02:39:27 [2020-12-15T02:39:27.023Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
02:39:27 [2020-12-15T02:39:27.023Z] ++ 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
02:39:27 [2020-12-15T02:39:27.023Z] ++ set -e
02:39:27 [2020-12-15T02:39:27.023Z] ++ '[' -n 0 ']'
02:39:27 [2020-12-15T02:39:27.023Z] ++ set -x
02:39:27 [2020-12-15T02:39:27.024Z] ++ 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
02:39:27 [2020-12-15T02:39:27.314Z] INFO: Testing against a local daemon
02:39:27 [2020-12-15T02:39:27.314Z] === RUN   TestExternalGraphDriver
02:39:27 [2020-12-15T02:39:27.314Z] === RUN   TestExternalGraphDriver/json
02:39:29 [2020-12-15T02:39:29.376Z] === RUN   TestExternalGraphDriver/spec
02:39:29 [2020-12-15T02:39:29.759Z] --- PASS: TestConfigList (3.25s)
02:39:29 [2020-12-15T02:39:29.759Z] === RUN   TestConfigsCreateAndDelete
02:39:30 [2020-12-15T02:39:30.255Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
02:39:30 [2020-12-15T02:39:30.255Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
02:39:30 [2020-12-15T02:39:30.826Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
02:39:31 [2020-12-15T02:39:31.337Z] .........................                                                [ 67%]
02:39:31 [2020-12-15T02:39:31.397Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
02:39:31 [2020-12-15T02:39:31.438Z] === RUN   TestExternalGraphDriver/pull
02:39:31 [2020-12-15T02:39:31.968Z] --- PASS: TestBuildMultiStageCopy (5.21s)
02:39:31 [2020-12-15T02:39:31.968Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.78s)
02:39:31 [2020-12-15T02:39:31.968Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s)
02:39:31 [2020-12-15T02:39:31.968Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.61s)
02:39:31 [2020-12-15T02:39:31.968Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.66s)
02:39:31 [2020-12-15T02:39:31.968Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.56s)
02:39:31 [2020-12-15T02:39:31.968Z] === RUN   TestBuildMultiStageParentConfig
02:39:33 [2020-12-15T02:39:33.059Z] --- PASS: TestConfigsCreateAndDelete (3.27s)
02:39:33 [2020-12-15T02:39:33.059Z] === RUN   TestConfigsUpdate
02:39:33 [2020-12-15T02:39:33.876Z] --- PASS: TestBuildMultiStageParentConfig (1.49s)
02:39:33 [2020-12-15T02:39:33.876Z] === RUN   TestBuildLabelWithTargets
02:39:34 [2020-12-15T02:39:34.227Z] --- PASS: TestExternalGraphDriver (6.80s)
02:39:34 [2020-12-15T02:39:34.227Z]     --- PASS: TestExternalGraphDriver/json (2.10s)
02:39:34 [2020-12-15T02:39:34.227Z]     --- PASS: TestExternalGraphDriver/spec (2.11s)
02:39:34 [2020-12-15T02:39:34.227Z]     --- PASS: TestExternalGraphDriver/pull (2.46s)
02:39:34 [2020-12-15T02:39:34.227Z] === RUN   TestGraphdriverPluginV2
02:39:34 [2020-12-15T02:39:34.227Z] --- SKIP: TestGraphdriverPluginV2 (0.05s)
02:39:34 [2020-12-15T02:39:34.227Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:34 [2020-12-15T02:39:34.227Z] PASS
02:39:34 [2020-12-15T02:39:34.227Z] 
02:39:34 [2020-12-15T02:39:34.227Z] === Skipped
02:39:34 [2020-12-15T02:39:34.227Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.05s)
02:39:34 [2020-12-15T02:39:34.227Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:39:34 [2020-12-15T02:39:34.227Z] 
02:39:34 [2020-12-15T02:39:34.227Z] 
02:39:34 [2020-12-15T02:39:34.227Z] DONE 5 tests, 1 skipped in 7.024s
02:39:34 [2020-12-15T02:39:34.227Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m 
02:39:34 [2020-12-15T02:39:34.227Z] ++ 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
02:39:34 [2020-12-15T02:39:34.227Z] ++ set -e
02:39:34 [2020-12-15T02:39:34.227Z] ++ '[' -n 0 ']'
02:39:34 [2020-12-15T02:39:34.227Z] ++ set -x
02:39:34 [2020-12-15T02:39:34.227Z] ++ 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
02:39:34 [2020-12-15T02:39:34.227Z] INFO: Testing against a local daemon
02:39:34 [2020-12-15T02:39:34.227Z] === RUN   TestContinueAfterPluginCrash
02:39:34 [2020-12-15T02:39:34.227Z] === PAUSE TestContinueAfterPluginCrash
02:39:34 [2020-12-15T02:39:34.227Z] === RUN   TestReadPluginNoRead
02:39:34 [2020-12-15T02:39:34.227Z] === PAUSE TestReadPluginNoRead
02:39:34 [2020-12-15T02:39:34.227Z] === RUN   TestDaemonStartWithLogOpt
02:39:34 [2020-12-15T02:39:34.227Z] === PAUSE TestDaemonStartWithLogOpt
02:39:34 [2020-12-15T02:39:34.227Z] === CONT  TestContinueAfterPluginCrash
02:39:34 [2020-12-15T02:39:34.227Z] === CONT  TestDaemonStartWithLogOpt
02:39:35 [2020-12-15T02:39:35.606Z] --- PASS: TestConfigsUpdate (3.23s)
02:39:35 [2020-12-15T02:39:35.606Z] === RUN   TestTemplatedConfig
02:39:36 [2020-12-15T02:39:36.411Z] --- PASS: TestBuildLabelWithTargets (2.37s)
02:39:36 [2020-12-15T02:39:36.411Z] === RUN   TestBuildWithEmptyLayers
02:39:37 [2020-12-15T02:39:37.346Z] --- PASS: TestBuildWithEmptyLayers (1.27s)
02:39:37 [2020-12-15T02:39:37.346Z] === RUN   TestBuildMultiStageOnBuild
02:39:38 [2020-12-15T02:39:38.717Z] --- PASS: TestDaemonStartWithLogOpt (3.89s)
02:39:38 [2020-12-15T02:39:38.717Z] === CONT  TestReadPluginNoRead
02:39:39 [2020-12-15T02:39:39.813Z] --- PASS: TestTemplatedConfig (3.49s)
02:39:39 [2020-12-15T02:39:39.813Z] === RUN   TestConfigCreateResolve
02:39:40 [2020-12-15T02:39:40.635Z] --- PASS: TestBuildMultiStageOnBuild (3.08s)
02:39:40 [2020-12-15T02:39:40.635Z] === RUN   TestBuildUncleanTarFilenames
02:39:40 [2020-12-15T02:39:40.848Z] === RUN   TestReadPluginNoRead/default
02:39:42 [2020-12-15T02:39:42.358Z] --- PASS: TestConfigCreateResolve (3.25s)
02:39:42 [2020-12-15T02:39:42.358Z] === RUN   TestConfigDaemonLibtrustID
02:39:42 [2020-12-15T02:39:42.537Z] --- PASS: TestBuildUncleanTarFilenames (1.87s)
02:39:42 [2020-12-15T02:39:42.538Z] === RUN   TestBuildMultiStageLayerLeak
02:39:42 [2020-12-15T02:39:42.908Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
02:39:42 [2020-12-15T02:39:42.983Z] === RUN   TestReadPluginNoRead/disabled_caching
02:39:43 [2020-12-15T02:39:43.273Z] --- PASS: TestContinueAfterPluginCrash (9.09s)
02:39:43 [2020-12-15T02:39:43.300Z] --- PASS: TestConfigDaemonLibtrustID (0.66s)
02:39:43 [2020-12-15T02:39:43.301Z] PASS
02:39:43 [2020-12-15T02:39:43.301Z] 
02:39:43 [2020-12-15T02:39:43.301Z] DONE 7 tests in 21.056s
02:39:43 [2020-12-15T02:39:43.301Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
02:39:43 [2020-12-15T02:39:43.301Z] ++ 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
02:39:43 [2020-12-15T02:39:43.301Z] ++ set -e
02:39:43 [2020-12-15T02:39:43.301Z] ++ '[' -n 0 ']'
02:39:43 [2020-12-15T02:39:43.301Z] ++ set -x
02:39:43 [2020-12-15T02:39:43.301Z] ++ 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
02:39:43 [2020-12-15T02:39:43.301Z] INFO: Testing against a local daemon
02:39:43 [2020-12-15T02:39:43.301Z] === RUN   TestCheckpoint
02:39:43 [2020-12-15T02:39:43.301Z] --- SKIP: TestCheckpoint (0.00s)
02:39:43 [2020-12-15T02:39:43.301Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:39:43 [2020-12-15T02:39:43.301Z] === RUN   TestContainerInvalidJSON
02:39:43 [2020-12-15T02:39:43.301Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
02:39:43 [2020-12-15T02:39:43.301Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
02:39:43 [2020-12-15T02:39:43.301Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
02:39:43 [2020-12-15T02:39:43.301Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
02:39:43 [2020-12-15T02:39:43.301Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
02:39:43 [2020-12-15T02:39:43.301Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
02:39:43 [2020-12-15T02:39:43.301Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
02:39:43 [2020-12-15T02:39:43.301Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
02:39:43 [2020-12-15T02:39:43.301Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
02:39:43 [2020-12-15T02:39:43.301Z] --- PASS: TestContainerInvalidJSON (0.02s)
02:39:43 [2020-12-15T02:39:43.301Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
02:39:43 [2020-12-15T02:39:43.301Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
02:39:43 [2020-12-15T02:39:43.301Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
02:39:43 [2020-12-15T02:39:43.301Z] === RUN   TestCopyFromContainerPathDoesNotExist
02:39:43 [2020-12-15T02:39:43.561Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s)
02:39:43 [2020-12-15T02:39:43.561Z] === RUN   TestCopyFromContainerPathIsNotDir
02:39:43 [2020-12-15T02:39:43.561Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
02:39:43 [2020-12-15T02:39:43.561Z] === RUN   TestCopyToContainerPathDoesNotExist
02:39:43 [2020-12-15T02:39:43.822Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.13s)
02:39:43 [2020-12-15T02:39:43.822Z] === RUN   TestCopyToContainerPathIsNotDir
02:39:43 [2020-12-15T02:39:43.822Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s)
02:39:43 [2020-12-15T02:39:43.822Z] === RUN   TestCopyFromContainer
02:39:44 [2020-12-15T02:39:44.436Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
02:39:44 [2020-12-15T02:39:44.838Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
02:39:45 [2020-12-15T02:39:45.738Z] === RUN   TestCopyFromContainer//
02:39:45 [2020-12-15T02:39:45.828Z] --- PASS: TestBuildMultiStageLayerLeak (3.30s)
02:39:45 [2020-12-15T02:39:45.828Z] === RUN   TestBuildWithHugeFile
02:39:45 [2020-12-15T02:39:45.999Z] === RUN   TestCopyFromContainer//bar/root
02:39:45 [2020-12-15T02:39:45.999Z] === RUN   TestCopyFromContainer//bar/root/
02:39:46 [2020-12-15T02:39:46.261Z] === RUN   TestCopyFromContainer/bar/quux
02:39:46 [2020-12-15T02:39:46.261Z] === RUN   TestCopyFromContainer/bar/quux/
02:39:46 [2020-12-15T02:39:46.403Z] 4612f6d0b889: Verifying Checksum
02:39:46 [2020-12-15T02:39:46.403Z] 4612f6d0b889: Download complete
02:39:46 [2020-12-15T02:39:46.522Z] === RUN   TestCopyFromContainer/bar/quux/baz
02:39:46 [2020-12-15T02:39:46.522Z] === RUN   TestCopyFromContainer/bar/filesymlink
02:39:46 [2020-12-15T02:39:46.783Z] === RUN   TestCopyFromContainer/bar/dirsymlink
02:39:46 [2020-12-15T02:39:46.783Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
02:39:46 [2020-12-15T02:39:46.935Z] --- PASS: TestReadPluginNoRead (8.77s)
02:39:46 [2020-12-15T02:39:46.935Z]     --- PASS: TestReadPluginNoRead/default (1.95s)
02:39:46 [2020-12-15T02:39:46.935Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.06s)
02:39:46 [2020-12-15T02:39:46.935Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.96s)
02:39:46 [2020-12-15T02:39:46.935Z]     read_test.go:92: [d5fbb95758cda] daemon is not started
02:39:46 [2020-12-15T02:39:46.935Z] PASS
02:39:46 [2020-12-15T02:39:46.935Z] 
02:39:46 [2020-12-15T02:39:46.935Z] DONE 6 tests in 12.791s
02:39:46 [2020-12-15T02:39:46.935Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
02:39:46 [2020-12-15T02:39:46.935Z] ++ 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
02:39:46 [2020-12-15T02:39:46.935Z] ++ set -e
02:39:46 [2020-12-15T02:39:46.935Z] ++ '[' -n 0 ']'
02:39:46 [2020-12-15T02:39:46.935Z] ++ set -x
02:39:46 [2020-12-15T02:39:46.935Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
02:39:46 [2020-12-15T02:39:46.935Z] testing: warning: no tests to run
02:39:46 [2020-12-15T02:39:46.935Z] PASS
02:39:46 [2020-12-15T02:39:46.935Z] 
02:39:46 [2020-12-15T02:39:46.935Z] DONE 0 tests in 0.083s
02:39:46 [2020-12-15T02:39:46.935Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
02:39:46 [2020-12-15T02:39:46.935Z] ++ 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
02:39:46 [2020-12-15T02:39:46.935Z] ++ set -e
02:39:46 [2020-12-15T02:39:46.935Z] ++ '[' -n 0 ']'
02:39:46 [2020-12-15T02:39:46.935Z] ++ set -x
02:39:46 [2020-12-15T02:39:46.935Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
02:39:46 [2020-12-15T02:39:46.935Z] INFO: Testing against a local daemon
02:39:46 [2020-12-15T02:39:46.935Z] === RUN   TestPluginWithDevMounts
02:39:46 [2020-12-15T02:39:46.935Z] === PAUSE TestPluginWithDevMounts
02:39:46 [2020-12-15T02:39:46.935Z] === CONT  TestPluginWithDevMounts
02:39:47 [2020-12-15T02:39:47.085Z] === RUN   TestCopyFromContainer/bar/notarget
02:39:47 [2020-12-15T02:39:47.345Z] --- PASS: TestCopyFromContainer (3.41s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer// (0.11s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer//bar/root (0.15s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer/bar/quux (0.15s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.12s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.27s)
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:39:47 [2020-12-15T02:39:47.345Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:39:47 [2020-12-15T02:39:47.345Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
02:39:47 [2020-12-15T02:39:47.345Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
02:39:47 [2020-12-15T02:39:47.345Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:39:47 [2020-12-15T02:39:47.345Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
02:39:47 [2020-12-15T02:39:47.345Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:39:47 [2020-12-15T02:39:47.345Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateLinkToNonExistingContainer
02:39:47 [2020-12-15T02:39:47.345Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s)
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateWithInvalidEnv
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateWithInvalidEnv/0
02:39:47 [2020-12-15T02:39:47.345Z] === PAUSE TestCreateWithInvalidEnv/0
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateWithInvalidEnv/1
02:39:47 [2020-12-15T02:39:47.345Z] === PAUSE TestCreateWithInvalidEnv/1
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateWithInvalidEnv/2
02:39:47 [2020-12-15T02:39:47.345Z] === PAUSE TestCreateWithInvalidEnv/2
02:39:47 [2020-12-15T02:39:47.345Z] === CONT  TestCreateWithInvalidEnv/0
02:39:47 [2020-12-15T02:39:47.345Z] === CONT  TestCreateWithInvalidEnv/1
02:39:47 [2020-12-15T02:39:47.345Z] === CONT  TestCreateWithInvalidEnv/2
02:39:47 [2020-12-15T02:39:47.345Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
02:39:47 [2020-12-15T02:39:47.345Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateTmpfsMountsTarget
02:39:47 [2020-12-15T02:39:47.345Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
02:39:47 [2020-12-15T02:39:47.345Z] === RUN   TestCreateWithCustomMaskedPaths
02:39:47 [2020-12-15T02:39:47.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
02:39:49 [2020-12-15T02:39:49.056Z] --- PASS: TestPluginWithDevMounts (1.88s)
02:39:49 [2020-12-15T02:39:49.056Z] PASS
02:39:49 [2020-12-15T02:39:49.056Z] 
02:39:49 [2020-12-15T02:39:49.056Z] DONE 1 tests in 1.989s
02:39:49 [2020-12-15T02:39:49.056Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m 
02:39:49 [2020-12-15T02:39:49.056Z] ++ 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
02:39:49 [2020-12-15T02:39:49.056Z] ++ set -e
02:39:49 [2020-12-15T02:39:49.056Z] ++ '[' -n 0 ']'
02:39:49 [2020-12-15T02:39:49.056Z] ++ set -x
02:39:49 [2020-12-15T02:39:49.056Z] ++ 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
02:39:49 [2020-12-15T02:39:49.056Z] INFO: Testing against a local daemon
02:39:49 [2020-12-15T02:39:49.056Z] === RUN   TestSecretInspect
02:39:49 [2020-12-15T02:39:49.889Z] --- PASS: TestCreateWithCustomMaskedPaths (2.18s)
02:39:49 [2020-12-15T02:39:49.889Z] === RUN   TestCreateWithCustomReadonlyPaths
02:39:52 [2020-12-15T02:39:52.433Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.34s)
02:39:52 [2020-12-15T02:39:52.434Z] === RUN   TestCreateWithInvalidHealthcheckParams
02:39:52 [2020-12-15T02:39:52.434Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:39:52 [2020-12-15T02:39:52.434Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:39:52 [2020-12-15T02:39:52.434Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:39:52 [2020-12-15T02:39:52.434Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:39:52 [2020-12-15T02:39:52.434Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:39:52 [2020-12-15T02:39:52.434Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:39:52 [2020-12-15T02:39:52.434Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:39:52 [2020-12-15T02:39:52.434Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
02:39:52 [2020-12-15T02:39:52.434Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s)
02:39:52 [2020-12-15T02:39:52.434Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
02:39:52 [2020-12-15T02:39:52.434Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s)
02:39:52 [2020-12-15T02:39:52.434Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.05s)
02:39:52 [2020-12-15T02:39:52.434Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
02:39:52 [2020-12-15T02:39:52.434Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
02:39:52 [2020-12-15T02:39:52.706Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.76s)
02:39:52 [2020-12-15T02:39:52.706Z] === RUN   TestCreateDifferentPlatform
02:39:52 [2020-12-15T02:39:52.706Z] === RUN   TestCreateDifferentPlatform/different_os
02:39:52 [2020-12-15T02:39:52.706Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
02:39:52 [2020-12-15T02:39:52.706Z] --- PASS: TestCreateDifferentPlatform (0.03s)
02:39:52 [2020-12-15T02:39:52.706Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
02:39:52 [2020-12-15T02:39:52.706Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
02:39:52 [2020-12-15T02:39:52.706Z] === RUN   TestCreateVolumesFromNonExistingContainer
02:39:52 [2020-12-15T02:39:52.970Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s)
02:39:52 [2020-12-15T02:39:52.970Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
02:39:52 [2020-12-15T02:39:52.970Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.13s)
02:39:52 [2020-12-15T02:39:52.970Z] === RUN   TestContainerStartOnDaemonRestart
02:39:52 [2020-12-15T02:39:52.970Z] === PAUSE TestContainerStartOnDaemonRestart
02:39:52 [2020-12-15T02:39:52.970Z] === RUN   TestDaemonRestartIpcMode
02:39:52 [2020-12-15T02:39:52.970Z] === PAUSE TestDaemonRestartIpcMode
02:39:52 [2020-12-15T02:39:52.970Z] === RUN   TestDaemonHostGatewayIP
02:39:52 [2020-12-15T02:39:52.970Z] === PAUSE TestDaemonHostGatewayIP
02:39:52 [2020-12-15T02:39:52.970Z] === RUN   TestContainerKillOnDaemonStart
02:39:52 [2020-12-15T02:39:52.970Z] === PAUSE TestContainerKillOnDaemonStart
02:39:52 [2020-12-15T02:39:52.970Z] === RUN   TestDiff
02:39:53 [2020-12-15T02:39:53.647Z] --- PASS: TestSecretInspect (3.79s)
02:39:53 [2020-12-15T02:39:53.648Z] === RUN   TestSecretList
02:39:53 [2020-12-15T02:39:53.926Z] --- PASS: TestDiff (0.79s)
02:39:53 [2020-12-15T02:39:53.926Z] === RUN   TestExecWithCloseStdin
02:39:54 [2020-12-15T02:39:54.871Z] --- PASS: TestExecWithCloseStdin (0.92s)
02:39:54 [2020-12-15T02:39:54.871Z] === RUN   TestExec
02:39:55 [2020-12-15T02:39:55.817Z] --- PASS: TestExec (0.93s)
02:39:55 [2020-12-15T02:39:55.817Z] === RUN   TestExecUser
02:39:56 [2020-12-15T02:39:56.777Z] --- PASS: TestExecUser (0.92s)
02:39:56 [2020-12-15T02:39:56.777Z] === RUN   TestExportContainerAndImportImage
02:39:57 [2020-12-15T02:39:57.219Z] --- PASS: TestSecretList (3.94s)
02:39:57 [2020-12-15T02:39:57.219Z] === RUN   TestSecretsCreateAndDelete
02:39:57 [2020-12-15T02:39:57.720Z] --- PASS: TestExportContainerAndImportImage (1.13s)
02:39:57 [2020-12-15T02:39:57.720Z] === RUN   TestExportContainerAfterDaemonRestart
02:40:00 [2020-12-15T02:40:00.267Z] --- PASS: TestExportContainerAfterDaemonRestart (2.06s)
02:40:00 [2020-12-15T02:40:00.267Z] === RUN   TestHealthCheckWorkdir
02:40:00 [2020-12-15T02:40:00.752Z] --- PASS: TestSecretsCreateAndDelete (3.91s)
02:40:00 [2020-12-15T02:40:00.752Z] === RUN   TestSecretsUpdate
02:40:00 [2020-12-15T02:40:00.840Z] --- PASS: TestHealthCheckWorkdir (1.01s)
02:40:00 [2020-12-15T02:40:00.840Z] === RUN   TestHealthKillContainer
02:40:04 [2020-12-15T02:40:04.138Z] --- PASS: TestHealthKillContainer (2.85s)
02:40:04 [2020-12-15T02:40:04.138Z] === RUN   TestInspectCpusetInConfigPre120
02:40:04 [2020-12-15T02:40:04.400Z] --- PASS: TestInspectCpusetInConfigPre120 (0.76s)
02:40:04 [2020-12-15T02:40:04.400Z] === RUN   TestIpcModeNone
02:40:05 [2020-12-15T02:40:05.198Z] --- PASS: TestSecretsUpdate (3.80s)
02:40:05 [2020-12-15T02:40:05.198Z] === RUN   TestTemplatedSecret
02:40:05 [2020-12-15T02:40:05.345Z] --- PASS: TestIpcModeNone (0.88s)
02:40:05 [2020-12-15T02:40:05.345Z] === RUN   TestIpcModePrivate
02:40:06 [2020-12-15T02:40:06.286Z] --- PASS: TestIpcModePrivate (0.88s)
02:40:06 [2020-12-15T02:40:06.286Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:102, shared: false, mustBeShared: false
02:40:06 [2020-12-15T02:40:06.286Z] === RUN   TestIpcModeShareable
02:40:07 [2020-12-15T02:40:07.228Z] --- PASS: TestIpcModeShareable (0.89s)
02:40:07 [2020-12-15T02:40:07.228Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:96, shared: true, mustBeShared: true
02:40:07 [2020-12-15T02:40:07.228Z] === RUN   TestAPIIpcModeShareableAndContainer
02:40:08 [2020-12-15T02:40:08.709Z] --- PASS: TestTemplatedSecret (3.78s)
02:40:08 [2020-12-15T02:40:08.709Z] === RUN   TestSecretCreateResolve
02:40:09 [2020-12-15T02:40:09.773Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.61s)
02:40:09 [2020-12-15T02:40:09.773Z] === RUN   TestAPIIpcModeHost
02:40:10 [2020-12-15T02:40:10.345Z] --- PASS: TestAPIIpcModeHost (0.64s)
02:40:10 [2020-12-15T02:40:10.345Z] === RUN   TestDaemonIpcModeShareable
02:40:12 [2020-12-15T02:40:12.223Z] --- PASS: TestSecretCreateResolve (3.87s)
02:40:12 [2020-12-15T02:40:12.223Z] PASS
02:40:12 [2020-12-15T02:40:12.223Z] 
02:40:12 [2020-12-15T02:40:12.223Z] DONE 6 tests in 23.232s
02:40:12 [2020-12-15T02:40:12.223Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m 
02:40:12 [2020-12-15T02:40:12.224Z] ++ 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
02:40:12 [2020-12-15T02:40:12.224Z] ++ set -e
02:40:12 [2020-12-15T02:40:12.224Z] ++ '[' -n 0 ']'
02:40:12 [2020-12-15T02:40:12.224Z] ++ set -x
02:40:12 [2020-12-15T02:40:12.224Z] ++ 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
02:40:12 [2020-12-15T02:40:12.224Z] INFO: Testing against a local daemon
02:40:12 [2020-12-15T02:40:12.224Z] === RUN   TestServiceCreateInit
02:40:12 [2020-12-15T02:40:12.260Z] --- PASS: TestDaemonIpcModeShareable (1.91s)
02:40:12 [2020-12-15T02:40:12.260Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
02:40:12 [2020-12-15T02:40:12.260Z] === RUN   TestDaemonIpcModePrivate
02:40:12 [2020-12-15T02:40:12.352Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
02:40:12 [2020-12-15T02:40:12.514Z] === RUN   TestServiceCreateInit/daemonInitDisabled
02:40:14 [2020-12-15T02:40:14.174Z] --- PASS: TestDaemonIpcModePrivate (1.87s)
02:40:14 [2020-12-15T02:40:14.174Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
02:40:14 [2020-12-15T02:40:14.174Z] === RUN   TestDaemonIpcModePrivateFromConfig
02:40:16 [2020-12-15T02:40:16.090Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.82s)
02:40:16 [2020-12-15T02:40:16.090Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:113, shared: false, mustBeShared: false
02:40:16 [2020-12-15T02:40:16.090Z] === RUN   TestDaemonIpcModeShareableFromConfig
02:40:18 [2020-12-15T02:40:18.005Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.98s)
02:40:18 [2020-12-15T02:40:18.005Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:107, shared: true, mustBeShared: true
02:40:18 [2020-12-15T02:40:18.005Z] === RUN   TestIpcModeOlderClient
02:40:18 [2020-12-15T02:40:18.005Z] === PAUSE TestIpcModeOlderClient
02:40:18 [2020-12-15T02:40:18.005Z] === RUN   TestKillContainerInvalidSignal
02:40:18 [2020-12-15T02:40:18.075Z] === RUN   TestServiceCreateInit/daemonInitEnabled
02:40:18 [2020-12-15T02:40:18.575Z] --- PASS: TestKillContainerInvalidSignal (0.77s)
02:40:18 [2020-12-15T02:40:18.575Z] === RUN   TestKillContainer
02:40:18 [2020-12-15T02:40:18.575Z] === RUN   TestKillContainer/no_signal
02:40:19 [2020-12-15T02:40:19.520Z] === RUN   TestKillContainer/non_killing_signal
02:40:20 [2020-12-15T02:40:20.092Z] === RUN   TestKillContainer/killing_signal
02:40:20 [2020-12-15T02:40:20.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
02:40:20 [2020-12-15T02:40:20.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
02:40:20 [2020-12-15T02:40:20.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
02:40:20 [2020-12-15T02:40:20.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
02:40:20 [2020-12-15T02:40:20.774Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
02:40:21 [2020-12-15T02:40:21.038Z] --- PASS: TestKillContainer (2.28s)
02:40:21 [2020-12-15T02:40:21.039Z]     --- PASS: TestKillContainer/no_signal (0.72s)
02:40:21 [2020-12-15T02:40:21.039Z]     --- PASS: TestKillContainer/non_killing_signal (0.52s)
02:40:21 [2020-12-15T02:40:21.039Z]     --- PASS: TestKillContainer/killing_signal (0.76s)
02:40:21 [2020-12-15T02:40:21.039Z] === RUN   TestKillWithStopSignalAndRestartPolicies
02:40:21 [2020-12-15T02:40:21.039Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
02:40:21 [2020-12-15T02:40:21.610Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
02:40:22 [2020-12-15T02:40:22.294Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
02:40:22 [2020-12-15T02:40:22.553Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.54s)
02:40:22 [2020-12-15T02:40:22.553Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.74s)
02:40:22 [2020-12-15T02:40:22.553Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s)
02:40:22 [2020-12-15T02:40:22.553Z] === RUN   TestKillStoppedContainer
02:40:22 [2020-12-15T02:40:22.553Z] --- PASS: TestKillStoppedContainer (0.11s)
02:40:22 [2020-12-15T02:40:22.553Z] === RUN   TestKillStoppedContainerAPIPre120
02:40:22 [2020-12-15T02:40:22.814Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s)
02:40:22 [2020-12-15T02:40:22.814Z] === RUN   TestKillDifferentUserContainer
02:40:23 [2020-12-15T02:40:23.633Z] --- PASS: TestServiceCreateInit (10.99s)
02:40:23 [2020-12-15T02:40:23.633Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.40s)
02:40:23 [2020-12-15T02:40:23.633Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.57s)
02:40:23 [2020-12-15T02:40:23.633Z] === RUN   TestCreateServiceMultipleTimes
02:40:23 [2020-12-15T02:40:23.755Z] --- PASS: TestKillDifferentUserContainer (0.83s)
02:40:23 [2020-12-15T02:40:23.755Z] === RUN   TestInspectOomKilledTrue
02:40:23 [2020-12-15T02:40:23.755Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
02:40:23 [2020-12-15T02:40:23.755Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:40:23 [2020-12-15T02:40:23.755Z] === RUN   TestInspectOomKilledFalse
02:40:23 [2020-12-15T02:40:23.755Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
02:40:23 [2020-12-15T02:40:23.755Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:40:23 [2020-12-15T02:40:23.755Z] === RUN   TestLinksEtcHostsContentMatch
02:40:24 [2020-12-15T02:40:24.326Z] --- PASS: TestLinksEtcHostsContentMatch (0.64s)
02:40:24 [2020-12-15T02:40:24.326Z] === RUN   TestLinksContainerNames
02:40:24 [2020-12-15T02:40:24.563Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
02:40:24 [2020-12-15T02:40:24.563Z] Using test binary docker
02:40:24 [2020-12-15T02:40:24.563Z] +++ /etc/init.d/apparmor start
02:40:24 [2020-12-15T02:40:24.563Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:40:24 [2020-12-15T02:40:24.563Z] INFO: Waiting for daemon to start...
02:40:24 [2020-12-15T02:40:24.563Z] Starting dockerd
02:40:24 [2020-12-15T02:40:24.563Z] +++ 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
02:40:24 [2020-12-15T02:40:24.563Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
02:40:24 [2020-12-15T02:40:24.563Z] Using test binary docker
02:40:24 [2020-12-15T02:40:24.563Z] +++ /etc/init.d/apparmor start
02:40:24 [2020-12-15T02:40:24.563Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:40:24 [2020-12-15T02:40:24.563Z] INFO: Waiting for daemon to start...
02:40:24 [2020-12-15T02:40:24.563Z] Starting dockerd
02:40:24 [2020-12-15T02:40:24.563Z] +++ 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
02:40:24 [2020-12-15T02:40:24.563Z] .
02:40:24 [2020-12-15T02:40:24.563Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
02:40:24 [2020-12-15T02:40:24.563Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
02:40:24 [2020-12-15T02:40:24.563Z] Error: No such image: emptyfs
02:40:24 [2020-12-15T02:40:24.563Z] ++++ tar -cC bundles/test-integration/emptyfs .
02:40:24 [2020-12-15T02:40:24.563Z] ++++ docker load
02:40:24 [2020-12-15T02:40:24.563Z] Running integration-test (iteration 1)
02:40:24 [2020-12-15T02:40:24.563Z] 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)/
02:40:24 [2020-12-15T02:40:24.563Z] ++ 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)/'
02:40:24 [2020-12-15T02:40:24.563Z] ++ set -e
02:40:24 [2020-12-15T02:40:24.563Z] ++ '[' -n 0 ']'
02:40:24 [2020-12-15T02:40:24.563Z] ++ set -x
02:40:24 [2020-12-15T02:40:24.563Z] ++ 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)/'
02:40:24 [2020-12-15T02:40:24.563Z] 
02:40:24 [2020-12-15T02:40:24.563Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
02:40:24 [2020-12-15T02:40:24.563Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
02:40:24 [2020-12-15T02:40:24.563Z] Error: No such image: emptyfs
02:40:24 [2020-12-15T02:40:24.563Z] ++++ docker load
02:40:24 [2020-12-15T02:40:24.563Z] ++++ tar -cC bundles/test-integration/emptyfs .
02:40:24 [2020-12-15T02:40:24.563Z] Running integration-test (iteration 1)
02:40:24 [2020-12-15T02:40:24.563Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
02:40:24 [2020-12-15T02:40:24.563Z] ++ 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)/'
02:40:24 [2020-12-15T02:40:24.563Z] ++ set -e
02:40:24 [2020-12-15T02:40:24.563Z] ++ '[' -n 0 ']'
02:40:24 [2020-12-15T02:40:24.563Z] ++ set -x
02:40:24 [2020-12-15T02:40:24.563Z] ++ 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)/'
02:40:25 [2020-12-15T02:40:25.710Z] --- PASS: TestLinksContainerNames (1.54s)
02:40:25 [2020-12-15T02:40:25.710Z] === RUN   TestLogsFollowTailEmpty
02:40:25 [2020-12-15T02:40:25.847Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
02:40:26 [2020-12-15T02:40:26.651Z] --- PASS: TestLogsFollowTailEmpty (0.77s)
02:40:26 [2020-12-15T02:40:26.651Z] === RUN   TestContainerNetworkMountsNoChown
02:40:27 [2020-12-15T02:40:27.223Z] --- PASS: TestContainerNetworkMountsNoChown (0.80s)
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/default
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/default
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/private
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/private
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rprivate
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rprivate
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/slave
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/slave
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rslave
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rslave
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/shared
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/shared
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rshared
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rshared
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/default
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/default/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/default/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/default/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/default/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/default/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/default/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/default/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/rshared
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rshared/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rshared/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/shared
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/shared/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/shared/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/shared/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/shared/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/shared/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/rslave
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rslave/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rslave/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
02:40:27 [2020-12-15T02:40:27.223Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
02:40:27 [2020-12-15T02:40:27.223Z] === CONT  TestMountDaemonRoot/rslave/bind_root
02:40:27 [2020-12-15T02:40:27.237Z] tests/integration/api_volume_test.py .........                           [ 74%]
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/slave
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/slave/bind_root
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/slave/bind_root
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/slave/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/slave/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/rprivate
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/private
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/private/bind_root
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/private/bind_root
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/private/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/private/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/private/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === RUN   TestMountDaemonRoot/private/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/default/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/default/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/default/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/rshared/bind_root
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/rshared/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/shared/mount_root
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
02:40:27 [2020-12-15T02:40:27.483Z] === CONT  TestMountDaemonRoot/rslave/mount_root
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/slave/bind_root
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/slave/mount_root
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/private/bind_root
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/private/mount_subpath
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/private/mount_root
02:40:27 [2020-12-15T02:40:27.744Z] === CONT  TestMountDaemonRoot/private/bind_subpath
02:40:27 [2020-12-15T02:40:27.744Z] --- PASS: TestMountDaemonRoot (0.04s)
02:40:27 [2020-12-15T02:40:27.744Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.10s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.10s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s)
02:40:27 [2020-12-15T02:40:27.744Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.13s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s)
02:40:27 [2020-12-15T02:40:27.744Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
02:40:27 [2020-12-15T02:40:27.744Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.09s)
02:40:27 [2020-12-15T02:40:27.744Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.04s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s)
02:40:27 [2020-12-15T02:40:27.744Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
02:40:27 [2020-12-15T02:40:27.744Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.05s)
02:40:27 [2020-12-15T02:40:27.744Z] === RUN   TestContainerBindMountNonRecursive
02:40:27 [2020-12-15T02:40:27.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
02:40:29 [2020-12-15T02:40:29.443Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
02:40:29 [2020-12-15T02:40:29.754Z] tests/integration/client_test.py .....                                   [ 75%]
02:40:29 [2020-12-15T02:40:29.754Z] tests/integration/context_api_test.py ...                                [ 76%]
02:40:29 [2020-12-15T02:40:29.754Z] tests/integration/errors_test.py .                                       [ 76%]
02:40:30 [2020-12-15T02:40:30.080Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
02:40:30 [2020-12-15T02:40:30.291Z] --- PASS: TestContainerBindMountNonRecursive (2.43s)
02:40:30 [2020-12-15T02:40:30.292Z] === RUN   TestContainerVolumesMountedAsShared
02:40:31 [2020-12-15T02:40:31.233Z] --- PASS: TestContainerVolumesMountedAsShared (0.89s)
02:40:31 [2020-12-15T02:40:31.233Z] === RUN   TestContainerVolumesMountedAsSlave
02:40:31 [2020-12-15T02:40:31.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
02:40:31 [2020-12-15T02:40:31.804Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s)
02:40:31 [2020-12-15T02:40:31.804Z] === RUN   TestNetworkNat
02:40:32 [2020-12-15T02:40:32.747Z] --- PASS: TestNetworkNat (0.92s)
02:40:32 [2020-12-15T02:40:32.747Z] === RUN   TestNetworkLocalhostTCPNat
02:40:33 [2020-12-15T02:40:33.119Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
02:40:33 [2020-12-15T02:40:33.689Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s)
02:40:33 [2020-12-15T02:40:33.689Z] === RUN   TestNetworkLoopbackNat
02:40:35 [2020-12-15T02:40:35.208Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
02:40:36 [2020-12-15T02:40:36.247Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
02:40:36 [2020-12-15T02:40:36.985Z] --- PASS: TestNetworkLoopbackNat (3.14s)
02:40:36 [2020-12-15T02:40:36.985Z] === RUN   TestPause
02:40:37 [2020-12-15T02:40:37.288Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
02:40:37 [2020-12-15T02:40:37.557Z] --- PASS: TestPause (0.79s)
02:40:37 [2020-12-15T02:40:37.557Z] === RUN   TestPauseFailsOnWindowsServerContainers
02:40:37 [2020-12-15T02:40:37.557Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
02:40:37 [2020-12-15T02:40:37.557Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:40:37 [2020-12-15T02:40:37.557Z] === RUN   TestPauseStopPausedContainer
02:40:38 [2020-12-15T02:40:38.499Z] --- PASS: TestPauseStopPausedContainer (0.81s)
02:40:38 [2020-12-15T02:40:38.499Z] === RUN   TestPsFilter
02:40:38 [2020-12-15T02:40:38.499Z] --- PASS: TestPsFilter (0.27s)
02:40:38 [2020-12-15T02:40:38.499Z] === RUN   TestRemoveContainerWithRemovedVolume
02:40:38 [2020-12-15T02:40:38.812Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
02:40:38 [2020-12-15T02:40:38.812Z] Using test binary docker
02:40:38 [2020-12-15T02:40:38.812Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
02:40:38 [2020-12-15T02:40:38.812Z] +++ /etc/init.d/apparmor start
02:40:38 [2020-12-15T02:40:38.812Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
02:40:38 [2020-12-15T02:40:38.812Z] INFO: Waiting for daemon to start...
02:40:38 [2020-12-15T02:40:38.812Z] Starting dockerd
02:40:38 [2020-12-15T02:40:38.812Z] +++ 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
02:40:39 [2020-12-15T02:40:39.443Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.74s)
02:40:39 [2020-12-15T02:40:39.443Z] === RUN   TestRemoveContainerWithVolume
02:40:40 [2020-12-15T02:40:40.014Z] --- PASS: TestRemoveContainerWithVolume (0.79s)
02:40:40 [2020-12-15T02:40:40.014Z] === RUN   TestRemoveContainerRunning
02:40:40 [2020-12-15T02:40:40.879Z] .
02:40:40 [2020-12-15T02:40:40.879Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
02:40:40 [2020-12-15T02:40:40.879Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
02:40:40 [2020-12-15T02:40:40.879Z] Error: No such image: emptyfs
02:40:40 [2020-12-15T02:40:40.879Z] ++++ tar -cC bundles/test-integration/emptyfs .
02:40:40 [2020-12-15T02:40:40.879Z] ++++ docker load
02:40:40 [2020-12-15T02:40:40.879Z] Running integration-test (iteration 1)
02:40:40 [2020-12-15T02:40:40.879Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m 
02:40:40 [2020-12-15T02:40:40.879Z] ++ 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
02:40:40 [2020-12-15T02:40:40.879Z] ++ set -e
02:40:40 [2020-12-15T02:40:40.879Z] ++ '[' -n 0 ']'
02:40:40 [2020-12-15T02:40:40.879Z] ++ set -x
02:40:40 [2020-12-15T02:40:40.879Z] ++ 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
02:40:40 [2020-12-15T02:40:40.958Z] --- PASS: TestRemoveContainerRunning (0.79s)
02:40:40 [2020-12-15T02:40:40.958Z] === RUN   TestRemoveContainerForceRemoveRunning
02:40:41 [2020-12-15T02:40:41.530Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.78s)
02:40:41 [2020-12-15T02:40:41.530Z] === RUN   TestRemoveInvalidContainer
02:40:41 [2020-12-15T02:40:41.791Z] --- PASS: TestRemoveInvalidContainer (0.02s)
02:40:41 [2020-12-15T02:40:41.791Z] === RUN   TestRenameLinkedContainer
02:40:45 [2020-12-15T02:40:45.095Z] --- PASS: TestRenameLinkedContainer (3.07s)
02:40:45 [2020-12-15T02:40:45.095Z] === RUN   TestRenameStoppedContainer
02:40:45 [2020-12-15T02:40:45.666Z] --- PASS: TestRenameStoppedContainer (0.79s)
02:40:45 [2020-12-15T02:40:45.666Z] === RUN   TestRenameRunningContainerAndReuse
02:40:47 [2020-12-15T02:40:47.051Z] --- PASS: TestRenameRunningContainerAndReuse (1.61s)
02:40:47 [2020-12-15T02:40:47.051Z] === RUN   TestRenameInvalidName
02:40:47 [2020-12-15T02:40:47.994Z] --- PASS: TestRenameInvalidName (0.77s)
02:40:47 [2020-12-15T02:40:47.994Z] === RUN   TestRenameAnonymousContainer
02:40:50 [2020-12-15T02:40:50.733Z] --- PASS: TestCreateServiceMultipleTimes (24.05s)
02:40:50 [2020-12-15T02:40:50.733Z] === RUN   TestCreateServiceConflict
02:40:50 [2020-12-15T02:40:50.733Z] --- PASS: TestCreateServiceConflict (3.42s)
02:40:50 [2020-12-15T02:40:50.733Z] === RUN   TestCreateServiceMaxReplicas
02:40:52 [2020-12-15T02:40:52.201Z] --- PASS: TestRenameAnonymousContainer (4.07s)
02:40:52 [2020-12-15T02:40:52.201Z] === RUN   TestRenameContainerWithSameName
02:40:52 [2020-12-15T02:40:52.772Z] --- PASS: TestRenameContainerWithSameName (0.81s)
02:40:52 [2020-12-15T02:40:52.772Z] === RUN   TestRenameContainerWithLinkedContainer
02:40:54 [2020-12-15T02:40:54.689Z] --- PASS: TestRenameContainerWithLinkedContainer (1.60s)
02:40:54 [2020-12-15T02:40:54.689Z] === RUN   TestResize
02:40:55 [2020-12-15T02:40:55.234Z] --- PASS: TestCreateServiceMaxReplicas (4.12s)
02:40:55 [2020-12-15T02:40:55.234Z] === RUN   TestCreateWithDuplicateNetworkNames
02:40:55 [2020-12-15T02:40:55.259Z] --- PASS: TestResize (0.82s)
02:40:55 [2020-12-15T02:40:55.259Z] === RUN   TestResizeWithInvalidSize
02:40:56 [2020-12-15T02:40:56.201Z] --- PASS: TestResizeWithInvalidSize (0.80s)
02:40:56 [2020-12-15T02:40:56.201Z] === RUN   TestResizeWhenContainerNotStarted
02:40:56 [2020-12-15T02:40:56.273Z] Loaded image: buildpack-deps:buster
02:40:56 [2020-12-15T02:40:56.273Z] Loaded image: busybox:latest
02:40:56 [2020-12-15T02:40:56.273Z] Loaded image: busybox:glibc
02:40:56 [2020-12-15T02:40:56.273Z] Loaded image: debian:buster
02:40:56 [2020-12-15T02:40:56.273Z] Loaded image: hello-world:latest
02:40:56 [2020-12-15T02:40:56.273Z] Loaded image: arm32v7/hello-world:latest
02:40:56 [2020-12-15T02:40:56.273Z] INFO: Testing against a local daemon
02:40:56 [2020-12-15T02:40:56.273Z] === RUN   TestCgroupNamespacesBuild
02:40:56 [2020-12-15T02:40:56.273Z] --- PASS: TestCgroupNamespacesBuild (1.35s)
02:40:56 [2020-12-15T02:40:56.273Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
02:40:56 [2020-12-15T02:40:56.773Z] --- PASS: TestResizeWhenContainerNotStarted (0.77s)
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:40:56 [2020-12-15T02:40:56.773Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:40:56 [2020-12-15T02:40:56.908Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.41s)
02:40:56 [2020-12-15T02:40:56.908Z] === RUN   TestBuildWithSession
02:40:56 [2020-12-15T02:40:56.908Z] --- SKIP: TestBuildWithSession (0.00s)
02:40:56 [2020-12-15T02:40:56.908Z]     build_session_test.go:25: TODO: BuildKit
02:40:56 [2020-12-15T02:40:56.908Z] === RUN   TestBuildSquashParent
02:41:00 [2020-12-15T02:41:00.081Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:41:00 [2020-12-15T02:41:00.081Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:41:00 [2020-12-15T02:41:00.081Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:41:00 [2020-12-15T02:41:00.657Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:41:01 [2020-12-15T02:41:01.374Z] --- PASS: TestBuildSquashParent (4.38s)
02:41:01 [2020-12-15T02:41:01.374Z] === RUN   TestBuildWithRemoveAndForceRemove
02:41:01 [2020-12-15T02:41:01.374Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:41:01 [2020-12-15T02:41:01.374Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:41:01 [2020-12-15T02:41:01.374Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:41:01 [2020-12-15T02:41:01.374Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:41:01 [2020-12-15T02:41:01.374Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:41:01 [2020-12-15T02:41:01.374Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:41:01 [2020-12-15T02:41:01.374Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:41:01 [2020-12-15T02:41:01.374Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:41:01 [2020-12-15T02:41:01.374Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:41:01 [2020-12-15T02:41:01.374Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:41:01 [2020-12-15T02:41:01.374Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:41:01 [2020-12-15T02:41:01.374Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:41:01 [2020-12-15T02:41:01.374Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:41:01 [2020-12-15T02:41:01.374Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:41:01 [2020-12-15T02:41:01.374Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:41:01 [2020-12-15T02:41:01.374Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:41:01 [2020-12-15T02:41:01.602Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:41:01 [2020-12-15T02:41:01.836Z] --- PASS: TestImportExtremelyLargeImageWorks (105.19s)
02:41:01 [2020-12-15T02:41:01.836Z] PASS
02:41:01 [2020-12-15T02:41:01.836Z] 
02:41:01 [2020-12-15T02:41:01.836Z] === Skipped
02:41:01 [2020-12-15T02:41:01.836Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
02:41:01 [2020-12-15T02:41:01.836Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
02:41:01 [2020-12-15T02:41:01.836Z] 
02:41:01 [2020-12-15T02:41:01.836Z] 
02:41:01 [2020-12-15T02:41:01.836Z] DONE 12 tests, 1 skipped in 109.190s
02:41:01 [2020-12-15T02:41:01.836Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
02:41:01 [2020-12-15T02:41:01.836Z] INFO: Testing against a local daemon
02:41:01 [2020-12-15T02:41:01.836Z] === RUN   TestNetworkCreateDelete
02:41:01 [2020-12-15T02:41:01.836Z] --- PASS: TestNetworkCreateDelete (0.13s)
02:41:01 [2020-12-15T02:41:01.836Z] === RUN   TestDockerNetworkDeletePreferID
02:41:01 [2020-12-15T02:41:01.836Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
02:41:01 [2020-12-15T02:41:01.836Z] === RUN   TestDaemonDNSFallback
02:41:02 [2020-12-15T02:41:02.177Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:41:02 [2020-12-15T02:41:02.750Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: buildpack-deps:buster
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: busybox:latest
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: busybox:glibc
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: debian:buster
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: hello-world:latest
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: buildpack-deps:buster
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: arm32v7/hello-world:latest
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: busybox:latest
02:41:03 [2020-12-15T02:41:03.299Z] INFO: Testing against a local daemon
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPIErrorJSON
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerSuite/TestAPIImagesDelete
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: busybox:glibc
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: debian:buster
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: hello-world:latest
02:41:03 [2020-12-15T02:41:03.299Z] Loaded image: arm32v7/hello-world:latest
02:41:03 [2020-12-15T02:41:03.299Z] INFO: Testing against a local daemon
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerDaemonSuite
02:41:03 [2020-12-15T02:41:03.299Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
02:41:03 [2020-12-15T02:41:03.324Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:41:03 [2020-12-15T02:41:03.465Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:41:03 [2020-12-15T02:41:03.744Z] --- PASS: TestDaemonDNSFallback (7.37s)
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestInspectNetwork
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestInspectNetwork (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestRunContainerWithBridgeNone
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestNetworkInvalidJSON
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestNetworkInvalidJSON//networks/create
02:41:03 [2020-12-15T02:41:03.744Z] === PAUSE TestNetworkInvalidJSON//networks/create
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
02:41:03 [2020-12-15T02:41:03.744Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
02:41:03 [2020-12-15T02:41:03.744Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
02:41:03 [2020-12-15T02:41:03.744Z] === CONT  TestNetworkInvalidJSON//networks/create
02:41:03 [2020-12-15T02:41:03.744Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
02:41:03 [2020-12-15T02:41:03.744Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
02:41:03 [2020-12-15T02:41:03.744Z] --- PASS: TestNetworkInvalidJSON (0.02s)
02:41:03 [2020-12-15T02:41:03.744Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestHostIPv4BridgeLabel
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestDaemonRestartWithLiveRestore
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.03s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestDaemonDefaultNetworkPools
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestDaemonRestartWithExistingNetwork
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestServiceWithPredefinedNetwork
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestServiceRemoveKeepsIngressNetwork
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:236: FLAKY_TEST
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestServiceWithDataPathPortInit
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] === RUN   TestServiceWithDefaultAddressPoolInit
02:41:03 [2020-12-15T02:41:03.744Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] PASS
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === Skipped
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     network_test.go:26: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     network_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.03s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:236: FLAKY_TEST
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
02:41:03 [2020-12-15T02:41:03.744Z]     service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] 
02:41:03 [2020-12-15T02:41:03.744Z] DONE 19 tests, 12 skipped in 8.118s
02:41:03 [2020-12-15T02:41:03.744Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
02:41:03 [2020-12-15T02:41:03.760Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:41:04 [2020-12-15T02:41:04.004Z] INFO: Testing against a local daemon
02:41:04 [2020-12-15T02:41:04.004Z] === RUN   TestDockerNetworkIpvlanPersistance
02:41:04 [2020-12-15T02:41:04.004Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:41:04 [2020-12-15T02:41:04.004Z] === RUN   TestDockerNetworkIpvlan
02:41:04 [2020-12-15T02:41:04.004Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:41:04 [2020-12-15T02:41:04.004Z] PASS
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] === Skipped
02:41:04 [2020-12-15T02:41:04.004Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] DONE 2 tests, 2 skipped in 0.161s
02:41:04 [2020-12-15T02:41:04.004Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
02:41:04 [2020-12-15T02:41:04.004Z] INFO: Testing against a local daemon
02:41:04 [2020-12-15T02:41:04.004Z] === RUN   TestDockerNetworkMacvlanPersistance
02:41:04 [2020-12-15T02:41:04.004Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:04 [2020-12-15T02:41:04.004Z] === RUN   TestDockerNetworkMacvlan
02:41:04 [2020-12-15T02:41:04.004Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:04 [2020-12-15T02:41:04.004Z] PASS
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] === Skipped
02:41:04 [2020-12-15T02:41:04.004Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
02:41:04 [2020-12-15T02:41:04.004Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] DONE 2 tests, 2 skipped in 0.153s
02:41:04 [2020-12-15T02:41:04.004Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
02:41:04 [2020-12-15T02:41:04.004Z] testing: warning: no tests to run
02:41:04 [2020-12-15T02:41:04.004Z] PASS
02:41:04 [2020-12-15T02:41:04.004Z] 
02:41:04 [2020-12-15T02:41:04.004Z] DONE 0 tests in 0.033s
02:41:04 [2020-12-15T02:41:04.004Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
02:41:04 [2020-12-15T02:41:04.263Z] INFO: Testing against a local daemon
02:41:04 [2020-12-15T02:41:04.263Z] === RUN   TestAuthZPluginAllowRequest
02:41:04 [2020-12-15T02:41:04.263Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
02:41:04 [2020-12-15T02:41:04.263Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.263Z] === RUN   TestAuthZPluginTLS
02:41:04 [2020-12-15T02:41:04.263Z] --- SKIP: TestAuthZPluginTLS (0.00s)
02:41:04 [2020-12-15T02:41:04.263Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.263Z] === RUN   TestAuthZPluginDenyRequest
02:41:04 [2020-12-15T02:41:04.263Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
02:41:04 [2020-12-15T02:41:04.263Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.263Z] === RUN   TestAuthZPluginAPIDenyResponse
02:41:04 [2020-12-15T02:41:04.263Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginDenyResponse
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginAllowEventStream
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginErrorResponse
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginErrorRequest
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginHeader
02:41:04 [2020-12-15T02:41:04.264Z] --- SKIP: TestAuthZPluginHeader (0.00s)
02:41:04 [2020-12-15T02:41:04.264Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.264Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
02:41:04 [2020-12-15T02:41:04.523Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.33s)
02:41:04 [2020-12-15T02:41:04.523Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.523Z] === RUN   TestAuthZPluginV2Disable
02:41:04 [2020-12-15T02:41:04.523Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
02:41:04 [2020-12-15T02:41:04.523Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.523Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
02:41:04 [2020-12-15T02:41:04.523Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
02:41:04 [2020-12-15T02:41:04.523Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.523Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
02:41:04 [2020-12-15T02:41:04.784Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
02:41:04 [2020-12-15T02:41:04.784Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] PASS
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === Skipped
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.33s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
02:41:04 [2020-12-15T02:41:04.784Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] DONE 17 tests, 17 skipped in 0.577s
02:41:04 [2020-12-15T02:41:04.784Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
02:41:04 [2020-12-15T02:41:04.784Z] INFO: Testing against a local daemon
02:41:04 [2020-12-15T02:41:04.784Z] === RUN   TestPluginInvalidJSON
02:41:04 [2020-12-15T02:41:04.784Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
02:41:04 [2020-12-15T02:41:04.784Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
02:41:04 [2020-12-15T02:41:04.784Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
02:41:04 [2020-12-15T02:41:04.784Z] --- PASS: TestPluginInvalidJSON (0.02s)
02:41:04 [2020-12-15T02:41:04.784Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z] === RUN   TestPluginInstall
02:41:04 [2020-12-15T02:41:04.784Z] --- SKIP: TestPluginInstall (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] PASS
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] === Skipped
02:41:04 [2020-12-15T02:41:04.784Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
02:41:04 [2020-12-15T02:41:04.784Z]     plugin_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of localhost
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] 
02:41:04 [2020-12-15T02:41:04.784Z] DONE 3 tests, 1 skipped in 0.205s
02:41:04 [2020-12-15T02:41:04.784Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
02:41:05 [2020-12-15T02:41:05.044Z] INFO: Testing against a local daemon
02:41:05 [2020-12-15T02:41:05.044Z] === RUN   TestExternalGraphDriver
02:41:05 [2020-12-15T02:41:05.044Z] --- SKIP: TestExternalGraphDriver (0.08s)
02:41:05 [2020-12-15T02:41:05.044Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
02:41:05 [2020-12-15T02:41:05.044Z] === RUN   TestGraphdriverPluginV2
02:41:05 [2020-12-15T02:41:05.835Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
02:41:05 [2020-12-15T02:41:05.835Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.15s)
02:41:05 [2020-12-15T02:41:05.835Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.34s)
02:41:05 [2020-12-15T02:41:05.835Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.01s)
02:41:05 [2020-12-15T02:41:05.835Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.08s)
02:41:05 [2020-12-15T02:41:05.835Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.00s)
02:41:05 [2020-12-15T02:41:05.835Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.98s)
02:41:05 [2020-12-15T02:41:05.835Z] === RUN   TestBuildMultiStageCopy
02:41:05 [2020-12-15T02:41:05.835Z] === RUN   TestBuildMultiStageCopy/copy_to_root
02:41:05 [2020-12-15T02:41:05.870Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.87s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.04s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.06s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.83s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.67s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.62s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.76s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.79s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.66s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.61s)
02:41:05 [2020-12-15T02:41:05.870Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.39s)
02:41:05 [2020-12-15T02:41:05.870Z] === RUN   TestCgroupNamespacesRun
02:41:07 [2020-12-15T02:41:07.350Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
02:41:07 [2020-12-15T02:41:07.490Z] === RUN   TestDockerSuite/TestAPIImagesFilter
02:41:07 [2020-12-15T02:41:07.490Z] === RUN   TestDockerSuite/TestAPIImagesHistory
02:41:07 [2020-12-15T02:41:07.642Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
02:41:07 [2020-12-15T02:41:07.785Z] --- PASS: TestCgroupNamespacesRun (1.90s)
02:41:07 [2020-12-15T02:41:07.785Z] === RUN   TestCgroupNamespacesRunPrivileged
02:41:07 [2020-12-15T02:41:07.936Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
02:41:08 [2020-12-15T02:41:08.060Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
02:41:08 [2020-12-15T02:41:08.060Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
02:41:08 [2020-12-15T02:41:08.228Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
02:41:08 [2020-12-15T02:41:08.523Z] --- PASS: TestBuildMultiStageCopy (2.81s)
02:41:08 [2020-12-15T02:41:08.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.51s)
02:41:08 [2020-12-15T02:41:08.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.29s)
02:41:08 [2020-12-15T02:41:08.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.32s)
02:41:08 [2020-12-15T02:41:08.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.33s)
02:41:08 [2020-12-15T02:41:08.523Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.36s)
02:41:08 [2020-12-15T02:41:08.523Z] === RUN   TestBuildMultiStageParentConfig
02:41:08 [2020-12-15T02:41:08.997Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
02:41:08 [2020-12-15T02:41:08.997Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
02:41:08 [2020-12-15T02:41:08.997Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
02:41:09 [2020-12-15T02:41:09.171Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.80s)
02:41:09 [2020-12-15T02:41:09.171Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
02:41:09 [2020-12-15T02:41:09.561Z] --- PASS: TestBuildMultiStageParentConfig (0.83s)
02:41:09 [2020-12-15T02:41:09.561Z] === RUN   TestBuildLabelWithTargets
02:41:10 [2020-12-15T02:41:10.626Z] --- PASS: TestBuildLabelWithTargets (1.27s)
02:41:10 [2020-12-15T02:41:10.626Z] === RUN   TestBuildWithEmptyLayers
02:41:10 [2020-12-15T02:41:10.902Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
02:41:10 [2020-12-15T02:41:10.902Z] === RUN   TestDockerSuite/TestAPINetworkFilter
02:41:10 [2020-12-15T02:41:10.902Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
02:41:10 [2020-12-15T02:41:10.902Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
02:41:11 [2020-12-15T02:41:11.086Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.86s)
02:41:11 [2020-12-15T02:41:11.086Z] === RUN   TestCgroupNamespacesRunHostMode
02:41:11 [2020-12-15T02:41:11.161Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
02:41:11 [2020-12-15T02:41:11.263Z] --- PASS: TestBuildWithEmptyLayers (0.61s)
02:41:11 [2020-12-15T02:41:11.263Z] === RUN   TestBuildMultiStageOnBuild
02:41:11 [2020-12-15T02:41:11.619Z] --- PASS: TestGraphdriverPluginV2 (6.11s)
02:41:11 [2020-12-15T02:41:11.619Z] PASS
02:41:11 [2020-12-15T02:41:11.619Z] 
02:41:11 [2020-12-15T02:41:11.619Z] === Skipped
02:41:11 [2020-12-15T02:41:11.619Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.08s)
02:41:11 [2020-12-15T02:41:11.619Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
02:41:11 [2020-12-15T02:41:11.619Z] 
02:41:11 [2020-12-15T02:41:11.619Z] 
02:41:11 [2020-12-15T02:41:11.619Z] DONE 2 tests, 1 skipped in 6.362s
02:41:11 [2020-12-15T02:41:11.619Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
02:41:11 [2020-12-15T02:41:11.619Z] INFO: Testing against a local daemon
02:41:11 [2020-12-15T02:41:11.619Z] === RUN   TestContinueAfterPluginCrash
02:41:11 [2020-12-15T02:41:11.619Z] === PAUSE TestContinueAfterPluginCrash
02:41:11 [2020-12-15T02:41:11.619Z] === RUN   TestReadPluginNoRead
02:41:11 [2020-12-15T02:41:11.619Z] === PAUSE TestReadPluginNoRead
02:41:11 [2020-12-15T02:41:11.619Z] === RUN   TestDaemonStartWithLogOpt
02:41:11 [2020-12-15T02:41:11.619Z] === PAUSE TestDaemonStartWithLogOpt
02:41:11 [2020-12-15T02:41:11.619Z] === CONT  TestContinueAfterPluginCrash
02:41:11 [2020-12-15T02:41:11.619Z] === CONT  TestDaemonStartWithLogOpt
02:41:12 [2020-12-15T02:41:12.101Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
02:41:12 [2020-12-15T02:41:12.999Z] --- PASS: TestCgroupNamespacesRunHostMode (1.81s)
02:41:12 [2020-12-15T02:41:12.999Z] === RUN   TestCgroupNamespacesRunPrivateMode
02:41:13 [2020-12-15T02:41:13.037Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
02:41:13 [2020-12-15T02:41:13.296Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
02:41:13 [2020-12-15T02:41:13.349Z] --- PASS: TestBuildMultiStageOnBuild (1.80s)
02:41:13 [2020-12-15T02:41:13.349Z] === RUN   TestBuildUncleanTarFilenames
02:41:13 [2020-12-15T02:41:13.555Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
02:41:13 [2020-12-15T02:41:13.555Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
02:41:13 [2020-12-15T02:41:13.555Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
02:41:13 [2020-12-15T02:41:13.799Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.90s)
02:41:13 [2020-12-15T02:41:13.799Z] === RUN   TestCreateServiceSecretFileMode
02:41:13 [2020-12-15T02:41:13.982Z] --- PASS: TestBuildUncleanTarFilenames (0.90s)
02:41:13 [2020-12-15T02:41:13.982Z] === RUN   TestBuildMultiStageLayerLeak
02:41:14 [2020-12-15T02:41:14.830Z] --- PASS: TestCreateServiceSecretFileMode (3.89s)
02:41:14 [2020-12-15T02:41:14.830Z] === RUN   TestCreateServiceConfigFileMode
02:41:14 [2020-12-15T02:41:14.911Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s)
02:41:14 [2020-12-15T02:41:14.911Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
02:41:15 [2020-12-15T02:41:15.507Z] --- PASS: TestBuildMultiStageLayerLeak (1.71s)
02:41:15 [2020-12-15T02:41:15.507Z] === RUN   TestBuildWithHugeFile
02:41:16 [2020-12-15T02:41:16.824Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.80s)
02:41:16 [2020-12-15T02:41:16.824Z] === RUN   TestCgroupNamespacesRunInvalidMode
02:41:17 [2020-12-15T02:41:17.765Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.99s)
02:41:17 [2020-12-15T02:41:17.765Z] === RUN   TestCgroupNamespacesRunOlderClient
02:41:18 [2020-12-15T02:41:18.340Z] --- PASS: TestCreateServiceConfigFileMode (3.60s)
02:41:18 [2020-12-15T02:41:18.340Z] === RUN   TestCreateServiceSysctls
02:41:19 [2020-12-15T02:41:19.685Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.95s)
02:41:19 [2020-12-15T02:41:19.685Z] === RUN   TestKernelTCPMemory
02:41:19 [2020-12-15T02:41:19.748Z] --- PASS: TestDaemonStartWithLogOpt (6.99s)
02:41:19 [2020-12-15T02:41:19.748Z] === CONT  TestReadPluginNoRead
02:41:20 [2020-12-15T02:41:20.120Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
02:41:20 [2020-12-15T02:41:20.628Z] --- PASS: TestKernelTCPMemory (0.92s)
02:41:20 [2020-12-15T02:41:20.628Z] === RUN   TestNISDomainname
02:41:21 [2020-12-15T02:41:21.569Z] --- PASS: TestNISDomainname (0.97s)
02:41:21 [2020-12-15T02:41:21.569Z] === RUN   TestHostnameDnsResolution
02:41:22 [2020-12-15T02:41:22.286Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
02:41:22 [2020-12-15T02:41:22.286Z] --- PASS: TestContinueAfterPluginCrash (10.69s)
02:41:22 [2020-12-15T02:41:22.790Z] --- PASS: TestCreateServiceSysctls (4.56s)
02:41:22 [2020-12-15T02:41:22.790Z] === RUN   TestCreateServiceCapabilities
02:41:23 [2020-12-15T02:41:23.449Z] tests/integration/models_containers_test.py ............................ [ 83%]
02:41:23 [2020-12-15T02:41:23.481Z] --- PASS: TestHostnameDnsResolution (1.71s)
02:41:23 [2020-12-15T02:41:23.481Z] === RUN   TestStats
02:41:24 [2020-12-15T02:41:24.823Z] === RUN   TestReadPluginNoRead/default
02:41:25 [2020-12-15T02:41:25.393Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
02:41:26 [2020-12-15T02:41:26.022Z] --- PASS: TestStats (2.85s)
02:41:26 [2020-12-15T02:41:26.022Z] === RUN   TestStopContainerWithTimeout
02:41:26 [2020-12-15T02:41:26.022Z] === RUN   TestStopContainerWithTimeout/0
02:41:26 [2020-12-15T02:41:26.022Z] === PAUSE TestStopContainerWithTimeout/0
02:41:26 [2020-12-15T02:41:26.022Z] === RUN   TestStopContainerWithTimeout/1
02:41:26 [2020-12-15T02:41:26.022Z] === PAUSE TestStopContainerWithTimeout/1
02:41:26 [2020-12-15T02:41:26.022Z] === RUN   TestStopContainerWithTimeout/3
02:41:26 [2020-12-15T02:41:26.022Z] === PAUSE TestStopContainerWithTimeout/3
02:41:26 [2020-12-15T02:41:26.022Z] === RUN   TestStopContainerWithTimeout/-1
02:41:26 [2020-12-15T02:41:26.022Z] === PAUSE TestStopContainerWithTimeout/-1
02:41:26 [2020-12-15T02:41:26.022Z] === CONT  TestStopContainerWithTimeout/0
02:41:26 [2020-12-15T02:41:26.022Z] === CONT  TestStopContainerWithTimeout/1
02:41:26 [2020-12-15T02:41:26.022Z] === CONT  TestStopContainerWithTimeout/3
02:41:26 [2020-12-15T02:41:26.022Z] === CONT  TestStopContainerWithTimeout/-1
02:41:26 [2020-12-15T02:41:26.731Z] === RUN   TestReadPluginNoRead/disabled_caching
02:41:27 [2020-12-15T02:41:27.237Z] --- PASS: TestCreateServiceCapabilities (3.85s)
02:41:27 [2020-12-15T02:41:27.237Z] === RUN   TestInspect
02:41:27 [2020-12-15T02:41:27.925Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
02:41:29 [2020-12-15T02:41:29.268Z] --- PASS: TestReadPluginNoRead (10.49s)
02:41:29 [2020-12-15T02:41:29.268Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.30s)
02:41:29 [2020-12-15T02:41:29.268Z]     --- PASS: TestReadPluginNoRead/default (2.30s)
02:41:29 [2020-12-15T02:41:29.268Z]     --- PASS: TestReadPluginNoRead/disabled_caching (2.27s)
02:41:29 [2020-12-15T02:41:29.268Z]     read_test.go:92: [d5573796708cc] daemon is not started
02:41:29 [2020-12-15T02:41:29.268Z] PASS
02:41:29 [2020-12-15T02:41:29.268Z] 
02:41:29 [2020-12-15T02:41:29.268Z] DONE 6 tests in 17.680s
02:41:29 [2020-12-15T02:41:29.268Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
02:41:29 [2020-12-15T02:41:29.269Z] testing: warning: no tests to run
02:41:29 [2020-12-15T02:41:29.269Z] PASS
02:41:29 [2020-12-15T02:41:29.269Z] 
02:41:29 [2020-12-15T02:41:29.269Z] DONE 0 tests in 0.063s
02:41:29 [2020-12-15T02:41:29.269Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
02:41:29 [2020-12-15T02:41:29.269Z] INFO: Testing against a local daemon
02:41:29 [2020-12-15T02:41:29.269Z] === RUN   TestPluginWithDevMounts
02:41:29 [2020-12-15T02:41:29.269Z] --- SKIP: TestPluginWithDevMounts (0.00s)
02:41:29 [2020-12-15T02:41:29.269Z]     mounts_test.go:21: (*Execution).IsRootless-fm
02:41:29 [2020-12-15T02:41:29.269Z] PASS
02:41:29 [2020-12-15T02:41:29.269Z] 
02:41:29 [2020-12-15T02:41:29.269Z] === Skipped
02:41:29 [2020-12-15T02:41:29.269Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
02:41:29 [2020-12-15T02:41:29.269Z]     mounts_test.go:21: (*Execution).IsRootless-fm
02:41:29 [2020-12-15T02:41:29.269Z] 
02:41:29 [2020-12-15T02:41:29.269Z] 
02:41:29 [2020-12-15T02:41:29.269Z] DONE 1 tests, 1 skipped in 0.195s
02:41:29 [2020-12-15T02:41:29.269Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
02:41:29 [2020-12-15T02:41:29.328Z] --- PASS: TestStopContainerWithTimeout (0.02s)
02:41:29 [2020-12-15T02:41:29.328Z]     --- PASS: TestStopContainerWithTimeout/0 (1.44s)
02:41:29 [2020-12-15T02:41:29.328Z]     --- PASS: TestStopContainerWithTimeout/1 (2.17s)
02:41:29 [2020-12-15T02:41:29.328Z]     --- PASS: TestStopContainerWithTimeout/3 (2.98s)
02:41:29 [2020-12-15T02:41:29.328Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.24s)
02:41:29 [2020-12-15T02:41:29.328Z] === RUN   TestDeleteDevicemapper
02:41:29 [2020-12-15T02:41:29.328Z] --- SKIP: TestDeleteDevicemapper (0.00s)
02:41:29 [2020-12-15T02:41:29.328Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:41:29 [2020-12-15T02:41:29.328Z] === RUN   TestStopContainerWithRestartPolicyAlways
02:41:29 [2020-12-15T02:41:29.528Z] INFO: Testing against a local daemon
02:41:29 [2020-12-15T02:41:29.528Z] === RUN   TestSecretInspect
02:41:29 [2020-12-15T02:41:29.528Z] --- SKIP: TestSecretInspect (0.02s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] === RUN   TestSecretList
02:41:29 [2020-12-15T02:41:29.528Z] --- SKIP: TestSecretList (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] === RUN   TestSecretsCreateAndDelete
02:41:29 [2020-12-15T02:41:29.528Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] === RUN   TestSecretsUpdate
02:41:29 [2020-12-15T02:41:29.528Z] --- SKIP: TestSecretsUpdate (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] === RUN   TestTemplatedSecret
02:41:29 [2020-12-15T02:41:29.528Z] --- SKIP: TestTemplatedSecret (0.00s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] === RUN   TestSecretCreateResolve
02:41:29 [2020-12-15T02:41:29.528Z] --- SKIP: TestSecretCreateResolve (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] PASS
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] === Skipped
02:41:29 [2020-12-15T02:41:29.528Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] === SKIP: amd64.integration.secret TestSecretList (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
02:41:29 [2020-12-15T02:41:29.528Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] 
02:41:29 [2020-12-15T02:41:29.528Z] DONE 6 tests, 6 skipped in 0.235s
02:41:29 [2020-12-15T02:41:29.528Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
02:41:29 [2020-12-15T02:41:29.789Z] INFO: Testing against a local daemon
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestServiceCreateInit
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestServiceCreateInit/daemonInitDisabled
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestServiceCreateInit/daemonInitEnabled
02:41:29 [2020-12-15T02:41:29.789Z] --- PASS: TestServiceCreateInit (0.02s)
02:41:29 [2020-12-15T02:41:29.789Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
02:41:29 [2020-12-15T02:41:29.789Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
02:41:29 [2020-12-15T02:41:29.789Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateServiceMultipleTimes
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateServiceConflict
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateServiceConflict (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateServiceMaxReplicas
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateWithDuplicateNetworkNames
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateServiceSecretFileMode
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateServiceConfigFileMode
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateServiceSysctls
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateServiceSysctls (0.02s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateServiceCapabilities
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
02:41:29 [2020-12-15T02:41:29.789Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestInspect
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestInspect (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestCreateJob
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestCreateJob (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestReplicatedJob
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestReplicatedJob (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestUpdateReplicatedJob
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestServiceListWithStatuses
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestServiceListWithStatuses (0.00s)
02:41:29 [2020-12-15T02:41:29.789Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestDockerNetworkConnectAlias
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s)
02:41:29 [2020-12-15T02:41:29.789Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestDockerNetworkReConnect
02:41:29 [2020-12-15T02:41:29.789Z] --- SKIP: TestDockerNetworkReConnect (0.03s)
02:41:29 [2020-12-15T02:41:29.789Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:29 [2020-12-15T02:41:29.789Z] === RUN   TestServicePlugin
02:41:29 [2020-12-15T02:41:29.831Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
02:41:29 [2020-12-15T02:41:29.831Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
02:41:30 [2020-12-15T02:41:30.399Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
02:41:30 [2020-12-15T02:41:30.399Z] --- PASS: TestBuildWithHugeFile (104.95s)
02:41:30 [2020-12-15T02:41:30.399Z] === RUN   TestBuildWithEmptyDockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
02:41:30 [2020-12-15T02:41:30.399Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:41:30 [2020-12-15T02:41:30.658Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:41:30 [2020-12-15T02:41:30.748Z] --- PASS: TestInspect (3.91s)
02:41:30 [2020-12-15T02:41:30.748Z] === RUN   TestCreateJob
02:41:30 [2020-12-15T02:41:30.919Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
02:41:30 [2020-12-15T02:41:30.919Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s)
02:41:30 [2020-12-15T02:41:30.919Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.26s)
02:41:30 [2020-12-15T02:41:30.919Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.18s)
02:41:30 [2020-12-15T02:41:30.919Z] === RUN   TestBuildPreserveOwnership
02:41:30 [2020-12-15T02:41:30.919Z] === RUN   TestBuildPreserveOwnership/copy_from
02:41:31 [2020-12-15T02:41:31.215Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
02:41:31 [2020-12-15T02:41:31.873Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.38s)
02:41:31 [2020-12-15T02:41:31.873Z] === RUN   TestUpdateMemory
02:41:31 [2020-12-15T02:41:31.873Z] --- SKIP: TestUpdateMemory (0.01s)
02:41:31 [2020-12-15T02:41:31.873Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
02:41:31 [2020-12-15T02:41:31.874Z] === RUN   TestUpdateCPUQuota
02:41:32 [2020-12-15T02:41:32.185Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
02:41:32 [2020-12-15T02:41:32.451Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
02:41:33 [2020-12-15T02:41:33.024Z] === RUN   TestDockerSuite/TestAttachAfterDetach
02:41:33 [2020-12-15T02:41:33.257Z] --- PASS: TestUpdateCPUQuota (1.43s)
02:41:33 [2020-12-15T02:41:33.257Z] === RUN   TestUpdatePidsLimit
02:41:33 [2020-12-15T02:41:33.257Z] === RUN   TestUpdatePidsLimit/update_from_none
02:41:33 [2020-12-15T02:41:33.518Z] === RUN   TestUpdatePidsLimit/no_change
02:41:33 [2020-12-15T02:41:33.779Z] === RUN   TestUpdatePidsLimit/update_lower
02:41:33 [2020-12-15T02:41:33.988Z] --- SKIP: TestServicePlugin (3.49s)
02:41:33 [2020-12-15T02:41:33.989Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestServiceUpdateLabel
02:41:33 [2020-12-15T02:41:33.989Z] --- SKIP: TestServiceUpdateLabel (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestServiceUpdateSecrets
02:41:33 [2020-12-15T02:41:33.989Z] --- SKIP: TestServiceUpdateSecrets (0.02s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestServiceUpdateConfigs
02:41:33 [2020-12-15T02:41:33.989Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestServiceUpdateNetwork
02:41:33 [2020-12-15T02:41:33.989Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestServiceUpdatePidsLimit
02:41:33 [2020-12-15T02:41:33.989Z] --- SKIP: TestServiceUpdatePidsLimit (0.05s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] PASS
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === Skipped
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
02:41:33 [2020-12-15T02:41:33.989Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
02:41:33 [2020-12-15T02:41:33.989Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
02:41:33 [2020-12-15T02:41:33.989Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
02:41:33 [2020-12-15T02:41:33.989Z]         create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
02:41:33 [2020-12-15T02:41:33.989Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestInspect (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
02:41:33 [2020-12-15T02:41:33.989Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.03s)
02:41:33 [2020-12-15T02:41:33.989Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServicePlugin (3.49s)
02:41:33 [2020-12-15T02:41:33.989Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.05s)
02:41:33 [2020-12-15T02:41:33.989Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] DONE 24 tests, 23 skipped in 3.991s
02:41:33 [2020-12-15T02:41:33.989Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
02:41:33 [2020-12-15T02:41:33.989Z] INFO: Testing against a local daemon
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestSessionCreate
02:41:33 [2020-12-15T02:41:33.989Z] --- PASS: TestSessionCreate (0.03s)
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestSessionCreateWithBadUpgrade
02:41:33 [2020-12-15T02:41:33.989Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
02:41:33 [2020-12-15T02:41:33.989Z] PASS
02:41:33 [2020-12-15T02:41:33.989Z] 
02:41:33 [2020-12-15T02:41:33.989Z] DONE 2 tests in 0.194s
02:41:33 [2020-12-15T02:41:33.989Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
02:41:33 [2020-12-15T02:41:33.989Z] INFO: Testing against a local daemon
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestCgroupDriverSystemdMemoryLimit
02:41:33 [2020-12-15T02:41:33.989Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
02:41:33 [2020-12-15T02:41:33.989Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:41:33 [2020-12-15T02:41:33.989Z] === RUN   TestEventsExecDie
02:41:34 [2020-12-15T02:41:34.349Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
02:41:34 [2020-12-15T02:41:34.558Z] --- PASS: TestEventsExecDie (0.51s)
02:41:34 [2020-12-15T02:41:34.558Z] === RUN   TestEventsBackwardsCompatible
02:41:34 [2020-12-15T02:41:34.558Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
02:41:34 [2020-12-15T02:41:34.558Z] === RUN   TestInfoBinaryCommits
02:41:34 [2020-12-15T02:41:34.558Z] --- PASS: TestInfoBinaryCommits (0.02s)
02:41:34 [2020-12-15T02:41:34.558Z] === RUN   TestInfoAPIVersioned
02:41:34 [2020-12-15T02:41:34.558Z] --- PASS: TestInfoAPIVersioned (0.01s)
02:41:34 [2020-12-15T02:41:34.558Z] === RUN   TestInfoDiscoveryBackend
02:41:34 [2020-12-15T02:41:34.921Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
02:41:34 [2020-12-15T02:41:34.927Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
02:41:34 [2020-12-15T02:41:34.927Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
02:41:34 [2020-12-15T02:41:34.927Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
02:41:35 [2020-12-15T02:41:35.181Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
02:41:35 [2020-12-15T02:41:35.193Z] --- PASS: TestCreateJob (4.51s)
02:41:35 [2020-12-15T02:41:35.193Z] === RUN   TestReplicatedJob
02:41:35 [2020-12-15T02:41:35.442Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
02:41:35 [2020-12-15T02:41:35.938Z] --- PASS: TestInfoDiscoveryBackend (1.53s)
02:41:35 [2020-12-15T02:41:35.938Z] === RUN   TestInfoDiscoveryInvalidAdvertise
02:41:36 [2020-12-15T02:41:36.825Z] --- PASS: TestUpdatePidsLimit (3.82s)
02:41:36 [2020-12-15T02:41:36.825Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.37s)
02:41:36 [2020-12-15T02:41:36.825Z]     --- PASS: TestUpdatePidsLimit/no_change (0.41s)
02:41:36 [2020-12-15T02:41:36.825Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.50s)
02:41:36 [2020-12-15T02:41:36.825Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.39s)
02:41:36 [2020-12-15T02:41:36.825Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s)
02:41:36 [2020-12-15T02:41:36.825Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.44s)
02:41:36 [2020-12-15T02:41:36.825Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s)
02:41:36 [2020-12-15T02:41:36.825Z] === RUN   TestUpdateRestartPolicy
02:41:36 [2020-12-15T02:41:36.831Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
02:41:36 [2020-12-15T02:41:36.831Z] --- PASS: TestBuildPreserveOwnership (5.58s)
02:41:36 [2020-12-15T02:41:36.831Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.70s)
02:41:36 [2020-12-15T02:41:36.831Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.84s)
02:41:36 [2020-12-15T02:41:36.831Z] === RUN   TestBuildPlatformInvalid
02:41:36 [2020-12-15T02:41:36.831Z] --- PASS: TestBuildPlatformInvalid (0.11s)
02:41:36 [2020-12-15T02:41:36.831Z] PASS
02:41:36 [2020-12-15T02:41:36.831Z] 
02:41:36 [2020-12-15T02:41:36.831Z] === Skipped
02:41:36 [2020-12-15T02:41:36.831Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
02:41:36 [2020-12-15T02:41:36.831Z]     build_session_test.go:25: TODO: BuildKit
02:41:36 [2020-12-15T02:41:36.831Z] 
02:41:36 [2020-12-15T02:41:36.831Z] 
02:41:36 [2020-12-15T02:41:36.831Z] DONE 32 tests, 1 skipped in 195.445s
02:41:36 [2020-12-15T02:41:36.831Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
02:41:36 [2020-12-15T02:41:36.831Z] ++ 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
02:41:36 [2020-12-15T02:41:36.831Z] ++ set -e
02:41:36 [2020-12-15T02:41:36.831Z] ++ '[' -n 0 ']'
02:41:36 [2020-12-15T02:41:36.831Z] ++ set -x
02:41:36 [2020-12-15T02:41:36.831Z] ++ 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
02:41:36 [2020-12-15T02:41:36.831Z] INFO: Testing against a local daemon
02:41:36 [2020-12-15T02:41:36.831Z] === RUN   TestConfigInspect
02:41:36 [2020-12-15T02:41:36.831Z] === RUN   TestDockerSuite/TestAttachDetach
02:41:37 [2020-12-15T02:41:37.397Z] === RUN   TestDockerSuite/TestAttachDisconnect
02:41:37 [2020-12-15T02:41:37.964Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
02:41:39 [2020-12-15T02:41:39.340Z] --- PASS: TestConfigInspect (2.55s)
02:41:39 [2020-12-15T02:41:39.340Z] === RUN   TestConfigList
02:41:39 [2020-12-15T02:41:39.599Z] === RUN   TestDockerSuite/TestAttachPausedContainer
02:41:39 [2020-12-15T02:41:39.664Z] .........                                                                [ 86%]
02:41:40 [2020-12-15T02:41:40.133Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.42s)
02:41:40 [2020-12-15T02:41:40.133Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
02:41:40 [2020-12-15T02:41:40.133Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
02:41:40 [2020-12-15T02:41:40.133Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
02:41:40 [2020-12-15T02:41:40.133Z] === RUN   TestInfoAPI
02:41:40 [2020-12-15T02:41:40.133Z] --- PASS: TestInfoAPI (0.04s)
02:41:40 [2020-12-15T02:41:40.133Z] === RUN   TestInfoAPIWarnings
02:41:40 [2020-12-15T02:41:40.536Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
02:41:40 [2020-12-15T02:41:40.795Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
02:41:41 [2020-12-15T02:41:41.053Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
02:41:42 [2020-12-15T02:41:42.435Z] --- PASS: TestConfigList (3.04s)
02:41:42 [2020-12-15T02:41:42.435Z] === RUN   TestConfigsCreateAndDelete
02:41:42 [2020-12-15T02:41:42.435Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
02:41:43 [2020-12-15T02:41:43.671Z] --- PASS: TestReplicatedJob (7.32s)
02:41:43 [2020-12-15T02:41:43.671Z] === RUN   TestUpdateReplicatedJob
02:41:43 [2020-12-15T02:41:43.812Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
02:41:44 [2020-12-15T02:41:44.072Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
02:41:44 [2020-12-15T02:41:44.861Z] tests/integration/models_images_test.py ...............                  [ 89%]
02:41:45 [2020-12-15T02:41:45.010Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
02:41:45 [2020-12-15T02:41:45.578Z] --- PASS: TestConfigsCreateAndDelete (3.29s)
02:41:45 [2020-12-15T02:41:45.578Z] === RUN   TestConfigsUpdate
02:41:46 [2020-12-15T02:41:46.047Z] tests/integration/models_networks_test.py ....                           [ 90%]
02:41:46 [2020-12-15T02:41:46.148Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
02:41:46 [2020-12-15T02:41:46.148Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
02:41:46 [2020-12-15T02:41:46.148Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
02:41:47 [2020-12-15T02:41:47.085Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
02:41:47 [2020-12-15T02:41:47.192Z] --- PASS: TestUpdateReplicatedJob (4.72s)
02:41:47 [2020-12-15T02:41:47.192Z] === RUN   TestServiceListWithStatuses
02:41:47 [2020-12-15T02:41:47.192Z] --- SKIP: TestServiceListWithStatuses (0.00s)
02:41:47 [2020-12-15T02:41:47.192Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:41:47 [2020-12-15T02:41:47.192Z] === RUN   TestDockerNetworkConnectAlias
02:41:48 [2020-12-15T02:41:48.022Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
02:41:48 [2020-12-15T02:41:48.592Z] --- PASS: TestConfigsUpdate (2.95s)
02:41:48 [2020-12-15T02:41:48.592Z] === RUN   TestTemplatedConfig
02:41:49 [2020-12-15T02:41:49.529Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
02:41:51 [2020-12-15T02:41:51.728Z] --- PASS: TestUpdateRestartPolicy (12.46s)
02:41:51 [2020-12-15T02:41:51.728Z] === RUN   TestUpdateRestartWithAutoRemove
02:41:51 [2020-12-15T02:41:51.728Z] --- PASS: TestUpdateRestartWithAutoRemove (0.82s)
02:41:51 [2020-12-15T02:41:51.728Z] === RUN   TestWaitNonBlocked
02:41:51 [2020-12-15T02:41:51.728Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
02:41:51 [2020-12-15T02:41:51.728Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
02:41:51 [2020-12-15T02:41:51.728Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
02:41:51 [2020-12-15T02:41:51.728Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
02:41:51 [2020-12-15T02:41:51.728Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
02:41:51 [2020-12-15T02:41:51.728Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
02:41:51 [2020-12-15T02:41:51.728Z] --- PASS: TestWaitNonBlocked (0.02s)
02:41:51 [2020-12-15T02:41:51.728Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s)
02:41:51 [2020-12-15T02:41:51.728Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.11s)
02:41:51 [2020-12-15T02:41:51.728Z] === RUN   TestWaitBlocked
02:41:51 [2020-12-15T02:41:51.728Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
02:41:51 [2020-12-15T02:41:51.728Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
02:41:51 [2020-12-15T02:41:51.728Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
02:41:51 [2020-12-15T02:41:51.728Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
02:41:51 [2020-12-15T02:41:51.728Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
02:41:51 [2020-12-15T02:41:51.728Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
02:41:52 [2020-12-15T02:41:52.301Z] --- PASS: TestWaitBlocked (0.02s)
02:41:52 [2020-12-15T02:41:52.301Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.98s)
02:41:52 [2020-12-15T02:41:52.301Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.02s)
02:41:52 [2020-12-15T02:41:52.301Z] === CONT  TestContainerStartOnDaemonRestart
02:41:52 [2020-12-15T02:41:52.301Z] === CONT  TestContainerKillOnDaemonStart
02:41:52 [2020-12-15T02:41:52.301Z] === CONT  TestDaemonHostGatewayIP
02:41:52 [2020-12-15T02:41:52.301Z] === CONT  TestDaemonRestartIpcMode
02:41:52 [2020-12-15T02:41:52.576Z] tests/integration/models_nodes_test.py .                                 [ 91%]
02:41:52 [2020-12-15T02:41:52.576Z] tests/integration/models_resources_test.py .                             [ 91%]
02:41:52 [2020-12-15T02:41:52.817Z] --- PASS: TestTemplatedConfig (3.84s)
02:41:52 [2020-12-15T02:41:52.817Z] === RUN   TestConfigCreateResolve
02:41:53 [2020-12-15T02:41:53.386Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
02:41:55 [2020-12-15T02:41:55.922Z] --- PASS: TestConfigCreateResolve (3.20s)
02:41:55 [2020-12-15T02:41:55.922Z] === RUN   TestConfigDaemonLibtrustID
02:41:55 [2020-12-15T02:41:55.922Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
02:41:56 [2020-12-15T02:41:56.183Z] --- PASS: TestConfigDaemonLibtrustID (0.53s)
02:41:56 [2020-12-15T02:41:56.183Z] PASS
02:41:56 [2020-12-15T02:41:56.183Z] 
02:41:56 [2020-12-15T02:41:56.183Z] DONE 7 tests in 19.554s
02:41:56 [2020-12-15T02:41:56.183Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
02:41:56 [2020-12-15T02:41:56.183Z] ++ 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
02:41:56 [2020-12-15T02:41:56.183Z] ++ set -e
02:41:56 [2020-12-15T02:41:56.183Z] ++ '[' -n 0 ']'
02:41:56 [2020-12-15T02:41:56.183Z] ++ set -x
02:41:56 [2020-12-15T02:41:56.183Z] ++ 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
02:41:56 [2020-12-15T02:41:56.447Z] INFO: Testing against a local daemon
02:41:56 [2020-12-15T02:41:56.447Z] === RUN   TestCheckpoint
02:41:56 [2020-12-15T02:41:56.447Z] --- SKIP: TestCheckpoint (0.01s)
02:41:56 [2020-12-15T02:41:56.447Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:41:56 [2020-12-15T02:41:56.447Z] === RUN   TestContainerInvalidJSON
02:41:56 [2020-12-15T02:41:56.447Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
02:41:56 [2020-12-15T02:41:56.447Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
02:41:56 [2020-12-15T02:41:56.447Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
02:41:56 [2020-12-15T02:41:56.447Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
02:41:56 [2020-12-15T02:41:56.447Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
02:41:56 [2020-12-15T02:41:56.447Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
02:41:56 [2020-12-15T02:41:56.447Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
02:41:56 [2020-12-15T02:41:56.447Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
02:41:56 [2020-12-15T02:41:56.447Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
02:41:56 [2020-12-15T02:41:56.447Z] --- PASS: TestContainerInvalidJSON (0.03s)
02:41:56 [2020-12-15T02:41:56.447Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
02:41:56 [2020-12-15T02:41:56.447Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
02:41:56 [2020-12-15T02:41:56.447Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
02:41:56 [2020-12-15T02:41:56.447Z] === RUN   TestCopyFromContainerPathDoesNotExist
02:41:56 [2020-12-15T02:41:56.447Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.08s)
02:41:56 [2020-12-15T02:41:56.447Z] === RUN   TestCopyFromContainerPathIsNotDir
02:41:56 [2020-12-15T02:41:56.516Z] --- PASS: TestContainerStartOnDaemonRestart (3.69s)
02:41:56 [2020-12-15T02:41:56.516Z] === CONT  TestIpcModeOlderClient
02:41:56 [2020-12-15T02:41:56.516Z] --- PASS: TestIpcModeOlderClient (0.20s)
02:41:56 [2020-12-15T02:41:56.706Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s)
02:41:56 [2020-12-15T02:41:56.706Z] === RUN   TestCopyToContainerPathDoesNotExist
02:41:56 [2020-12-15T02:41:56.706Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.08s)
02:41:56 [2020-12-15T02:41:56.706Z] === RUN   TestCopyToContainerPathIsNotDir
02:41:56 [2020-12-15T02:41:56.706Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
02:41:56 [2020-12-15T02:41:56.706Z] === RUN   TestCopyFromContainer
02:41:57 [2020-12-15T02:41:57.087Z] --- PASS: TestDaemonRestartIpcMode (4.61s)
02:41:57 [2020-12-15T02:41:57.275Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
02:41:57 [2020-12-15T02:41:57.347Z] --- PASS: TestDaemonHostGatewayIP (5.12s)
02:41:57 [2020-12-15T02:41:57.592Z] --- PASS: TestDockerNetworkConnectAlias (8.70s)
02:41:57 [2020-12-15T02:41:57.592Z] === RUN   TestDockerNetworkReConnect
02:41:58 [2020-12-15T02:41:58.228Z] --- PASS: TestInfoAPIWarnings (17.39s)
02:41:58 [2020-12-15T02:41:58.228Z] === RUN   TestInfoDebug
02:41:58 [2020-12-15T02:41:58.228Z] --- PASS: TestInfoDebug (1.53s)
02:41:58 [2020-12-15T02:41:58.228Z] === RUN   TestInfoInsecureRegistries
02:41:58 [2020-12-15T02:41:58.631Z] tests/integration/models_services_test.py ..............x.               [ 95%]
02:41:58 [2020-12-15T02:41:58.658Z] === RUN   TestCopyFromContainer//
02:41:58 [2020-12-15T02:41:58.658Z] === RUN   TestCopyFromContainer//bar/root
02:41:58 [2020-12-15T02:41:58.918Z] === RUN   TestCopyFromContainer//bar/root/
02:41:58 [2020-12-15T02:41:58.918Z] === RUN   TestCopyFromContainer/bar/quux
02:41:59 [2020-12-15T02:41:59.178Z] === RUN   TestCopyFromContainer/bar/quux/
02:41:59 [2020-12-15T02:41:59.438Z] === RUN   TestCopyFromContainer/bar/quux/baz
02:41:59 [2020-12-15T02:41:59.438Z] === RUN   TestCopyFromContainer/bar/filesymlink
02:41:59 [2020-12-15T02:41:59.698Z] === RUN   TestCopyFromContainer/bar/dirsymlink
02:41:59 [2020-12-15T02:41:59.698Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
02:41:59 [2020-12-15T02:41:59.698Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
02:41:59 [2020-12-15T02:41:59.958Z] === RUN   TestCopyFromContainer/bar/notarget
02:42:00 [2020-12-15T02:42:00.135Z] --- PASS: TestInfoInsecureRegistries (1.53s)
02:42:00 [2020-12-15T02:42:00.135Z] === RUN   TestInfoRegistryMirrors
02:42:00 [2020-12-15T02:42:00.217Z] --- PASS: TestCopyFromContainer (3.37s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer// (0.16s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer//bar/root (0.17s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.15s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer/bar/quux (0.20s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.15s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.15s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.12s)
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:42:00 [2020-12-15T02:42:00.218Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:42:00 [2020-12-15T02:42:00.218Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
02:42:00 [2020-12-15T02:42:00.218Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
02:42:00 [2020-12-15T02:42:00.218Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:42:00 [2020-12-15T02:42:00.218Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
02:42:00 [2020-12-15T02:42:00.218Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:42:00 [2020-12-15T02:42:00.218Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateLinkToNonExistingContainer
02:42:00 [2020-12-15T02:42:00.218Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateWithInvalidEnv
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateWithInvalidEnv/0
02:42:00 [2020-12-15T02:42:00.218Z] === PAUSE TestCreateWithInvalidEnv/0
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateWithInvalidEnv/1
02:42:00 [2020-12-15T02:42:00.218Z] === PAUSE TestCreateWithInvalidEnv/1
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateWithInvalidEnv/2
02:42:00 [2020-12-15T02:42:00.218Z] === PAUSE TestCreateWithInvalidEnv/2
02:42:00 [2020-12-15T02:42:00.218Z] === CONT  TestCreateWithInvalidEnv/0
02:42:00 [2020-12-15T02:42:00.218Z] === CONT  TestCreateWithInvalidEnv/2
02:42:00 [2020-12-15T02:42:00.218Z] === CONT  TestCreateWithInvalidEnv/1
02:42:00 [2020-12-15T02:42:00.218Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
02:42:00 [2020-12-15T02:42:00.218Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateTmpfsMountsTarget
02:42:00 [2020-12-15T02:42:00.218Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestCreateWithCustomMaskedPaths
02:42:00 [2020-12-15T02:42:00.218Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
02:42:00 [2020-12-15T02:42:00.786Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
02:42:01 [2020-12-15T02:42:01.359Z] tests/integration/models_swarm_test.py ..                                [ 96%]
02:42:01 [2020-12-15T02:42:01.359Z] tests/integration/models_volumes_test.py ..                              [ 96%]
02:42:01 [2020-12-15T02:42:01.514Z] --- PASS: TestInfoRegistryMirrors (1.53s)
02:42:01 [2020-12-15T02:42:01.515Z] === RUN   TestLoginFailsWithBadCredentials
02:42:01 [2020-12-15T02:42:01.515Z] --- PASS: TestLoginFailsWithBadCredentials (0.22s)
02:42:01 [2020-12-15T02:42:01.515Z] === RUN   TestPingCacheHeaders
02:42:01 [2020-12-15T02:42:01.774Z] --- PASS: TestPingCacheHeaders (0.04s)
02:42:01 [2020-12-15T02:42:01.774Z] === RUN   TestPingGet
02:42:01 [2020-12-15T02:42:01.774Z] --- PASS: TestPingGet (0.01s)
02:42:01 [2020-12-15T02:42:01.774Z] === RUN   TestPingHead
02:42:01 [2020-12-15T02:42:01.774Z] --- PASS: TestPingHead (0.02s)
02:42:01 [2020-12-15T02:42:01.774Z] === RUN   TestVersion
02:42:01 [2020-12-15T02:42:01.774Z] --- PASS: TestVersion (0.03s)
02:42:01 [2020-12-15T02:42:01.774Z] PASS
02:42:01 [2020-12-15T02:42:01.774Z] 
02:42:01 [2020-12-15T02:42:01.774Z] === Skipped
02:42:01 [2020-12-15T02:42:01.774Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
02:42:01 [2020-12-15T02:42:01.774Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:42:01 [2020-12-15T02:42:01.774Z] 
02:42:01 [2020-12-15T02:42:01.774Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
02:42:01 [2020-12-15T02:42:01.774Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
02:42:01 [2020-12-15T02:42:01.774Z] 
02:42:01 [2020-12-15T02:42:01.774Z] 
02:42:01 [2020-12-15T02:42:01.774Z] DONE 18 tests, 2 skipped in 28.007s
02:42:01 [2020-12-15T02:42:01.774Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
02:42:01 [2020-12-15T02:42:01.774Z] INFO: Testing against a local daemon
02:42:01 [2020-12-15T02:42:01.774Z] === RUN   TestVolumesCreateAndList
02:42:02 [2020-12-15T02:42:02.033Z] --- PASS: TestVolumesCreateAndList (0.03s)
02:42:02 [2020-12-15T02:42:02.033Z] === RUN   TestVolumesRemove
02:42:02 [2020-12-15T02:42:02.034Z] --- PASS: TestVolumesRemove (0.06s)
02:42:02 [2020-12-15T02:42:02.034Z] === RUN   TestVolumesInspect
02:42:02 [2020-12-15T02:42:02.034Z] --- PASS: TestVolumesInspect (0.02s)
02:42:02 [2020-12-15T02:42:02.034Z] === RUN   TestVolumesInvalidJSON
02:42:02 [2020-12-15T02:42:02.034Z] === RUN   TestVolumesInvalidJSON//volumes/create
02:42:02 [2020-12-15T02:42:02.034Z] === PAUSE TestVolumesInvalidJSON//volumes/create
02:42:02 [2020-12-15T02:42:02.034Z] === CONT  TestVolumesInvalidJSON//volumes/create
02:42:02 [2020-12-15T02:42:02.034Z] --- PASS: TestVolumesInvalidJSON (0.01s)
02:42:02 [2020-12-15T02:42:02.034Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
02:42:02 [2020-12-15T02:42:02.034Z] PASS
02:42:02 [2020-12-15T02:42:02.034Z] 
02:42:02 [2020-12-15T02:42:02.034Z] DONE 5 tests in 0.279s
02:42:02 [2020-12-15T02:42:02.034Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
02:42:02 [2020-12-15T02:42:02.034Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12203 is not a child of this shell
02:42:02 [2020-12-15T02:42:02.034Z] warning: PID 12203 from bundles/test-integration/docker.pid had a nonzero exit code
02:42:02 [2020-12-15T02:42:02.167Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
02:42:02 [2020-12-15T02:42:02.293Z] Leaving: AppArmorNo profiles have been unloaded.
02:42:02 [2020-12-15T02:42:02.293Z] 
02:42:02 [2020-12-15T02:42:02.293Z] Unloading profiles will leave already running processes permanently
02:42:02 [2020-12-15T02:42:02.293Z] unconfined, which can lead to unexpected situations.
02:42:02 [2020-12-15T02:42:02.293Z] 
02:42:02 [2020-12-15T02:42:02.293Z] To set a process to complain mode, use the command line tool
02:42:02 [2020-12-15T02:42:02.293Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
02:42:02 [2020-12-15T02:42:02.293Z] Removing test suite binaries
02:42:02 [2020-12-15T02:42:02.293Z] exiting test-integration
02:42:02 [2020-12-15T02:42:02.293Z] ++ exit 0
02:42:02 [2020-12-15T02:42:02.426Z] --- PASS: TestCreateWithCustomMaskedPaths (2.09s)
02:42:02 [2020-12-15T02:42:02.426Z] === RUN   TestCreateWithCustomReadonlyPaths
02:42:02 [2020-12-15T02:42:02.686Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
02:42:03 [2020-12-15T02:42:03.153Z] --- PASS: TestDockerNetworkReConnect (6.87s)
02:42:03 [2020-12-15T02:42:03.153Z] === RUN   TestServicePlugin
02:42:03 [2020-12-15T02:42:03.153Z] --- SKIP: TestServicePlugin (0.00s)
02:42:03 [2020-12-15T02:42:03.153Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:42:03 [2020-12-15T02:42:03.153Z] === RUN   TestServiceUpdateLabel
02:42:03 [2020-12-15T02:42:03.231Z] 
02:42:04 [2020-12-15T02:42:04.590Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.21s)
02:42:04 [2020-12-15T02:42:04.590Z] === RUN   TestCreateWithInvalidHealthcheckParams
02:42:04 [2020-12-15T02:42:04.590Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:42:04 [2020-12-15T02:42:04.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:42:04 [2020-12-15T02:42:04.590Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:42:04 [2020-12-15T02:42:04.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:42:04 [2020-12-15T02:42:04.590Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:42:04 [2020-12-15T02:42:04.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:42:04 [2020-12-15T02:42:04.590Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:42:04 [2020-12-15T02:42:04.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:42:04 [2020-12-15T02:42:04.590Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:42:04 [2020-12-15T02:42:04.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:42:04 [2020-12-15T02:42:04.590Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:42:04 [2020-12-15T02:42:04.590Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:42:04 [2020-12-15T02:42:04.591Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:42:04 [2020-12-15T02:42:04.591Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:42:04 [2020-12-15T02:42:04.591Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:42:04 [2020-12-15T02:42:04.591Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
02:42:04 [2020-12-15T02:42:04.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
02:42:04 [2020-12-15T02:42:04.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
02:42:04 [2020-12-15T02:42:04.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
02:42:04 [2020-12-15T02:42:04.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
02:42:04 [2020-12-15T02:42:04.591Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
02:42:04 [2020-12-15T02:42:04.591Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
Post stage
[Pipeline] junit
02:42:05 [2020-12-15T02:42:05.154Z] Recording test results
02:42:05 [2020-12-15T02:42:05.163Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
02:42:05 [2020-12-15T02:42:05.422Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s)
02:42:05 [2020-12-15T02:42:05.422Z] === RUN   TestCreateDifferentPlatform
02:42:05 [2020-12-15T02:42:05.422Z] === RUN   TestCreateDifferentPlatform/different_os
02:42:05 [2020-12-15T02:42:05.422Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
02:42:05 [2020-12-15T02:42:05.422Z] --- PASS: TestCreateDifferentPlatform (0.02s)
02:42:05 [2020-12-15T02:42:05.422Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
02:42:05 [2020-12-15T02:42:05.422Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
02:42:05 [2020-12-15T02:42:05.422Z] === RUN   TestCreateVolumesFromNonExistingContainer
02:42:05 [2020-12-15T02:42:05.422Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s)
02:42:05 [2020-12-15T02:42:05.422Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
02:42:05 [2020-12-15T02:42:05.583Z] tests/integration/regression_test.py ......                              [ 98%]
02:42:05 [2020-12-15T02:42:05.681Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
02:42:05 [2020-12-15T02:42:05.681Z] === RUN   TestContainerStartOnDaemonRestart
02:42:05 [2020-12-15T02:42:05.681Z] === PAUSE TestContainerStartOnDaemonRestart
02:42:05 [2020-12-15T02:42:05.681Z] === RUN   TestDaemonRestartIpcMode
02:42:05 [2020-12-15T02:42:05.681Z] === PAUSE TestDaemonRestartIpcMode
02:42:05 [2020-12-15T02:42:05.681Z] === RUN   TestDaemonHostGatewayIP
02:42:05 [2020-12-15T02:42:05.681Z] === PAUSE TestDaemonHostGatewayIP
02:42:05 [2020-12-15T02:42:05.681Z] === RUN   TestContainerKillOnDaemonStart
02:42:05 [2020-12-15T02:42:05.681Z] === PAUSE TestContainerKillOnDaemonStart
02:42:05 [2020-12-15T02:42:05.681Z] === RUN   TestDiff
02:42:05 [2020-12-15T02:42:05.681Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
02:42:06 [2020-12-15T02:42:06.095Z] tests/integration/credentials/store_test.py ......                       [ 99%]
02:42:06 [2020-12-15T02:42:06.095Z] tests/integration/credentials/utils_test.py .                            [100%]
02:42:06 [2020-12-15T02:42:06.095Z] 
02:42:06 [2020-12-15T02:42:06.095Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
02:42:06 [2020-12-15T02:42:06.095Z] =========================== short test summary info ============================
02:42:06 [2020-12-15T02:42:06.095Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
02:42:06 [2020-12-15T02:42:06.095Z]   CONFIG_RT_GROUP_SCHED isn't enabled
02:42:06 [2020-12-15T02:42:06.095Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
02:42:06 [2020-12-15T02:42:06.095Z]   Not supported on most drivers
02:42:06 [2020-12-15T02:42:06.095Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
02:42:06 [2020-12-15T02:42:06.095Z]   Output of docker top depends on host distro, and is not formalized.
02:42:06 [2020-12-15T02:42:06.095Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
02:42:06 [2020-12-15T02:42:06.095Z]   Output of docker top depends on host distro, and is not formalized.
02:42:06 [2020-12-15T02:42:06.095Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
02:42:06 [2020-12-15T02:42:06.095Z]   Can fail if eth0 has multiple IP addresses
02:42:06 [2020-12-15T02:42:06.095Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
02:42:06 [2020-12-15T02:42:06.095Z]   This doesn't seem to be taken into account by the engine
02:42:06 [2020-12-15T02:42:06.095Z] XFAIL tests/integration/models_services_test.py::ServiceTest::test_update_retains_networks
02:42:06 [2020-12-15T02:42:06.095Z]   Flaky test
02:42:06 [2020-12-15T02:42:06.095Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME
02:42:06 [2020-12-15T02:42:06.095Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
02:42:06 [2020-12-15T02:42:06.095Z] = 378 passed, 2 skipped, 1 deselected, 7 xfailed, 1 xpassed in 332.29 seconds ==
02:42:06 [2020-12-15T02:42:06.350Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
02:42:06 [2020-12-15T02:42:06.620Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
02:42:06 [2020-12-15T02:42:06.620Z] --- PASS: TestDiff (0.88s)
02:42:06 [2020-12-15T02:42:06.620Z] === RUN   TestExecWithCloseStdin
02:42:06 [2020-12-15T02:42:06.703Z] --- PASS: TestServiceUpdateLabel (3.80s)
02:42:06 [2020-12-15T02:42:06.703Z] === RUN   TestServiceUpdateSecrets
02:42:06 [2020-12-15T02:42:06.879Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
02:42:07 [2020-12-15T02:42:07.139Z] --- PASS: TestExecWithCloseStdin (0.81s)
02:42:07 [2020-12-15T02:42:07.139Z] === RUN   TestExec
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
02:42:07 [2020-12-15T02:42:07.340Z] --- PASS: TestContainerKillOnDaemonStart (13.34s)
02:42:07 [2020-12-15T02:42:07.340Z] PASS
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] === Skipped
02:42:07 [2020-12-15T02:42:07.340Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
02:42:07 [2020-12-15T02:42:07.340Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
02:42:07 [2020-12-15T02:42:07.340Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
02:42:07 [2020-12-15T02:42:07.340Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
02:42:07 [2020-12-15T02:42:07.340Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
02:42:07 [2020-12-15T02:42:07.340Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] === SKIP: arm64.integration.container TestUpdateMemory (0.01s)
02:42:07 [2020-12-15T02:42:07.340Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] 
02:42:07 [2020-12-15T02:42:07.340Z] DONE 195 tests, 6 skipped in 142.533s
02:42:07 [2020-12-15T02:42:07.340Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
02:42:07 [2020-12-15T02:42:07.340Z] ++ 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
02:42:07 [2020-12-15T02:42:07.340Z] ++ set -e
02:42:07 [2020-12-15T02:42:07.340Z] ++ '[' -n 0 ']'
02:42:07 [2020-12-15T02:42:07.340Z] ++ set -x
02:42:07 [2020-12-15T02:42:07.340Z] ++ 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
02:42:07 [2020-12-15T02:42:07.340Z] INFO: Testing against a local daemon
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestCommitInheritsEnv
02:42:07 [2020-12-15T02:42:07.340Z] --- PASS: TestCommitInheritsEnv (0.62s)
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestImportExtremelyLargeImageWorks
02:42:07 [2020-12-15T02:42:07.340Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
02:42:07 [2020-12-15T02:42:07.340Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestImagesFilterMultiReference
02:42:07 [2020-12-15T02:42:07.340Z] --- PASS: TestImagesFilterMultiReference (0.10s)
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestImagePullPlatformInvalid
02:42:07 [2020-12-15T02:42:07.340Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestRemoveImageOrphaning
02:42:07 [2020-12-15T02:42:07.340Z] --- PASS: TestRemoveImageOrphaning (0.60s)
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestRemoveImageGarbageCollector
02:42:07 [2020-12-15T02:42:07.340Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
02:42:07 [2020-12-15T02:42:07.340Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestTagUnprefixedRepoByNameOrName
02:42:07 [2020-12-15T02:42:07.340Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestTagInvalidReference
02:42:07 [2020-12-15T02:42:07.340Z] --- PASS: TestTagInvalidReference (0.03s)
02:42:07 [2020-12-15T02:42:07.340Z] === RUN   TestTagValidPrefixedRepo
02:42:07 [2020-12-15T02:42:07.496Z] + echo Ensuring container killed.
02:42:07 [2020-12-15T02:42:07.496Z] Ensuring container killed.
02:42:07 [2020-12-15T02:42:07.496Z] + docker rm -vf docker-pr1
02:42:07 [2020-12-15T02:42:07.496Z] Error: No such container: docker-pr1
02:42:07 [2020-12-15T02:42:07.496Z] + true
[Pipeline] sh
02:42:07 [2020-12-15T02:42:07.601Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
02:42:07 [2020-12-15T02:42:07.601Z] === RUN   TestTagExistedNameWithoutForce
02:42:07 [2020-12-15T02:42:07.601Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
02:42:07 [2020-12-15T02:42:07.601Z] === RUN   TestTagOfficialNames
02:42:07 [2020-12-15T02:42:07.601Z] --- PASS: TestTagOfficialNames (0.08s)
02:42:07 [2020-12-15T02:42:07.601Z] === RUN   TestTagMatchesDigest
02:42:07 [2020-12-15T02:42:07.601Z] --- PASS: TestTagMatchesDigest (0.03s)
02:42:07 [2020-12-15T02:42:07.601Z] PASS
02:42:07 [2020-12-15T02:42:07.601Z] 
02:42:07 [2020-12-15T02:42:07.601Z] === Skipped
02:42:07 [2020-12-15T02:42:07.601Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
02:42:07 [2020-12-15T02:42:07.601Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
02:42:07 [2020-12-15T02:42:07.601Z] 
02:42:07 [2020-12-15T02:42:07.601Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
02:42:07 [2020-12-15T02:42:07.601Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:42:07 [2020-12-15T02:42:07.601Z] 
02:42:07 [2020-12-15T02:42:07.601Z] 
02:42:07 [2020-12-15T02:42:07.601Z] DONE 12 tests, 2 skipped in 1.928s
02:42:07 [2020-12-15T02:42:07.601Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
02:42:07 [2020-12-15T02:42:07.601Z] ++ 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
02:42:07 [2020-12-15T02:42:07.601Z] ++ set -e
02:42:07 [2020-12-15T02:42:07.601Z] ++ '[' -n 0 ']'
02:42:07 [2020-12-15T02:42:07.601Z] ++ set -x
02:42:07 [2020-12-15T02:42:07.601Z] ++ 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
02:42:07 [2020-12-15T02:42:07.781Z] + echo Chowning /workspace to jenkins user
02:42:07 [2020-12-15T02:42:07.781Z] Chowning /workspace to jenkins user
02:42:07 [2020-12-15T02:42:07.781Z] + id -u
02:42:07 [2020-12-15T02:42:07.781Z] + id -g
02:42:07 [2020-12-15T02:42:07.781Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41793:/workspace busybox chown -R 1000:1000 /workspace
02:42:07 [2020-12-15T02:42:07.782Z] Unable to find image 'busybox:latest' locally
02:42:07 [2020-12-15T02:42:07.862Z] INFO: Testing against a local daemon
02:42:07 [2020-12-15T02:42:07.862Z] === RUN   TestNetworkCreateDelete
02:42:08 [2020-12-15T02:42:08.077Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
02:42:08 [2020-12-15T02:42:08.078Z] --- PASS: TestExec (0.90s)
02:42:08 [2020-12-15T02:42:08.078Z] === RUN   TestExecUser
02:42:08 [2020-12-15T02:42:08.123Z] --- PASS: TestNetworkCreateDelete (0.42s)
02:42:08 [2020-12-15T02:42:08.123Z] === RUN   TestDockerNetworkDeletePreferID
02:42:08 [2020-12-15T02:42:08.337Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
02:42:09 [2020-12-15T02:42:09.274Z] --- PASS: TestExecUser (0.97s)
02:42:09 [2020-12-15T02:42:09.274Z] === RUN   TestExportContainerAndImportImage
02:42:09 [2020-12-15T02:42:09.274Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
02:42:09 [2020-12-15T02:42:09.509Z] --- PASS: TestDockerNetworkDeletePreferID (1.20s)
02:42:09 [2020-12-15T02:42:09.509Z] === RUN   TestDaemonDNSFallback
02:42:09 [2020-12-15T02:42:09.533Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
02:42:10 [2020-12-15T02:42:10.471Z] --- PASS: TestExportContainerAndImportImage (1.15s)
02:42:10 [2020-12-15T02:42:10.471Z] === RUN   TestExportContainerAfterDaemonRestart
02:42:10 [2020-12-15T02:42:10.730Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
02:42:11 [2020-12-15T02:42:11.299Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
02:42:11 [2020-12-15T02:42:11.299Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
02:42:11 [2020-12-15T02:42:11.866Z] --- PASS: TestExportContainerAfterDaemonRestart (1.61s)
02:42:11 [2020-12-15T02:42:11.866Z] === RUN   TestHealthCheckWorkdir
02:42:12 [2020-12-15T02:42:12.487Z] --- PASS: TestBuildWithHugeFile (53.54s)
02:42:12 [2020-12-15T02:42:12.487Z] === RUN   TestBuildWithEmptyDockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:42:12 [2020-12-15T02:42:12.487Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s)
02:42:12 [2020-12-15T02:42:12.487Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s)
02:42:12 [2020-12-15T02:42:12.487Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.28s)
02:42:12 [2020-12-15T02:42:12.487Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.28s)
02:42:12 [2020-12-15T02:42:12.487Z] === RUN   TestBuildPreserveOwnership
02:42:12 [2020-12-15T02:42:12.487Z] === RUN   TestBuildPreserveOwnership/copy_from
02:42:12 [2020-12-15T02:42:12.487Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
02:42:12 [2020-12-15T02:42:12.802Z] --- PASS: TestHealthCheckWorkdir (0.90s)
02:42:12 [2020-12-15T02:42:12.802Z] === RUN   TestHealthKillContainer
02:42:13 [2020-12-15T02:42:13.058Z] latest: Pulling from library/busybox
02:42:13 [2020-12-15T02:42:13.058Z] ea97eb0eb3ec: Pulling fs layer
02:42:13 [2020-12-15T02:42:13.058Z] ea97eb0eb3ec: Verifying Checksum
02:42:13 [2020-12-15T02:42:13.058Z] ea97eb0eb3ec: Download complete
02:42:13 [2020-12-15T02:42:13.317Z] ea97eb0eb3ec: Pull complete
02:42:13 [2020-12-15T02:42:13.317Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
02:42:13 [2020-12-15T02:42:13.317Z] Status: Downloaded newer image for busybox:latest
02:42:13 [2020-12-15T02:42:13.525Z] --- PASS: TestBuildPreserveOwnership (3.81s)
02:42:13 [2020-12-15T02:42:13.526Z]     --- PASS: TestBuildPreserveOwnership/copy_from (2.45s)
02:42:13 [2020-12-15T02:42:13.526Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s)
02:42:13 [2020-12-15T02:42:13.526Z] === RUN   TestBuildPlatformInvalid
02:42:13 [2020-12-15T02:42:13.526Z] --- PASS: TestBuildPlatformInvalid (0.13s)
02:42:13 [2020-12-15T02:42:13.526Z] PASS
02:42:13 [2020-12-15T02:42:13.526Z] 
02:42:13 [2020-12-15T02:42:13.526Z] === Skipped
02:42:13 [2020-12-15T02:42:13.526Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s)
02:42:13 [2020-12-15T02:42:13.526Z]     build_session_test.go:25: TODO: BuildKit
02:42:13 [2020-12-15T02:42:13.526Z] 
02:42:13 [2020-12-15T02:42:13.526Z] 
02:42:13 [2020-12-15T02:42:13.526Z] DONE 32 tests, 1 skipped in 92.492s
02:42:13 [2020-12-15T02:42:13.526Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m 
02:42:13 [2020-12-15T02:42:13.526Z] ++ 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
02:42:13 [2020-12-15T02:42:13.526Z] ++ set -e
02:42:13 [2020-12-15T02:42:13.526Z] ++ '[' -n 0 ']'
02:42:13 [2020-12-15T02:42:13.526Z] ++ set -x
02:42:13 [2020-12-15T02:42:13.526Z] ++ 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
02:42:13 [2020-12-15T02:42:13.526Z] INFO: Testing against a local daemon
02:42:13 [2020-12-15T02:42:13.526Z] === RUN   TestConfigInspect
02:42:13 [2020-12-15T02:42:13.737Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
02:42:14 [2020-12-15T02:42:14.303Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
02:42:14 [2020-12-15T02:42:14.870Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
02:42:15 [2020-12-15T02:42:15.439Z] --- PASS: TestHealthKillContainer (2.61s)
02:42:15 [2020-12-15T02:42:15.439Z] === RUN   TestInspectCpusetInConfigPre120
02:42:15 [2020-12-15T02:42:15.525Z] + bundleName=amd64-rootless
02:42:15 [2020-12-15T02:42:15.525Z] + echo Creating amd64-rootless-bundles.tar.gz
02:42:15 [2020-12-15T02:42:15.525Z] Creating amd64-rootless-bundles.tar.gz
02:42:15 [2020-12-15T02:42:15.525Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
02:42:15 [2020-12-15T02:42:15.525Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
[Pipeline] archiveArtifacts
02:42:15 [2020-12-15T02:42:15.538Z] Archiving artifacts
02:42:15 [2020-12-15T02:42:15.594Z] --- PASS: TestConfigInspect (1.90s)
02:42:15 [2020-12-15T02:42:15.594Z] === RUN   TestConfigList
02:42:16 [2020-12-15T02:42:16.008Z] --- PASS: TestInspectCpusetInConfigPre120 (0.58s)
02:42:16 [2020-12-15T02:42:16.008Z] === RUN   TestIpcModeNone
02:42:16 [2020-12-15T02:42:16.575Z] --- PASS: TestIpcModeNone (0.64s)
02:42:16 [2020-12-15T02:42:16.575Z] === RUN   TestIpcModePrivate
02:42:17 [2020-12-15T02:42:17.145Z] --- PASS: TestIpcModePrivate (0.65s)
02:42:17 [2020-12-15T02:42:17.145Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:97, shared: false, mustBeShared: false
02:42:17 [2020-12-15T02:42:17.145Z] === RUN   TestIpcModeShareable
02:42:17 [2020-12-15T02:42:17.536Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
02:42:17 [2020-12-15T02:42:17.644Z] --- PASS: TestDaemonDNSFallback (7.43s)
02:42:17 [2020-12-15T02:42:17.644Z] === RUN   TestInspectNetwork
02:42:17 [2020-12-15T02:42:17.663Z] --- PASS: TestConfigList (1.92s)
02:42:17 [2020-12-15T02:42:17.663Z] === RUN   TestConfigsCreateAndDelete
02:42:17 [2020-12-15T02:42:17.848Z] + make clean
02:42:18 [2020-12-15T02:42:18.081Z] --- PASS: TestIpcModeShareable (0.66s)
02:42:18 [2020-12-15T02:42:18.081Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:88, shared: true, mustBeShared: true
02:42:18 [2020-12-15T02:42:18.081Z] === RUN   TestAPIIpcModeShareableAndContainer
02:42:18 [2020-12-15T02:42:18.108Z] docker volume rm -f docker-dev-cache
02:42:18 [2020-12-15T02:42:18.108Z] docker-dev-cache
[Pipeline] deleteDir
02:42:18 [2020-12-15T02:42:18.510Z] Leaving: AppArmorNo profiles have been unloaded.
02:42:18 [2020-12-15T02:42:18.510Z] 
02:42:18 [2020-12-15T02:42:18.510Z] Unloading profiles will leave already running processes permanently
02:42:18 [2020-12-15T02:42:18.510Z] unconfined, which can lead to unexpected situations.
02:42:18 [2020-12-15T02:42:18.510Z] 
02:42:18 [2020-12-15T02:42:18.510Z] To set a process to complain mode, use the command line tool
02:42:18 [2020-12-15T02:42:18.510Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
02:42:18 [2020-12-15T02:42:18.510Z] 
02:42:18 [2020-12-15T02:42:18.649Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:42:18 [2020-12-15T02:42:18.908Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
Post stage
[Pipeline] junit
02:42:19 [2020-12-15T02:42:19.080Z] Recording test results
02:42:19 [2020-12-15T02:42:19.178Z] --- PASS: TestConfigsCreateAndDelete (1.89s)
02:42:19 [2020-12-15T02:42:19.178Z] === RUN   TestConfigsUpdate
02:42:19 [2020-12-15T02:42:19.478Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
[Pipeline] sh
02:42:20 [2020-12-15T02:42:20.045Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
02:42:20 [2020-12-15T02:42:20.304Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.38s)
02:42:20 [2020-12-15T02:42:20.304Z] === RUN   TestAPIIpcModeHost
02:42:20 [2020-12-15T02:42:20.304Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
02:42:20 [2020-12-15T02:42:20.315Z] + echo Ensuring container killed.
02:42:20 [2020-12-15T02:42:20.315Z] Ensuring container killed.
02:42:20 [2020-12-15T02:42:20.315Z] + docker rm -vf docker-pr1
02:42:20 [2020-12-15T02:42:20.315Z] Error: No such container: docker-pr1
02:42:20 [2020-12-15T02:42:20.315Z] + true
[Pipeline] sh
02:42:20 [2020-12-15T02:42:20.564Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
02:42:20 [2020-12-15T02:42:20.642Z] + echo Chowning /workspace to jenkins user
02:42:20 [2020-12-15T02:42:20.642Z] Chowning /workspace to jenkins user
02:42:20 [2020-12-15T02:42:20.642Z] + id -u
02:42:20 [2020-12-15T02:42:20.642Z] + id -g
02:42:20 [2020-12-15T02:42:20.642Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41793:/workspace busybox chown -R 1000:1000 /workspace
02:42:20 [2020-12-15T02:42:20.642Z] Unable to find image 'busybox:latest' locally
02:42:21 [2020-12-15T02:42:21.132Z] --- PASS: TestAPIIpcModeHost (0.75s)
02:42:21 [2020-12-15T02:42:21.132Z] === RUN   TestDaemonIpcModeShareable
02:42:21 [2020-12-15T02:42:21.266Z] --- PASS: TestConfigsUpdate (1.88s)
02:42:21 [2020-12-15T02:42:21.266Z] === RUN   TestTemplatedConfig
02:42:22 [2020-12-15T02:42:22.932Z] === RUN   TestInspectNetwork/full_network_id
02:42:22 [2020-12-15T02:42:22.932Z] === RUN   TestInspectNetwork/partial_network_id
02:42:22 [2020-12-15T02:42:22.932Z] === RUN   TestInspectNetwork/network_name
02:42:22 [2020-12-15T02:42:22.932Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
02:42:23 [2020-12-15T02:42:23.115Z] --- PASS: TestDaemonIpcModeShareable (2.01s)
02:42:23 [2020-12-15T02:42:23.115Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:105, shared: true, mustBeShared: true
02:42:23 [2020-12-15T02:42:23.115Z] === RUN   TestDaemonIpcModePrivate
02:42:24 [2020-12-15T02:42:24.013Z] --- PASS: TestTemplatedConfig (2.39s)
02:42:24 [2020-12-15T02:42:24.013Z] === RUN   TestConfigCreateResolve
02:42:24 [2020-12-15T02:42:24.062Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
02:42:24 [2020-12-15T02:42:24.998Z] --- PASS: TestDaemonIpcModePrivate (1.78s)
02:42:24 [2020-12-15T02:42:24.998Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: false, mustBeShared: false
02:42:24 [2020-12-15T02:42:24.998Z] === RUN   TestDaemonIpcModePrivateFromConfig
02:42:24 [2020-12-15T02:42:24.998Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
02:42:24 [2020-12-15T02:42:24.998Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
02:42:25 [2020-12-15T02:42:25.313Z] --- PASS: TestServiceUpdateSecrets (15.74s)
02:42:25 [2020-12-15T02:42:25.313Z] === RUN   TestServiceUpdateConfigs
02:42:25 [2020-12-15T02:42:25.528Z] --- PASS: TestConfigCreateResolve (1.88s)
02:42:25 [2020-12-15T02:42:25.528Z] === RUN   TestConfigDaemonLibtrustID
02:42:25 [2020-12-15T02:42:25.822Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
02:42:25 [2020-12-15T02:42:25.822Z] PASS
02:42:25 [2020-12-15T02:42:25.822Z] 
02:42:25 [2020-12-15T02:42:25.822Z] DONE 7 tests in 12.467s
02:42:25 [2020-12-15T02:42:25.887Z] latest: Pulling from library/busybox
02:42:25 [2020-12-15T02:42:25.887Z] ea97eb0eb3ec: Pulling fs layer
02:42:25 [2020-12-15T02:42:25.887Z] ea97eb0eb3ec: Verifying Checksum
02:42:25 [2020-12-15T02:42:25.887Z] ea97eb0eb3ec: Download complete
02:42:25 [2020-12-15T02:42:25.887Z] ea97eb0eb3ec: Pull complete
02:42:26 [2020-12-15T02:42:26.114Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m 
02:42:26 [2020-12-15T02:42:26.114Z] ++ 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
02:42:26 [2020-12-15T02:42:26.114Z] ++ set -e
02:42:26 [2020-12-15T02:42:26.114Z] ++ '[' -n 0 ']'
02:42:26 [2020-12-15T02:42:26.114Z] ++ set -x
02:42:26 [2020-12-15T02:42:26.114Z] ++ 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
02:42:26 [2020-12-15T02:42:26.114Z] INFO: Testing against a local daemon
02:42:26 [2020-12-15T02:42:26.114Z] === RUN   TestCheckpoint
02:42:26 [2020-12-15T02:42:26.114Z] --- SKIP: TestCheckpoint (0.00s)
02:42:26 [2020-12-15T02:42:26.114Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:42:26 [2020-12-15T02:42:26.114Z] === RUN   TestContainerInvalidJSON
02:42:26 [2020-12-15T02:42:26.114Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
02:42:26 [2020-12-15T02:42:26.114Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
02:42:26 [2020-12-15T02:42:26.114Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
02:42:26 [2020-12-15T02:42:26.114Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
02:42:26 [2020-12-15T02:42:26.114Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
02:42:26 [2020-12-15T02:42:26.114Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
02:42:26 [2020-12-15T02:42:26.114Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
02:42:26 [2020-12-15T02:42:26.114Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
02:42:26 [2020-12-15T02:42:26.114Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
02:42:26 [2020-12-15T02:42:26.114Z] --- PASS: TestContainerInvalidJSON (0.02s)
02:42:26 [2020-12-15T02:42:26.115Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
02:42:26 [2020-12-15T02:42:26.115Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
02:42:26 [2020-12-15T02:42:26.115Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s)
02:42:26 [2020-12-15T02:42:26.115Z] === RUN   TestCopyFromContainerPathDoesNotExist
02:42:26 [2020-12-15T02:42:26.115Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s)
02:42:26 [2020-12-15T02:42:26.115Z] === RUN   TestCopyFromContainerPathIsNotDir
02:42:26 [2020-12-15T02:42:26.115Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s)
02:42:26 [2020-12-15T02:42:26.115Z] === RUN   TestCopyToContainerPathDoesNotExist
02:42:26 [2020-12-15T02:42:26.143Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
02:42:26 [2020-12-15T02:42:26.143Z] Status: Downloaded newer image for busybox:latest
02:42:26 [2020-12-15T02:42:26.408Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s)
02:42:26 [2020-12-15T02:42:26.408Z] === RUN   TestCopyToContainerPathIsNotDir
02:42:26 [2020-12-15T02:42:26.408Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s)
02:42:26 [2020-12-15T02:42:26.408Z] === RUN   TestCopyFromContainer
02:42:26 [2020-12-15T02:42:26.904Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.68s)
02:42:26 [2020-12-15T02:42:26.904Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false
02:42:26 [2020-12-15T02:42:26.904Z] === RUN   TestDaemonIpcModeShareableFromConfig
02:42:26 [2020-12-15T02:42:26.904Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
02:42:27 [2020-12-15T02:42:27.144Z] --- PASS: TestInspectNetwork (9.77s)
02:42:27 [2020-12-15T02:42:27.144Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
02:42:27 [2020-12-15T02:42:27.144Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
02:42:27 [2020-12-15T02:42:27.144Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
02:42:27 [2020-12-15T02:42:27.144Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
02:42:27 [2020-12-15T02:42:27.144Z] === RUN   TestRunContainerWithBridgeNone
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
02:42:27 [2020-12-15T02:42:27.835Z] + bundleName=docker-py
02:42:27 [2020-12-15T02:42:27.835Z] + echo Creating docker-py-bundles.tar.gz
02:42:27 [2020-12-15T02:42:27.836Z] Creating docker-py-bundles.tar.gz
02:42:27 [2020-12-15T02:42:27.836Z] + 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
02:42:27 [2020-12-15T02:42:27.844Z] Archiving artifacts
02:42:27 [2020-12-15T02:42:27.922Z] === RUN   TestCopyFromContainer//
02:42:27 [2020-12-15T02:42:27.922Z] === RUN   TestCopyFromContainer//bar/root
02:42:27 [2020-12-15T02:42:27.922Z] === RUN   TestCopyFromContainer//bar/root/
02:42:27 [2020-12-15T02:42:27.922Z] === RUN   TestCopyFromContainer/bar/quux
02:42:27 [2020-12-15T02:42:27.922Z] === RUN   TestCopyFromContainer/bar/quux/
02:42:27 [2020-12-15T02:42:27.922Z] === RUN   TestCopyFromContainer/bar/quux/baz
02:42:27 [2020-12-15T02:42:27.922Z] === RUN   TestCopyFromContainer/bar/filesymlink
02:42:28 [2020-12-15T02:42:28.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink
02:42:28 [2020-12-15T02:42:28.221Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
02:42:28 [2020-12-15T02:42:28.221Z] === RUN   TestCopyFromContainer/bar/notarget
02:42:28 [2020-12-15T02:42:28.221Z] --- PASS: TestCopyFromContainer (1.99s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer// (0.07s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer//bar/root (0.08s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.07s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer/bar/quux (0.08s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.07s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
02:42:28 [2020-12-15T02:42:28.221Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.07s)
02:42:28 [2020-12-15T02:42:28.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
02:42:28 [2020-12-15T02:42:28.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:42:28 [2020-12-15T02:42:28.221Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:42:28 [2020-12-15T02:42:28.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:42:28 [2020-12-15T02:42:28.221Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:42:28 [2020-12-15T02:42:28.221Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
02:42:28 [2020-12-15T02:42:28.221Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
02:42:28 [2020-12-15T02:42:28.288Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.73s)
02:42:28 [2020-12-15T02:42:28.288Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: true, mustBeShared: true
02:42:28 [2020-12-15T02:42:28.288Z] === RUN   TestIpcModeOlderClient
02:42:28 [2020-12-15T02:42:28.288Z] === PAUSE TestIpcModeOlderClient
02:42:28 [2020-12-15T02:42:28.288Z] === RUN   TestKillContainerInvalidSignal
02:42:28 [2020-12-15T02:42:28.515Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:42:28 [2020-12-15T02:42:28.515Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
02:42:28 [2020-12-15T02:42:28.515Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:42:28 [2020-12-15T02:42:28.515Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
02:42:28 [2020-12-15T02:42:28.515Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
02:42:28 [2020-12-15T02:42:28.515Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
02:42:28 [2020-12-15T02:42:28.515Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
02:42:28 [2020-12-15T02:42:28.515Z] === RUN   TestCreateLinkToNonExistingContainer
02:42:28 [2020-12-15T02:42:28.515Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
02:42:28 [2020-12-15T02:42:28.515Z] === RUN   TestCreateWithInvalidEnv
02:42:28 [2020-12-15T02:42:28.515Z] === RUN   TestCreateWithInvalidEnv/0
02:42:28 [2020-12-15T02:42:28.515Z] === PAUSE TestCreateWithInvalidEnv/0
02:42:28 [2020-12-15T02:42:28.515Z] === RUN   TestCreateWithInvalidEnv/1
02:42:28 [2020-12-15T02:42:28.515Z] === PAUSE TestCreateWithInvalidEnv/1
02:42:28 [2020-12-15T02:42:28.515Z] === RUN   TestCreateWithInvalidEnv/2
02:42:28 [2020-12-15T02:42:28.515Z] === PAUSE TestCreateWithInvalidEnv/2
02:42:28 [2020-12-15T02:42:28.515Z] === CONT  TestCreateWithInvalidEnv/0
02:42:28 [2020-12-15T02:42:28.515Z] === CONT  TestCreateWithInvalidEnv/2
02:42:28 [2020-12-15T02:42:28.515Z] === CONT  TestCreateWithInvalidEnv/1
02:42:28 [2020-12-15T02:42:28.515Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
02:42:28 [2020-12-15T02:42:28.515Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
02:42:28 [2020-12-15T02:42:28.515Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
02:42:28 [2020-12-15T02:42:28.515Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
02:42:28 [2020-12-15T02:42:28.515Z] === RUN   TestCreateTmpfsMountsTarget
02:42:28 [2020-12-15T02:42:28.515Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
02:42:28 [2020-12-15T02:42:28.515Z] === RUN   TestCreateWithCustomMaskedPaths
02:42:28 [2020-12-15T02:42:28.541Z] 4612f6d0b889: Pull complete
02:42:29 [2020-12-15T02:42:29.083Z] --- PASS: TestRunContainerWithBridgeNone (2.54s)
02:42:29 [2020-12-15T02:42:29.083Z] === RUN   TestNetworkInvalidJSON
02:42:29 [2020-12-15T02:42:29.083Z] === RUN   TestNetworkInvalidJSON//networks/create
02:42:29 [2020-12-15T02:42:29.083Z] === PAUSE TestNetworkInvalidJSON//networks/create
02:42:29 [2020-12-15T02:42:29.083Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
02:42:29 [2020-12-15T02:42:29.083Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
02:42:29 [2020-12-15T02:42:29.083Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
02:42:29 [2020-12-15T02:42:29.083Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
02:42:29 [2020-12-15T02:42:29.083Z] === CONT  TestNetworkInvalidJSON//networks/create
02:42:29 [2020-12-15T02:42:29.083Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
02:42:29 [2020-12-15T02:42:29.083Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
02:42:29 [2020-12-15T02:42:29.083Z] --- PASS: TestNetworkInvalidJSON (0.03s)
02:42:29 [2020-12-15T02:42:29.083Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
02:42:29 [2020-12-15T02:42:29.083Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
02:42:29 [2020-12-15T02:42:29.083Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
02:42:29 [2020-12-15T02:42:29.083Z] === RUN   TestHostIPv4BridgeLabel
02:42:29 [2020-12-15T02:42:29.180Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
02:42:29 [2020-12-15T02:42:29.226Z] --- PASS: TestKillContainerInvalidSignal (0.76s)
02:42:29 [2020-12-15T02:42:29.226Z] === RUN   TestKillContainer
02:42:29 [2020-12-15T02:42:29.226Z] === RUN   TestKillContainer/no_signal
02:42:29 [2020-12-15T02:42:29.226Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
02:42:29 [2020-12-15T02:42:29.571Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh binary-daemon
02:42:29 [2020-12-15T02:42:29.796Z] === RUN   TestKillContainer/non_killing_signal
02:42:29 [2020-12-15T02:42:29.826Z] 
02:42:30 [2020-12-15T02:42:30.028Z] --- PASS: TestCreateWithCustomMaskedPaths (1.54s)
02:42:30 [2020-12-15T02:42:30.028Z] === RUN   TestCreateWithCustomReadonlyPaths
02:42:30 [2020-12-15T02:42:30.033Z] --- PASS: TestHostIPv4BridgeLabel (0.81s)
02:42:30 [2020-12-15T02:42:30.033Z] === RUN   TestDaemonRestartWithLiveRestore
02:42:30 [2020-12-15T02:42:30.082Z] Removing bundles/
02:42:30 [2020-12-15T02:42:30.082Z] 
02:42:30 [2020-12-15T02:42:30.082Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon)
02:42:30 [2020-12-15T02:42:30.082Z] Building: bundles/binary-daemon/dockerd-dev
02:42:30 [2020-12-15T02:42:30.082Z] GOOS="" GOARCH="" GOARM=""
02:42:30 [2020-12-15T02:42:30.367Z] === RUN   TestKillContainer/killing_signal
02:42:30 [2020-12-15T02:42:30.628Z] === RUN   TestDockerSuite/TestBuildAddNonTar
02:42:31 [2020-12-15T02:42:31.429Z] --- PASS: TestDaemonRestartWithLiveRestore (1.46s)
02:42:31 [2020-12-15T02:42:31.429Z] === RUN   TestDaemonDefaultNetworkPools
02:42:31 [2020-12-15T02:42:31.546Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.66s)
02:42:31 [2020-12-15T02:42:31.546Z] === RUN   TestCreateWithInvalidHealthcheckParams
02:42:31 [2020-12-15T02:42:31.546Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:42:31 [2020-12-15T02:42:31.546Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:42:31 [2020-12-15T02:42:31.546Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:42:31 [2020-12-15T02:42:31.546Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:42:31 [2020-12-15T02:42:31.546Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:42:31 [2020-12-15T02:42:31.546Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:42:31 [2020-12-15T02:42:31.546Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:42:31 [2020-12-15T02:42:31.568Z] --- PASS: TestKillContainer (2.31s)
02:42:31 [2020-12-15T02:42:31.568Z]     --- PASS: TestKillContainer/no_signal (0.77s)
02:42:31 [2020-12-15T02:42:31.568Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
02:42:31 [2020-12-15T02:42:31.568Z]     --- PASS: TestKillContainer/killing_signal (0.76s)
02:42:31 [2020-12-15T02:42:31.568Z] === RUN   TestKillWithStopSignalAndRestartPolicies
02:42:31 [2020-12-15T02:42:31.568Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
02:42:31 [2020-12-15T02:42:31.826Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
02:42:31 [2020-12-15T02:42:31.826Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
02:42:31 [2020-12-15T02:42:31.840Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:42:31 [2020-12-15T02:42:31.840Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
02:42:31 [2020-12-15T02:42:31.840Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
02:42:31 [2020-12-15T02:42:31.840Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s)
02:42:31 [2020-12-15T02:42:31.840Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
02:42:31 [2020-12-15T02:42:31.840Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s)
02:42:31 [2020-12-15T02:42:31.840Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s)
02:42:31 [2020-12-15T02:42:31.840Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
02:42:32 [2020-12-15T02:42:32.086Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
02:42:32 [2020-12-15T02:42:32.132Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.51s)
02:42:32 [2020-12-15T02:42:32.132Z] === RUN   TestCreateDifferentPlatform
02:42:32 [2020-12-15T02:42:32.132Z] === RUN   TestCreateDifferentPlatform/different_os
02:42:32 [2020-12-15T02:42:32.132Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
02:42:32 [2020-12-15T02:42:32.132Z] --- PASS: TestCreateDifferentPlatform (0.02s)
02:42:32 [2020-12-15T02:42:32.132Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
02:42:32 [2020-12-15T02:42:32.132Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
02:42:32 [2020-12-15T02:42:32.132Z] === RUN   TestCreateVolumesFromNonExistingContainer
02:42:32 [2020-12-15T02:42:32.345Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
02:42:32 [2020-12-15T02:42:32.428Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
02:42:32 [2020-12-15T02:42:32.428Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
02:42:32 [2020-12-15T02:42:32.428Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
02:42:32 [2020-12-15T02:42:32.428Z] === RUN   TestContainerStartOnDaemonRestart
02:42:32 [2020-12-15T02:42:32.428Z] === PAUSE TestContainerStartOnDaemonRestart
02:42:32 [2020-12-15T02:42:32.428Z] === RUN   TestDaemonRestartIpcMode
02:42:32 [2020-12-15T02:42:32.428Z] === PAUSE TestDaemonRestartIpcMode
02:42:32 [2020-12-15T02:42:32.428Z] === RUN   TestDaemonHostGatewayIP
02:42:32 [2020-12-15T02:42:32.428Z] === PAUSE TestDaemonHostGatewayIP
02:42:32 [2020-12-15T02:42:32.428Z] === RUN   TestContainerKillOnDaemonStart
02:42:32 [2020-12-15T02:42:32.428Z] === PAUSE TestContainerKillOnDaemonStart
02:42:32 [2020-12-15T02:42:32.428Z] === RUN   TestDiff
02:42:32 [2020-12-15T02:42:32.815Z] --- PASS: TestDaemonDefaultNetworkPools (1.28s)
02:42:32 [2020-12-15T02:42:32.815Z] === RUN   TestDaemonRestartWithExistingNetwork
02:42:32 [2020-12-15T02:42:32.915Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.72s)
02:42:32 [2020-12-15T02:42:32.915Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.86s)
02:42:32 [2020-12-15T02:42:32.915Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.63s)
02:42:32 [2020-12-15T02:42:32.915Z] === RUN   TestKillStoppedContainer
02:42:33 [2020-12-15T02:42:33.064Z] --- PASS: TestDiff (0.51s)
02:42:33 [2020-12-15T02:42:33.064Z] === RUN   TestExecWithCloseStdin
02:42:33 [2020-12-15T02:42:33.176Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
02:42:33 [2020-12-15T02:42:33.176Z] --- PASS: TestKillStoppedContainer (0.08s)
02:42:33 [2020-12-15T02:42:33.176Z] === RUN   TestKillStoppedContainerAPIPre120
02:42:33 [2020-12-15T02:42:33.176Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
02:42:33 [2020-12-15T02:42:33.176Z] === RUN   TestKillDifferentUserContainer
02:42:33 [2020-12-15T02:42:33.369Z] --- PASS: TestExecWithCloseStdin (0.62s)
02:42:33 [2020-12-15T02:42:33.369Z] === RUN   TestExec
02:42:33 [2020-12-15T02:42:33.745Z] --- PASS: TestKillDifferentUserContainer (0.67s)
02:42:33 [2020-12-15T02:42:33.745Z] === RUN   TestInspectOomKilledTrue
02:42:33 [2020-12-15T02:42:33.745Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
02:42:33 [2020-12-15T02:42:33.745Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:42:33 [2020-12-15T02:42:33.745Z] === RUN   TestInspectOomKilledFalse
02:42:33 [2020-12-15T02:42:33.745Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
02:42:33 [2020-12-15T02:42:33.745Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:42:33 [2020-12-15T02:42:33.745Z] === RUN   TestLinksEtcHostsContentMatch
02:42:34 [2020-12-15T02:42:34.312Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
02:42:34 [2020-12-15T02:42:34.413Z] --- PASS: TestExec (0.73s)
02:42:34 [2020-12-15T02:42:34.413Z] === RUN   TestExecUser
02:42:34 [2020-12-15T02:42:34.571Z] --- PASS: TestLinksEtcHostsContentMatch (0.67s)
02:42:34 [2020-12-15T02:42:34.572Z] === RUN   TestLinksContainerNames
02:42:34 [2020-12-15T02:42:34.727Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.95s)
02:42:34 [2020-12-15T02:42:34.727Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
02:42:35 [2020-12-15T02:42:35.049Z] --- PASS: TestExecUser (0.64s)
02:42:35 [2020-12-15T02:42:35.049Z] === RUN   TestExportContainerAndImportImage
02:42:35 [2020-12-15T02:42:35.687Z] --- PASS: TestExportContainerAndImportImage (0.79s)
02:42:35 [2020-12-15T02:42:35.687Z] === RUN   TestExportContainerAfterDaemonRestart
02:42:36 [2020-12-15T02:42:36.482Z] --- PASS: TestLinksContainerNames (1.63s)
02:42:36 [2020-12-15T02:42:36.482Z] === RUN   TestLogsFollowTailEmpty
02:42:36 [2020-12-15T02:42:36.482Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
02:42:36 [2020-12-15T02:42:36.741Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
02:42:36 [2020-12-15T02:42:36.741Z] --- PASS: TestLogsFollowTailEmpty (0.70s)
02:42:36 [2020-12-15T02:42:36.741Z] === RUN   TestContainerNetworkMountsNoChown
02:42:37 [2020-12-15T02:42:37.200Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s)
02:42:37 [2020-12-15T02:42:37.200Z] === RUN   TestHealthCheckWorkdir
02:42:37 [2020-12-15T02:42:37.272Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.38s)
02:42:37 [2020-12-15T02:42:37.272Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
02:42:37 [2020-12-15T02:42:37.677Z] --- PASS: TestContainerNetworkMountsNoChown (0.76s)
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/default
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/default
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/private
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/private
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/rprivate
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/rprivate
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/slave
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/slave
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/rslave
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/rslave
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/shared
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/shared
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/rshared
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/rshared
02:42:37 [2020-12-15T02:42:37.677Z] === CONT  TestMountDaemonRoot/default
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/default/mount_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/default/bind_root
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/default/bind_root
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/default/bind_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/default/mount_root
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/default/mount_root
02:42:37 [2020-12-15T02:42:37.677Z] === CONT  TestMountDaemonRoot/default/mount_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === CONT  TestMountDaemonRoot/rshared
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/rshared/bind_root
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/rshared/mount_root
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
02:42:37 [2020-12-15T02:42:37.677Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
02:42:37 [2020-12-15T02:42:37.677Z] === CONT  TestMountDaemonRoot/rshared/bind_root
02:42:37 [2020-12-15T02:42:37.677Z] === CONT  TestMountDaemonRoot/shared
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/shared/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/shared/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/shared/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/shared/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/rslave
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rslave/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rslave/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/slave
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/slave/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/slave/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/slave/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/slave/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/rprivate
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/private
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/private/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/private/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/private/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/private/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/private/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === RUN   TestMountDaemonRoot/private/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/default/mount_root
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/default/bind_subpath
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/default/bind_root
02:42:37 [2020-12-15T02:42:37.678Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
02:42:37 [2020-12-15T02:42:37.834Z] --- PASS: TestHealthCheckWorkdir (0.62s)
02:42:37 [2020-12-15T02:42:37.834Z] === RUN   TestHealthKillContainer
02:42:37 [2020-12-15T02:42:37.844Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.87s)
02:42:37 [2020-12-15T02:42:37.844Z] === RUN   TestServiceWithPredefinedNetwork
02:42:37 [2020-12-15T02:42:37.931Z] --- PASS: TestServiceUpdateConfigs (15.73s)
02:42:37 [2020-12-15T02:42:37.931Z] === RUN   TestServiceUpdateNetwork
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/rshared/mount_root
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/shared/bind_root
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/rslave/bind_root
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/shared/mount_root
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/rslave/mount_root
02:42:37 [2020-12-15T02:42:37.936Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
02:42:37 [2020-12-15T02:42:37.936Z] === CONT  TestMountDaemonRoot/slave/bind_root
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/slave/mount_root
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/private/bind_root
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/private/mount_root
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/private/mount_subpath
02:42:38 [2020-12-15T02:42:38.196Z] === CONT  TestMountDaemonRoot/private/bind_subpath
02:42:38 [2020-12-15T02:42:38.196Z] --- PASS: TestMountDaemonRoot (0.03s)
02:42:38 [2020-12-15T02:42:38.196Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.09s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
02:42:38 [2020-12-15T02:42:38.196Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
02:42:38 [2020-12-15T02:42:38.196Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
02:42:38 [2020-12-15T02:42:38.196Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s)
02:42:38 [2020-12-15T02:42:38.196Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
02:42:38 [2020-12-15T02:42:38.196Z] === RUN   TestContainerBindMountNonRecursive
02:42:39 [2020-12-15T02:42:39.576Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
02:42:39 [2020-12-15T02:42:39.834Z] --- PASS: TestContainerBindMountNonRecursive (1.59s)
02:42:39 [2020-12-15T02:42:39.834Z] === RUN   TestContainerVolumesMountedAsShared
02:42:39 [2020-12-15T02:42:39.834Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
02:42:40 [2020-12-15T02:42:40.560Z] --- PASS: TestHealthKillContainer (2.60s)
02:42:40 [2020-12-15T02:42:40.560Z] === RUN   TestInspectCpusetInConfigPre120
02:42:40 [2020-12-15T02:42:40.772Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s)
02:42:40 [2020-12-15T02:42:40.772Z] === RUN   TestContainerVolumesMountedAsSlave
02:42:40 [2020-12-15T02:42:40.854Z] --- PASS: TestInspectCpusetInConfigPre120 (0.57s)
02:42:40 [2020-12-15T02:42:40.854Z] === RUN   TestIpcModeNone
02:42:41 [2020-12-15T02:42:41.341Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
02:42:41 [2020-12-15T02:42:41.342Z] --- PASS: TestContainerVolumesMountedAsSlave (0.72s)
02:42:41 [2020-12-15T02:42:41.342Z] === RUN   TestNetworkNat
02:42:41 [2020-12-15T02:42:41.486Z] --- PASS: TestIpcModeNone (0.61s)
02:42:41 [2020-12-15T02:42:41.486Z] === RUN   TestIpcModePrivate
02:42:42 [2020-12-15T02:42:42.052Z] --- PASS: TestServiceWithPredefinedNetwork (3.36s)
02:42:42 [2020-12-15T02:42:42.052Z] === RUN   TestServiceRemoveKeepsIngressNetwork
02:42:42 [2020-12-15T02:42:42.052Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
02:42:42 [2020-12-15T02:42:42.052Z]     service_test.go:236: FLAKY_TEST
02:42:42 [2020-12-15T02:42:42.052Z] === RUN   TestServiceWithDataPathPortInit
02:42:42 [2020-12-15T02:42:42.120Z] --- PASS: TestIpcModePrivate (0.61s)
02:42:42 [2020-12-15T02:42:42.120Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:63, shared: false, mustBeShared: false
02:42:42 [2020-12-15T02:42:42.120Z] === RUN   TestIpcModeShareable
02:42:42 [2020-12-15T02:42:42.280Z] --- PASS: TestNetworkNat (0.95s)
02:42:42 [2020-12-15T02:42:42.280Z] === RUN   TestNetworkLocalhostTCPNat
02:42:42 [2020-12-15T02:42:42.541Z] === RUN   TestDockerSuite/TestBuildAddScript
02:42:42 [2020-12-15T02:42:42.757Z] --- PASS: TestIpcModeShareable (0.61s)
02:42:42 [2020-12-15T02:42:42.757Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:57, shared: true, mustBeShared: true
02:42:42 [2020-12-15T02:42:42.757Z] === RUN   TestAPIIpcModeShareableAndContainer
02:42:42 [2020-12-15T02:42:42.800Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
02:42:43 [2020-12-15T02:42:43.059Z] --- PASS: TestNetworkLocalhostTCPNat (0.80s)
02:42:43 [2020-12-15T02:42:43.059Z] === RUN   TestNetworkLoopbackNat
02:42:43 [2020-12-15T02:42:43.319Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
02:42:44 [2020-12-15T02:42:44.832Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.81s)
02:42:44 [2020-12-15T02:42:44.832Z] === RUN   TestAPIIpcModeHost
02:42:45 [2020-12-15T02:42:45.131Z] --- PASS: TestAPIIpcModeHost (0.48s)
02:42:45 [2020-12-15T02:42:45.131Z] === RUN   TestDaemonIpcModeShareable
02:42:45 [2020-12-15T02:42:45.853Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
02:42:46 [2020-12-15T02:42:46.112Z] --- PASS: TestNetworkLoopbackNat (3.06s)
02:42:46 [2020-12-15T02:42:46.112Z] === RUN   TestPause
02:42:46 [2020-12-15T02:42:46.639Z] --- PASS: TestDaemonIpcModeShareable (1.37s)
02:42:46 [2020-12-15T02:42:46.639Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true
02:42:46 [2020-12-15T02:42:46.639Z] === RUN   TestDaemonIpcModePrivate
02:42:47 [2020-12-15T02:42:47.047Z] --- PASS: TestPause (0.77s)
02:42:47 [2020-12-15T02:42:47.047Z] === RUN   TestPauseFailsOnWindowsServerContainers
02:42:47 [2020-12-15T02:42:47.047Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
02:42:47 [2020-12-15T02:42:47.048Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:42:47 [2020-12-15T02:42:47.048Z] === RUN   TestPauseStopPausedContainer
02:42:47 [2020-12-15T02:42:47.048Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
02:42:47 [2020-12-15T02:42:47.618Z] --- PASS: TestPauseStopPausedContainer (0.84s)
02:42:47 [2020-12-15T02:42:47.618Z] === RUN   TestPsFilter
02:42:47 [2020-12-15T02:42:47.677Z] --- PASS: TestDaemonIpcModePrivate (1.38s)
02:42:47 [2020-12-15T02:42:47.677Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false
02:42:47 [2020-12-15T02:42:47.677Z] === RUN   TestDaemonIpcModePrivateFromConfig
02:42:47 [2020-12-15T02:42:47.877Z] --- PASS: TestPsFilter (0.14s)
02:42:47 [2020-12-15T02:42:47.877Z] === RUN   TestRemoveContainerWithRemovedVolume
02:42:48 [2020-12-15T02:42:48.448Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s)
02:42:48 [2020-12-15T02:42:48.448Z] === RUN   TestRemoveContainerWithVolume
02:42:49 [2020-12-15T02:42:49.188Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.37s)
02:42:49 [2020-12-15T02:42:49.188Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:71, shared: false, mustBeShared: false
02:42:49 [2020-12-15T02:42:49.188Z] === RUN   TestDaemonIpcModeShareableFromConfig
02:42:49 [2020-12-15T02:42:49.385Z] --- PASS: TestRemoveContainerWithVolume (0.76s)
02:42:49 [2020-12-15T02:42:49.385Z] === RUN   TestRemoveContainerRunning
02:42:49 [2020-12-15T02:42:49.953Z] --- PASS: TestRemoveContainerRunning (0.80s)
02:42:49 [2020-12-15T02:42:49.953Z] === RUN   TestRemoveContainerForceRemoveRunning
02:42:50 [2020-12-15T02:42:50.711Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.42s)
02:42:50 [2020-12-15T02:42:50.711Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:65, shared: true, mustBeShared: true
02:42:50 [2020-12-15T02:42:50.711Z] === RUN   TestIpcModeOlderClient
02:42:50 [2020-12-15T02:42:50.711Z] === PAUSE TestIpcModeOlderClient
02:42:50 [2020-12-15T02:42:50.711Z] === RUN   TestKillContainerInvalidSignal
02:42:50 [2020-12-15T02:42:50.891Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s)
02:42:50 [2020-12-15T02:42:50.891Z] === RUN   TestRemoveInvalidContainer
02:42:50 [2020-12-15T02:42:50.891Z] --- PASS: TestRemoveInvalidContainer (0.02s)
02:42:50 [2020-12-15T02:42:50.891Z] === RUN   TestRenameLinkedContainer
02:42:51 [2020-12-15T02:42:51.003Z] --- PASS: TestKillContainerInvalidSignal (0.52s)
02:42:51 [2020-12-15T02:42:51.003Z] === RUN   TestKillContainer
02:42:51 [2020-12-15T02:42:51.003Z] === RUN   TestKillContainer/no_signal
02:42:51 [2020-12-15T02:42:51.151Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
02:42:51 [2020-12-15T02:42:51.640Z] === RUN   TestKillContainer/non_killing_signal
02:42:51 [2020-12-15T02:42:51.933Z] === RUN   TestKillContainer/killing_signal
02:42:52 [2020-12-15T02:42:52.530Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
02:42:52 [2020-12-15T02:42:52.579Z] --- PASS: TestKillContainer (1.58s)
02:42:52 [2020-12-15T02:42:52.579Z]     --- PASS: TestKillContainer/no_signal (0.52s)
02:42:52 [2020-12-15T02:42:52.579Z]     --- PASS: TestKillContainer/non_killing_signal (0.37s)
02:42:52 [2020-12-15T02:42:52.579Z]     --- PASS: TestKillContainer/killing_signal (0.48s)
02:42:52 [2020-12-15T02:42:52.579Z] === RUN   TestKillWithStopSignalAndRestartPolicies
02:42:52 [2020-12-15T02:42:52.579Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
02:42:53 [2020-12-15T02:42:53.323Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
02:42:53 [2020-12-15T02:42:53.615Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.06s)
02:42:53 [2020-12-15T02:42:53.615Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.51s)
02:42:53 [2020-12-15T02:42:53.615Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.36s)
02:42:53 [2020-12-15T02:42:53.615Z] === RUN   TestKillStoppedContainer
02:42:53 [2020-12-15T02:42:53.908Z] --- PASS: TestKillStoppedContainer (0.07s)
02:42:53 [2020-12-15T02:42:53.908Z] === RUN   TestKillStoppedContainerAPIPre120
02:42:53 [2020-12-15T02:42:53.908Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.07s)
02:42:53 [2020-12-15T02:42:53.908Z] === RUN   TestKillDifferentUserContainer
02:42:53 [2020-12-15T02:42:53.913Z] --- PASS: TestRenameLinkedContainer (3.22s)
02:42:53 [2020-12-15T02:42:53.913Z] === RUN   TestRenameStoppedContainer
02:42:54 [2020-12-15T02:42:54.543Z] --- PASS: TestKillDifferentUserContainer (0.50s)
02:42:54 [2020-12-15T02:42:54.543Z] === RUN   TestInspectOomKilledTrue
02:42:54 [2020-12-15T02:42:54.836Z] --- PASS: TestInspectOomKilledTrue (0.60s)
02:42:54 [2020-12-15T02:42:54.836Z] === RUN   TestInspectOomKilledFalse
02:42:54 [2020-12-15T02:42:54.859Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
02:42:54 [2020-12-15T02:42:54.859Z] --- PASS: TestRenameStoppedContainer (0.86s)
02:42:54 [2020-12-15T02:42:54.859Z] === RUN   TestRenameRunningContainerAndReuse
02:42:55 [2020-12-15T02:42:55.120Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
02:42:55 [2020-12-15T02:42:55.469Z] --- PASS: TestInspectOomKilledFalse (0.52s)
02:42:55 [2020-12-15T02:42:55.469Z] === RUN   TestLinksEtcHostsContentMatch
02:42:55 [2020-12-15T02:42:55.688Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
02:42:55 [2020-12-15T02:42:55.761Z] --- PASS: TestLinksEtcHostsContentMatch (0.38s)
02:42:55 [2020-12-15T02:42:55.761Z] === RUN   TestLinksContainerNames
02:42:56 [2020-12-15T02:42:56.257Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
02:42:56 [2020-12-15T02:42:56.257Z] --- PASS: TestRenameRunningContainerAndReuse (1.52s)
02:42:56 [2020-12-15T02:42:56.257Z] === RUN   TestRenameInvalidName
02:42:56 [2020-12-15T02:42:56.500Z] --- PASS: TestServiceUpdateNetwork (17.04s)
02:42:56 [2020-12-15T02:42:56.500Z] === RUN   TestServiceUpdatePidsLimit
02:42:56 [2020-12-15T02:42:56.500Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
02:42:56 [2020-12-15T02:42:56.797Z] --- PASS: TestLinksContainerNames (0.97s)
02:42:56 [2020-12-15T02:42:56.797Z] === RUN   TestLogsFollowTailEmpty
02:42:57 [2020-12-15T02:42:57.193Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
02:42:57 [2020-12-15T02:42:57.193Z] --- PASS: TestRenameInvalidName (0.77s)
02:42:57 [2020-12-15T02:42:57.193Z] === RUN   TestRenameAnonymousContainer
02:42:57 [2020-12-15T02:42:57.431Z] --- PASS: TestLogsFollowTailEmpty (0.53s)
02:42:57 [2020-12-15T02:42:57.431Z] === RUN   TestContainerNetworkMountsNoChown
02:42:57 [2020-12-15T02:42:57.532Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
02:42:58 [2020-12-15T02:42:58.070Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s)
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/default
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/default
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/private
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/private
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rprivate
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rprivate
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/slave
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/slave
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rslave
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rslave
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/shared
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/shared
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rshared
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rshared
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/default
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/rshared
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/shared
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/default/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/default/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/default/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/shared/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/shared/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/default/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/default/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/default/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/shared/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/shared/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rshared/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/rprivate
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/slave
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/slave/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/slave/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rshared/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/rslave
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rslave/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rslave/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/slave/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/slave/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/private
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/private/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/private/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/private/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/private/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/private/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/default/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/private/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/shared/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/shared/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/default/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/default/bind_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/default/mount_subpath
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/rshared/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/rslave/mount_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/slave/bind_root
02:42:58 [2020-12-15T02:42:58.070Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rshared/mount_root
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/private/bind_root
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/slave/mount_root
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/private/mount_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/private/mount_root
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/private/bind_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rslave/bind_root
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
02:42:58 [2020-12-15T02:42:58.071Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
02:42:58 [2020-12-15T02:42:58.131Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
02:42:58 [2020-12-15T02:42:58.369Z] --- PASS: TestMountDaemonRoot (0.03s)
02:42:58 [2020-12-15T02:42:58.369Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
02:42:58 [2020-12-15T02:42:58.369Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.07s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
02:42:58 [2020-12-15T02:42:58.369Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
02:42:58 [2020-12-15T02:42:58.369Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
02:42:58 [2020-12-15T02:42:58.369Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.04s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s)
02:42:58 [2020-12-15T02:42:58.369Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
02:42:58 [2020-12-15T02:42:58.369Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.07s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
02:42:58 [2020-12-15T02:42:58.369Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.06s)
02:42:58 [2020-12-15T02:42:58.369Z] === RUN   TestContainerBindMountNonRecursive
02:42:59 [2020-12-15T02:42:59.879Z] --- PASS: TestContainerBindMountNonRecursive (1.36s)
02:42:59 [2020-12-15T02:42:59.879Z] === RUN   TestContainerVolumesMountedAsShared
02:43:00 [2020-12-15T02:43:00.035Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
02:43:00 [2020-12-15T02:43:00.035Z] --- PASS: TestRenameAnonymousContainer (2.94s)
02:43:00 [2020-12-15T02:43:00.035Z] === RUN   TestRenameContainerWithSameName
02:43:00 [2020-12-15T02:43:00.163Z] --- PASS: TestServiceWithDataPathPortInit (18.18s)
02:43:00 [2020-12-15T02:43:00.163Z] === RUN   TestServiceWithDefaultAddressPoolInit
02:43:00 [2020-12-15T02:43:00.171Z] --- PASS: TestContainerVolumesMountedAsShared (0.55s)
02:43:00 [2020-12-15T02:43:00.171Z] === RUN   TestContainerVolumesMountedAsSlave
02:43:00 [2020-12-15T02:43:00.295Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
02:43:00 [2020-12-15T02:43:00.464Z] --- PASS: TestContainerVolumesMountedAsSlave (0.43s)
02:43:00 [2020-12-15T02:43:00.464Z] === RUN   TestNetworkNat
02:43:00 [2020-12-15T02:43:00.865Z] --- PASS: TestRenameContainerWithSameName (0.75s)
02:43:00 [2020-12-15T02:43:00.865Z] === RUN   TestRenameContainerWithLinkedContainer
02:43:00 [2020-12-15T02:43:00.865Z] === RUN   TestDockerSuite/TestBuildAddTar
02:43:01 [2020-12-15T02:43:01.101Z] --- PASS: TestNetworkNat (0.55s)
02:43:01 [2020-12-15T02:43:01.102Z] === RUN   TestNetworkLocalhostTCPNat
02:43:01 [2020-12-15T02:43:01.736Z] --- PASS: TestNetworkLocalhostTCPNat (0.58s)
02:43:01 [2020-12-15T02:43:01.736Z] === RUN   TestNetworkLoopbackNat
02:43:01 [2020-12-15T02:43:01.802Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
02:43:02 [2020-12-15T02:43:02.369Z] --- PASS: TestRenameContainerWithLinkedContainer (1.59s)
02:43:02 [2020-12-15T02:43:02.369Z] === RUN   TestResize
02:43:03 [2020-12-15T02:43:03.307Z] --- PASS: TestResize (0.78s)
02:43:03 [2020-12-15T02:43:03.307Z] === RUN   TestResizeWithInvalidSize
02:43:03 [2020-12-15T02:43:03.567Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
02:43:03 [2020-12-15T02:43:03.827Z] --- PASS: TestResizeWithInvalidSize (0.79s)
02:43:03 [2020-12-15T02:43:03.827Z] === RUN   TestResizeWhenContainerNotStarted
02:43:04 [2020-12-15T02:43:04.490Z] --- PASS: TestNetworkLoopbackNat (2.79s)
02:43:04 [2020-12-15T02:43:04.490Z] === RUN   TestPause
02:43:04 [2020-12-15T02:43:04.766Z] --- PASS: TestResizeWhenContainerNotStarted (0.76s)
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:43:04 [2020-12-15T02:43:04.766Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:43:05 [2020-12-15T02:43:05.125Z] --- PASS: TestPause (0.55s)
02:43:05 [2020-12-15T02:43:05.125Z] === RUN   TestPauseFailsOnWindowsServerContainers
02:43:05 [2020-12-15T02:43:05.125Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
02:43:05 [2020-12-15T02:43:05.125Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:43:05 [2020-12-15T02:43:05.125Z] === RUN   TestPauseStopPausedContainer
02:43:05 [2020-12-15T02:43:05.336Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
02:43:05 [2020-12-15T02:43:05.768Z] --- PASS: TestPauseStopPausedContainer (0.57s)
02:43:05 [2020-12-15T02:43:05.768Z] === RUN   TestPsFilter
02:43:05 [2020-12-15T02:43:05.768Z] --- PASS: TestPsFilter (0.17s)
02:43:05 [2020-12-15T02:43:05.768Z] === RUN   TestRemoveContainerWithRemovedVolume
02:43:05 [2020-12-15T02:43:05.999Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
02:43:06 [2020-12-15T02:43:06.401Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.50s)
02:43:06 [2020-12-15T02:43:06.401Z] === RUN   TestRemoveContainerWithVolume
02:43:06 [2020-12-15T02:43:06.695Z] --- PASS: TestRemoveContainerWithVolume (0.51s)
02:43:06 [2020-12-15T02:43:06.695Z] === RUN   TestRemoveContainerRunning
02:43:07 [2020-12-15T02:43:07.243Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
02:43:07 [2020-12-15T02:43:07.341Z] --- PASS: TestRemoveContainerRunning (0.53s)
02:43:07 [2020-12-15T02:43:07.341Z] === RUN   TestRemoveContainerForceRemoveRunning
02:43:07 [2020-12-15T02:43:07.504Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:43:07 [2020-12-15T02:43:07.985Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.56s)
02:43:07 [2020-12-15T02:43:07.985Z] === RUN   TestRemoveInvalidContainer
02:43:07 [2020-12-15T02:43:07.985Z] --- PASS: TestRemoveInvalidContainer (0.02s)
02:43:07 [2020-12-15T02:43:07.985Z] === RUN   TestRenameLinkedContainer
02:43:08 [2020-12-15T02:43:08.073Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:43:09 [2020-12-15T02:43:09.452Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:43:09 [2020-12-15T02:43:09.452Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
02:43:09 [2020-12-15T02:43:09.711Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:43:09 [2020-12-15T02:43:09.970Z] === RUN   TestDockerSuite/TestBuildAddTarXz
02:43:09 [2020-12-15T02:43:09.970Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
02:43:10 [2020-12-15T02:43:10.065Z] --- PASS: TestRenameLinkedContainer (2.10s)
02:43:10 [2020-12-15T02:43:10.065Z] === RUN   TestRenameStoppedContainer
02:43:10 [2020-12-15T02:43:10.159Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.07s)
02:43:10 [2020-12-15T02:43:10.159Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:qxn8m6kbv1tuav7mf46y1iqtb Created:2020-12-15 02:43:01.256184038 +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[12eb931f33fb4483e514cdb1aeb6c2e4f7c2988135c8a06b12a66eca1f16b885:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.epxp23wsbi052ciwiys7m9059 EndpointID:7ec5b75c1b490141678904abf60a5709048594b4df575ae6913a97a37603b735 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d0b7c9fd837a06c274ad197e6a59da9e182e87eb2fad360e6e2ec7f1bcfabe69 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:e5baf2e4aac2 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.epxp23wsbi052ciwiys7m9059 EndpointID:7ec5b75c1b490141678904abf60a5709048594b4df575ae6913a97a37603b735 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
02:43:10 [2020-12-15T02:43:10.159Z] PASS
02:43:10 [2020-12-15T02:43:10.159Z] 
02:43:10 [2020-12-15T02:43:10.159Z] === Skipped
02:43:10 [2020-12-15T02:43:10.159Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
02:43:10 [2020-12-15T02:43:10.159Z]     service_test.go:236: FLAKY_TEST
02:43:10 [2020-12-15T02:43:10.159Z] 
02:43:10 [2020-12-15T02:43:10.159Z] 
02:43:10 [2020-12-15T02:43:10.159Z] DONE 23 tests, 1 skipped in 60.915s
02:43:10 [2020-12-15T02:43:10.159Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
02:43:10 [2020-12-15T02:43:10.159Z] ++ 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
02:43:10 [2020-12-15T02:43:10.159Z] ++ set -e
02:43:10 [2020-12-15T02:43:10.159Z] ++ '[' -n 0 ']'
02:43:10 [2020-12-15T02:43:10.159Z] ++ set -x
02:43:10 [2020-12-15T02:43:10.159Z] ++ 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
02:43:10 [2020-12-15T02:43:10.159Z] INFO: Testing against a local daemon
02:43:10 [2020-12-15T02:43:10.159Z] === RUN   TestDockerNetworkIpvlanPersistance
02:43:10 [2020-12-15T02:43:10.159Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
02:43:10 [2020-12-15T02:43:10.159Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:43:10 [2020-12-15T02:43:10.159Z] === RUN   TestDockerNetworkIpvlan
02:43:10 [2020-12-15T02:43:10.159Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
02:43:10 [2020-12-15T02:43:10.159Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:43:10 [2020-12-15T02:43:10.159Z] PASS
02:43:10 [2020-12-15T02:43:10.159Z] 
02:43:10 [2020-12-15T02:43:10.159Z] === Skipped
02:43:10 [2020-12-15T02:43:10.159Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
02:43:10 [2020-12-15T02:43:10.159Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:43:10 [2020-12-15T02:43:10.159Z] 
02:43:10 [2020-12-15T02:43:10.159Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
02:43:10 [2020-12-15T02:43:10.159Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:43:10 [2020-12-15T02:43:10.159Z] 
02:43:10 [2020-12-15T02:43:10.159Z] 
02:43:10 [2020-12-15T02:43:10.159Z] DONE 2 tests, 2 skipped in 0.170s
02:43:10 [2020-12-15T02:43:10.159Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
02:43:10 [2020-12-15T02:43:10.159Z] ++ 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
02:43:10 [2020-12-15T02:43:10.159Z] ++ set -e
02:43:10 [2020-12-15T02:43:10.159Z] ++ '[' -n 0 ']'
02:43:10 [2020-12-15T02:43:10.159Z] ++ set -x
02:43:10 [2020-12-15T02:43:10.159Z] ++ 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
02:43:10 [2020-12-15T02:43:10.159Z] INFO: Testing against a local daemon
02:43:10 [2020-12-15T02:43:10.159Z] === RUN   TestDockerNetworkMacvlanPersistance
02:43:10 [2020-12-15T02:43:10.701Z] --- PASS: TestRenameStoppedContainer (0.56s)
02:43:10 [2020-12-15T02:43:10.701Z] === RUN   TestRenameRunningContainerAndReuse
02:43:10 [2020-12-15T02:43:10.909Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:43:11 [2020-12-15T02:43:11.102Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.21s)
02:43:11 [2020-12-15T02:43:11.102Z] === RUN   TestDockerNetworkMacvlan
02:43:11 [2020-12-15T02:43:11.168Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
02:43:11 [2020-12-15T02:43:11.427Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:43:11 [2020-12-15T02:43:11.736Z] --- PASS: TestRenameRunningContainerAndReuse (1.06s)
02:43:11 [2020-12-15T02:43:11.736Z] === RUN   TestRenameInvalidName
02:43:12 [2020-12-15T02:43:12.029Z] --- PASS: TestRenameInvalidName (0.51s)
02:43:12 [2020-12-15T02:43:12.029Z] === RUN   TestRenameAnonymousContainer
02:43:12 [2020-12-15T02:43:12.421Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
02:43:12 [2020-12-15T02:43:12.488Z] === RUN   TestDockerNetworkMacvlan/Subinterface
02:43:13 [2020-12-15T02:43:13.375Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:43:13 [2020-12-15T02:43:13.641Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
02:43:13 [2020-12-15T02:43:13.875Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
02:43:13 [2020-12-15T02:43:13.901Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:43:14 [2020-12-15T02:43:14.102Z] --- PASS: TestRenameAnonymousContainer (1.89s)
02:43:14 [2020-12-15T02:43:14.103Z] === RUN   TestRenameContainerWithSameName
02:43:14 [2020-12-15T02:43:14.394Z] --- PASS: TestRenameContainerWithSameName (0.52s)
02:43:14 [2020-12-15T02:43:14.394Z] === RUN   TestRenameContainerWithLinkedContainer
02:43:14 [2020-12-15T02:43:14.483Z] --- PASS: TestServiceUpdatePidsLimit (17.97s)
02:43:14 [2020-12-15T02:43:14.483Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s)
02:43:14 [2020-12-15T02:43:14.483Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s)
02:43:14 [2020-12-15T02:43:14.483Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s)
02:43:14 [2020-12-15T02:43:14.483Z] PASS
02:43:14 [2020-12-15T02:43:14.483Z] 
02:43:14 [2020-12-15T02:43:14.483Z] === Skipped
02:43:14 [2020-12-15T02:43:14.483Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s)
02:43:14 [2020-12-15T02:43:14.483Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:43:14 [2020-12-15T02:43:14.483Z] 
02:43:14 [2020-12-15T02:43:14.483Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s)
02:43:14 [2020-12-15T02:43:14.483Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:43:14 [2020-12-15T02:43:14.483Z] 
02:43:14 [2020-12-15T02:43:14.483Z] 
02:43:14 [2020-12-15T02:43:14.483Z] DONE 27 tests, 2 skipped in 180.885s
02:43:14 [2020-12-15T02:43:14.483Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m 
02:43:14 [2020-12-15T02:43:14.483Z] ++ 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
02:43:14 [2020-12-15T02:43:14.483Z] ++ set -e
02:43:14 [2020-12-15T02:43:14.483Z] ++ '[' -n 0 ']'
02:43:14 [2020-12-15T02:43:14.483Z] ++ set -x
02:43:14 [2020-12-15T02:43:14.483Z] ++ 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
02:43:14 [2020-12-15T02:43:14.483Z] INFO: Testing against a local daemon
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestSessionCreate
02:43:14 [2020-12-15T02:43:14.483Z] --- PASS: TestSessionCreate (0.02s)
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestSessionCreateWithBadUpgrade
02:43:14 [2020-12-15T02:43:14.483Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
02:43:14 [2020-12-15T02:43:14.483Z] PASS
02:43:14 [2020-12-15T02:43:14.483Z] 
02:43:14 [2020-12-15T02:43:14.483Z] DONE 2 tests in 0.223s
02:43:14 [2020-12-15T02:43:14.483Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m 
02:43:14 [2020-12-15T02:43:14.483Z] ++ 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
02:43:14 [2020-12-15T02:43:14.483Z] ++ set -e
02:43:14 [2020-12-15T02:43:14.483Z] ++ '[' -n 0 ']'
02:43:14 [2020-12-15T02:43:14.483Z] ++ set -x
02:43:14 [2020-12-15T02:43:14.483Z] ++ 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
02:43:14 [2020-12-15T02:43:14.483Z] INFO: Testing against a local daemon
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestCgroupDriverSystemdMemoryLimit
02:43:14 [2020-12-15T02:43:14.483Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
02:43:14 [2020-12-15T02:43:14.483Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestEventsExecDie
02:43:14 [2020-12-15T02:43:14.483Z] --- PASS: TestEventsExecDie (0.99s)
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestEventsBackwardsCompatible
02:43:14 [2020-12-15T02:43:14.483Z] --- PASS: TestEventsBackwardsCompatible (0.11s)
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestInfoBinaryCommits
02:43:14 [2020-12-15T02:43:14.483Z] --- PASS: TestInfoBinaryCommits (0.01s)
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestInfoAPIVersioned
02:43:14 [2020-12-15T02:43:14.483Z] --- PASS: TestInfoAPIVersioned (0.01s)
02:43:14 [2020-12-15T02:43:14.483Z] === RUN   TestInfoDiscoveryBackend
02:43:14 [2020-12-15T02:43:14.817Z] === RUN   TestDockerNetworkMacvlan/NilParent
02:43:15 [2020-12-15T02:43:15.119Z] --- PASS: TestInfoDiscoveryBackend (0.52s)
02:43:15 [2020-12-15T02:43:15.119Z] === RUN   TestInfoDiscoveryInvalidAdvertise
02:43:15 [2020-12-15T02:43:15.905Z] --- PASS: TestRenameContainerWithLinkedContainer (1.12s)
02:43:15 [2020-12-15T02:43:15.905Z] === RUN   TestResize
02:43:16 [2020-12-15T02:43:16.160Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
02:43:16 [2020-12-15T02:43:16.160Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
02:43:16 [2020-12-15T02:43:16.200Z] --- PASS: TestResize (0.54s)
02:43:16 [2020-12-15T02:43:16.200Z] === RUN   TestResizeWithInvalidSize
02:43:16 [2020-12-15T02:43:16.434Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
02:43:16 [2020-12-15T02:43:16.693Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:43:16 [2020-12-15T02:43:16.796Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s)
02:43:16 [2020-12-15T02:43:16.796Z] === RUN   TestInfoAPI
02:43:16 [2020-12-15T02:43:16.796Z] --- PASS: TestInfoAPI (0.01s)
02:43:16 [2020-12-15T02:43:16.796Z] === RUN   TestInfoAPIWarnings
02:43:16 [2020-12-15T02:43:16.844Z] --- PASS: TestResizeWithInvalidSize (0.55s)
02:43:16 [2020-12-15T02:43:16.844Z] === RUN   TestResizeWhenContainerNotStarted
02:43:16 [2020-12-15T02:43:16.951Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s)
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
02:43:17 [2020-12-15T02:43:17.482Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
02:43:19 [2020-12-15T02:43:19.022Z] === RUN   TestDockerNetworkMacvlan/InternalMode
02:43:19 [2020-12-15T02:43:19.490Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.90s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.24s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.66s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.82s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.77s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.69s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.34s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.37s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.26s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.15s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.29s)
02:43:19 [2020-12-15T02:43:19.490Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.24s)
02:43:19 [2020-12-15T02:43:19.490Z] === RUN   TestCgroupNamespacesRun
02:43:19 [2020-12-15T02:43:19.574Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
02:43:19 [2020-12-15T02:43:19.574Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
02:43:20 [2020-12-15T02:43:20.223Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
02:43:20 [2020-12-15T02:43:20.223Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
02:43:20 [2020-12-15T02:43:20.435Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
02:43:20 [2020-12-15T02:43:20.695Z] --- PASS: TestCgroupNamespacesRun (1.61s)
02:43:20 [2020-12-15T02:43:20.695Z] === RUN   TestCgroupNamespacesRunPrivileged
02:43:21 [2020-12-15T02:43:21.271Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
02:43:21 [2020-12-15T02:43:21.914Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
02:43:22 [2020-12-15T02:43:22.324Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
02:43:22 [2020-12-15T02:43:22.560Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
02:43:22 [2020-12-15T02:43:22.601Z] === RUN   TestDockerSuite/TestBuildBlankName
02:43:22 [2020-12-15T02:43:22.601Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
02:43:22 [2020-12-15T02:43:22.860Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.95s)
02:43:22 [2020-12-15T02:43:22.860Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
02:43:23 [2020-12-15T02:43:23.605Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
02:43:24 [2020-12-15T02:43:24.764Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.97s)
02:43:24 [2020-12-15T02:43:24.764Z] === RUN   TestCgroupNamespacesRunHostMode
02:43:25 [2020-12-15T02:43:25.022Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
02:43:25 [2020-12-15T02:43:25.678Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.03s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.79s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.01s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.82s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.69s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.65s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.34s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.64s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.58s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.33s)
02:43:25 [2020-12-15T02:43:25.679Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.18s)
02:43:25 [2020-12-15T02:43:25.679Z] === RUN   TestCgroupNamespacesRun
02:43:26 [2020-12-15T02:43:26.926Z] --- PASS: TestCgroupNamespacesRunHostMode (1.93s)
02:43:26 [2020-12-15T02:43:26.926Z] === RUN   TestCgroupNamespacesRunPrivateMode
02:43:27 [2020-12-15T02:43:27.185Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
02:43:27 [2020-12-15T02:43:27.192Z] --- PASS: TestCgroupNamespacesRun (1.36s)
02:43:27 [2020-12-15T02:43:27.192Z] === RUN   TestCgroupNamespacesRunPrivileged
02:43:27 [2020-12-15T02:43:27.444Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
02:43:28 [2020-12-15T02:43:28.230Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.30s)
02:43:28 [2020-12-15T02:43:28.230Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
02:43:28 [2020-12-15T02:43:28.822Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.87s)
02:43:28 [2020-12-15T02:43:28.822Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
02:43:28 [2020-12-15T02:43:28.822Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
02:43:28 [2020-12-15T02:43:28.906Z] === RUN   TestDockerNetworkMacvlan/Addressing
02:43:29 [2020-12-15T02:43:29.751Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.35s)
02:43:29 [2020-12-15T02:43:29.751Z] === RUN   TestCgroupNamespacesRunHostMode
02:43:29 [2020-12-15T02:43:29.757Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
02:43:30 [2020-12-15T02:43:30.291Z] --- PASS: TestDockerNetworkMacvlan (18.93s)
02:43:30 [2020-12-15T02:43:30.291Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s)
02:43:30 [2020-12-15T02:43:30.291Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s)
02:43:30 [2020-12-15T02:43:30.291Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.11s)
02:43:30 [2020-12-15T02:43:30.291Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.18s)
02:43:30 [2020-12-15T02:43:30.291Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.80s)
02:43:30 [2020-12-15T02:43:30.291Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.35s)
02:43:30 [2020-12-15T02:43:30.291Z] PASS
02:43:30 [2020-12-15T02:43:30.291Z] 
02:43:30 [2020-12-15T02:43:30.291Z] DONE 8 tests in 21.303s
02:43:30 [2020-12-15T02:43:30.291Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
02:43:30 [2020-12-15T02:43:30.291Z] ++ 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
02:43:30 [2020-12-15T02:43:30.291Z] ++ set -e
02:43:30 [2020-12-15T02:43:30.291Z] ++ '[' -n 0 ']'
02:43:30 [2020-12-15T02:43:30.291Z] ++ set -x
02:43:30 [2020-12-15T02:43:30.291Z] ++ 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
02:43:30 [2020-12-15T02:43:30.291Z] testing: warning: no tests to run
02:43:30 [2020-12-15T02:43:30.291Z] PASS
02:43:30 [2020-12-15T02:43:30.291Z] 
02:43:30 [2020-12-15T02:43:30.291Z] DONE 0 tests in 0.034s
02:43:30 [2020-12-15T02:43:30.291Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
02:43:30 [2020-12-15T02:43:30.291Z] ++ 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
02:43:30 [2020-12-15T02:43:30.291Z] ++ set -e
02:43:30 [2020-12-15T02:43:30.291Z] ++ '[' -n 0 ']'
02:43:30 [2020-12-15T02:43:30.291Z] ++ set -x
02:43:30 [2020-12-15T02:43:30.291Z] ++ 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
02:43:30 [2020-12-15T02:43:30.291Z] INFO: Testing against a local daemon
02:43:30 [2020-12-15T02:43:30.291Z] === RUN   TestAuthZPluginAllowRequest
02:43:30 [2020-12-15T02:43:30.325Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.77s)
02:43:30 [2020-12-15T02:43:30.325Z] === RUN   TestCgroupNamespacesRunInvalidMode
02:43:31 [2020-12-15T02:43:31.259Z] --- PASS: TestCgroupNamespacesRunHostMode (1.36s)
02:43:31 [2020-12-15T02:43:31.259Z] === RUN   TestCgroupNamespacesRunPrivateMode
02:43:31 [2020-12-15T02:43:31.264Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
02:43:31 [2020-12-15T02:43:31.264Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s)
02:43:31 [2020-12-15T02:43:31.264Z] === RUN   TestCgroupNamespacesRunOlderClient
02:43:32 [2020-12-15T02:43:32.203Z] --- PASS: TestAuthZPluginAllowRequest (1.82s)
02:43:32 [2020-12-15T02:43:32.203Z] === RUN   TestAuthZPluginTLS
02:43:32 [2020-12-15T02:43:32.296Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.36s)
02:43:32 [2020-12-15T02:43:32.296Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
02:43:33 [2020-12-15T02:43:33.145Z] --- PASS: TestAuthZPluginTLS (0.81s)
02:43:33 [2020-12-15T02:43:33.145Z] === RUN   TestAuthZPluginDenyRequest
02:43:33 [2020-12-15T02:43:33.717Z] --- PASS: TestAuthZPluginDenyRequest (0.67s)
02:43:33 [2020-12-15T02:43:33.717Z] === RUN   TestAuthZPluginAPIDenyResponse
02:43:33 [2020-12-15T02:43:33.802Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.29s)
02:43:33 [2020-12-15T02:43:33.802Z] === RUN   TestKernelTCPMemory
02:43:33 [2020-12-15T02:43:33.802Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
02:43:33 [2020-12-15T02:43:33.807Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s)
02:43:33 [2020-12-15T02:43:33.807Z] === RUN   TestCgroupNamespacesRunInvalidMode
02:43:34 [2020-12-15T02:43:34.288Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.64s)
02:43:34 [2020-12-15T02:43:34.288Z] === RUN   TestAuthZPluginDenyResponse
02:43:34 [2020-12-15T02:43:34.443Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s)
02:43:34 [2020-12-15T02:43:34.443Z] === RUN   TestCgroupNamespacesRunOlderClient
02:43:34 [2020-12-15T02:43:34.739Z] --- PASS: TestKernelTCPMemory (1.05s)
02:43:34 [2020-12-15T02:43:34.739Z] === RUN   TestNISDomainname
02:43:34 [2020-12-15T02:43:34.859Z] --- PASS: TestAuthZPluginDenyResponse (0.68s)
02:43:34 [2020-12-15T02:43:34.859Z] === RUN   TestAuthZPluginAllowEventStream
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestInfoAPIWarnings (16.25s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestInfoDebug
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestInfoDebug (0.53s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestInfoInsecureRegistries
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestInfoInsecureRegistries (0.52s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestInfoRegistryMirrors
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestInfoRegistryMirrors (0.52s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestLoginFailsWithBadCredentials
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestLoginFailsWithBadCredentials (0.27s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestPingCacheHeaders
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestPingCacheHeaders (0.01s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestPingGet
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestPingGet (0.01s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestPingHead
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestPingHead (0.01s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestVersion
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestVersion (0.01s)
02:43:35 [2020-12-15T02:43:35.435Z] PASS
02:43:35 [2020-12-15T02:43:35.435Z] 
02:43:35 [2020-12-15T02:43:35.435Z] === Skipped
02:43:35 [2020-12-15T02:43:35.435Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
02:43:35 [2020-12-15T02:43:35.435Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:43:35 [2020-12-15T02:43:35.435Z] 
02:43:35 [2020-12-15T02:43:35.435Z] 
02:43:35 [2020-12-15T02:43:35.435Z] DONE 18 tests, 1 skipped in 21.484s
02:43:35 [2020-12-15T02:43:35.435Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m 
02:43:35 [2020-12-15T02:43:35.435Z] ++ 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
02:43:35 [2020-12-15T02:43:35.435Z] ++ set -e
02:43:35 [2020-12-15T02:43:35.435Z] ++ '[' -n 0 ']'
02:43:35 [2020-12-15T02:43:35.435Z] ++ set -x
02:43:35 [2020-12-15T02:43:35.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=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
02:43:35 [2020-12-15T02:43:35.435Z] INFO: Testing against a local daemon
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestVolumesCreateAndList
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestVolumesCreateAndList (0.02s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestVolumesRemove
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestVolumesRemove (0.15s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestVolumesInspect
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestVolumesInspect (0.01s)
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestVolumesInvalidJSON
02:43:35 [2020-12-15T02:43:35.435Z] === RUN   TestVolumesInvalidJSON//volumes/create
02:43:35 [2020-12-15T02:43:35.435Z] === PAUSE TestVolumesInvalidJSON//volumes/create
02:43:35 [2020-12-15T02:43:35.435Z] === CONT  TestVolumesInvalidJSON//volumes/create
02:43:35 [2020-12-15T02:43:35.435Z] --- PASS: TestVolumesInvalidJSON (0.01s)
02:43:35 [2020-12-15T02:43:35.435Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
02:43:35 [2020-12-15T02:43:35.435Z] PASS
02:43:35 [2020-12-15T02:43:35.435Z] 
02:43:35 [2020-12-15T02:43:35.435Z] DONE 5 tests in 0.388s
02:43:35 [2020-12-15T02:43:35.435Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
02:43:35 [2020-12-15T02:43:35.435Z] ++++ cat bundles/test-integration/docker.pid
02:43:35 [2020-12-15T02:43:35.435Z] +++ kill 12262
02:43:35 [2020-12-15T02:43:35.974Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.38s)
02:43:35 [2020-12-15T02:43:35.974Z] === RUN   TestKernelTCPMemory
02:43:36 [2020-12-15T02:43:36.116Z] --- PASS: TestNISDomainname (1.22s)
02:43:36 [2020-12-15T02:43:36.116Z] === RUN   TestHostnameDnsResolution
02:43:36 [2020-12-15T02:43:36.606Z] --- PASS: TestKernelTCPMemory (0.60s)
02:43:36 [2020-12-15T02:43:36.606Z] === RUN   TestNISDomainname
02:43:36 [2020-12-15T02:43:36.688Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
02:43:36 [2020-12-15T02:43:36.771Z] --- PASS: TestAuthZPluginAllowEventStream (1.81s)
02:43:36 [2020-12-15T02:43:36.771Z] === RUN   TestAuthZPluginErrorResponse
02:43:36 [2020-12-15T02:43:36.948Z] +++ /etc/init.d/apparmor stop
02:43:36 [2020-12-15T02:43:36.948Z] Leaving: AppArmorNo profiles have been unloaded.
02:43:36 [2020-12-15T02:43:36.948Z] 
02:43:36 [2020-12-15T02:43:36.948Z] Unloading profiles will leave already running processes permanently
02:43:36 [2020-12-15T02:43:36.948Z] unconfined, which can lead to unexpected situations.
02:43:36 [2020-12-15T02:43:36.948Z] 
02:43:36 [2020-12-15T02:43:36.948Z] To set a process to complain mode, use the command line tool
02:43:36 [2020-12-15T02:43:36.948Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
02:43:36 [2020-12-15T02:43:36.948Z] +++ true
02:43:36 [2020-12-15T02:43:36.948Z] exiting test-integration
02:43:36 [2020-12-15T02:43:36.948Z] ++ exit 0
02:43:36 [2020-12-15T02:43:36.948Z] 
02:43:37 [2020-12-15T02:43:37.239Z] --- PASS: TestNISDomainname (0.66s)
02:43:37 [2020-12-15T02:43:37.239Z] === RUN   TestHostnameDnsResolution
02:43:37 [2020-12-15T02:43:37.625Z] --- PASS: TestHostnameDnsResolution (1.68s)
02:43:37 [2020-12-15T02:43:37.625Z] === RUN   TestStats
02:43:37 [2020-12-15T02:43:37.712Z] --- PASS: TestAuthZPluginErrorResponse (0.85s)
02:43:37 [2020-12-15T02:43:37.712Z] === RUN   TestAuthZPluginErrorRequest
02:43:37 [2020-12-15T02:43:37.875Z] --- PASS: TestHostnameDnsResolution (0.80s)
02:43:37 [2020-12-15T02:43:37.875Z] === RUN   TestStats
02:43:38 [2020-12-15T02:43:38.284Z] --- PASS: TestAuthZPluginErrorRequest (0.64s)
02:43:38 [2020-12-15T02:43:38.284Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
02:43:38 [2020-12-15T02:43:38.561Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
02:43:38 [2020-12-15T02:43:38.855Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.69s)
02:43:38 [2020-12-15T02:43:38.855Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
Post stage
[Pipeline] junit
02:43:39 [2020-12-15T02:43:39.077Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
02:43:39 [2020-12-15T02:43:39.937Z] + echo Ensuring container killed.
02:43:39 [2020-12-15T02:43:39.937Z] Ensuring container killed.
02:43:39 [2020-12-15T02:43:39.937Z] + docker rm -vf docker-pr1
02:43:39 [2020-12-15T02:43:39.937Z] Error: No such container: docker-pr1
02:43:39 [2020-12-15T02:43:39.937Z] + true
[Pipeline] sh
02:43:40 [2020-12-15T02:43:40.320Z] + echo Chowning /workspace to jenkins user
02:43:40 [2020-12-15T02:43:40.320Z] Chowning /workspace to jenkins user
02:43:40 [2020-12-15T02:43:40.320Z] + id -u
02:43:40 [2020-12-15T02:43:40.320Z] + id -g
02:43:40 [2020-12-15T02:43:40.320Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41793:/workspace busybox chown -R 1001:1001 /workspace
02:43:40 [2020-12-15T02:43:40.320Z] Unable to find image 'busybox:latest' locally
02:43:40 [2020-12-15T02:43:40.470Z] --- PASS: TestStats (2.95s)
02:43:40 [2020-12-15T02:43:40.470Z] === RUN   TestStopContainerWithTimeout
02:43:40 [2020-12-15T02:43:40.470Z] === RUN   TestStopContainerWithTimeout/0
02:43:40 [2020-12-15T02:43:40.470Z] === PAUSE TestStopContainerWithTimeout/0
02:43:40 [2020-12-15T02:43:40.470Z] === RUN   TestStopContainerWithTimeout/1
02:43:40 [2020-12-15T02:43:40.470Z] === PAUSE TestStopContainerWithTimeout/1
02:43:40 [2020-12-15T02:43:40.470Z] === RUN   TestStopContainerWithTimeout/3
02:43:40 [2020-12-15T02:43:40.470Z] === PAUSE TestStopContainerWithTimeout/3
02:43:40 [2020-12-15T02:43:40.470Z] === RUN   TestStopContainerWithTimeout/-1
02:43:40 [2020-12-15T02:43:40.470Z] === PAUSE TestStopContainerWithTimeout/-1
02:43:40 [2020-12-15T02:43:40.470Z] === CONT  TestStopContainerWithTimeout/0
02:43:40 [2020-12-15T02:43:40.470Z] === CONT  TestStopContainerWithTimeout/-1
02:43:40 [2020-12-15T02:43:40.603Z] --- PASS: TestStats (2.53s)
02:43:40 [2020-12-15T02:43:40.603Z] === RUN   TestStopContainerWithTimeout
02:43:40 [2020-12-15T02:43:40.603Z] === RUN   TestStopContainerWithTimeout/0
02:43:40 [2020-12-15T02:43:40.603Z] === PAUSE TestStopContainerWithTimeout/0
02:43:40 [2020-12-15T02:43:40.603Z] === RUN   TestStopContainerWithTimeout/1
02:43:40 [2020-12-15T02:43:40.603Z] === PAUSE TestStopContainerWithTimeout/1
02:43:40 [2020-12-15T02:43:40.603Z] === RUN   TestStopContainerWithTimeout/3
02:43:40 [2020-12-15T02:43:40.603Z] === PAUSE TestStopContainerWithTimeout/3
02:43:40 [2020-12-15T02:43:40.603Z] === RUN   TestStopContainerWithTimeout/-1
02:43:40 [2020-12-15T02:43:40.603Z] === PAUSE TestStopContainerWithTimeout/-1
02:43:40 [2020-12-15T02:43:40.603Z] === CONT  TestStopContainerWithTimeout/0
02:43:40 [2020-12-15T02:43:40.603Z] === CONT  TestStopContainerWithTimeout/-1
02:43:40 [2020-12-15T02:43:40.603Z] === CONT  TestStopContainerWithTimeout/1
02:43:40 [2020-12-15T02:43:40.603Z] === CONT  TestStopContainerWithTimeout/3
02:43:40 [2020-12-15T02:43:40.956Z] latest: Pulling from library/busybox
02:43:41 [2020-12-15T02:43:41.249Z] 93035723f9e5: Pulling fs layer
02:43:41 [2020-12-15T02:43:41.403Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.25s)
02:43:41 [2020-12-15T02:43:41.403Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
02:43:41 [2020-12-15T02:43:41.541Z] 93035723f9e5: Verifying Checksum
02:43:41 [2020-12-15T02:43:41.541Z] 93035723f9e5: Download complete
02:43:41 [2020-12-15T02:43:41.850Z] === CONT  TestStopContainerWithTimeout/3
02:43:42 [2020-12-15T02:43:42.109Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
02:43:42 [2020-12-15T02:43:42.177Z] 93035723f9e5: Pull complete
02:43:42 [2020-12-15T02:43:42.177Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
02:43:42 [2020-12-15T02:43:42.177Z] Status: Downloaded newer image for busybox:latest
02:43:43 [2020-12-15T02:43:43.315Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.26s)
02:43:43 [2020-12-15T02:43:43.315Z] === RUN   TestAuthZPluginHeader
02:43:44 [2020-12-15T02:43:44.013Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
02:43:44 [2020-12-15T02:43:44.013Z] === CONT  TestStopContainerWithTimeout/1
02:43:44 [2020-12-15T02:43:44.121Z] --- PASS: TestStopContainerWithTimeout (0.02s)
02:43:44 [2020-12-15T02:43:44.121Z]     --- PASS: TestStopContainerWithTimeout/0 (1.01s)
02:43:44 [2020-12-15T02:43:44.121Z]     --- PASS: TestStopContainerWithTimeout/1 (2.13s)
02:43:44 [2020-12-15T02:43:44.121Z]     --- PASS: TestStopContainerWithTimeout/3 (2.88s)
02:43:44 [2020-12-15T02:43:44.121Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.05s)
02:43:44 [2020-12-15T02:43:44.121Z] === RUN   TestDeleteDevicemapper
02:43:44 [2020-12-15T02:43:44.121Z] --- SKIP: TestDeleteDevicemapper (0.00s)
02:43:44 [2020-12-15T02:43:44.121Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:43:44 [2020-12-15T02:43:44.121Z] === RUN   TestStopContainerWithRestartPolicyAlways
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
02:43:44 [2020-12-15T02:43:44.651Z] + bundleName=s390x-integration
02:43:44 [2020-12-15T02:43:44.651Z] + echo Creating s390x-integration-bundles.tar.gz
02:43:44 [2020-12-15T02:43:44.651Z] Creating s390x-integration-bundles.tar.gz
02:43:44 [2020-12-15T02:43:44.651Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
02:43:44 [2020-12-15T02:43:44.651Z] + xargs tar -czf s390x-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
02:43:44 [2020-12-15T02:43:44.698Z] Archiving artifacts
02:43:44 [2020-12-15T02:43:44.700Z] --- PASS: TestAuthZPluginHeader (1.01s)
02:43:44 [2020-12-15T02:43:44.700Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
02:43:44 [2020-12-15T02:43:44.700Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
02:43:44 [2020-12-15T02:43:44.700Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:43:44 [2020-12-15T02:43:44.700Z] === RUN   TestAuthZPluginV2Disable
02:43:44 [2020-12-15T02:43:44.700Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
02:43:44 [2020-12-15T02:43:44.700Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:43:44 [2020-12-15T02:43:44.700Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
02:43:44 [2020-12-15T02:43:44.700Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
02:43:44 [2020-12-15T02:43:44.700Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:43:44 [2020-12-15T02:43:44.700Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
02:43:44 [2020-12-15T02:43:44.700Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
02:43:44 [2020-12-15T02:43:44.700Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:43:44 [2020-12-15T02:43:44.700Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
02:43:45 [2020-12-15T02:43:45.134Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
02:43:45 [2020-12-15T02:43:45.163Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.64s)
02:43:45 [2020-12-15T02:43:45.163Z] === RUN   TestUpdateMemory
[Pipeline] sh
02:43:45 [2020-12-15T02:43:45.518Z] + make clean
02:43:45 [2020-12-15T02:43:45.805Z] --- PASS: TestUpdateMemory (0.69s)
02:43:45 [2020-12-15T02:43:45.805Z] === RUN   TestUpdateCPUQuota
02:43:45 [2020-12-15T02:43:45.921Z] --- PASS: TestStopContainerWithTimeout (0.05s)
02:43:45 [2020-12-15T02:43:45.921Z]     --- PASS: TestStopContainerWithTimeout/0 (1.45s)
02:43:45 [2020-12-15T02:43:45.921Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.33s)
02:43:45 [2020-12-15T02:43:45.921Z]     --- PASS: TestStopContainerWithTimeout/3 (2.82s)
02:43:45 [2020-12-15T02:43:45.921Z]     --- PASS: TestStopContainerWithTimeout/1 (1.76s)
02:43:45 [2020-12-15T02:43:45.921Z] === RUN   TestDeleteDevicemapper
02:43:45 [2020-12-15T02:43:45.921Z] --- SKIP: TestDeleteDevicemapper (0.00s)
02:43:45 [2020-12-15T02:43:45.921Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:43:45 [2020-12-15T02:43:45.921Z] === RUN   TestStopContainerWithRestartPolicyAlways
02:43:45 [2020-12-15T02:43:45.921Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
02:43:46 [2020-12-15T02:43:46.153Z] docker volume rm -f docker-dev-cache
02:43:46 [2020-12-15T02:43:46.153Z] docker-dev-cache
[Pipeline] deleteDir
02:43:46 [2020-12-15T02:43:46.843Z] --- PASS: TestUpdateCPUQuota (0.89s)
02:43:46 [2020-12-15T02:43:46.843Z] === RUN   TestUpdatePidsLimit
02:43:46 [2020-12-15T02:43:46.843Z] === RUN   TestUpdatePidsLimit/update_from_none
02:43:46 [2020-12-15T02:43:46.858Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
02:43:47 [2020-12-15T02:43:47.134Z] === RUN   TestUpdatePidsLimit/no_change
02:43:47 [2020-12-15T02:43:47.134Z] === RUN   TestUpdatePidsLimit/update_lower
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
02:43:47 [2020-12-15T02:43:47.425Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:43:47 [2020-12-15T02:43:47.716Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
02:43:48 [2020-12-15T02:43:48.012Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
02:43:48 [2020-12-15T02:43:48.305Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
02:43:48 [2020-12-15T02:43:48.942Z] --- PASS: TestUpdatePidsLimit (2.32s)
02:43:48 [2020-12-15T02:43:48.942Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.25s)
02:43:48 [2020-12-15T02:43:48.942Z]     --- PASS: TestUpdatePidsLimit/no_change (0.24s)
02:43:48 [2020-12-15T02:43:48.942Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.25s)
02:43:48 [2020-12-15T02:43:48.942Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s)
02:43:48 [2020-12-15T02:43:48.942Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.25s)
02:43:48 [2020-12-15T02:43:48.942Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s)
02:43:48 [2020-12-15T02:43:48.942Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s)
02:43:48 [2020-12-15T02:43:48.942Z] === RUN   TestUpdateRestartPolicy
02:43:49 [2020-12-15T02:43:49.396Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.76s)
02:43:49 [2020-12-15T02:43:49.396Z] === RUN   TestUpdateMemory
02:43:49 [2020-12-15T02:43:49.396Z] --- SKIP: TestUpdateMemory (0.00s)
02:43:49 [2020-12-15T02:43:49.396Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
02:43:49 [2020-12-15T02:43:49.396Z] === RUN   TestUpdateCPUQuota
02:43:50 [2020-12-15T02:43:50.774Z] --- PASS: TestUpdateCPUQuota (1.41s)
02:43:50 [2020-12-15T02:43:50.774Z] === RUN   TestUpdatePidsLimit
02:43:50 [2020-12-15T02:43:50.774Z] === RUN   TestUpdatePidsLimit/update_from_none
02:43:51 [2020-12-15T02:43:51.343Z] === RUN   TestUpdatePidsLimit/no_change
02:43:51 [2020-12-15T02:43:51.602Z] === RUN   TestUpdatePidsLimit/update_lower
02:43:51 [2020-12-15T02:43:51.861Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
02:43:52 [2020-12-15T02:43:52.120Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
02:43:52 [2020-12-15T02:43:52.379Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
02:43:52 [2020-12-15T02:43:52.639Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
02:43:53 [2020-12-15T02:43:53.207Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
02:43:53 [2020-12-15T02:43:53.466Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
02:43:54 [2020-12-15T02:43:54.406Z] --- PASS: TestUpdatePidsLimit (3.54s)
02:43:54 [2020-12-15T02:43:54.406Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.36s)
02:43:54 [2020-12-15T02:43:54.406Z]     --- PASS: TestUpdatePidsLimit/no_change (0.37s)
02:43:54 [2020-12-15T02:43:54.406Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.39s)
02:43:54 [2020-12-15T02:43:54.406Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s)
02:43:54 [2020-12-15T02:43:54.406Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.31s)
02:43:54 [2020-12-15T02:43:54.406Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.46s)
02:43:54 [2020-12-15T02:43:54.406Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.45s)
02:43:54 [2020-12-15T02:43:54.406Z] === RUN   TestUpdateRestartPolicy
02:43:55 [2020-12-15T02:43:55.343Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
02:43:56 [2020-12-15T02:43:56.720Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
02:43:59 [2020-12-15T02:43:59.254Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
02:43:59 [2020-12-15T02:43:59.254Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
02:43:59 [2020-12-15T02:43:59.821Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
02:44:00 [2020-12-15T02:44:00.759Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
02:44:01 [2020-12-15T02:44:01.018Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
02:44:01 [2020-12-15T02:44:01.582Z] --- PASS: TestUpdateRestartPolicy (11.27s)
02:44:01 [2020-12-15T02:44:01.582Z] === RUN   TestUpdateRestartWithAutoRemove
02:44:01 [2020-12-15T02:44:01.582Z] --- PASS: TestUpdateRestartWithAutoRemove (0.56s)
02:44:01 [2020-12-15T02:44:01.582Z] === RUN   TestWaitNonBlocked
02:44:01 [2020-12-15T02:44:01.582Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
02:44:01 [2020-12-15T02:44:01.582Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
02:44:01 [2020-12-15T02:44:01.582Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
02:44:01 [2020-12-15T02:44:01.582Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
02:44:01 [2020-12-15T02:44:01.582Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
02:44:01 [2020-12-15T02:44:01.582Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
02:44:01 [2020-12-15T02:44:01.582Z] --- PASS: TestWaitNonBlocked (0.02s)
02:44:01 [2020-12-15T02:44:01.582Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.58s)
02:44:01 [2020-12-15T02:44:01.582Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.62s)
02:44:01 [2020-12-15T02:44:01.582Z] === RUN   TestWaitBlocked
02:44:01 [2020-12-15T02:44:01.582Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
02:44:01 [2020-12-15T02:44:01.582Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
02:44:01 [2020-12-15T02:44:01.582Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
02:44:01 [2020-12-15T02:44:01.582Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
02:44:01 [2020-12-15T02:44:01.582Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
02:44:01 [2020-12-15T02:44:01.582Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
02:44:02 [2020-12-15T02:44:02.620Z] --- PASS: TestWaitBlocked (0.02s)
02:44:02 [2020-12-15T02:44:02.620Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.77s)
02:44:02 [2020-12-15T02:44:02.620Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s)
02:44:02 [2020-12-15T02:44:02.620Z] === CONT  TestContainerStartOnDaemonRestart
02:44:02 [2020-12-15T02:44:02.620Z] === CONT  TestContainerKillOnDaemonStart
02:44:02 [2020-12-15T02:44:02.620Z] === CONT  TestIpcModeOlderClient
02:44:02 [2020-12-15T02:44:02.620Z] === CONT  TestDaemonRestartIpcMode
02:44:02 [2020-12-15T02:44:02.620Z] --- PASS: TestIpcModeOlderClient (0.18s)
02:44:02 [2020-12-15T02:44:02.620Z] === CONT  TestDaemonHostGatewayIP
02:44:02 [2020-12-15T02:44:02.810Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.22s)
02:44:02 [2020-12-15T02:44:02.810Z] PASS
02:44:02 [2020-12-15T02:44:02.810Z] 
02:44:02 [2020-12-15T02:44:02.810Z] === Skipped
02:44:02 [2020-12-15T02:44:02.810Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
02:44:02 [2020-12-15T02:44:02.810Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:44:02 [2020-12-15T02:44:02.810Z] 
02:44:02 [2020-12-15T02:44:02.810Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
02:44:02 [2020-12-15T02:44:02.810Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:44:02 [2020-12-15T02:44:02.810Z] 
02:44:02 [2020-12-15T02:44:02.810Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
02:44:02 [2020-12-15T02:44:02.810Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:44:02 [2020-12-15T02:44:02.810Z] 
02:44:02 [2020-12-15T02:44:02.810Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
02:44:02 [2020-12-15T02:44:02.810Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:44:02 [2020-12-15T02:44:02.810Z] 
02:44:02 [2020-12-15T02:44:02.810Z] 
02:44:02 [2020-12-15T02:44:02.810Z] DONE 17 tests, 4 skipped in 32.528s
02:44:02 [2020-12-15T02:44:02.810Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
02:44:02 [2020-12-15T02:44:02.810Z] ++ 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
02:44:02 [2020-12-15T02:44:02.810Z] ++ set -e
02:44:02 [2020-12-15T02:44:02.810Z] ++ '[' -n 0 ']'
02:44:02 [2020-12-15T02:44:02.810Z] ++ set -x
02:44:02 [2020-12-15T02:44:02.810Z] ++ 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
02:44:02 [2020-12-15T02:44:02.810Z] INFO: Testing against a local daemon
02:44:02 [2020-12-15T02:44:02.810Z] === RUN   TestPluginInvalidJSON
02:44:02 [2020-12-15T02:44:02.810Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
02:44:02 [2020-12-15T02:44:02.810Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
02:44:02 [2020-12-15T02:44:02.810Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
02:44:02 [2020-12-15T02:44:02.810Z] --- PASS: TestPluginInvalidJSON (0.04s)
02:44:02 [2020-12-15T02:44:02.810Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
02:44:02 [2020-12-15T02:44:02.810Z] === RUN   TestPluginInstall
02:44:02 [2020-12-15T02:44:02.810Z] === RUN   TestPluginInstall/no_auth
02:44:02 [2020-12-15T02:44:02.926Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
02:44:03 [2020-12-15T02:44:03.493Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
02:44:05 [2020-12-15T02:44:05.357Z] time="2020-12-15T02:44:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:44:05 [2020-12-15T02:44:05.357Z] time="2020-12-15T02:44:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4cba8afe49bfc3a050632d7809e9916915a73d35b5329a8bf4f1817bf928e985" mediatype=application/vnd.docker.plugin.v1+json size=522
02:44:05 [2020-12-15T02:44:05.357Z] time="2020-12-15T02:44:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:44:05 [2020-12-15T02:44:05.357Z] time="2020-12-15T02:44:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4cba8afe49bfc3a050632d7809e9916915a73d35b5329a8bf4f1817bf928e985" mediatype=application/vnd.docker.plugin.v1+json size=522
02:44:05 [2020-12-15T02:44:05.618Z] === RUN   TestPluginInstall/with_htpasswd
02:44:06 [2020-12-15T02:44:06.183Z] --- PASS: TestContainerStartOnDaemonRestart (3.61s)
02:44:06 [2020-12-15T02:44:06.461Z] Created binary: bundles/binary-daemon/dockerd-dev
02:44:06 [2020-12-15T02:44:06.461Z] Copying nested executables into bundles/binary-daemon
02:44:06 [2020-12-15T02:44:06.461Z] 
[Pipeline] }
02:44:06 [2020-12-15T02:44:06.475Z] --- PASS: TestDaemonHostGatewayIP (3.86s)
02:44:06 [2020-12-15T02:44:06.475Z] --- PASS: TestDaemonRestartIpcMode (4.10s)
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
02:44:06 [2020-12-15T02:44:06.560Z] time="2020-12-15T02:44:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:44:06 [2020-12-15T02:44:06.560Z] time="2020-12-15T02:44:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e6ead116de441bcf2db4bb934fff5fccd3af8eaf880fbdc92302586631aac8d3" mediatype=application/vnd.docker.plugin.v1+json size=522
02:44:06 [2020-12-15T02:44:06.560Z] time="2020-12-15T02:44:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:44:06 [2020-12-15T02:44:06.560Z] time="2020-12-15T02:44:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e6ead116de441bcf2db4bb934fff5fccd3af8eaf880fbdc92302586631aac8d3" mediatype=application/vnd.docker.plugin.v1+json size=522
02:44:06 [2020-12-15T02:44:06.785Z] --- PASS: TestUpdateRestartPolicy (12.56s)
02:44:06 [2020-12-15T02:44:06.785Z] === RUN   TestUpdateRestartWithAutoRemove
02:44:06 [2020-12-15T02:44:06.792Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/make.sh cross
02:44:06 [2020-12-15T02:44:06.821Z] === RUN   TestPluginInstall/with_insecure
02:44:07 [2020-12-15T02:44:07.048Z] 
02:44:07 [2020-12-15T02:44:07.304Z] Removing bundles/
02:44:07 [2020-12-15T02:44:07.304Z] 
02:44:07 [2020-12-15T02:44:07.304Z] ---> Making bundle: cross (in bundles/cross)
02:44:07 [2020-12-15T02:44:07.304Z] Cross building: bundles/cross/linux/amd64
02:44:07 [2020-12-15T02:44:07.304Z] Building: bundles/cross/linux/amd64/dockerd-dev
02:44:07 [2020-12-15T02:44:07.304Z] GOOS="linux" GOARCH="amd64" GOARM=""
02:44:07 [2020-12-15T02:44:07.353Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
02:44:07 [2020-12-15T02:44:07.616Z] --- PASS: TestUpdateRestartWithAutoRemove (0.75s)
02:44:07 [2020-12-15T02:44:07.616Z] === RUN   TestWaitNonBlocked
02:44:07 [2020-12-15T02:44:07.616Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
02:44:07 [2020-12-15T02:44:07.616Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
02:44:07 [2020-12-15T02:44:07.616Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
02:44:07 [2020-12-15T02:44:07.616Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
02:44:07 [2020-12-15T02:44:07.616Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
02:44:07 [2020-12-15T02:44:07.616Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
02:44:08 [2020-12-15T02:44:08.206Z] time="2020-12-15T02:44:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:44:08 [2020-12-15T02:44:08.206Z] time="2020-12-15T02:44:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2d5767247c5f61ccef62ab850ed44653d55f93317c0a0ebcc7e2bd4777944536" mediatype=application/vnd.docker.plugin.v1+json size=522
02:44:08 [2020-12-15T02:44:08.206Z] time="2020-12-15T02:44:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:44:08 [2020-12-15T02:44:08.206Z] time="2020-12-15T02:44:08Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2d5767247c5f61ccef62ab850ed44653d55f93317c0a0ebcc7e2bd4777944536" mediatype=application/vnd.docker.plugin.v1+json size=522
02:44:08 [2020-12-15T02:44:08.553Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
02:44:08 [2020-12-15T02:44:08.778Z] --- PASS: TestPluginInstall (5.73s)
02:44:08 [2020-12-15T02:44:08.778Z]     --- PASS: TestPluginInstall/no_auth (2.74s)
02:44:08 [2020-12-15T02:44:08.778Z]     --- PASS: TestPluginInstall/with_htpasswd (1.22s)
02:44:08 [2020-12-15T02:44:08.778Z]     --- PASS: TestPluginInstall/with_insecure (1.77s)
02:44:08 [2020-12-15T02:44:08.778Z]         plugin_test.go:157: [d52162a259c09] daemon is not started
02:44:08 [2020-12-15T02:44:08.778Z] PASS
02:44:08 [2020-12-15T02:44:08.778Z] 
02:44:08 [2020-12-15T02:44:08.778Z] DONE 6 tests in 5.949s
02:44:08 [2020-12-15T02:44:08.778Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
02:44:08 [2020-12-15T02:44:08.778Z] ++ 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
02:44:08 [2020-12-15T02:44:08.778Z] ++ set -e
02:44:08 [2020-12-15T02:44:08.778Z] ++ '[' -n 0 ']'
02:44:08 [2020-12-15T02:44:08.778Z] ++ set -x
02:44:08 [2020-12-15T02:44:08.778Z] ++ 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
02:44:08 [2020-12-15T02:44:08.778Z] INFO: Testing against a local daemon
02:44:08 [2020-12-15T02:44:08.778Z] === RUN   TestExternalGraphDriver
02:44:09 [2020-12-15T02:44:09.039Z] === RUN   TestExternalGraphDriver/json
02:44:09 [2020-12-15T02:44:09.130Z] --- PASS: TestWaitNonBlocked (0.01s)
02:44:09 [2020-12-15T02:44:09.130Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.37s)
02:44:09 [2020-12-15T02:44:09.130Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.41s)
02:44:09 [2020-12-15T02:44:09.130Z] === RUN   TestWaitBlocked
02:44:09 [2020-12-15T02:44:09.130Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
02:44:09 [2020-12-15T02:44:09.130Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
02:44:09 [2020-12-15T02:44:09.130Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
02:44:09 [2020-12-15T02:44:09.130Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
02:44:09 [2020-12-15T02:44:09.130Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
02:44:09 [2020-12-15T02:44:09.130Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
02:44:10 [2020-12-15T02:44:10.571Z] === RUN   TestDockerSuite/TestBuildCacheAdd
02:44:10 [2020-12-15T02:44:10.571Z] --- PASS: TestWaitBlocked (0.03s)
02:44:10 [2020-12-15T02:44:10.571Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s)
02:44:10 [2020-12-15T02:44:10.571Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.52s)
02:44:10 [2020-12-15T02:44:10.571Z] === CONT  TestContainerStartOnDaemonRestart
02:44:10 [2020-12-15T02:44:10.571Z] === CONT  TestIpcModeOlderClient
02:44:10 [2020-12-15T02:44:10.835Z] --- PASS: TestIpcModeOlderClient (0.16s)
02:44:10 [2020-12-15T02:44:10.835Z] === CONT  TestDaemonHostGatewayIP
02:44:11 [2020-12-15T02:44:11.589Z] === RUN   TestExternalGraphDriver/spec
02:44:11 [2020-12-15T02:44:11.771Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
02:44:13 [2020-12-15T02:44:13.150Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
02:44:13 [2020-12-15T02:44:13.150Z] === RUN   TestDockerSuite/TestBuildCacheFrom
02:44:14 [2020-12-15T02:44:14.134Z] === RUN   TestExternalGraphDriver/pull
02:44:15 [2020-12-15T02:44:15.056Z] --- PASS: TestContainerStartOnDaemonRestart (4.34s)
02:44:15 [2020-12-15T02:44:15.056Z] === CONT  TestContainerKillOnDaemonStart
02:44:16 [2020-12-15T02:44:16.437Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
02:44:16 [2020-12-15T02:44:16.437Z] --- PASS: TestDaemonHostGatewayIP (5.73s)
02:44:16 [2020-12-15T02:44:16.437Z] === CONT  TestDaemonRestartIpcMode
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestContainerKillOnDaemonStart (12.83s)
02:44:16 [2020-12-15T02:44:16.842Z] PASS
02:44:16 [2020-12-15T02:44:16.842Z] 
02:44:16 [2020-12-15T02:44:16.842Z] === Skipped
02:44:16 [2020-12-15T02:44:16.842Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s)
02:44:16 [2020-12-15T02:44:16.842Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:44:16 [2020-12-15T02:44:16.842Z] 
02:44:16 [2020-12-15T02:44:16.842Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
02:44:16 [2020-12-15T02:44:16.842Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:44:16 [2020-12-15T02:44:16.842Z] 
02:44:16 [2020-12-15T02:44:16.842Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s)
02:44:16 [2020-12-15T02:44:16.842Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:44:16 [2020-12-15T02:44:16.842Z] 
02:44:16 [2020-12-15T02:44:16.842Z] 
02:44:16 [2020-12-15T02:44:16.842Z] DONE 195 tests, 3 skipped in 109.246s
02:44:16 [2020-12-15T02:44:16.842Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m 
02:44:16 [2020-12-15T02:44:16.842Z] ++ 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
02:44:16 [2020-12-15T02:44:16.842Z] ++ set -e
02:44:16 [2020-12-15T02:44:16.842Z] ++ '[' -n 0 ']'
02:44:16 [2020-12-15T02:44:16.842Z] ++ set -x
02:44:16 [2020-12-15T02:44:16.842Z] ++ 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
02:44:16 [2020-12-15T02:44:16.842Z] INFO: Testing against a local daemon
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestCommitInheritsEnv
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestCommitInheritsEnv (0.32s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestImportExtremelyLargeImageWorks
02:44:16 [2020-12-15T02:44:16.842Z] === PAUSE TestImportExtremelyLargeImageWorks
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestImagesFilterMultiReference
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestImagesFilterMultiReference (0.05s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestImagePullPlatformInvalid
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestImagePullPlatformInvalid (0.03s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestRemoveImageOrphaning
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestRemoveImageOrphaning (0.32s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestRemoveImageGarbageCollector
02:44:16 [2020-12-15T02:44:16.842Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
02:44:16 [2020-12-15T02:44:16.842Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestTagUnprefixedRepoByNameOrName
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestTagInvalidReference
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestTagInvalidReference (0.02s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestTagValidPrefixedRepo
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestTagValidPrefixedRepo (0.04s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestTagExistedNameWithoutForce
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestTagOfficialNames
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestTagOfficialNames (0.03s)
02:44:16 [2020-12-15T02:44:16.842Z] === RUN   TestTagMatchesDigest
02:44:16 [2020-12-15T02:44:16.842Z] --- PASS: TestTagMatchesDigest (0.02s)
02:44:16 [2020-12-15T02:44:16.842Z] === CONT  TestImportExtremelyLargeImageWorks
02:44:17 [2020-12-15T02:44:17.434Z] --- PASS: TestExternalGraphDriver (8.04s)
02:44:17 [2020-12-15T02:44:17.434Z]     --- PASS: TestExternalGraphDriver/json (2.48s)
02:44:17 [2020-12-15T02:44:17.434Z]     --- PASS: TestExternalGraphDriver/spec (2.76s)
02:44:17 [2020-12-15T02:44:17.434Z]     --- PASS: TestExternalGraphDriver/pull (2.66s)
02:44:17 [2020-12-15T02:44:17.434Z] === RUN   TestGraphdriverPluginV2
02:44:17 [2020-12-15T02:44:17.434Z] --- SKIP: TestGraphdriverPluginV2 (0.02s)
02:44:17 [2020-12-15T02:44:17.434Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:44:17 [2020-12-15T02:44:17.434Z] PASS
02:44:17 [2020-12-15T02:44:17.434Z] 
02:44:17 [2020-12-15T02:44:17.434Z] === Skipped
02:44:17 [2020-12-15T02:44:17.434Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s)
02:44:17 [2020-12-15T02:44:17.434Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:44:17 [2020-12-15T02:44:17.434Z] 
02:44:17 [2020-12-15T02:44:17.434Z] 
02:44:17 [2020-12-15T02:44:17.434Z] DONE 5 tests, 1 skipped in 8.265s
02:44:17 [2020-12-15T02:44:17.434Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
02:44:17 [2020-12-15T02:44:17.434Z] ++ 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
02:44:17 [2020-12-15T02:44:17.434Z] ++ set -e
02:44:17 [2020-12-15T02:44:17.434Z] ++ '[' -n 0 ']'
02:44:17 [2020-12-15T02:44:17.434Z] ++ set -x
02:44:17 [2020-12-15T02:44:17.434Z] ++ 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
02:44:17 [2020-12-15T02:44:17.434Z] INFO: Testing against a local daemon
02:44:17 [2020-12-15T02:44:17.434Z] === RUN   TestContinueAfterPluginCrash
02:44:17 [2020-12-15T02:44:17.434Z] === PAUSE TestContinueAfterPluginCrash
02:44:17 [2020-12-15T02:44:17.434Z] === RUN   TestReadPluginNoRead
02:44:17 [2020-12-15T02:44:17.434Z] === PAUSE TestReadPluginNoRead
02:44:17 [2020-12-15T02:44:17.434Z] === RUN   TestDaemonStartWithLogOpt
02:44:17 [2020-12-15T02:44:17.434Z] === PAUSE TestDaemonStartWithLogOpt
02:44:17 [2020-12-15T02:44:17.434Z] === CONT  TestContinueAfterPluginCrash
02:44:17 [2020-12-15T02:44:17.434Z] === CONT  TestDaemonStartWithLogOpt
02:44:17 [2020-12-15T02:44:17.434Z] === CONT  TestReadPluginNoRead
02:44:18 [2020-12-15T02:44:18.341Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
02:44:20 [2020-12-15T02:44:20.247Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
02:44:20 [2020-12-15T02:44:20.247Z] --- PASS: TestDaemonRestartIpcMode (3.59s)
02:44:20 [2020-12-15T02:44:20.505Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
02:44:21 [2020-12-15T02:44:21.073Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
02:44:21 [2020-12-15T02:44:21.639Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
02:44:21 [2020-12-15T02:44:21.648Z] === RUN   TestReadPluginNoRead/default
02:44:21 [2020-12-15T02:44:21.908Z] --- PASS: TestDaemonStartWithLogOpt (4.75s)
02:44:22 [2020-12-15T02:44:22.574Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
02:44:23 [2020-12-15T02:44:23.142Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
02:44:23 [2020-12-15T02:44:23.142Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
02:44:23 [2020-12-15T02:44:23.142Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
02:44:23 [2020-12-15T02:44:23.293Z] === RUN   TestReadPluginNoRead/disabled_caching
02:44:25 [2020-12-15T02:44:25.205Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
02:44:26 [2020-12-15T02:44:26.430Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
02:44:26 [2020-12-15T02:44:26.430Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
02:44:26 [2020-12-15T02:44:26.588Z] --- PASS: TestReadPluginNoRead (9.58s)
02:44:26 [2020-12-15T02:44:26.588Z]     --- PASS: TestReadPluginNoRead/default (1.83s)
02:44:26 [2020-12-15T02:44:26.588Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.79s)
02:44:26 [2020-12-15T02:44:26.588Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.79s)
02:44:26 [2020-12-15T02:44:26.588Z]     read_test.go:92: [d3247eb52b473] daemon is not started
02:44:27 [2020-12-15T02:44:27.531Z] --- PASS: TestContinueAfterPluginCrash (10.18s)
02:44:27 [2020-12-15T02:44:27.531Z] PASS
02:44:27 [2020-12-15T02:44:27.531Z] 
02:44:27 [2020-12-15T02:44:27.531Z] DONE 6 tests in 10.354s
02:44:27 [2020-12-15T02:44:27.531Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
02:44:27 [2020-12-15T02:44:27.531Z] ++ 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
02:44:27 [2020-12-15T02:44:27.531Z] ++ set -e
02:44:27 [2020-12-15T02:44:27.531Z] ++ '[' -n 0 ']'
02:44:27 [2020-12-15T02:44:27.531Z] ++ set -x
02:44:27 [2020-12-15T02:44:27.531Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
02:44:27 [2020-12-15T02:44:27.531Z] testing: warning: no tests to run
02:44:27 [2020-12-15T02:44:27.531Z] PASS
02:44:27 [2020-12-15T02:44:27.531Z] 
02:44:27 [2020-12-15T02:44:27.531Z] DONE 0 tests in 0.058s
02:44:27 [2020-12-15T02:44:27.531Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
02:44:27 [2020-12-15T02:44:27.531Z] ++ 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
02:44:27 [2020-12-15T02:44:27.531Z] ++ set -e
02:44:27 [2020-12-15T02:44:27.531Z] ++ '[' -n 0 ']'
02:44:27 [2020-12-15T02:44:27.531Z] ++ set -x
02:44:27 [2020-12-15T02:44:27.531Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
02:44:27 [2020-12-15T02:44:27.531Z] INFO: Testing against a local daemon
02:44:27 [2020-12-15T02:44:27.531Z] === RUN   TestPluginWithDevMounts
02:44:27 [2020-12-15T02:44:27.531Z] === PAUSE TestPluginWithDevMounts
02:44:27 [2020-12-15T02:44:27.531Z] === CONT  TestPluginWithDevMounts
02:44:28 [2020-12-15T02:44:28.334Z] --- PASS: TestContainerKillOnDaemonStart (13.13s)
02:44:28 [2020-12-15T02:44:28.334Z] PASS
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] === Skipped
02:44:28 [2020-12-15T02:44:28.334Z] === SKIP: amd64.integration.container TestCheckpoint (0.01s)
02:44:28 [2020-12-15T02:44:28.334Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
02:44:28 [2020-12-15T02:44:28.334Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
02:44:28 [2020-12-15T02:44:28.334Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
02:44:28 [2020-12-15T02:44:28.334Z]     pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
02:44:28 [2020-12-15T02:44:28.334Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
02:44:28 [2020-12-15T02:44:28.334Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] 
02:44:28 [2020-12-15T02:44:28.334Z] DONE 195 tests, 6 skipped in 151.889s
02:44:28 [2020-12-15T02:44:28.334Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
02:44:28 [2020-12-15T02:44:28.334Z] ++ 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
02:44:28 [2020-12-15T02:44:28.334Z] ++ set -e
02:44:28 [2020-12-15T02:44:28.334Z] ++ '[' -n 0 ']'
02:44:28 [2020-12-15T02:44:28.334Z] ++ set -x
02:44:28 [2020-12-15T02:44:28.334Z] ++ 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
02:44:28 [2020-12-15T02:44:28.334Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
02:44:28 [2020-12-15T02:44:28.334Z] INFO: Testing against a local daemon
02:44:28 [2020-12-15T02:44:28.334Z] === RUN   TestCommitInheritsEnv
02:44:28 [2020-12-15T02:44:28.902Z] --- PASS: TestCommitInheritsEnv (0.49s)
02:44:28 [2020-12-15T02:44:28.902Z] === RUN   TestImportExtremelyLargeImageWorks
02:44:28 [2020-12-15T02:44:28.902Z] === PAUSE TestImportExtremelyLargeImageWorks
02:44:28 [2020-12-15T02:44:28.902Z] === RUN   TestImagesFilterMultiReference
02:44:28 [2020-12-15T02:44:28.902Z] --- PASS: TestImagesFilterMultiReference (0.09s)
02:44:28 [2020-12-15T02:44:28.902Z] === RUN   TestImagePullPlatformInvalid
02:44:29 [2020-12-15T02:44:29.162Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
02:44:29 [2020-12-15T02:44:29.162Z] === RUN   TestRemoveImageOrphaning
02:44:29 [2020-12-15T02:44:29.421Z] === RUN   TestDockerSuite/TestBuildClearCmd
02:44:29 [2020-12-15T02:44:29.422Z] --- PASS: TestRemoveImageOrphaning (0.43s)
02:44:29 [2020-12-15T02:44:29.422Z] === RUN   TestRemoveImageGarbageCollector
02:44:29 [2020-12-15T02:44:29.990Z] === RUN   TestDockerSuite/TestBuildCmd
02:44:30 [2020-12-15T02:44:30.073Z] --- PASS: TestPluginWithDevMounts (2.19s)
02:44:30 [2020-12-15T02:44:30.073Z] PASS
02:44:30 [2020-12-15T02:44:30.073Z] 
02:44:30 [2020-12-15T02:44:30.073Z] DONE 1 tests in 2.372s
02:44:30 [2020-12-15T02:44:30.073Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
02:44:30 [2020-12-15T02:44:30.073Z] ++ 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
02:44:30 [2020-12-15T02:44:30.073Z] ++ set -e
02:44:30 [2020-12-15T02:44:30.073Z] ++ '[' -n 0 ']'
02:44:30 [2020-12-15T02:44:30.073Z] ++ set -x
02:44:30 [2020-12-15T02:44:30.073Z] ++ 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
02:44:30 [2020-12-15T02:44:30.073Z] INFO: Testing against a local daemon
02:44:30 [2020-12-15T02:44:30.073Z] === RUN   TestSecretInspect
02:44:30 [2020-12-15T02:44:30.250Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
02:44:30 [2020-12-15T02:44:30.250Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
02:44:30 [2020-12-15T02:44:30.818Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
02:44:31 [2020-12-15T02:44:31.078Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
02:44:31 [2020-12-15T02:44:31.078Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
02:44:32 [2020-12-15T02:44:32.017Z] --- PASS: TestRemoveImageGarbageCollector (2.36s)
02:44:32 [2020-12-15T02:44:32.017Z] === RUN   TestTagUnprefixedRepoByNameOrName
02:44:32 [2020-12-15T02:44:32.017Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
02:44:32 [2020-12-15T02:44:32.017Z] === RUN   TestTagInvalidReference
02:44:32 [2020-12-15T02:44:32.017Z] --- PASS: TestTagInvalidReference (0.03s)
02:44:32 [2020-12-15T02:44:32.017Z] === RUN   TestTagValidPrefixedRepo
02:44:32 [2020-12-15T02:44:32.017Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
02:44:32 [2020-12-15T02:44:32.017Z] === RUN   TestTagExistedNameWithoutForce
02:44:32 [2020-12-15T02:44:32.017Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
02:44:32 [2020-12-15T02:44:32.017Z] === RUN   TestTagOfficialNames
02:44:32 [2020-12-15T02:44:32.017Z] --- PASS: TestTagOfficialNames (0.07s)
02:44:32 [2020-12-15T02:44:32.017Z] === RUN   TestTagMatchesDigest
02:44:32 [2020-12-15T02:44:32.017Z] --- PASS: TestTagMatchesDigest (0.05s)
02:44:32 [2020-12-15T02:44:32.017Z] === CONT  TestImportExtremelyLargeImageWorks
02:44:32 [2020-12-15T02:44:32.585Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
02:44:33 [2020-12-15T02:44:33.373Z] --- PASS: TestSecretInspect (3.25s)
02:44:33 [2020-12-15T02:44:33.373Z] === RUN   TestSecretList
02:44:33 [2020-12-15T02:44:33.529Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
02:44:36 [2020-12-15T02:44:36.675Z] --- PASS: TestSecretList (3.22s)
02:44:36 [2020-12-15T02:44:36.675Z] === RUN   TestSecretsCreateAndDelete
02:44:37 [2020-12-15T02:44:37.720Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
02:44:38 [2020-12-15T02:44:38.657Z] === RUN   TestDockerSuite/TestBuildConditionalCache
02:44:39 [2020-12-15T02:44:39.977Z] --- PASS: TestSecretsCreateAndDelete (3.24s)
02:44:39 [2020-12-15T02:44:39.977Z] === RUN   TestSecretsUpdate
02:44:40 [2020-12-15T02:44:40.037Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
02:44:40 [2020-12-15T02:44:40.037Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
02:44:40 [2020-12-15T02:44:40.241Z] aa4f58cd6da1: Pull complete
02:44:40 [2020-12-15T02:44:40.242Z] Digest: sha256:0030f755ca84ec601a080df3b47f281896d90ec7cf42bb95af04bd118511e9da
02:44:40 [2020-12-15T02:44:40.242Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
02:44:40 [2020-12-15T02:44:40.242Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
02:44:40 [2020-12-15T02:44:40.242Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
02:44:40 [2020-12-15T02:44:40.242Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1637'
02:44:40 [2020-12-15T02:44:40.242Z] WARN: Skipping validation tests
02:44:40 [2020-12-15T02:44:40.242Z] INFO: Running unit tests at 12/15/2020 02:44:30...
02:44:40 [2020-12-15T02:44:40.242Z] INFO: make.ps1 starting at 12/15/2020 02:44:34
02:44:40 [2020-12-15T02:44:40.242Z] INFO: Git commit (a02553670e) assumed from DOCKER_GITCOMMIT environment variable
02:44:40 [2020-12-15T02:44:40.242Z] INFO: Invoking autogen...
02:44:40 [2020-12-15T02:44:40.242Z] INFO: Running unit tests...
02:44:40 [2020-12-15T02:44:40.975Z] === RUN   TestDockerSuite/TestBuildContextCleanup
02:44:41 [2020-12-15T02:44:41.543Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
02:44:42 [2020-12-15T02:44:42.481Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
02:44:43 [2020-12-15T02:44:43.051Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
02:44:43 [2020-12-15T02:44:43.276Z] --- PASS: TestSecretsUpdate (3.25s)
02:44:43 [2020-12-15T02:44:43.276Z] === RUN   TestTemplatedSecret
02:44:43 [2020-12-15T02:44:43.310Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
02:44:43 [2020-12-15T02:44:43.570Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
02:44:44 [2020-12-15T02:44:44.938Z] 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
02:44:46 [2020-12-15T02:44:46.575Z] --- PASS: TestTemplatedSecret (3.35s)
02:44:46 [2020-12-15T02:44:46.575Z] === RUN   TestSecretCreateResolve
02:44:48 [2020-12-15T02:44:48.842Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
02:44:49 [2020-12-15T02:44:49.873Z] --- PASS: TestSecretCreateResolve (3.25s)
02:44:49 [2020-12-15T02:44:49.873Z] PASS
02:44:49 [2020-12-15T02:44:49.873Z] 
02:44:49 [2020-12-15T02:44:49.873Z] DONE 6 tests in 19.723s
02:44:49 [2020-12-15T02:44:49.873Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
02:44:49 [2020-12-15T02:44:49.873Z] ++ 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
02:44:49 [2020-12-15T02:44:49.873Z] ++ set -e
02:44:49 [2020-12-15T02:44:49.873Z] ++ '[' -n 0 ']'
02:44:49 [2020-12-15T02:44:49.873Z] ++ set -x
02:44:49 [2020-12-15T02:44:49.873Z] ++ 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
02:44:49 [2020-12-15T02:44:49.873Z] INFO: Testing against a local daemon
02:44:49 [2020-12-15T02:44:49.873Z] === RUN   TestServiceCreateInit
02:44:49 [2020-12-15T02:44:49.873Z] === RUN   TestServiceCreateInit/daemonInitDisabled
02:44:53 [2020-12-15T02:44:53.037Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
02:44:53 [2020-12-15T02:44:53.519Z] ?   	github.com/docker/docker/api	[no test files]
02:44:55 [2020-12-15T02:44:55.158Z] === RUN   TestServiceCreateInit/daemonInitEnabled
02:44:55 [2020-12-15T02:44:55.576Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
02:44:56 [2020-12-15T02:44:56.517Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
02:44:57 [2020-12-15T02:44:57.455Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
02:44:58 [2020-12-15T02:44:58.393Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
02:44:58 [2020-12-15T02:44:58.653Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
02:45:00 [2020-12-15T02:45:00.444Z] --- PASS: TestServiceCreateInit (9.99s)
02:45:00 [2020-12-15T02:45:00.444Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.06s)
02:45:00 [2020-12-15T02:45:00.444Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.91s)
02:45:00 [2020-12-15T02:45:00.444Z] === RUN   TestCreateServiceMultipleTimes
02:45:01 [2020-12-15T02:45:01.945Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
02:45:02 [2020-12-15T02:45:02.205Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
02:45:04 [2020-12-15T02:45:04.110Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
02:45:06 [2020-12-15T02:45:06.015Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
02:45:06 [2020-12-15T02:45:06.953Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
02:45:06 [2020-12-15T02:45:06.953Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
02:45:06 [2020-12-15T02:45:06.953Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
02:45:06 [2020-12-15T02:45:06.953Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
02:45:06 [2020-12-15T02:45:06.953Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
02:45:07 [2020-12-15T02:45:07.893Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
02:45:08 [2020-12-15T02:45:08.338Z] === RUN   TestMiddlewares
02:45:08 [2020-12-15T02:45:08.338Z] --- PASS: TestMiddlewares (0.00s)
02:45:08 [2020-12-15T02:45:08.338Z] PASS
02:45:08 [2020-12-15T02:45:08.338Z] coverage: 9.0% of statements
02:45:08 [2020-12-15T02:45:08.338Z] ok  	github.com/docker/docker/api/server	0.236s	coverage: 9.0% of statements
02:45:11 [2020-12-15T02:45:11.198Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
02:45:13 [2020-12-15T02:45:13.103Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
02:45:14 [2020-12-15T02:45:14.480Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
02:45:14 [2020-12-15T02:45:14.739Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
02:45:15 [2020-12-15T02:45:15.677Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
02:45:16 [2020-12-15T02:45:16.246Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
02:45:19 [2020-12-15T02:45:19.536Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
02:45:19 [2020-12-15T02:45:19.795Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
02:45:20 [2020-12-15T02:45:20.732Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
02:45:22 [2020-12-15T02:45:22.110Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
02:45:22 [2020-12-15T02:45:22.369Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
02:45:22 [2020-12-15T02:45:22.409Z] --- PASS: TestCreateServiceMultipleTimes (19.68s)
02:45:22 [2020-12-15T02:45:22.409Z] === RUN   TestCreateServiceConflict
02:45:22 [2020-12-15T02:45:22.670Z] --- PASS: TestCreateServiceConflict (3.27s)
02:45:22 [2020-12-15T02:45:22.670Z] === RUN   TestCreateServiceMaxReplicas
02:45:24 [2020-12-15T02:45:24.271Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
02:45:25 [2020-12-15T02:45:25.206Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
02:45:26 [2020-12-15T02:45:26.874Z] --- PASS: TestCreateServiceMaxReplicas (3.66s)
02:45:26 [2020-12-15T02:45:26.874Z] === RUN   TestCreateWithDuplicateNetworkNames
02:45:27 [2020-12-15T02:45:27.111Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
02:45:27 [2020-12-15T02:45:27.681Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
02:45:30 [2020-12-15T02:45:30.974Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
02:45:31 [2020-12-15T02:45:31.914Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
02:45:32 [2020-12-15T02:45:32.853Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
02:45:32 [2020-12-15T02:45:32.853Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
02:45:34 [2020-12-15T02:45:34.761Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
02:45:37 [2020-12-15T02:45:37.298Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
02:45:38 [2020-12-15T02:45:38.241Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
02:45:38 [2020-12-15T02:45:38.810Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
02:45:39 [2020-12-15T02:45:39.379Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
02:45:39 [2020-12-15T02:45:39.639Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
02:45:41 [2020-12-15T02:45:41.016Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
02:45:41 [2020-12-15T02:45:41.780Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.01s)
02:45:41 [2020-12-15T02:45:41.780Z] === RUN   TestCreateServiceSecretFileMode
02:45:42 [2020-12-15T02:45:42.395Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
02:45:43 [2020-12-15T02:45:43.332Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
02:45:43 [2020-12-15T02:45:43.591Z] === RUN   TestDockerSuite/TestBuildDockerignore
02:45:43 [2020-12-15T02:45:43.778Z] Created binary: bundles/cross/linux/amd64/dockerd-dev
02:45:43 [2020-12-15T02:45:43.778Z] Copying nested executables into bundles/cross/linux/amd64
02:45:43 [2020-12-15T02:45:43.778Z] Cross building: bundles/cross/windows/amd64
02:45:43 [2020-12-15T02:45:43.778Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe
02:45:43 [2020-12-15T02:45:43.778Z] GOOS="windows" GOARCH="amd64" GOARM=""
02:45:45 [2020-12-15T02:45:45.097Z] --- PASS: TestCreateServiceSecretFileMode (3.48s)
02:45:45 [2020-12-15T02:45:45.097Z] === RUN   TestCreateServiceConfigFileMode
02:45:46 [2020-12-15T02:45:46.879Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
02:45:48 [2020-12-15T02:45:48.426Z] --- PASS: TestCreateServiceConfigFileMode (3.44s)
02:45:48 [2020-12-15T02:45:48.426Z] === RUN   TestCreateServiceSysctls
02:45:50 [2020-12-15T02:45:50.167Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
02:45:52 [2020-12-15T02:45:52.633Z] --- PASS: TestCreateServiceSysctls (4.06s)
02:45:52 [2020-12-15T02:45:52.633Z] === RUN   TestCreateServiceCapabilities
02:45:52 [2020-12-15T02:45:52.703Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
02:45:52 [2020-12-15T02:45:52.962Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
02:45:53 [2020-12-15T02:45:53.532Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
02:45:54 [2020-12-15T02:45:54.101Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
02:45:54 [2020-12-15T02:45:54.101Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
02:45:55 [2020-12-15T02:45:55.480Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
02:45:55 [2020-12-15T02:45:55.934Z] --- PASS: TestCreateServiceCapabilities (3.27s)
02:45:55 [2020-12-15T02:45:55.934Z] === RUN   TestInspect
02:45:56 [2020-12-15T02:45:56.048Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
02:45:56 [2020-12-15T02:45:56.048Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
02:45:58 [2020-12-15T02:45:58.585Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
02:45:58 [2020-12-15T02:45:58.845Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
02:45:59 [2020-12-15T02:45:59.236Z] --- PASS: TestInspect (3.54s)
02:45:59 [2020-12-15T02:45:59.236Z] === RUN   TestCreateJob
02:46:00 [2020-12-15T02:46:00.748Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
02:46:04 [2020-12-15T02:46:04.521Z] --- PASS: TestCreateJob (4.48s)
02:46:04 [2020-12-15T02:46:04.521Z] === RUN   TestReplicatedJob
02:46:04 [2020-12-15T02:46:04.938Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
02:46:06 [2020-12-15T02:46:06.319Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
02:46:08 [2020-12-15T02:46:08.225Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestBoolValue
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestBoolValue (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestBoolValueOrDefault
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestBoolValueOrDefault (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestInt64ValueOrZero
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestInt64ValueOrZero (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestInt64ValueOrDefault
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestInt64ValueOrDefault (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestInt64ValueOrDefaultWithError
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestJsonContentType
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestJsonContentType (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] PASS
02:46:08 [2020-12-15T02:46:08.798Z] coverage: 14.7% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ok  	github.com/docker/docker/api/server/httputils	0.117s	coverage: 14.7% of statements
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestMaskSecretKeys
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestMaskSecretKeys (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestVersionMiddlewareVersion
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] PASS
02:46:08 [2020-12-15T02:46:08.798Z] coverage: 37.7% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ok  	github.com/docker/docker/api/server/middleware	0.173s	coverage: 37.7% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestToJSON
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestToJSON (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestToParamWithVersion
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestToParamWithVersion (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestFromJSON
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestFromJSON (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestEmpty
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestEmpty (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestArgsMatchKVListEmptySources
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestArgsMatchKVList
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestArgsMatchKVList (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestArgsMatch
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestArgsMatch (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestAdd
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestAdd (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestDel
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestDel (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestLen
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestLen (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestExactMatch
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestExactMatch (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestOnlyOneExactMatch
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestOnlyOneExactMatch (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestContains
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestContains (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestValidate
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestValidate (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestWalkValues
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestWalkValues (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestFuzzyMatch
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestFuzzyMatch (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestClone
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestClone (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] PASS
02:46:08 [2020-12-15T02:46:08.798Z] coverage: 92.2% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ok  	github.com/docker/docker/api/types/filters	0.082s	coverage: 92.2% of statements
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestStrSliceMarshalJSON
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestStrSliceUnmarshalJSON
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestStrSliceUnmarshalString
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestStrSliceUnmarshalSlice
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] PASS
02:46:08 [2020-12-15T02:46:08.798Z] coverage: 90.0% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ok  	github.com/docker/docker/api/types/strslice	0.105s	coverage: 90.0% of statements
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestAdjustForAPIVersion
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestAdjustForAPIVersion (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] PASS
02:46:08 [2020-12-15T02:46:08.798Z] coverage: 5.7% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ok  	github.com/docker/docker/api/server/router/swarm	0.161s	coverage: 5.7% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/container	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/events	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/image	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/network	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestDurationToSecondsString
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestDurationToSecondsString (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestGetTimestamp
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestGetTimestamp (0.12s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseTimestamps
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestParseTimestamps (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] PASS
02:46:08 [2020-12-15T02:46:08.798Z] coverage: 100.0% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ok  	github.com/docker/docker/api/types/time	0.241s	coverage: 100.0% of statements
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestCompareVersion
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestCompareVersion (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] PASS
02:46:08 [2020-12-15T02:46:08.798Z] coverage: 75.0% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ok  	github.com/docker/docker/api/types/versions	0.083s	coverage: 75.0% of statements
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestParseRemoteURL (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestCloneArgsSmartHttp
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestCloneArgsDumbHttp
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
02:46:08 [2020-12-15T02:46:08.798Z] === RUN   TestCloneArgsGit
02:46:08 [2020-12-15T02:46:08.798Z] --- PASS: TestCloneArgsGit (0.00s)
02:46:08 [2020-12-15T02:46:08.799Z] === RUN   TestCheckoutGit
02:46:08 [2020-12-15T02:46:08.799Z] === RUN   TestEnable
02:46:08 [2020-12-15T02:46:08.799Z] --- PASS: TestEnable (0.00s)
02:46:08 [2020-12-15T02:46:08.799Z] === RUN   TestDisable
02:46:08 [2020-12-15T02:46:08.799Z] --- PASS: TestDisable (0.00s)
02:46:08 [2020-12-15T02:46:08.799Z] === RUN   TestEnabled
02:46:08 [2020-12-15T02:46:08.799Z] --- PASS: TestEnabled (0.00s)
02:46:08 [2020-12-15T02:46:08.799Z] PASS
02:46:08 [2020-12-15T02:46:08.799Z] coverage: 100.0% of statements
02:46:08 [2020-12-15T02:46:08.799Z] ok  	github.com/docker/docker/cli/debug	0.048s	coverage: 100.0% of statements
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.03s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestProcessNoDockerignore
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestProcessNoDockerignore (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestProcessShouldLeaveAllFiles
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDetectContentType
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestDetectContentType (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestSelectAcceptableMIME
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestSelectAcceptableMIME (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestInspectEmptyResponse
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestInspectEmptyResponse (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestInspectResponseBinary
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestInspectResponseBinary (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestResponseUnsupportedContentType
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestInspectResponseTextSimple
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestInspectResponseTextSimple (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestInspectResponseEmptyContentType
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestUnknownContentLength
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestUnknownContentLength (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDownloadRemote
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestGetAllAllowed
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestGetAllAllowed (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestGetAllMeta
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestGetAllMeta (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestWarnOnUnusedBuildArgs
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestIsUnreferencedBuiltin
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestIsExistingDirectory
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestIsExistingDirectory (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestGetFilenameForDownload
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestGetFilenameForDownload (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestEnv2Variables
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestEnv2Variables (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestEnvValueWithExistingRunConfigEnv
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestMaintainer
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestMaintainer (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestLabel
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestLabel (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestFromScratch
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestFromScratch (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestFromWithArg
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestFromWithArg (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestFromWithArgButBuildArgsNotGiven
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestFromWithUndefinedArg
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestFromWithUndefinedArg (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestFromMultiStageWithNamedStage
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestOnbuild
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestOnbuild (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestWorkdir
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestWorkdir (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestCmd
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestCmd (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestHealthcheckNone
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestHealthcheckNone (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestHealthcheckCmd
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestHealthcheckCmd (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestEntrypoint
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestEntrypoint (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestExpose
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestExpose (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestUser
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestUser (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestVolume
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestVolume (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestStopSignal
02:46:10 [2020-12-15T02:46:10.340Z] --- SKIP: TestStopSignal (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z]     dispatchers_test.go:376: Windows does not support stopsignal
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestArg
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestArg (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestShell
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestShell (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestPrependEnvOnCmd
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestPrependEnvOnCmd (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestRunWithBuildArgs
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestRunWithBuildArgs (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestRunIgnoresHealthcheck
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestNormalizeWorkdir
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestNormalizeWorkdir (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch/ADD_multiple_files_to_file
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestDownloadRemote (0.08s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestGetWithStatusError
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestGetWithStatusError (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestCloseRootDirectory
02:46:10 [2020-12-15T02:46:10.340Z] --- SKIP: TestCloseRootDirectory (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestHashFile
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch/COPY_multiple_files_to_file
02:46:10 [2020-12-15T02:46:10.340Z] --- SKIP: TestHashFile (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestHashSubdir
02:46:10 [2020-12-15T02:46:10.340Z] --- SKIP: TestHashSubdir (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestRemoveDirectory
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
02:46:10 [2020-12-15T02:46:10.340Z] --- SKIP: TestRemoveDirectory (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:46:10 [2020-12-15T02:46:10.340Z] PASS
02:46:10 [2020-12-15T02:46:10.340Z] coverage: 9.3% of statements
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch/COPY_wildcard_no_files
02:46:10 [2020-12-15T02:46:10.340Z] ok  	github.com/docker/docker/builder/remotecontext	0.736s	coverage: 9.3% of statements
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDispatch/COPY_url
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestDispatch (0.06s)
02:46:10 [2020-12-15T02:46:10.340Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
02:46:10 [2020-12-15T02:46:10.340Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z]     --- PASS: TestDispatch/COPY_url (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestAddScratchImageAddsToMounts
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestAddFromScratchPopulatesPlatform
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestImageSourceGetAddsToMounts
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestEmptyDockerfile
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestEmptyDockerfile (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestSymlinkDockerfile
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestSymlinkDockerfile (0.01s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDockerfileOutsideTheBuildContext
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestNonExistingDockerfile
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestNonExistingDockerfile (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestCopyRunConfig
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestCopyRunConfig (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestDeepCopyRunConfig
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestDeepCopyRunConfig (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestExportImage
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestExportImage (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] === RUN   TestNormalizeDest
02:46:10 [2020-12-15T02:46:10.340Z] --- PASS: TestNormalizeDest (0.00s)
02:46:10 [2020-12-15T02:46:10.340Z] PASS
02:46:10 [2020-12-15T02:46:10.340Z] coverage: 46.6% of statements
02:46:10 [2020-12-15T02:46:10.340Z] ok  	github.com/docker/docker/builder/dockerfile	0.526s	coverage: 46.6% of statements
02:46:10 [2020-12-15T02:46:10.340Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
02:46:10 [2020-12-15T02:46:10.760Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
02:46:11 [2020-12-15T02:46:11.106Z] --- PASS: TestReplicatedJob (6.46s)
02:46:11 [2020-12-15T02:46:11.106Z] === RUN   TestUpdateReplicatedJob
02:46:11 [2020-12-15T02:46:11.696Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
02:46:11 [2020-12-15T02:46:11.696Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
02:46:11 [2020-12-15T02:46:11.696Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
02:46:14 [2020-12-15T02:46:14.984Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
02:46:15 [2020-12-15T02:46:15.311Z] --- PASS: TestUpdateReplicatedJob (4.52s)
02:46:15 [2020-12-15T02:46:15.311Z] === RUN   TestServiceListWithStatuses
02:46:15 [2020-12-15T02:46:15.311Z] --- SKIP: TestServiceListWithStatuses (0.00s)
02:46:15 [2020-12-15T02:46:15.311Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:46:15 [2020-12-15T02:46:15.311Z] === RUN   TestDockerNetworkConnectAlias
02:46:16 [2020-12-15T02:46:16.379Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
02:46:18 [2020-12-15T02:46:18.923Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
02:46:19 [2020-12-15T02:46:19.861Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
02:46:21 [2020-12-15T02:46:21.767Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
02:46:21 [2020-12-15T02:46:21.767Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
02:46:21 [2020-12-15T02:46:21.897Z] --- PASS: TestDockerNetworkConnectAlias (6.48s)
02:46:21 [2020-12-15T02:46:21.897Z] === RUN   TestDockerNetworkReConnect
02:46:22 [2020-12-15T02:46:22.704Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCheckpointCreateError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCheckpointCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCheckpointCreate
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCheckpointCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCheckpointDeleteError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCheckpointDeleteError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCheckpointDelete
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCheckpointDelete (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCheckpointListError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCheckpointListError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCheckpointList
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCheckpointList (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCheckpointListContainerNotFound
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNewClientWithOpsFromEnv
02:46:22 [2020-12-15T02:46:22.731Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z]     client_test.go:23: runtime.GOOS == "windows"
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestGetAPIPath
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestGetAPIPath (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestParseHostURL
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestParseHostURL (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNegotiateAPIVersionEmpty
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNegotiateAPIVersion
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestNegotiateAPIVersion (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNegotiateAPVersionOverride
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNegotiateAPIVersionAutomatic
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestClientRedirect
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestClientRedirect (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigCreateUnsupported
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigCreateUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigCreateError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigCreate
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigInspectNotFound
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigInspectNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigInspectUnsupported
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigInspectUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigInspectError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigInspectConfigNotFound
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigInspect
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigListUnsupported
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigListUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigListError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigListError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigList
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigList (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigRemoveUnsupported
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigRemoveError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigRemove
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigUpdateUnsupported
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigUpdateError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigUpdateError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestConfigUpdate
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestConfigUpdate (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerCommitError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerCommitError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerCommit
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerCommit (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStatPathError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStatPathError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStatPathNotFoundError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStatPathNoHeaderError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStatPath
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStatPath (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyToContainerError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyToContainerError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyToContainerNotFoundError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyToContainerNotStatusOKError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyToContainer
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyToContainer (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyFromContainerError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyFromContainerError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyFromContainerNotFoundError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyFromContainerNotStatusOKError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyFromContainerNoHeaderError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestCopyFromContainer
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestCopyFromContainer (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerCreateError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerCreateImageNotFound
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerCreateWithName
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerCreateWithName (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerCreateAutoRemove
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerDiffError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerDiffError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerDiff
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerDiff (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecCreateError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecCreate
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecStartError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecStartError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecStart
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecStart (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecInspectError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecInspect
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExportError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExportError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExport
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExport (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerInspectError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerInspectContainerNotFound
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerInspect
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerInspectNode
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerInspectNode (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerKillError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerKillError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerKill
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerKill (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerListError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerListError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerList
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerList (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerLogsNotFoundError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerLogsError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerLogsError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerLogs
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerLogs (0.13s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerPauseError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerPauseError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerPause
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerPause (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainersPruneError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainersPruneError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainersPrune
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainersPrune (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerRemoveError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerRemoveNotFoundError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerRemove
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerRenameError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerRenameError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerRename
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerRename (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerResizeError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerResizeError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecResizeError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecResizeError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerResize
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerResize (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerExecResize
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerExecResize (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerRestartError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerRestartError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerRestart
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerRestart (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStartError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStartError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStart
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStart (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStatsError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStatsError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStats
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStats (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStopError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStopError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerStop
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerStop (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerTopError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerTopError (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerTop
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerTop (0.00s)
02:46:22 [2020-12-15T02:46:22.731Z] === RUN   TestContainerUnpauseError
02:46:22 [2020-12-15T02:46:22.731Z] --- PASS: TestContainerUnpauseError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestContainerUnpause
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestContainerUnpause (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestContainerUpdateError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestContainerUpdateError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestContainerUpdate
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestContainerUpdate (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestContainerWaitError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestContainerWaitError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestContainerWait
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestContainerWait (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestDiskUsageError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestDiskUsageError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestDiskUsage
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestDiskUsage (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestDistributionInspectUnsupported
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestDistributionInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestEventsErrorInOptions
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestEventsErrorInOptions (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestEventsErrorFromServer
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestEventsErrorFromServer (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestEvents
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestEvents (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestTLSCloseWriter
02:46:22 [2020-12-15T02:46:22.732Z] === PAUSE TestTLSCloseWriter
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageBuildError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageBuildError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageBuild
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageBuild (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestGetDockerOS
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestGetDockerOS (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageCreateError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageCreate
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageHistoryError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageHistoryError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageHistory
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageHistory (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageImportError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageImportError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageImport
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageImport (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageInspectError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageInspectImageNotFound
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageInspectImageNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageInspect
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageListError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageListError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageList
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageList (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageListApiBefore125
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageListApiBefore125 (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageLoadError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageLoadError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageLoad
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageLoad (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagesPruneError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagesPruneError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagesPrune
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagesPrune (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePullReferenceParseError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePullReferenceParseError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePullAnyError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePullAnyError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePullStatusUnauthorizedError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePullWithPrivilegedFuncNoError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePullWithoutErrors
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePullWithoutErrors (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushReferenceError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePushReferenceError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushAnyError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePushAnyError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushStatusUnauthorizedError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithPrivilegedFuncNoError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithoutErrors
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImagePushWithoutErrors (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageRemoveError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageRemoveImageNotFound
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageRemove
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSaveError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSaveError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSave
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSave (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSearchAnyError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSearchAnyError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSearchStatusUnauthorizedError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageSearchWithoutErrors
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageTagError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageTagError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageTagInvalidReference
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageTagInvalidReference (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageTagInvalidSourceImageName
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageTagHexSource
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageTagHexSource (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestImageTag
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestImageTag (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestInfoServerError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestInfoServerError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestInfoInvalidResponseJSONError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestInfo
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestInfo (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkConnectError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkConnectError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkConnect
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkConnect (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkCreateError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkCreate
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkDisconnectError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkDisconnectError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkDisconnect
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkDisconnect (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkInspectError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkInspectNotFoundError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkInspect
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkListError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkListError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkList
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkList (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworksPruneError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworksPruneError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworksPrune
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworksPrune (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkRemoveError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNetworkRemove
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNetworkRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeInspectError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeInspectNodeNotFound
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeInspect
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeListError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeListError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeList
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeList (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeRemoveError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeRemove
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeUpdateError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeUpdateError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestNodeUpdate
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestNodeUpdate (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestOptionWithTimeout
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestOptionWithTimeout (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingFail
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPingFail (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingWithError
02:46:22 [2020-12-15T02:46:22.732Z] 2020/12/15 02:46:21 RoundTripper returned a response & error; ignoring response
02:46:22 [2020-12-15T02:46:22.732Z] 2020/12/15 02:46:21 RoundTripper returned a response & error; ignoring response
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPingWithError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingSuccess
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPingSuccess (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingHeadFallback
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingHeadFallback/OK
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingHeadFallback/Internal_Server_Error
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingHeadFallback/Not_Found
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPingHeadFallback (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginDisableError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginDisableError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginDisable
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginDisable (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginEnableError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginEnableError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginEnable
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginEnable (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginInspectError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginInspect
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginListError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginListError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginList
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginList (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginPushError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginPushError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginPush
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginPush (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginRemoveError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginRemove
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginSetError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginSetError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPluginSet
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPluginSet (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSetHostHeader
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSetHostHeader (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestPlainTextError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestPlainTextError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestInfiniteError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestInfiniteError (0.01s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretCreateUnsupported
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretCreateUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretCreateError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretCreate
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretInspectUnsupported
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretInspectUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretInspectError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretInspectSecretNotFound
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretInspect
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretListUnsupported
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretListUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretListError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretListError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretList
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretList (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretRemoveUnsupported
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretRemoveError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretRemove
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretUpdateUnsupported
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretUpdateError
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretUpdateError (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestSecretUpdate
02:46:22 [2020-12-15T02:46:22.732Z] --- PASS: TestSecretUpdate (0.00s)
02:46:22 [2020-12-15T02:46:22.732Z] === RUN   TestServiceCreateError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceCreate
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceCreateCompatiblePlatforms
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceCreateDigestPinning
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceInspectError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceInspectServiceNotFound
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceInspect
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceListError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceListError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceList
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceList (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceLogsError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceLogsError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceLogs
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceLogs (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceRemoveError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceRemoveNotFoundError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceRemove
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceUpdateError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceUpdateError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestServiceUpdate
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestServiceUpdate (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmGetUnlockKeyError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmGetUnlockKey
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmInitError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmInitError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmInit
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmInit (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmInspectError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmInspect
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmJoinError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmJoinError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmJoin
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmJoin (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmLeaveError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmLeaveError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmLeave
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmLeave (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmUnlockError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmUnlockError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmUnlock
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmUnlock (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmUpdateError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmUpdateError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestSwarmUpdate
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestSwarmUpdate (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestTaskInspectError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestTaskInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestTaskInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestTaskInspect
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestTaskInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestTaskListError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestTaskListError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestTaskList
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestTaskList (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeCreateError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeCreateError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeCreate
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeCreate (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeInspectError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeInspectError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeInspectNotFound
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeInspectNotFound (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeInspectWithEmptyID
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeInspect
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeInspect (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeListError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeListError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeList
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeList (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeRemoveError
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeRemoveError (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === RUN   TestVolumeRemove
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestVolumeRemove (0.00s)
02:46:22 [2020-12-15T02:46:22.733Z] === CONT  TestTLSCloseWriter
02:46:22 [2020-12-15T02:46:22.733Z] --- PASS: TestTLSCloseWriter (0.01s)
02:46:22 [2020-12-15T02:46:22.733Z] PASS
02:46:22 [2020-12-15T02:46:22.733Z] coverage: 74.9% of statements
02:46:22 [2020-12-15T02:46:22.733Z] ok  	github.com/docker/docker/client	0.463s	coverage: 74.9% of statements
02:46:24 [2020-12-15T02:46:24.084Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
02:46:27 [2020-12-15T02:46:27.182Z] --- PASS: TestDockerNetworkReConnect (5.23s)
02:46:27 [2020-12-15T02:46:27.182Z] === RUN   TestServicePlugin
02:46:27 [2020-12-15T02:46:27.182Z] --- SKIP: TestServicePlugin (0.01s)
02:46:27 [2020-12-15T02:46:27.182Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:46:27 [2020-12-15T02:46:27.182Z] === RUN   TestServiceUpdateLabel
02:46:27 [2020-12-15T02:46:27.375Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
02:46:28 [2020-12-15T02:46:28.751Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
02:46:29 [2020-12-15T02:46:29.726Z] --- PASS: TestServiceUpdateLabel (3.21s)
02:46:29 [2020-12-15T02:46:29.726Z] === RUN   TestServiceUpdateSecrets
02:46:31 [2020-12-15T02:46:31.286Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
02:46:33 [2020-12-15T02:46:33.821Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
02:46:35 [2020-12-15T02:46:35.198Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
02:46:40 [2020-12-15T02:46:40.432Z] --- PASS: TestCheckoutGit (31.96s)
02:46:40 [2020-12-15T02:46:40.432Z] === RUN   TestValidGitTransport
02:46:40 [2020-12-15T02:46:40.432Z] --- PASS: TestValidGitTransport (0.00s)
02:46:40 [2020-12-15T02:46:40.432Z] === RUN   TestGitInvalidRef
02:46:40 [2020-12-15T02:46:40.432Z] --- PASS: TestGitInvalidRef (0.19s)
02:46:40 [2020-12-15T02:46:40.432Z] PASS
02:46:40 [2020-12-15T02:46:40.432Z] coverage: 86.3% of statements
02:46:40 [2020-12-15T02:46:40.432Z] ok  	github.com/docker/docker/builder/remotecontext/git	32.287s	coverage: 86.3% of statements
02:46:40 [2020-12-15T02:46:40.432Z] ?   	github.com/docker/docker/cli	[no test files]
02:46:40 [2020-12-15T02:46:40.432Z] ?   	github.com/docker/docker/cli/config	[no test files]
02:46:45 [2020-12-15T02:46:45.180Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
02:46:47 [2020-12-15T02:46:47.086Z] === RUN   TestDockerDaemonSuite/TestShmSize
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliConfigWithTLS
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliConfigWithConflicts
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliWithConflictingLabels
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestConfigureDaemonLogs
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestConfigureDaemonLogs (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestCommonOptionsInstallFlags
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
02:46:47 [2020-12-15T02:46:47.537Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
02:46:47 [2020-12-15T02:46:47.537Z] PASS
02:46:47 [2020-12-15T02:46:47.537Z] coverage: 18.4% of statements
02:46:47 [2020-12-15T02:46:47.537Z] ok  	github.com/docker/docker/cmd/dockerd	0.766s	coverage: 18.4% of statements
02:46:47 [2020-12-15T02:46:47.839Z] --- PASS: TestServiceUpdateSecrets (15.38s)
02:46:47 [2020-12-15T02:46:47.839Z] === RUN   TestServiceUpdateConfigs
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestContainerStopSignal
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestContainerStopSignal (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestContainerStopTimeout
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestContainerStopTimeout (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestContainerSecretReferenceDestTarget
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestContainerLogPathSetForJSONFileLogger
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.02s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestContainerLogPathSetForRingLogger
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestReplaceAndAppendEnvVars
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestNewMemoryStore
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestNewMemoryStore (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestAddContainers
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestAddContainers (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestGetContainer
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestGetContainer (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestDeleteContainer
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestDeleteContainer (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestListContainers
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestListContainers (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestFirstContainer
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestFirstContainer (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestApplyAllContainer
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestApplyAllContainer (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestIsValidHealthString
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestIsValidHealthString (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestStateRunStop
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestStateRunStop (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestStateTimeoutWait
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestStateTimeoutWait (0.10s)
02:46:48 [2020-12-15T02:46:48.506Z]     state_test.go:141: Stop callback fired
02:46:48 [2020-12-15T02:46:48.506Z]     state_test.go:165: Stop callback fired
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestIsValidStateString
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestIsValidStateString (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestViewSaveDelete
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestViewSaveDelete (0.01s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestViewAll
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestViewAll (0.01s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestViewGet
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestViewGet (0.01s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestNames
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestNames (0.00s)
02:46:48 [2020-12-15T02:46:48.506Z] === RUN   TestViewWithHealthCheck
02:46:48 [2020-12-15T02:46:48.506Z] --- PASS: TestViewWithHealthCheck (0.01s)
02:46:48 [2020-12-15T02:46:48.506Z] PASS
02:46:48 [2020-12-15T02:46:48.506Z] coverage: 41.3% of statements
02:46:48 [2020-12-15T02:46:48.506Z] ok  	github.com/docker/docker/container	0.470s	coverage: 41.3% of statements
02:46:48 [2020-12-15T02:46:48.506Z] ?   	github.com/docker/docker/container/stream	[no test files]
02:46:48 [2020-12-15T02:46:48.506Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
02:46:48 [2020-12-15T02:46:48.506Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
02:46:48 [2020-12-15T02:46:48.506Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
02:46:48 [2020-12-15T02:46:48.993Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
02:46:50 [2020-12-15T02:46:50.371Z] === RUN   TestDockerSuite/TestBuildDotDotFile
02:46:50 [2020-12-15T02:46:50.371Z] === RUN   TestDockerSuite/TestBuildEOLInLine
02:46:51 [2020-12-15T02:46:51.408Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe
02:46:51 [2020-12-15T02:46:51.408Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
02:46:51 [2020-12-15T02:46:51.408Z] remote: Enumerating objects: 2, done.
02:46:51 [2020-12-15T02:46:51.408Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
02:46:51 [2020-12-15T02:46:51.408Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
02:46:51 [2020-12-15T02:46:51.408Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
02:46:51 [2020-12-15T02:46:51.408Z] 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.
02:46:51 [2020-12-15T02:46:51.408Z] Building: bundles/cross/windows/amd64/containerutility.exe
02:46:51 [2020-12-15T02:46:51.416Z] === RUN   TestPrepare
02:46:51 [2020-12-15T02:46:51.416Z] --- PASS: TestPrepare (0.00s)
02:46:51 [2020-12-15T02:46:51.416Z] === RUN   TestStart
02:46:51 [2020-12-15T02:46:51.416Z] --- PASS: TestStart (0.00s)
02:46:51 [2020-12-15T02:46:51.416Z] === RUN   TestWaitCancel
02:46:51 [2020-12-15T02:46:51.416Z] --- PASS: TestWaitCancel (0.00s)
02:46:51 [2020-12-15T02:46:51.416Z] === RUN   TestWaitDisabled
02:46:51 [2020-12-15T02:46:51.416Z] --- PASS: TestWaitDisabled (0.00s)
02:46:51 [2020-12-15T02:46:51.416Z] === RUN   TestWaitEnabled
02:46:51 [2020-12-15T02:46:51.416Z] --- PASS: TestWaitEnabled (0.00s)
02:46:51 [2020-12-15T02:46:51.416Z] === RUN   TestRemove
02:46:51 [2020-12-15T02:46:51.416Z] --- PASS: TestRemove (0.00s)
02:46:51 [2020-12-15T02:46:51.416Z] PASS
02:46:51 [2020-12-15T02:46:51.416Z] coverage: 65.3% of statements
02:46:51 [2020-12-15T02:46:51.416Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.577s	coverage: 65.3% of statements
02:46:52 [2020-12-15T02:46:52.277Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
02:46:52 [2020-12-15T02:46:52.277Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCContainerRuntime
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCIsolation
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCIsolation/empty
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCIsolation/default
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCIsolation/process
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCIsolation
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCIsolation/default
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCIsolation/process
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCConfigs
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCConfigs/file
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
02:46:53 [2020-12-15T02:46:53.597Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCConfigs
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCConfigs/file
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
02:46:53 [2020-12-15T02:46:53.597Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
02:46:53 [2020-12-15T02:46:53.598Z] === RUN   TestServiceConvertToGRPCConfigs/none
02:46:53 [2020-12-15T02:46:53.598Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
02:46:53 [2020-12-15T02:46:53.598Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
02:46:53 [2020-12-15T02:46:53.598Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
02:46:53 [2020-12-15T02:46:53.598Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
02:46:53 [2020-12-15T02:46:53.598Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
02:46:53 [2020-12-15T02:46:53.598Z] PASS
02:46:53 [2020-12-15T02:46:53.598Z] coverage: 35.9% of statements
02:46:53 [2020-12-15T02:46:53.598Z] ok  	github.com/docker/docker/daemon/cluster/convert	1.014s	coverage: 35.9% of statements
02:46:53 [2020-12-15T02:46:53.925Z] 
02:46:54 [2020-12-15T02:46:54.058Z] === RUN   TestNewListSecretsFilters
02:46:54 [2020-12-15T02:46:54.058Z] --- PASS: TestNewListSecretsFilters (0.00s)
02:46:54 [2020-12-15T02:46:54.058Z] === RUN   TestNewListConfigsFilters
02:46:54 [2020-12-15T02:46:54.058Z] --- PASS: TestNewListConfigsFilters (0.00s)
02:46:54 [2020-12-15T02:46:54.058Z] PASS
02:46:54 [2020-12-15T02:46:54.058Z] coverage: 0.5% of statements
02:46:54 [2020-12-15T02:46:54.058Z] ok  	github.com/docker/docker/daemon/cluster	0.858s	coverage: 0.5% of statements
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
02:46:55 [2020-12-15T02:46:55.568Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
02:46:55 [2020-12-15T02:46:55.568Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
02:46:55 [2020-12-15T02:46:55.617Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/test/unit
02:46:56 [2020-12-15T02:46:56.136Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
02:46:57 [2020-12-15T02:46:57.073Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
02:46:57 [2020-12-15T02:46:57.073Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
02:46:57 [2020-12-15T02:46:57.641Z] --- PASS: TestDockerDaemonSuite (354.24s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.90s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.85s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.58s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.86s)
02:46:57 [2020-12-15T02:46:57.641Z]         docker_cli_daemon_test.go:1455: [d7a146524eaa6] daemon is not started
02:46:57 [2020-12-15T02:46:57.641Z]         check_test.go:309: [de64d1da395d7] daemon is not started
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.31s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.66s)
02:46:57 [2020-12-15T02:46:57.641Z]         check_test.go:309: [d609d31b6a0f0] daemon is not started
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.36s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.75s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.71s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.27s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.69s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.60s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.49s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.46s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
02:46:57 [2020-12-15T02:46:57.641Z]         check_test.go:309: [d2d0dadaf8698] daemon is not started
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
02:46:57 [2020-12-15T02:46:57.641Z]         check_test.go:309: [dca1070cb1adb] daemon is not started
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.45s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.54s)
02:46:57 [2020-12-15T02:46:57.641Z]         check_test.go:309: [db8590fbaed39] daemon is not started
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.46s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.68s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.58s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s)
02:46:57 [2020-12-15T02:46:57.641Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.61s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d8dd356ae63e1] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.54s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.53s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.46s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.16s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.63s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d8d03d3d1d923] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.38s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.17s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.61s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.53s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d6578877f6e28] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.19s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d990b03c39c10] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.87s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_plugins_test.go:79: [db9d614561fe3] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.96s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_plugins_test.go:169: [d5dacb3def473] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d2a6c6bc3a10a] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.76s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.72s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.84s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.85s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.85s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.85s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.40s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.54s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.63s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.14s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d1fddfec9404d] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.27s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (13.98s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.14s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.10s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.08s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.58s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [dedf3f1211acd] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.42s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.23s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.62s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.37s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.67s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.37s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.59s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d05222804c253] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d8452e6e41407] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.06s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d3b6759426bf8] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.28s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.33s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.48s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.66s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.89s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.29s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.96s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.41s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [daaae360d2a6e] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.33s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.58s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_plugins_test.go:105: [d942253e7699e] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.88s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d55af478e0718] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.59s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.42s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.13s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.24s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [dd2a320fed9d2] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [de01f8d645c5b] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.55s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.28s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [db582c87e5a3e] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.07s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.98s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.42s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [dae2e939967f1] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.05s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.51s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.97s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.64s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d5da1dea10b2e] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.57s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.90s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d49ce5bbcda0b] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.24s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.12s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.78s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.76s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.98s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.61s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.43s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.59s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.86s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.25s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.25s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.21s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.06s)
02:46:57 [2020-12-15T02:46:57.642Z]         docker_cli_daemon_test.go:2550: [de3c03f7b16cc] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.73s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.03s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.04s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.01s)
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s)
02:46:57 [2020-12-15T02:46:57.642Z]         check_test.go:309: [d9318a2791510] daemon is not started
02:46:57 [2020-12-15T02:46:57.642Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.27s)
02:46:57 [2020-12-15T02:46:57.642Z] === RUN   TestDockerSwarmSuite
02:46:57 [2020-12-15T02:46:57.642Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
02:46:57 [2020-12-15T02:46:57.642Z] === RUN   TestDockerSuite/TestBuildEntrypoint
02:46:58 [2020-12-15T02:46:58.211Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
02:46:58 [2020-12-15T02:46:58.885Z] ?   	github.com/docker/docker/api	[no test files]
02:46:59 [2020-12-15T02:46:59.851Z] === RUN   TestDiscoveryOptsErrors
02:46:59 [2020-12-15T02:46:59.851Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
02:46:59 [2020-12-15T02:46:59.851Z] === RUN   TestDiscoveryOpts
02:46:59 [2020-12-15T02:46:59.851Z] --- PASS: TestDiscoveryOpts (0.00s)
02:46:59 [2020-12-15T02:46:59.851Z] PASS
02:46:59 [2020-12-15T02:46:59.851Z] coverage: 30.0% of statements
02:46:59 [2020-12-15T02:46:59.851Z] ok  	github.com/docker/docker/daemon/discovery	0.168s	coverage: 30.0% of statements
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestBuilderGC
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestBuilderGC (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationNotFound
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonBrokenConfiguration
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestParseClusterAdvertiseSettings
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestFindConfigurationConflicts
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestFindConfigurationConflicts (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeConflicts
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeConcurrent
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeConcurrentError
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestFindConfigurationConflictsWithMergedValues
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
02:47:00 [2020-12-15T02:47:00.311Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
02:47:00 [2020-12-15T02:47:00.311Z] --- PASS: TestValidateConfigurationErrors (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
02:47:00 [2020-12-15T02:47:00.311Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_label
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_dns
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_dns-search
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_max-download-attempts
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestValidateConfiguration/with_node_generic_resources
02:47:00 [2020-12-15T02:47:00.312Z] --- PASS: TestValidateConfiguration (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestModifiedDiscoverySettings
02:47:00 [2020-12-15T02:47:00.312Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestReloadSetConfigFileNotExist
02:47:00 [2020-12-15T02:47:00.312Z] time="2020-12-15T02:46:59Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
02:47:00 [2020-12-15T02:47:00.312Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s)
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestReloadDefaultConfigNotExist
02:47:00 [2020-12-15T02:47:00.312Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestReloadBadDefaultConfig
02:47:00 [2020-12-15T02:47:00.312Z] time="2020-12-15T02:46:59Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-672615291"
02:47:00 [2020-12-15T02:47:00.312Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestReloadWithConflictingLabels
02:47:00 [2020-12-15T02:47:00.312Z] time="2020-12-15T02:46:59Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-971205790"
02:47:00 [2020-12-15T02:47:00.312Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestReloadWithDuplicateLabels
02:47:00 [2020-12-15T02:47:00.312Z] time="2020-12-15T02:46:59Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-914595173"
02:47:00 [2020-12-15T02:47:00.312Z] --- PASS: TestReloadWithDuplicateLabels (0.01s)
02:47:00 [2020-12-15T02:47:00.312Z] === RUN   TestDaemonConfigurationMerge
02:47:00 [2020-12-15T02:47:00.312Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
02:47:00 [2020-12-15T02:47:00.312Z] PASS
02:47:00 [2020-12-15T02:47:00.312Z] coverage: 79.7% of statements
02:47:00 [2020-12-15T02:47:00.312Z] ok  	github.com/docker/docker/daemon/config	1.119s	coverage: 79.7% of statements
02:47:00 [2020-12-15T02:47:00.745Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
02:47:00 [2020-12-15T02:47:00.745Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestVerifyNetworkingConfig
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestGetContainer
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestGetContainer (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestValidContainerNames
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestValidContainerNames (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestContainerInitDNS
02:47:01 [2020-12-15T02:47:01.282Z] --- SKIP: TestContainerInitDNS (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     daemon_test.go:147: root required
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestMerge
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestMerge (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestValidateContainerIsolation
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestValidateContainerIsolation (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestFindNetworkErrorType
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestFindNetworkErrorType (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestEnsureServicesExist
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestEnsureServicesExist (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestEnsureServicesExistErrors
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestContainerDelete
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestContainerDelete (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestContainerDoubleDelete
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestContainerDoubleDelete (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestLogContainerEventCopyLabels
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestLogContainerEventWithAttributes
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestNoneHealthcheck
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestNoneHealthcheck (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestHealthStates
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] time="2020-12-15T02:47:01Z" 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"
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestHealthStates (0.11s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestMaskURLCredentials
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestMaskURLCredentials (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestGetInspectData
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestGetInspectData (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestFillLicense
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestFillLicense (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestListInvalidFilter
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestListInvalidFilter (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestNameFilter
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestNameFilter (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
02:47:01 [2020-12-15T02:47:01.282Z] === 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
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- 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)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestDaemonReloadLabels
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestDaemonReloadLabels (0.00s)
02:47:01 [2020-12-15T02:47:01.282Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
02:47:01 [2020-12-15T02:47:01.282Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
02:47:01 [2020-12-15T02:47:01.283Z] === RUN   TestDaemonReloadMirrors
02:47:01 [2020-12-15T02:47:01.283Z] --- PASS: TestDaemonReloadMirrors (0.00s)
02:47:01 [2020-12-15T02:47:01.283Z] === RUN   TestDaemonReloadInsecureRegistries
02:47:01 [2020-12-15T02:47:01.283Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
02:47:01 [2020-12-15T02:47:01.283Z] === RUN   TestDaemonReloadNotAffectOthers
02:47:01 [2020-12-15T02:47:01.283Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
02:47:01 [2020-12-15T02:47:01.283Z] === RUN   TestDaemonDiscoveryReload
02:47:02 [2020-12-15T02:47:02.123Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
02:47:02 [2020-12-15T02:47:02.255Z] === RUN   TestWaitNodeAttachment
02:47:02 [2020-12-15T02:47:02.255Z] === RUN   TestEventsLog
02:47:02 [2020-12-15T02:47:02.255Z] --- PASS: TestEventsLog (0.00s)
02:47:02 [2020-12-15T02:47:02.255Z] === RUN   TestEventsLogTimeout
02:47:02 [2020-12-15T02:47:02.255Z] --- PASS: TestEventsLogTimeout (0.00s)
02:47:02 [2020-12-15T02:47:02.255Z] === RUN   TestLogEvents
02:47:02 [2020-12-15T02:47:02.255Z] --- PASS: TestLogEvents (0.05s)
02:47:02 [2020-12-15T02:47:02.255Z] === RUN   TestLoadBufferedEvents
02:47:02 [2020-12-15T02:47:02.255Z] --- PASS: TestLoadBufferedEvents (0.09s)
02:47:02 [2020-12-15T02:47:02.255Z] === RUN   TestLoadBufferedEventsOnlyFromPast
02:47:02 [2020-12-15T02:47:02.255Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
02:47:02 [2020-12-15T02:47:02.255Z] === RUN   TestIgnoreBufferedWhenNoTimes
02:47:02 [2020-12-15T02:47:02.255Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
02:47:02 [2020-12-15T02:47:02.255Z] PASS
02:47:02 [2020-12-15T02:47:02.255Z] coverage: 50.0% of statements
02:47:02 [2020-12-15T02:47:02.255Z] ok  	github.com/docker/docker/daemon/events	0.266s	coverage: 50.0% of statements
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestDaemonDiscoveryReload (1.01s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestWaitNodeAttachment (0.40s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestIsolationConversion
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestIsolationConversion/default
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestIsolationConversion/process
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestIsolationConversion/hyperv
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestIsolationConversion (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z]     --- PASS: TestIsolationConversion/default (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z]     --- PASS: TestIsolationConversion/process (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestContainerLabels
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestContainerLabels (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestCredentialSpecConversion
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestCredentialSpecConversion/none
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestCredentialSpecConversion/config
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestCredentialSpecConversion/file
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestCredentialSpecConversion/registry
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestCredentialSpecConversion (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestControllerValidateMountBind
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestControllerValidateMountBind (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestControllerValidateMountVolume
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestControllerValidateMountVolume (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestControllerValidateMountTarget
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestControllerValidateMountTarget (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestControllerValidateMountTmpfs
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestControllerValidateMountInvalidType
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] === RUN   TestControllerValidateMountNamedPipe
02:47:02 [2020-12-15T02:47:02.714Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
02:47:02 [2020-12-15T02:47:02.714Z] PASS
02:47:02 [2020-12-15T02:47:02.714Z] coverage: 11.3% of statements
02:47:02 [2020-12-15T02:47:02.714Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	1.840s	coverage: 11.3% of statements
02:47:02 [2020-12-15T02:47:02.739Z] --- PASS: TestServiceUpdateConfigs (15.29s)
02:47:02 [2020-12-15T02:47:02.739Z] === RUN   TestServiceUpdateNetwork
02:47:03 [2020-12-15T02:47:03.175Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
02:47:03 [2020-12-15T02:47:03.175Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
02:47:03 [2020-12-15T02:47:03.634Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
02:47:03 [2020-12-15T02:47:03.634Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
02:47:03 [2020-12-15T02:47:03.634Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
02:47:03 [2020-12-15T02:47:03.634Z]     reload_test.go:520: root required
02:47:03 [2020-12-15T02:47:03.634Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
02:47:03 [2020-12-15T02:47:03.634Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
02:47:03 [2020-12-15T02:47:03.634Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
02:47:03 [2020-12-15T02:47:03.634Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.03s)
02:47:03 [2020-12-15T02:47:03.634Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
02:47:03 [2020-12-15T02:47:03.634Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
02:47:03 [2020-12-15T02:47:03.634Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
02:47:03 [2020-12-15T02:47:03.634Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s)
02:47:03 [2020-12-15T02:47:03.634Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
02:47:03 [2020-12-15T02:47:03.634Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
02:47:03 [2020-12-15T02:47:03.634Z] === RUN   TestParseVolumesFrom
02:47:03 [2020-12-15T02:47:03.634Z] --- PASS: TestParseVolumesFrom (0.00s)
02:47:03 [2020-12-15T02:47:03.634Z] PASS
02:47:03 [2020-12-15T02:47:03.634Z] coverage: 9.1% of statements
02:47:03 [2020-12-15T02:47:03.634Z] ok  	github.com/docker/docker/daemon	3.265s	coverage: 9.1% of statements
02:47:03 [2020-12-15T02:47:03.634Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
02:47:03 [2020-12-15T02:47:03.634Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
02:47:03 [2020-12-15T02:47:03.634Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
02:47:03 [2020-12-15T02:47:03.634Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
02:47:04 [2020-12-15T02:47:04.027Z] === RUN   TestDockerSuite/TestBuildEnv
02:47:04 [2020-12-15T02:47:04.027Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
02:47:04 [2020-12-15T02:47:04.094Z] === RUN   TestLinkNaming
02:47:04 [2020-12-15T02:47:04.094Z] --- PASS: TestLinkNaming (0.00s)
02:47:04 [2020-12-15T02:47:04.094Z] === RUN   TestLinkNew
02:47:04 [2020-12-15T02:47:04.094Z] --- PASS: TestLinkNew (0.00s)
02:47:04 [2020-12-15T02:47:04.094Z] === RUN   TestLinkEnv
02:47:04 [2020-12-15T02:47:04.094Z] --- PASS: TestLinkEnv (0.00s)
02:47:04 [2020-12-15T02:47:04.094Z] === RUN   TestLinkMultipleEnv
02:47:04 [2020-12-15T02:47:04.094Z] --- PASS: TestLinkMultipleEnv (0.00s)
02:47:04 [2020-12-15T02:47:04.094Z] === RUN   TestLinkPortRangeEnv
02:47:04 [2020-12-15T02:47:04.094Z] --- PASS: TestLinkPortRangeEnv (0.00s)
02:47:04 [2020-12-15T02:47:04.094Z] PASS
02:47:04 [2020-12-15T02:47:04.094Z] coverage: 93.0% of statements
02:47:04 [2020-12-15T02:47:04.094Z] ok  	github.com/docker/docker/daemon/links	0.105s	coverage: 93.0% of statements
02:47:04 [2020-12-15T02:47:04.094Z] === RUN   TestIsEmptyDir
02:47:04 [2020-12-15T02:47:04.094Z] --- PASS: TestIsEmptyDir (0.00s)
02:47:04 [2020-12-15T02:47:04.094Z] PASS
02:47:04 [2020-12-15T02:47:04.094Z] coverage: 2.3% of statements
02:47:04 [2020-12-15T02:47:04.094Z] ok  	github.com/docker/docker/daemon/graphdriver	0.172s	coverage: 2.3% of statements
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/lcow	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
02:47:04 [2020-12-15T02:47:04.094Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
02:47:05 [2020-12-15T02:47:05.404Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
02:47:06 [2020-12-15T02:47:06.782Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig/defaults
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig/invalid_create_group
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig/invalid_flush_interval
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig/flush_interval_at_15
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestNewStreamConfig (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewAWSLogsClientUserAgentHandler
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestNewAWSLogsClientRegionDetect
02:47:07 [2020-12-15T02:47:07.829Z] time="2020-12-15T02:47:07Z" level=info msg="Trying to get region from EC2 Metadata"
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCreateSuccess
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCreateSuccess (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCreateLogGroupSuccess
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCreateError
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCreateError (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCreateAlreadyExists
02:47:07 [2020-12-15T02:47:07.829Z] time="2020-12-15T02:47:07Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCreateAlreadyExists (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestLogClosed
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestLogClosed (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestLogBlocking
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestLogBlocking (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestLogNonBlockingBufferEmpty
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestLogNonBlockingBufferFull
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestPublishBatchSuccess
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestPublishBatchSuccess (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestPublishBatchError
02:47:07 [2020-12-15T02:47:07.829Z] time="2020-12-15T02:47:07Z" level=error msg=Error
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestPublishBatchError (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestPublishBatchInvalidSeqSuccess
02:47:07 [2020-12-15T02:47:07.829Z] time="2020-12-15T02:47:07Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestPublishBatchAlreadyAccepted
02:47:07 [2020-12-15T02:47:07.829Z] time="2020-12-15T02:47:07Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
02:47:07 [2020-12-15T02:47:07.829Z] time="2020-12-15T02:47:07Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCollectBatchSimple
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCollectBatchSimple (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCollectBatchTicker
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCollectBatchTicker (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCollectBatchMultilinePattern
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestCollectBatchClose
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestCollectBatchClose (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestEffectiveLen
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestEffectiveLen/0/Hello
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestEffectiveLen/2/🙃
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestEffectiveLen/3/����
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestEffectiveLen/4/He��o
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestEffectiveLen/5/
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestEffectiveLen (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/0/
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/1/Hello
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/2/Hello
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/3/Hello
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/4/🙃
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/5/🙃
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/6/a�
02:47:07 [2020-12-15T02:47:07.829Z] === RUN   TestFindValidSplit/7/a�
02:47:07 [2020-12-15T02:47:07.829Z] --- PASS: TestFindValidSplit (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]         cloudwatchlogs_test.go:1044: 
02:47:07 [2020-12-15T02:47:07.829Z]         cloudwatchlogs_test.go:1045: 
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
02:47:07 [2020-12-15T02:47:07.829Z]         cloudwatchlogs_test.go:1044: Hello
02:47:07 [2020-12-15T02:47:07.829Z]         cloudwatchlogs_test.go:1045: 
02:47:07 [2020-12-15T02:47:07.829Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1044: He
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1045: llo
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1044: 
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1045: Hello
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1044: 
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1045: 🙃
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1044: 🙃
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1045: 
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1044: a
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1045: �
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1044: a�
02:47:07 [2020-12-15T02:47:07.830Z]         cloudwatchlogs_test.go:1045: 
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestProcessEventEmoji
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestProcessEventEmoji (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCollectBatchLineSplit
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCollectBatchLineSplit (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCollectBatchLineSplitWithBinary
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCollectBatchMaxEvents
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCollectBatchMaxTotalBytes
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCollectBatchWithDuplicateTimestamps
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsMultilinePattern
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCreateTagSuccess
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCreateTagSuccess (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] PASS
02:47:07 [2020-12-15T02:47:07.830Z] coverage: 77.8% of statements
02:47:07 [2020-12-15T02:47:07.830Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.745s	coverage: 77.8% of statements
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestAdapterReadLogs
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestAdapterReadLogs (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCopier
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCopier (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCopierLongLines
02:47:07 [2020-12-15T02:47:07.830Z] --- PASS: TestCopierLongLines (0.00s)
02:47:07 [2020-12-15T02:47:07.830Z] === RUN   TestCopierSlow
02:47:08 [2020-12-15T02:47:08.161Z] === RUN   TestDockerSuite/TestBuildEnvUsage
02:47:08 [2020-12-15T02:47:08.291Z] --- PASS: TestCopierSlow (0.20s)
02:47:08 [2020-12-15T02:47:08.291Z] === RUN   TestCopierWithSized
02:47:08 [2020-12-15T02:47:08.291Z] --- PASS: TestCopierWithSized (0.00s)
02:47:08 [2020-12-15T02:47:08.291Z] === RUN   TestCopierWithPartial
02:47:08 [2020-12-15T02:47:08.291Z] --- PASS: TestCopierWithPartial (0.00s)
02:47:08 [2020-12-15T02:47:08.291Z] === RUN   TestRingLogger
02:47:08 [2020-12-15T02:47:08.291Z] --- PASS: TestRingLogger (0.00s)
02:47:08 [2020-12-15T02:47:08.291Z] === RUN   TestRingCap
02:47:08 [2020-12-15T02:47:08.291Z] --- PASS: TestRingCap (0.00s)
02:47:08 [2020-12-15T02:47:08.291Z] === RUN   TestRingClose
02:47:08 [2020-12-15T02:47:08.291Z] --- PASS: TestRingClose (0.00s)
02:47:08 [2020-12-15T02:47:08.291Z] === RUN   TestRingDrain
02:47:08 [2020-12-15T02:47:08.291Z] --- PASS: TestRingDrain (0.00s)
02:47:08 [2020-12-15T02:47:08.291Z] PASS
02:47:08 [2020-12-15T02:47:08.291Z] coverage: 41.2% of statements
02:47:08 [2020-12-15T02:47:08.291Z] ok  	github.com/docker/docker/daemon/logger	0.622s	coverage: 41.2% of statements
02:47:08 [2020-12-15T02:47:08.752Z] === RUN   TestSearchRegistryForImagesErrors
02:47:08 [2020-12-15T02:47:08.752Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
02:47:08 [2020-12-15T02:47:08.752Z] === RUN   TestSearchRegistryForImages
02:47:08 [2020-12-15T02:47:08.752Z] --- PASS: TestSearchRegistryForImages (0.00s)
02:47:08 [2020-12-15T02:47:08.752Z] === RUN   TestImageDelete
02:47:08 [2020-12-15T02:47:08.752Z] === RUN   TestImageDelete/no_lease
02:47:08 [2020-12-15T02:47:08.752Z] === RUN   TestImageDelete/lease_exists
02:47:08 [2020-12-15T02:47:08.752Z] --- PASS: TestImageDelete (0.04s)
02:47:08 [2020-12-15T02:47:08.752Z]     --- PASS: TestImageDelete/no_lease (0.01s)
02:47:08 [2020-12-15T02:47:08.752Z]     --- PASS: TestImageDelete/lease_exists (0.02s)
02:47:08 [2020-12-15T02:47:08.752Z] === RUN   TestContentStoreForPull
02:47:09 [2020-12-15T02:47:09.213Z] --- PASS: TestContentStoreForPull (0.31s)
02:47:09 [2020-12-15T02:47:09.213Z] PASS
02:47:09 [2020-12-15T02:47:09.213Z] coverage: 6.5% of statements
02:47:09 [2020-12-15T02:47:09.213Z] ok  	github.com/docker/docker/daemon/images	1.222s	coverage: 6.5% of statements
02:47:09 [2020-12-15T02:47:09.213Z] === RUN   TestJSONFileLogger
02:47:09 [2020-12-15T02:47:09.213Z] --- PASS: TestJSONFileLogger (0.01s)
02:47:09 [2020-12-15T02:47:09.213Z] === RUN   TestJSONFileLoggerWithTags
02:47:09 [2020-12-15T02:47:09.213Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
02:47:09 [2020-12-15T02:47:09.213Z] === RUN   TestJSONFileLoggerWithOpts
02:47:09 [2020-12-15T02:47:09.213Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
02:47:09 [2020-12-15T02:47:09.213Z] === RUN   TestJSONFileLoggerWithLabelsEnv
02:47:09 [2020-12-15T02:47:09.213Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
02:47:09 [2020-12-15T02:47:09.213Z] === RUN   TestEncodeDecode
02:47:09 [2020-12-15T02:47:09.213Z] === PAUSE TestEncodeDecode
02:47:09 [2020-12-15T02:47:09.213Z] === CONT  TestEncodeDecode
02:47:09 [2020-12-15T02:47:09.213Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
02:47:09 [2020-12-15T02:47:09.213Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
02:47:09 [2020-12-15T02:47:09.213Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
02:47:09 [2020-12-15T02:47:09.213Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
02:47:09 [2020-12-15T02:47:09.213Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
02:47:09 [2020-12-15T02:47:09.213Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
02:47:09 [2020-12-15T02:47:09.213Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
02:47:09 [2020-12-15T02:47:09.213Z] --- PASS: TestEncodeDecode (0.13s)
02:47:09 [2020-12-15T02:47:09.213Z] PASS
02:47:09 [2020-12-15T02:47:09.213Z] coverage: 61.6% of statements
02:47:09 [2020-12-15T02:47:09.213Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.477s	coverage: 61.6% of statements
02:47:10 [2020-12-15T02:47:10.067Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
02:47:10 [2020-12-15T02:47:10.188Z] === RUN   TestJSONLogsMarshalJSONBuf
02:47:10 [2020-12-15T02:47:10.188Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
02:47:10 [2020-12-15T02:47:10.188Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
02:47:10 [2020-12-15T02:47:10.188Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s)
02:47:10 [2020-12-15T02:47:10.188Z] === RUN   TestFastTimeMarshalJSON
02:47:10 [2020-12-15T02:47:10.188Z] --- PASS: TestFastTimeMarshalJSON (0.00s)
02:47:10 [2020-12-15T02:47:10.188Z] PASS
02:47:10 [2020-12-15T02:47:10.188Z] coverage: 87.2% of statements
02:47:10 [2020-12-15T02:47:10.188Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.199s	coverage: 87.2% of statements
02:47:11 [2020-12-15T02:47:11.728Z] === RUN   TestWriteLog
02:47:11 [2020-12-15T02:47:11.728Z] === PAUSE TestWriteLog
02:47:11 [2020-12-15T02:47:11.728Z] === RUN   TestReadLog
02:47:11 [2020-12-15T02:47:11.728Z] === PAUSE TestReadLog
02:47:11 [2020-12-15T02:47:11.728Z] === CONT  TestWriteLog
02:47:11 [2020-12-15T02:47:11.728Z] === CONT  TestReadLog
02:47:11 [2020-12-15T02:47:11.728Z] --- PASS: TestWriteLog (0.00s)
02:47:11 [2020-12-15T02:47:11.728Z] === RUN   TestReadLog/tail_exact
02:47:11 [2020-12-15T02:47:11.728Z] === RUN   TestReadLog/tail_less_than_available
02:47:11 [2020-12-15T02:47:11.728Z] === RUN   TestReadLog/tail_more_than_available
02:47:11 [2020-12-15T02:47:11.728Z] --- PASS: TestReadLog (0.13s)
02:47:11 [2020-12-15T02:47:11.728Z]     --- PASS: TestReadLog/tail_exact (0.11s)
02:47:11 [2020-12-15T02:47:11.728Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
02:47:11 [2020-12-15T02:47:11.728Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
02:47:11 [2020-12-15T02:47:11.728Z] PASS
02:47:11 [2020-12-15T02:47:11.728Z] coverage: 75.2% of statements
02:47:11 [2020-12-15T02:47:11.728Z] ok  	github.com/docker/docker/daemon/logger/local	0.649s	coverage: 75.2% of statements
02:47:11 [2020-12-15T02:47:11.728Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestOpenFileDelete
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestOpenFileDelete (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestOpenFileRename
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestOpenFileRename (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestParseLogTagDefaultTag
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestParseLogTag
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestParseLogTag (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestParseLogTagEmptyTag
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestTailFiles
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestTailFiles (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestFollowLogsConsumerGone
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestFollowLogsProducerGone
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestFollowLogsProducerGone (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z]     logfile_test.go:232: messages sent: 4098, received: 4098
02:47:12 [2020-12-15T02:47:12.188Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestCheckCapacityAndRotate
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestCheckCapacityAndRotate (0.15s)
02:47:12 [2020-12-15T02:47:12.188Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
02:47:12 [2020-12-15T02:47:12.188Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s)
02:47:12 [2020-12-15T02:47:12.188Z] PASS
02:47:12 [2020-12-15T02:47:12.188Z] coverage: 55.3% of statements
02:47:12 [2020-12-15T02:47:12.188Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.324s	coverage: 55.3% of statements
02:47:12 [2020-12-15T02:47:12.188Z] === RUN   TestLog
02:47:12 [2020-12-15T02:47:12.188Z] --- PASS: TestLog (0.01s)
02:47:12 [2020-12-15T02:47:12.188Z] PASS
02:47:12 [2020-12-15T02:47:12.188Z] coverage: 33.3% of statements
02:47:12 [2020-12-15T02:47:12.188Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.234s	coverage: 33.3% of statements
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestValidateLogOpt
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestValidateLogOpt (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestNewMissedConfig
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestNewMissedConfig (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestNewMissedUrl
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestNewMissedUrl (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestNewMissedToken
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestNewMissedToken (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestNewWithProxy
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestNewWithProxy (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestDefault
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestDefault (0.01s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestInlineFormatWithNonDefaultOptions
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestJsonFormat
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestJsonFormat (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestRawFormat
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestRawFormat (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestRawFormatWithLabels
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestRawFormatWithLabels (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestRawFormatWithoutTag
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestRawFormatWithoutTag (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestBatching
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestNewParse
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestNewParse (0.00s)
02:47:13 [2020-12-15T02:47:13.727Z] PASS
02:47:13 [2020-12-15T02:47:13.727Z] coverage: 8.3% of statements
02:47:13 [2020-12-15T02:47:13.727Z] ok  	github.com/docker/docker/daemon/logger/templates	0.066s	coverage: 8.3% of statements
02:47:13 [2020-12-15T02:47:13.727Z] --- PASS: TestBatching (0.39s)
02:47:13 [2020-12-15T02:47:13.727Z] === RUN   TestFrequency
02:47:13 [2020-12-15T02:47:13.733Z] ok  	github.com/docker/docker/api/server	0.004s	coverage: 9.0% of statements
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestFrequency (0.27s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestOneMessagePerRequest
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestOneMessagePerRequest (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestVerify
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestVerify (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestSkipVerify
02:47:14 [2020-12-15T02:47:14.186Z] time="2020-12-15T02:47:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.186Z] time="2020-12-15T02:47:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestParseLogFormat
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestParseLogFormat (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestValidateLogOptEmpty
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestValidateLogOptEmpty (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestValidateSyslogAddress
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestValidateSyslogAddress (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestParseAddressDefaultPort
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestParseAddressDefaultPort (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestValidateSyslogFacility
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestValidateSyslogFacility (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestValidateLogOptSyslogFormat
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] === RUN   TestValidateLogOpt
02:47:14 [2020-12-15T02:47:14.186Z] --- PASS: TestValidateLogOpt (0.00s)
02:47:14 [2020-12-15T02:47:14.186Z] PASS
02:47:14 [2020-12-15T02:47:14.186Z] coverage: 46.8% of statements
02:47:14 [2020-12-15T02:47:14.186Z] time="2020-12-15T02:47:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.186Z] time="2020-12-15T02:47:13Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.186Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.153s	coverage: 46.8% of statements
02:47:14 [2020-12-15T02:47:14.646Z] --- PASS: TestSkipVerify (0.42s)
02:47:14 [2020-12-15T02:47:14.646Z] === RUN   TestBufferMaximum
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608000434.253820\",\"host\":\"8268994e0a0d\"}'"
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608000434.253820\",\"host\":\"8268994e0a0d\"}'"
02:47:14 [2020-12-15T02:47:14.646Z] --- PASS: TestBufferMaximum (0.00s)
02:47:14 [2020-12-15T02:47:14.646Z] === RUN   TestServerAlwaysDown
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608000434.255824\",\"host\":\"8268994e0a0d\"}'"
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608000434.255824\",\"host\":\"8268994e0a0d\"}'"
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608000434.255824\",\"host\":\"8268994e0a0d\"}'"
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608000434.256825\",\"host\":\"8268994e0a0d\"}'"
02:47:14 [2020-12-15T02:47:14.646Z] time="2020-12-15T02:47:14Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1608000434.256825\",\"host\":\"8268994e0a0d\"}'"
02:47:14 [2020-12-15T02:47:14.646Z] --- PASS: TestServerAlwaysDown (0.00s)
02:47:14 [2020-12-15T02:47:14.646Z] === RUN   TestCannotSendAfterClose
02:47:14 [2020-12-15T02:47:14.646Z] --- PASS: TestCannotSendAfterClose (0.00s)
02:47:14 [2020-12-15T02:47:14.646Z] === RUN   TestDeadlockOnBlockedEndpoint
02:47:14 [2020-12-15T02:47:14.967Z] --- PASS: TestServiceUpdateNetwork (14.21s)
02:47:14 [2020-12-15T02:47:14.967Z] === RUN   TestServiceUpdatePidsLimit
02:47:15 [2020-12-15T02:47:15.343Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
02:47:15 [2020-12-15T02:47:15.619Z] time="2020-12-15T02:47:15Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk
02:47:15 [2020-12-15T02:47:15.619Z] time="2020-12-15T02:47:15Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"8268994e0a0d\"}'"
02:47:15 [2020-12-15T02:47:15.619Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
02:47:15 [2020-12-15T02:47:15.619Z] PASS
02:47:15 [2020-12-15T02:47:15.619Z] coverage: 82.5% of statements
02:47:15 [2020-12-15T02:47:15.619Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.302s	coverage: 82.5% of statements
02:47:15 [2020-12-15T02:47:15.619Z] ?   	github.com/docker/docker/daemon/names	[no test files]
02:47:15 [2020-12-15T02:47:15.619Z] ?   	github.com/docker/docker/daemon/network	[no test files]
02:47:15 [2020-12-15T02:47:15.619Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
02:47:16 [2020-12-15T02:47:16.079Z] === RUN   TestV1IDService
02:47:16 [2020-12-15T02:47:16.079Z] --- PASS: TestV1IDService (0.03s)
02:47:16 [2020-12-15T02:47:16.079Z] === RUN   TestV2MetadataService
02:47:16 [2020-12-15T02:47:16.352Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestContinueOnError_NonMirrorEndpoint
02:47:16 [2020-12-15T02:47:16.539Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestContinueOnError_MirrorEndpoint
02:47:16 [2020-12-15T02:47:16.539Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestContinueOnError_NeverContinue
02:47:16 [2020-12-15T02:47:16.539Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestContinueOnError_UnnestsErrors
02:47:16 [2020-12-15T02:47:16.539Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s)
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/no_remote_or_local
02:47:16 [2020-12-15T02:47:16.539Z] time="2020-12-15T02:47:16Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local065351831\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/no_local_cache
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/with_local_cache
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/unknown_media_type
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/unknown_media_type/no_cache
02:47:16 [2020-12-15T02:47:16.539Z] time="2020-12-15T02:47:16Z" level=warning msg="reference for unknown type: "
02:47:16 [2020-12-15T02:47:16.539Z] time="2020-12-15T02:47:16Z" level=warning msg="reference for unknown type: "
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/unknown_media_type/with_cache
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
02:47:16 [2020-12-15T02:47:16.539Z] time="2020-12-15T02:47:16Z" level=warning msg="reference for unknown type: "
02:47:16 [2020-12-15T02:47:16.539Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
02:47:16 [2020-12-15T02:47:16.539Z] time="2020-12-15T02:47:16Z" level=warning msg="reference for unknown type: "
02:47:16 [2020-12-15T02:47:16.925Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
02:47:16 [2020-12-15T02:47:16.999Z] time="2020-12-15T02:47:16Z" level=warning msg="reference for unknown type: "
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestManifestStore/error_persisting_manifest
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
02:47:16 [2020-12-15T02:47:16.999Z] time="2020-12-15T02:47:16Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
02:47:16 [2020-12-15T02:47:16.999Z] --- PASS: TestManifestStore (0.26s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestManifestStore/no_remote_or_local (0.16s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestManifestStore/unknown_media_type (0.05s)
02:47:16 [2020-12-15T02:47:16.999Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s)
02:47:16 [2020-12-15T02:47:16.999Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s)
02:47:16 [2020-12-15T02:47:16.999Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
02:47:16 [2020-12-15T02:47:16.999Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
02:47:16 [2020-12-15T02:47:16.999Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestDetectManifestBlobMediaType
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestDetectManifestBlobMediaType/schema1
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
02:47:16 [2020-12-15T02:47:16.999Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestFixManifestLayers
02:47:16 [2020-12-15T02:47:16.999Z] --- PASS: TestFixManifestLayers (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestFixManifestLayersBaseLayerParent
02:47:16 [2020-12-15T02:47:16.999Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     pull_v2_test.go:73: Needs fixing on Windows
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestFixManifestLayersBadParent
02:47:16 [2020-12-15T02:47:16.999Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestValidateManifest
02:47:16 [2020-12-15T02:47:16.999Z] --- SKIP: TestValidateManifest (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     pull_v2_test.go:118: Needs fixing on Windows
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestFormatPlatform
02:47:16 [2020-12-15T02:47:16.999Z] --- PASS: TestFormatPlatform (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestGetRepositoryMountCandidates
02:47:16 [2020-12-15T02:47:16.999Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestLayerAlreadyExists
02:47:16 [2020-12-15T02:47:16.999Z] --- PASS: TestLayerAlreadyExists (0.00s)
02:47:16 [2020-12-15T02:47:16.999Z]     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}
02:47:16 [2020-12-15T02:47:16.999Z]     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}
02:47:16 [2020-12-15T02:47:16.999Z]     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}
02:47:16 [2020-12-15T02:47:16.999Z]     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}
02:47:16 [2020-12-15T02:47:16.999Z]     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}
02:47:16 [2020-12-15T02:47:16.999Z]     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}
02:47:16 [2020-12-15T02:47:16.999Z] === RUN   TestWhenEmptyAuthConfig
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestSuccessfulDownload
02:47:17 [2020-12-15T02:47:17.459Z] --- SKIP: TestSuccessfulDownload (0.00s)
02:47:17 [2020-12-15T02:47:17.459Z]     download_test.go:268: Needs fixing on Windows
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestCancelledDownload
02:47:17 [2020-12-15T02:47:17.459Z] --- PASS: TestCancelledDownload (0.00s)
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestMaxDownloadAttempts
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
02:47:17 [2020-12-15T02:47:17.459Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
02:47:17 [2020-12-15T02:47:17.459Z] --- PASS: TestV2MetadataService (1.36s)
02:47:17 [2020-12-15T02:47:17.459Z] PASS
02:47:17 [2020-12-15T02:47:17.459Z] coverage: 48.2% of statements
02:47:17 [2020-12-15T02:47:17.459Z] ok  	github.com/docker/docker/distribution/metadata	1.573s	coverage: 48.2% of statements
02:47:17 [2020-12-15T02:47:17.459Z] time="2020-12-15T02:47:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
02:47:17 [2020-12-15T02:47:17.459Z] time="2020-12-15T02:47:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
02:47:17 [2020-12-15T02:47:17.459Z] time="2020-12-15T02:47:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
02:47:17 [2020-12-15T02:47:17.459Z] time="2020-12-15T02:47:17Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
02:47:17 [2020-12-15T02:47:17.459Z] --- PASS: TestMaxDownloadAttempts (0.00s)
02:47:17 [2020-12-15T02:47:17.459Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.40s)
02:47:17 [2020-12-15T02:47:17.459Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.40s)
02:47:17 [2020-12-15T02:47:17.459Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.40s)
02:47:17 [2020-12-15T02:47:17.459Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.40s)
02:47:17 [2020-12-15T02:47:17.459Z] === RUN   TestTransfer
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestTransfer (0.12s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestConcurrencyLimit
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestWhenEmptyAuthConfig (1.14s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestTokenPassThru
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestTokenPassThru (0.01s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestTokenPassThruDifferentHost
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestTokenPassThruDifferentHost (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] PASS
02:47:17 [2020-12-15T02:47:17.919Z] coverage: 23.5% of statements
02:47:17 [2020-12-15T02:47:17.919Z] ok  	github.com/docker/docker/distribution	1.752s	coverage: 23.5% of statements
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestNotFound
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestNotFound (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestConflict
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestConflict (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestForbidden
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestForbidden (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestInvalidParameter
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestInvalidParameter (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestNotImplemented
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestNotImplemented (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestNotModified
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestNotModified (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestUnauthorized
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestUnauthorized (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestUnknown
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestUnknown (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestCancelled
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestCancelled (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestDeadline
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestDeadline (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestDataLoss
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestDataLoss (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestUnavailable
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestUnavailable (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestSystem
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestSystem (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Not_Found
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Bad_Request
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Conflict
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Unauthorized
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Service_Unavailable
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Forbidden
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Not_Modified
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Not_Implemented
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Internal_Server_Error
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestFromStatusCode (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
02:47:17 [2020-12-15T02:47:17.919Z] PASS
02:47:17 [2020-12-15T02:47:17.919Z] coverage: 53.1% of statements
02:47:17 [2020-12-15T02:47:17.919Z] ok  	github.com/docker/docker/errdefs	0.130s	coverage: 53.1% of statements
02:47:17 [2020-12-15T02:47:17.919Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
02:47:17 [2020-12-15T02:47:17.919Z] --- PASS: TestConcurrencyLimit (0.37s)
02:47:17 [2020-12-15T02:47:17.919Z] === RUN   TestInactiveJobs
02:47:18 [2020-12-15T02:47:18.379Z] --- PASS: TestInactiveJobs (0.46s)
02:47:18 [2020-12-15T02:47:18.379Z] === RUN   TestWatchRelease
02:47:18 [2020-12-15T02:47:18.838Z] --- PASS: TestWatchRelease (0.05s)
02:47:18 [2020-12-15T02:47:18.838Z] === RUN   TestWatchFinishedTransfer
02:47:18 [2020-12-15T02:47:18.838Z] --- PASS: TestWatchFinishedTransfer (0.00s)
02:47:18 [2020-12-15T02:47:18.838Z] === RUN   TestDuplicateTransfer
02:47:18 [2020-12-15T02:47:18.838Z] --- PASS: TestDuplicateTransfer (0.04s)
02:47:18 [2020-12-15T02:47:18.838Z] === RUN   TestSuccessfulUpload
02:47:19 [2020-12-15T02:47:19.298Z] time="2020-12-15T02:47:18Z" level=error msg="Upload failed, retrying: simulating retry"
02:47:19 [2020-12-15T02:47:19.757Z] --- PASS: TestSuccessfulUpload (0.89s)
02:47:19 [2020-12-15T02:47:19.757Z] === RUN   TestCancelledUpload
02:47:19 [2020-12-15T02:47:19.757Z] --- PASS: TestCancelledUpload (0.00s)
02:47:19 [2020-12-15T02:47:19.758Z] PASS
02:47:19 [2020-12-15T02:47:19.758Z] coverage: 76.8% of statements
02:47:19 [2020-12-15T02:47:19.758Z] ok  	github.com/docker/docker/distribution/xfer	2.488s	coverage: 76.8% of statements
02:47:19 [2020-12-15T02:47:19.758Z] ?   	github.com/docker/docker/dockerversion	[no test files]
02:47:19 [2020-12-15T02:47:19.758Z] === RUN   TestCompare
02:47:19 [2020-12-15T02:47:19.758Z] --- PASS: TestCompare (0.00s)
02:47:19 [2020-12-15T02:47:19.758Z] PASS
02:47:19 [2020-12-15T02:47:19.758Z] coverage: 19.2% of statements
02:47:19 [2020-12-15T02:47:19.758Z] ok  	github.com/docker/docker/image/cache	0.196s	coverage: 19.2% of statements
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSGetInvalidData
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSGetInvalidData (0.11s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSInvalidSet
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSInvalidSet (0.05s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSInvalidRoot
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSInvalidRoot (0.01s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSMetadataGetSet
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestMakeV1ConfigFromConfig
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSMetadataGetSet (0.03s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSInvalidWalker
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] PASS
02:47:20 [2020-12-15T02:47:20.218Z] coverage: 25.0% of statements
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSInvalidWalker (0.01s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSGetSet
02:47:20 [2020-12-15T02:47:20.218Z] ok  	github.com/docker/docker/image/v1	0.237s	coverage: 25.0% of statements
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSGetSet (0.02s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSGetUnsetKey
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSGetUnsetKey (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSGetEmptyData
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSGetEmptyData (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSDelete
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSDelete (0.01s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSWalker
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSWalker (0.02s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestFSWalkerStopOnError
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestFSWalkerStopOnError (0.01s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestNewFromJSON
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestNewFromJSON (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestNewFromJSONWithInvalidJSON
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestMarshalKeyOrder
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestMarshalKeyOrder (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestImage
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestImage (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestImageOSNotEmpty
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestImageOSNotEmpty (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestNewChildImageFromImageWithRootFS
02:47:20 [2020-12-15T02:47:20.218Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
02:47:20 [2020-12-15T02:47:20.218Z] === RUN   TestRestore
02:47:20 [2020-12-15T02:47:20.677Z] time="2020-12-15T02:47:20Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
02:47:20 [2020-12-15T02:47:20.677Z] --- PASS: TestRestore (0.19s)
02:47:20 [2020-12-15T02:47:20.677Z] === RUN   TestAddDelete
02:47:20 [2020-12-15T02:47:20.677Z] --- PASS: TestAddDelete (0.05s)
02:47:20 [2020-12-15T02:47:20.677Z] === RUN   TestSearchAfterDelete
02:47:20 [2020-12-15T02:47:20.677Z] --- PASS: TestSearchAfterDelete (0.01s)
02:47:20 [2020-12-15T02:47:20.677Z] === RUN   TestParentReset
02:47:20 [2020-12-15T02:47:20.677Z] --- PASS: TestParentReset (0.03s)
02:47:20 [2020-12-15T02:47:20.677Z] === RUN   TestGetAndSetLastUpdated
02:47:20 [2020-12-15T02:47:20.677Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
02:47:20 [2020-12-15T02:47:20.677Z] === RUN   TestStoreLen
02:47:20 [2020-12-15T02:47:20.677Z] --- PASS: TestStoreLen (0.09s)
02:47:20 [2020-12-15T02:47:20.677Z] PASS
02:47:20 [2020-12-15T02:47:20.677Z] coverage: 86.4% of statements
02:47:20 [2020-12-15T02:47:20.677Z] ok  	github.com/docker/docker/image	0.811s	coverage: 86.4% of statements
02:47:21 [2020-12-15T02:47:21.136Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
02:47:21 [2020-12-15T02:47:21.136Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
02:47:21 [2020-12-15T02:47:21.595Z] === RUN   TestSerialization
02:47:21 [2020-12-15T02:47:21.595Z] --- PASS: TestSerialization (0.02s)
02:47:21 [2020-12-15T02:47:21.595Z] PASS
02:47:21 [2020-12-15T02:47:21.595Z] coverage: 100.0% of statements
02:47:21 [2020-12-15T02:47:21.595Z] ok  	github.com/docker/docker/libcontainerd/queue	0.102s	coverage: 100.0% of statements
02:47:23 [2020-12-15T02:47:23.135Z] === RUN   TestEnvironmentParsing
02:47:23 [2020-12-15T02:47:23.136Z] --- PASS: TestEnvironmentParsing (0.00s)
02:47:23 [2020-12-15T02:47:23.136Z] PASS
02:47:23 [2020-12-15T02:47:23.136Z] coverage: 1.0% of statements
02:47:23 [2020-12-15T02:47:23.136Z] ok  	github.com/docker/docker/libcontainerd/local	0.218s	coverage: 1.0% of statements
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestEmptyLayer
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestEmptyLayer (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestCommitFailure
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestCommitFailure (0.03s)
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestStartTransactionFailure
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestStartTransactionFailure (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestGetOrphan
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestGetOrphan (0.01s)
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestMountAndRegister
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestParseVersion
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestParseVersion (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z] PASS
02:47:23 [2020-12-15T02:47:23.598Z] coverage: 52.9% of statements
02:47:23 [2020-12-15T02:47:23.598Z] ok  	github.com/docker/docker/pkg/aaparser	0.296s	coverage: 52.9% of statements
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestMountAndRegister (0.05s)
02:47:23 [2020-12-15T02:47:23.598Z]     layer_test.go:271: Layer size: 14
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestLayerRelease
02:47:23 [2020-12-15T02:47:23.598Z] --- SKIP: TestLayerRelease (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     layer_test.go:304: Failing on Windows
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestStoreRestore
02:47:23 [2020-12-15T02:47:23.598Z] --- SKIP: TestStoreRestore (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     layer_test.go:353: Failing on Windows
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestTarStreamStability
02:47:23 [2020-12-15T02:47:23.598Z] --- SKIP: TestTarStreamStability (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     layer_test.go:468: Failing on Windows
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestRegisterExistingLayer
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestAddressPoolOpt
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestAddressPoolOpt (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/a
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/something
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/_=a
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/env1=value1
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/_env1=value1
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/env2=value2=value3
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/env3=abc!qwe
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/env_4=value_4
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/PATH
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/=a
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/PATH=
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/PATH=something
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/asd!qwe
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/1asd
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/123
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/some_space
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/__some_space_before
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/some_space_after__
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/=
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestValidateEnv/PaTh
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestValidateEnv (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/a (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/something (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/_=a (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/PATH (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/=a (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/1asd (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/123 (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/some_space (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/= (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
02:47:23 [2020-12-15T02:47:23.598Z] === RUN   TestParseHost
02:47:23 [2020-12-15T02:47:23.598Z] --- PASS: TestParseHost (0.00s)
02:47:23 [2020-12-15T02:47:23.617Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestParseDockerDaemonHost
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestParseDockerDaemonHost (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestParseTCP
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestParseTCP (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestParseInvalidUnixAddrInvalid
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestValidateExtraHosts
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestValidateExtraHosts (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestIpOptString
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestIpOptString (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestNewIpOptInvalidDefaultVal
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestNewIpOptValidDefaultVal
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestIpOptSetInvalidVal
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestValidateIPAddress
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestValidateIPAddress (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestMapOpts
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestMapOpts (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestListOptsWithoutValidator
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestListOptsWithoutValidator (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestListOptsWithValidator
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestListOptsWithValidator (0.00s)
02:47:24 [2020-12-15T02:47:24.057Z] === RUN   TestValidateDNSSearch
02:47:24 [2020-12-15T02:47:24.057Z] --- PASS: TestValidateDNSSearch (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_general_format
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_more_than_one_=
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_one_more
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestValidateLabel (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestNamedListOpts
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestNamedListOpts (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestNamedMapOpts
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestNamedMapOpts (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestParseLink
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestParseLink (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestQuotedStringSetWithQuotes
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestQuotedStringSetWithNoQuotes
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestUlimitOpt
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestUlimitOpt (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z] PASS
02:47:24 [2020-12-15T02:47:24.058Z] coverage: 67.1% of statements
02:47:24 [2020-12-15T02:47:24.058Z] ok  	github.com/docker/docker/opts	0.138s	coverage: 67.1% of statements
02:47:24 [2020-12-15T02:47:24.058Z] --- PASS: TestRegisterExistingLayer (0.26s)
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestTarStreamVerification
02:47:24 [2020-12-15T02:47:24.058Z] --- SKIP: TestTarStreamVerification (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     layer_test.go:697: Failing on Windows
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestLayerMigration
02:47:24 [2020-12-15T02:47:24.058Z] --- SKIP: TestLayerMigration (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     migration_test.go:46: Failing on Windows
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestLayerMigrationNoTarsplit
02:47:24 [2020-12-15T02:47:24.058Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     migration_test.go:182: Failing on Windows
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestMountInit
02:47:24 [2020-12-15T02:47:24.058Z] --- SKIP: TestMountInit (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     mount_test.go:17: Failing on Windows
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestMountSize
02:47:24 [2020-12-15T02:47:24.058Z] --- SKIP: TestMountSize (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     mount_test.go:76: Failing on Windows
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestMountChanges
02:47:24 [2020-12-15T02:47:24.058Z] --- SKIP: TestMountChanges (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     mount_test.go:125: Failing on Windows
02:47:24 [2020-12-15T02:47:24.058Z] === RUN   TestMountApply
02:47:24 [2020-12-15T02:47:24.058Z] --- SKIP: TestMountApply (0.00s)
02:47:24 [2020-12-15T02:47:24.058Z]     mount_test.go:212: Failing on Windows
02:47:24 [2020-12-15T02:47:24.058Z] PASS
02:47:24 [2020-12-15T02:47:24.058Z] coverage: 30.1% of statements
02:47:24 [2020-12-15T02:47:24.058Z] ok  	github.com/docker/docker/layer	0.783s	coverage: 30.1% of statements
02:47:24 [2020-12-15T02:47:24.058Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
02:47:24 [2020-12-15T02:47:24.058Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
02:47:24 [2020-12-15T02:47:24.058Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
02:47:24 [2020-12-15T02:47:24.058Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
02:47:24 [2020-12-15T02:47:24.058Z] ?   	github.com/docker/docker/oci	[no test files]
02:47:24 [2020-12-15T02:47:24.058Z] ?   	github.com/docker/docker/oci/caps	[no test files]
02:47:24 [2020-12-15T02:47:24.185Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
02:47:25 [2020-12-15T02:47:25.026Z] === RUN   TestUnbuffered
02:47:25 [2020-12-15T02:47:25.026Z] --- PASS: TestUnbuffered (0.00s)
02:47:25 [2020-12-15T02:47:25.026Z] === RUN   TestRaceUnbuffered
02:47:25 [2020-12-15T02:47:25.026Z] --- PASS: TestRaceUnbuffered (0.00s)
02:47:25 [2020-12-15T02:47:25.026Z] PASS
02:47:25 [2020-12-15T02:47:25.026Z] coverage: 100.0% of statements
02:47:25 [2020-12-15T02:47:25.026Z] ok  	github.com/docker/docker/pkg/broadcaster	0.247s	coverage: 100.0% of statements
02:47:25 [2020-12-15T02:47:25.059Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
02:47:25 [2020-12-15T02:47:25.486Z] === RUN   TestPeerCertificateMarshalJSON
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[foo]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[bar]_[foo]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[foo_bar]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[qux]_[foo]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[]#01
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[qux]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[foo_bar_qux]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[qux]_[baz]]
02:47:25 [2020-12-15T02:47:25.945Z] === RUN   TestMatch/[[foo_baz]]
02:47:25 [2020-12-15T02:47:25.945Z] --- PASS: TestMatch (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[foo]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[]#01 (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[qux]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
02:47:25 [2020-12-15T02:47:25.945Z] PASS
02:47:25 [2020-12-15T02:47:25.945Z] coverage: 87.5% of statements
02:47:25 [2020-12-15T02:47:25.945Z] ok  	github.com/docker/docker/pkg/capabilities	0.258s	coverage: 87.5% of statements
02:47:26 [2020-12-15T02:47:26.405Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
02:47:26 [2020-12-15T02:47:26.405Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
02:47:26 [2020-12-15T02:47:26.405Z] --- PASS: TestPeerCertificateMarshalJSON (0.77s)
02:47:26 [2020-12-15T02:47:26.405Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
02:47:26 [2020-12-15T02:47:26.405Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
02:47:26 [2020-12-15T02:47:26.405Z] === RUN   TestMiddleware
02:47:26 [2020-12-15T02:47:26.405Z] --- PASS: TestMiddleware (0.00s)
02:47:26 [2020-12-15T02:47:26.405Z] === RUN   TestNewResponseModifier
02:47:26 [2020-12-15T02:47:26.405Z] --- PASS: TestNewResponseModifier (0.00s)
02:47:26 [2020-12-15T02:47:26.405Z] PASS
02:47:26 [2020-12-15T02:47:26.405Z] coverage: 26.8% of statements
02:47:26 [2020-12-15T02:47:26.405Z] ok  	github.com/docker/docker/pkg/authorization	1.005s	coverage: 26.8% of statements
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestIsArchivePathDir
02:47:26 [2020-12-15T02:47:26.864Z] --- PASS: TestIsArchivePathDir (0.09s)
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestIsArchivePathInvalidFile
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootTarUntar
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootTarUntar (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootUntarWithHugeExcludesList
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootUntarEmptyArchive
02:47:26 [2020-12-15T02:47:26.864Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootTarUntarWithSymlink
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootCopyWithTar
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootCopyWithTar (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootCopyFileWithTar
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootUntarPath
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootUntarPath (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestChrootApplyDotDotFile
02:47:26 [2020-12-15T02:47:26.864Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
02:47:26 [2020-12-15T02:47:26.864Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
02:47:26 [2020-12-15T02:47:26.864Z] PASS
02:47:26 [2020-12-15T02:47:26.864Z] coverage: 15.4% of statements
02:47:26 [2020-12-15T02:47:26.864Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.202s	coverage: 15.4% of statements
02:47:26 [2020-12-15T02:47:26.864Z] --- PASS: TestIsArchivePathInvalidFile (0.14s)
02:47:26 [2020-12-15T02:47:26.864Z] === RUN   TestIsArchivePathTar
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestSizeEmpty
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestSizeEmpty (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestSizeEmptyFile
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestSizeEmptyFile (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestSizeNonemptyFile
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestSizeNonemptyFile (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestSizeNestedDirectoryEmpty
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestMoveToSubdir
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestMoveToSubdir (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestSizeNonExistingDirectory
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] PASS
02:47:27 [2020-12-15T02:47:27.323Z] coverage: 80.0% of statements
02:47:27 [2020-12-15T02:47:27.323Z] ok  	github.com/docker/docker/pkg/directory	0.052s	coverage: 80.0% of statements
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestIsArchivePathTar (0.19s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestDecompressStreamGzip
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestDecompressStreamGzip (0.11s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestDecompressStreamBzip2
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestDecompressStreamBzip2 (0.21s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestDecompressStreamXz
02:47:27 [2020-12-15T02:47:27.323Z] --- SKIP: TestDecompressStreamXz (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z]     archive_test.go:133: Xz not present in msys2
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestCompressStreamXzUnsupported
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestCompressStreamBzip2Unsupported
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestCompressStreamInvalid
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestCompressStreamInvalid (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestExtensionInvalid
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestExtensionInvalid (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestExtensionUncompressed
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestExtensionUncompressed (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestExtensionBzip2
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestExtensionBzip2 (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestExtensionGzip
02:47:27 [2020-12-15T02:47:27.323Z] --- PASS: TestExtensionGzip (0.00s)
02:47:27 [2020-12-15T02:47:27.323Z] === RUN   TestExtensionXz
02:47:27 [2020-12-15T02:47:27.783Z] --- PASS: TestExtensionXz (0.00s)
02:47:27 [2020-12-15T02:47:27.783Z] === RUN   TestCmdStreamLargeStderr
02:47:27 [2020-12-15T02:47:27.783Z] --- PASS: TestCmdStreamLargeStderr (0.08s)
02:47:27 [2020-12-15T02:47:27.783Z] === RUN   TestCmdStreamBad
02:47:27 [2020-12-15T02:47:27.783Z] --- SKIP: TestCmdStreamBad (0.00s)
02:47:27 [2020-12-15T02:47:27.783Z]     archive_test.go:238: Failing on Windows CI machines
02:47:27 [2020-12-15T02:47:27.783Z] === RUN   TestCmdStreamGood
02:47:27 [2020-12-15T02:47:27.783Z] --- PASS: TestCmdStreamGood (0.10s)
02:47:27 [2020-12-15T02:47:27.783Z] === RUN   TestUntarPathWithInvalidDest
02:47:27 [2020-12-15T02:47:27.783Z] --- PASS: TestUntarPathWithInvalidDest (0.10s)
02:47:27 [2020-12-15T02:47:27.783Z] === RUN   TestUntarPathWithInvalidSrc
02:47:27 [2020-12-15T02:47:27.783Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
02:47:27 [2020-12-15T02:47:27.783Z] === RUN   TestUntarPath
02:47:27 [2020-12-15T02:47:27.783Z] --- PASS: TestUntarPath (0.08s)
02:47:27 [2020-12-15T02:47:27.783Z] === RUN   TestUntarPathWithDestinationFile
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestUntarPathWithDestinationFile (0.14s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyWithTarInvalidSrc
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyWithTarSrcFile
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyWithTarSrcFolder
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyWithTarSrcFolder (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyFileWithTarInvalidSrc
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyFileWithTarSrcFolder
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestCopyFileWithTarSrcFile
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestContainsEntry
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestCreateEntries
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestEntriesDiff
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestEntriesEquality
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestGeneratorNotGenerate
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestGeneratorWithPort
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestGeneratorWithPortNotGenerate
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestNewEntry
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestParse
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: Test (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestContainsEntry (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestCreateEntries (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestEntriesDiff (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestEntriesEquality (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestNewEntry (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestParse (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] PASS
02:47:28 [2020-12-15T02:47:28.243Z] coverage: 58.3% of statements
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   TestTarFiles
02:47:28 [2020-12-15T02:47:28.243Z] ok  	github.com/docker/docker/pkg/discovery	0.099s	coverage: 58.3% of statements
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestContent
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestInitialize
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestNew
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestParsingContentsWithComments
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestRegister
02:47:28 [2020-12-15T02:47:28.243Z] === RUN   Test/TestWatch
02:47:28 [2020-12-15T02:47:28.243Z] --- PASS: Test (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestContent (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestInitialize (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestNew (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestRegister (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z]     --- PASS: Test/TestWatch (0.00s)
02:47:28 [2020-12-15T02:47:28.243Z] PASS
02:47:28 [2020-12-15T02:47:28.243Z] coverage: 92.9% of statements
02:47:28 [2020-12-15T02:47:28.243Z] ok  	github.com/docker/docker/pkg/discovery/file	0.050s	coverage: 92.9% of statements
02:47:29 [2020-12-15T02:47:29.781Z] === RUN   Test
02:47:29 [2020-12-15T02:47:29.782Z] === RUN   Test/TestWatch
02:47:29 [2020-12-15T02:47:29.782Z] --- PASS: Test (0.00s)
02:47:29 [2020-12-15T02:47:29.782Z]     --- PASS: Test/TestWatch (0.00s)
02:47:29 [2020-12-15T02:47:29.782Z] PASS
02:47:29 [2020-12-15T02:47:29.782Z] coverage: 92.3% of statements
02:47:29 [2020-12-15T02:47:29.782Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.247s	coverage: 92.3% of statements
02:47:29 [2020-12-15T02:47:29.782Z] === RUN   Test
02:47:29 [2020-12-15T02:47:29.782Z] === RUN   Test/TestInitialize
02:47:30 [2020-12-15T02:47:30.241Z] time="2020-12-15T02:47:29Z" level=info msg="Initializing discovery without TLS"
02:47:30 [2020-12-15T02:47:30.241Z] time="2020-12-15T02:47:29Z" level=info msg="Initializing discovery without TLS"
02:47:30 [2020-12-15T02:47:30.241Z] time="2020-12-15T02:47:29Z" level=info msg="Initializing discovery without TLS"
02:47:30 [2020-12-15T02:47:30.241Z] === RUN   Test/TestInitializeWithCerts
02:47:30 [2020-12-15T02:47:30.241Z] time="2020-12-15T02:47:29Z" level=info msg="Initializing discovery with TLS"
02:47:30 [2020-12-15T02:47:30.241Z] === RUN   Test/TestWatch
02:47:30 [2020-12-15T02:47:30.241Z] time="2020-12-15T02:47:29Z" level=info msg="Initializing discovery without TLS"
02:47:30 [2020-12-15T02:47:30.241Z] === RUN   Test
02:47:30 [2020-12-15T02:47:30.241Z] === RUN   Test/TestInitialize
02:47:30 [2020-12-15T02:47:30.241Z] === RUN   Test/TestInitializeWithPattern
02:47:30 [2020-12-15T02:47:30.241Z] === RUN   Test/TestRegister
02:47:30 [2020-12-15T02:47:30.241Z] === RUN   Test/TestWatch
02:47:30 [2020-12-15T02:47:30.241Z] --- PASS: Test (0.00s)
02:47:30 [2020-12-15T02:47:30.241Z]     --- PASS: Test/TestInitialize (0.00s)
02:47:30 [2020-12-15T02:47:30.241Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
02:47:30 [2020-12-15T02:47:30.241Z]     --- PASS: Test/TestRegister (0.00s)
02:47:30 [2020-12-15T02:47:30.241Z]     --- PASS: Test/TestWatch (0.00s)
02:47:30 [2020-12-15T02:47:30.241Z] PASS
02:47:30 [2020-12-15T02:47:30.241Z] coverage: 93.8% of statements
02:47:30 [2020-12-15T02:47:30.241Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.547s	coverage: 93.8% of statements
02:47:31 [2020-12-15T02:47:31.209Z] === RUN   TestPollerAddRemove
02:47:31 [2020-12-15T02:47:31.209Z] --- PASS: TestPollerAddRemove (0.00s)
02:47:31 [2020-12-15T02:47:31.209Z] === RUN   TestPollerEvent
02:47:31 [2020-12-15T02:47:31.209Z] --- SKIP: TestPollerEvent (0.00s)
02:47:31 [2020-12-15T02:47:31.209Z]     poller_test.go:41: No chmod on Windows
02:47:31 [2020-12-15T02:47:31.209Z] === RUN   TestPollerClose
02:47:31 [2020-12-15T02:47:31.209Z] --- PASS: TestPollerClose (0.00s)
02:47:31 [2020-12-15T02:47:31.209Z] PASS
02:47:31 [2020-12-15T02:47:31.209Z] coverage: 36.2% of statements
02:47:31 [2020-12-15T02:47:31.209Z] ok  	github.com/docker/docker/pkg/filenotify	0.067s	coverage: 36.2% of statements
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCopyFileWithInvalidSrc
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCopyFileWithInvalidDest
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCopyFileWithSameSrcAndDest
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCopyFile
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCopyFile (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
02:47:31 [2020-12-15T02:47:31.669Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z]     fileutils_test.go:134: Needs porting to Windows
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestReadSymlinkedDirectoryToFile
02:47:31 [2020-12-15T02:47:31.669Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z]     fileutils_test.go:180: Needs porting to Windows
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestWildcardMatches
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestWildcardMatches (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestPatternMatches
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestPatternMatches (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestExclusionPatternMatchesPatternBefore
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestPatternMatchesFolderExclusions
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestPatternMatchesFolderWildcardExclusions
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestExclusionPatternMatchesPatternAfter
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestExclusionPatternMatchesWholeDirectory
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestSingleExclamationError
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestSingleExclamationError (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestMatchesWithNoPatterns
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestMatchesWithMalformedPatterns
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestMatches
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestMatches (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCleanPatterns
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCleanPatterns (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCleanPatternsStripEmptyPatterns
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCleanPatternsExceptionFlag
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCleanPatternsErrorSingleException
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCreateIfNotExistsDir
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestCreateIfNotExistsFile
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestCreateIfNotExistsFile (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] === RUN   TestMatch
02:47:31 [2020-12-15T02:47:31.669Z] --- PASS: TestMatch (0.00s)
02:47:31 [2020-12-15T02:47:31.669Z] PASS
02:47:31 [2020-12-15T02:47:31.669Z] coverage: 87.7% of statements
02:47:31 [2020-12-15T02:47:31.669Z] ok  	github.com/docker/docker/pkg/fileutils	0.108s	coverage: 87.7% of statements
02:47:32 [2020-12-15T02:47:32.637Z] === RUN   TestGet
02:47:32 [2020-12-15T02:47:32.637Z] --- PASS: TestGet (0.00s)
02:47:32 [2020-12-15T02:47:32.637Z] === RUN   TestGetShortcutString
02:47:32 [2020-12-15T02:47:32.637Z] --- PASS: TestGetShortcutString (0.00s)
02:47:32 [2020-12-15T02:47:32.637Z] PASS
02:47:32 [2020-12-15T02:47:32.637Z] coverage: 42.9% of statements
02:47:32 [2020-12-15T02:47:32.637Z] ok  	github.com/docker/docker/pkg/homedir	0.157s	coverage: 42.9% of statements
02:47:33 [2020-12-15T02:47:33.099Z] --- PASS: Test (3.16s)
02:47:33 [2020-12-15T02:47:33.099Z]     --- PASS: Test/TestInitialize (0.10s)
02:47:33 [2020-12-15T02:47:33.099Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
02:47:33 [2020-12-15T02:47:33.099Z]     --- PASS: Test/TestWatch (3.05s)
02:47:33 [2020-12-15T02:47:33.099Z] PASS
02:47:33 [2020-12-15T02:47:33.099Z] coverage: 84.1% of statements
02:47:33 [2020-12-15T02:47:33.099Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.613s	coverage: 84.1% of statements
02:47:33 [2020-12-15T02:47:33.099Z] === RUN   TestCreateIDMapOrder
02:47:33 [2020-12-15T02:47:33.099Z] --- PASS: TestCreateIDMapOrder (0.00s)
02:47:33 [2020-12-15T02:47:33.099Z] PASS
02:47:33 [2020-12-15T02:47:33.099Z] coverage: 7.3% of statements
02:47:33 [2020-12-15T02:47:33.099Z] ok  	github.com/docker/docker/pkg/idtools	0.102s	coverage: 7.3% of statements
02:47:33 [2020-12-15T02:47:33.099Z] --- PASS: TestTarFiles (5.15s)
02:47:33 [2020-12-15T02:47:33.099Z] === RUN   TestTarUntar
02:47:33 [2020-12-15T02:47:33.192Z] --- PASS: TestServiceUpdatePidsLimit (17.58s)
02:47:33 [2020-12-15T02:47:33.192Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.94s)
02:47:33 [2020-12-15T02:47:33.192Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s)
02:47:33 [2020-12-15T02:47:33.192Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s)
02:47:33 [2020-12-15T02:47:33.192Z] PASS
02:47:33 [2020-12-15T02:47:33.192Z] 
02:47:33 [2020-12-15T02:47:33.192Z] === Skipped
02:47:33 [2020-12-15T02:47:33.192Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s)
02:47:33 [2020-12-15T02:47:33.192Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:47:33 [2020-12-15T02:47:33.192Z] 
02:47:33 [2020-12-15T02:47:33.192Z] === SKIP: arm64.integration.service TestServicePlugin (0.01s)
02:47:33 [2020-12-15T02:47:33.192Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:47:33 [2020-12-15T02:47:33.193Z] 
02:47:33 [2020-12-15T02:47:33.193Z] 
02:47:33 [2020-12-15T02:47:33.193Z] DONE 27 tests, 2 skipped in 162.427s
02:47:33 [2020-12-15T02:47:33.193Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
02:47:33 [2020-12-15T02:47:33.193Z] ++ 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
02:47:33 [2020-12-15T02:47:33.193Z] ++ set -e
02:47:33 [2020-12-15T02:47:33.193Z] ++ '[' -n 0 ']'
02:47:33 [2020-12-15T02:47:33.193Z] ++ set -x
02:47:33 [2020-12-15T02:47:33.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-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
02:47:33 [2020-12-15T02:47:33.193Z] INFO: Testing against a local daemon
02:47:33 [2020-12-15T02:47:33.193Z] === RUN   TestSessionCreate
02:47:33 [2020-12-15T02:47:33.193Z] --- PASS: TestSessionCreate (0.05s)
02:47:33 [2020-12-15T02:47:33.193Z] === RUN   TestSessionCreateWithBadUpgrade
02:47:33 [2020-12-15T02:47:33.193Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s)
02:47:33 [2020-12-15T02:47:33.193Z] PASS
02:47:33 [2020-12-15T02:47:33.193Z] 
02:47:33 [2020-12-15T02:47:33.193Z] DONE 2 tests in 0.269s
02:47:33 [2020-12-15T02:47:33.193Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
02:47:33 [2020-12-15T02:47:33.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
02:47:33 [2020-12-15T02:47:33.193Z] ++ set -e
02:47:33 [2020-12-15T02:47:33.193Z] ++ '[' -n 0 ']'
02:47:33 [2020-12-15T02:47:33.193Z] ++ set -x
02:47:33 [2020-12-15T02:47:33.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
02:47:33 [2020-12-15T02:47:33.193Z] INFO: Testing against a local daemon
02:47:33 [2020-12-15T02:47:33.193Z] === RUN   TestCgroupDriverSystemdMemoryLimit
02:47:33 [2020-12-15T02:47:33.193Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
02:47:33 [2020-12-15T02:47:33.193Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:47:33 [2020-12-15T02:47:33.193Z] === RUN   TestEventsExecDie
02:47:33 [2020-12-15T02:47:33.453Z] --- PASS: TestEventsExecDie (0.93s)
02:47:33 [2020-12-15T02:47:33.453Z] === RUN   TestEventsBackwardsCompatible
02:47:33 [2020-12-15T02:47:33.454Z] --- PASS: TestEventsBackwardsCompatible (0.16s)
02:47:33 [2020-12-15T02:47:33.454Z] === RUN   TestInfoBinaryCommits
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestTarUntar (0.02s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestTarWithOptions
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestTarWithOptions (0.02s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.01s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestUntarUstarGnuConflict
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestUntarUstarGnuConflict (0.02s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestUntarInvalidFilenames
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames138771398\\dest"
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestUntarInvalidFilenames (0.13s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestUntarHardlinkToSymlink
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestUntarInvalidHardlink
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink058487591\\victim\\hello" -> "../victim/hello"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink047615066\\victim\\hello" -> "/../victim/hello"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink284625393\\victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink886735516\\victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink167599947\\victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink218474542\\victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestUntarInvalidHardlink (0.03s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestUntarInvalidSymlink
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink009507765\\dest\\dotdot" -> "../victim/hello"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink266922384\\dest\\slash-dotdot" -> "/../victim/hello"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink556297647\\dest\\loophole-victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink715096386\\dest\\loophole-victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink474299321\\dest\\loophole-victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink051711428\\dest\\loophole-victim" -> "../victim"
02:47:33 [2020-12-15T02:47:33.559Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink582051923\\dest\\dir\\loophole" -> "../../victim"
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestUntarInvalidSymlink (0.04s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestTempArchiveCloseMultipleTimes
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestReplaceFileTarWrapper
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestReplaceFileTarWrapper (0.16s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestPrefixHeaderReadable
02:47:33 [2020-12-15T02:47:33.559Z] --- PASS: TestPrefixHeaderReadable (0.01s)
02:47:33 [2020-12-15T02:47:33.559Z] === RUN   TestDisablePigz
02:47:33 [2020-12-15T02:47:33.715Z] --- PASS: TestInfoBinaryCommits (0.05s)
02:47:33 [2020-12-15T02:47:33.715Z] === RUN   TestInfoAPIVersioned
02:47:33 [2020-12-15T02:47:33.715Z] --- PASS: TestInfoAPIVersioned (0.02s)
02:47:33 [2020-12-15T02:47:33.715Z] === RUN   TestInfoDiscoveryBackend
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestDisablePigz (0.15s)
02:47:34 [2020-12-15T02:47:34.018Z]     archive_test.go:1310: Test will not check full path when Pigz not installed
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestPigz
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestPigz (0.20s)
02:47:34 [2020-12-15T02:47:34.018Z]     archive_test.go:1339: Tested whether Pigz is not used, as it not installed
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestCopyFileWithInvalidDest
02:47:34 [2020-12-15T02:47:34.018Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z]     archive_windows_test.go:16: Currently fails
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestCanonicalTarNameForPath
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestCanonicalTarName
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestCanonicalTarName (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestChmodTarEntry
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestChmodTarEntry (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestHardLinkOrder
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestFixedBufferCap
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestFixedBufferCap (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestFixedBufferLen
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestFixedBufferLen (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestFixedBufferString
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestFixedBufferString (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestFixedBufferWrite
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestFixedBufferWrite (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestFixedBufferRead
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestFixedBufferRead (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestBytesPipeRead
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestBytesPipeRead (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestBytesPipeWrite
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestBytesPipeWrite (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestBytesPipeWriteRandomChunks
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestHardLinkOrder (0.16s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestChangeString
02:47:34 [2020-12-15T02:47:34.018Z] --- PASS: TestChangeString (0.00s)
02:47:34 [2020-12-15T02:47:34.018Z] === RUN   TestChangesWithNoChanges
02:47:34 [2020-12-15T02:47:34.286Z] --- PASS: TestInfoDiscoveryBackend (0.63s)
02:47:34 [2020-12-15T02:47:34.286Z] === RUN   TestInfoDiscoveryInvalidAdvertise
02:47:34 [2020-12-15T02:47:34.477Z] --- PASS: TestChangesWithNoChanges (0.02s)
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestChangesWithChanges
02:47:34 [2020-12-15T02:47:34.477Z] --- PASS: TestChangesWithChanges (0.02s)
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestChangesWithChangesGH13590
02:47:34 [2020-12-15T02:47:34.477Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
02:47:34 [2020-12-15T02:47:34.477Z]     changes_test.go:192: needs more investigation
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestChangesDirsEmpty
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestError
02:47:34 [2020-12-15T02:47:34.477Z] --- PASS: TestError (0.00s)
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestProgressString
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestProgressString/no_progress
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestProgressString/progress_1
02:47:34 [2020-12-15T02:47:34.477Z] === RUN   TestProgressString/some_progress_with_a_start_time
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestProgressString/some_progress_without_a_start_time
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestProgressString/with_units
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestProgressString/hide_counts
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestProgressString (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/no_progress (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/progress_1 (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/with_units (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     --- PASS: TestProgressString/hide_counts (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestJSONMessageDisplay
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestChangesDirsEmpty (0.13s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestChangesDirsMutated
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestJSONMessageDisplay (0.11s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestJSONMessageDisplayWithJSONError
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestDisplayJSONMessagesStream
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] PASS
02:47:34 [2020-12-15T02:47:34.478Z] coverage: 91.7% of statements
02:47:34 [2020-12-15T02:47:34.478Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.168s	coverage: 91.7% of statements
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestStandardLongPath
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestStandardLongPath (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestUNCLongPath
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestUNCLongPath (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] PASS
02:47:34 [2020-12-15T02:47:34.478Z] coverage: 100.0% of statements
02:47:34 [2020-12-15T02:47:34.478Z] ok  	github.com/docker/docker/pkg/longpath	0.082s	coverage: 100.0% of statements
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestChangesDirsMutated (0.19s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestApplyLayer
02:47:34 [2020-12-15T02:47:34.478Z] --- SKIP: TestApplyLayer (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     changes_test.go:405: needs further investigation
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestChangesSizeWithHardlinks
02:47:34 [2020-12-15T02:47:34.478Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z]     changes_test.go:441: needs further investigation
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestChangesSizeWithNoChanges
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestChangesSize
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestChangesSize (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestApplyLayerInvalidFilenames
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames088908103\\dest"
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestApplyLayerInvalidHardlink
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink590053137\\victim\\hello" -> "../victim/hello"
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink270389052\\victim\\hello" -> "/../victim/hello"
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink936271211\\victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink622671822\\victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink119017173\\victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink081297968\\victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestApplyLayerInvalidSymlink
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink353528271\\dest\\dotdot" -> "../victim/hello"
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestAtomicWriteToFile
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestAtomicWriteToFile (0.02s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestAtomicWriteSetCommit
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink729498850\\dest\\slash-dotdot" -> "/../victim/hello"
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestAtomicWriteSetCancel
02:47:34 [2020-12-15T02:47:34.478Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink062743257\\dest\\loophole-victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestReadCloserWrapperClose
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestReadCloserWrapperClose (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestReaderErrWrapperReadOnError
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestReaderErrWrapperRead
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestReaderErrWrapperRead (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestHashData
02:47:34 [2020-12-15T02:47:34.478Z] --- PASS: TestHashData (0.00s)
02:47:34 [2020-12-15T02:47:34.478Z] === RUN   TestCancelReadCloser
02:47:34 [2020-12-15T02:47:34.937Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink517527140\\dest\\loophole-victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.937Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink789555827\\dest\\loophole-victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.937Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink038569782\\dest\\loophole-victim" -> "../victim"
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestApplyLayerInvalidSymlink (0.06s)
02:47:34 [2020-12-15T02:47:34.937Z] === RUN   TestApplyLayerWhiteouts
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestApplyLayerWhiteouts (0.06s)
02:47:34 [2020-12-15T02:47:34.937Z] === RUN   TestGenerateEmptyFile
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestGenerateEmptyFile (0.00s)
02:47:34 [2020-12-15T02:47:34.937Z] === RUN   TestGenerateWithContent
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestGenerateWithContent (0.00s)
02:47:34 [2020-12-15T02:47:34.937Z] PASS
02:47:34 [2020-12-15T02:47:34.937Z] coverage: 62.7% of statements
02:47:34 [2020-12-15T02:47:34.937Z] ok  	github.com/docker/docker/pkg/archive	8.148s	coverage: 62.7% of statements
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestCancelReadCloser (0.10s)
02:47:34 [2020-12-15T02:47:34.937Z] === RUN   TestWriteCloserWrapperClose
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
02:47:34 [2020-12-15T02:47:34.937Z] === RUN   TestNopWriteCloser
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestNopWriteCloser (0.00s)
02:47:34 [2020-12-15T02:47:34.937Z] === RUN   TestNopWriter
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestNopWriter (0.00s)
02:47:34 [2020-12-15T02:47:34.937Z] === RUN   TestWriteCounter
02:47:34 [2020-12-15T02:47:34.937Z] --- PASS: TestWriteCounter (0.00s)
02:47:34 [2020-12-15T02:47:34.937Z] PASS
02:47:34 [2020-12-15T02:47:34.937Z] coverage: 68.4% of statements
02:47:34 [2020-12-15T02:47:34.937Z] ok  	github.com/docker/docker/pkg/ioutils	0.727s	coverage: 68.4% of statements
02:47:35 [2020-12-15T02:47:35.228Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
02:47:35 [2020-12-15T02:47:35.228Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
02:47:35 [2020-12-15T02:47:35.499Z] === RUN   TestNameFormat
02:47:35 [2020-12-15T02:47:35.499Z] --- PASS: TestNameFormat (0.00s)
02:47:35 [2020-12-15T02:47:35.499Z] === RUN   TestNameRetries
02:47:35 [2020-12-15T02:47:35.499Z] --- PASS: TestNameRetries (0.00s)
02:47:35 [2020-12-15T02:47:35.499Z] PASS
02:47:35 [2020-12-15T02:47:35.499Z] coverage: 85.7% of statements
02:47:35 [2020-12-15T02:47:35.499Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.061s	coverage: 85.7% of statements
02:47:35 [2020-12-15T02:47:35.801Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.65s)
02:47:35 [2020-12-15T02:47:35.801Z] === RUN   TestInfoAPI
02:47:35 [2020-12-15T02:47:35.958Z] === RUN   TestParseKeyValueOpt
02:47:35 [2020-12-15T02:47:35.958Z] --- PASS: TestParseKeyValueOpt (0.00s)
02:47:35 [2020-12-15T02:47:35.958Z] === RUN   TestParseUintList
02:47:35 [2020-12-15T02:47:35.958Z] --- PASS: TestParseUintList (0.00s)
02:47:35 [2020-12-15T02:47:35.958Z] === RUN   TestParseUintListMaximumLimits
02:47:35 [2020-12-15T02:47:35.958Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
02:47:35 [2020-12-15T02:47:35.958Z] PASS
02:47:35 [2020-12-15T02:47:35.958Z] coverage: 97.0% of statements
02:47:35 [2020-12-15T02:47:35.958Z] ok  	github.com/docker/docker/pkg/parsers	0.091s	coverage: 97.0% of statements
02:47:36 [2020-12-15T02:47:36.061Z] --- PASS: TestInfoAPI (0.05s)
02:47:36 [2020-12-15T02:47:36.061Z] === RUN   TestInfoAPIWarnings
02:47:36 [2020-12-15T02:47:36.395Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
02:47:36 [2020-12-15T02:47:36.418Z] === RUN   TestNewAndRemove
02:47:36 [2020-12-15T02:47:36.418Z] --- PASS: TestNewAndRemove (0.00s)
02:47:36 [2020-12-15T02:47:36.418Z] === RUN   TestRemoveInvalidPath
02:47:36 [2020-12-15T02:47:36.418Z] --- PASS: TestRemoveInvalidPath (0.00s)
02:47:36 [2020-12-15T02:47:36.418Z] PASS
02:47:36 [2020-12-15T02:47:36.418Z] coverage: 82.6% of statements
02:47:36 [2020-12-15T02:47:36.418Z] ok  	github.com/docker/docker/pkg/pidfile	0.061s	coverage: 82.6% of statements
02:47:37 [2020-12-15T02:47:37.331Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
02:47:37 [2020-12-15T02:47:37.386Z] === RUN   TestParseEmptyInterface
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestParseEmptyInterface (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] === RUN   TestParseNonInterfaceType
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestParseNonInterfaceType (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] === RUN   TestParseWithOneFunction
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestParseWithOneFunction (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] === RUN   TestParseWithMultipleFuncs
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] === RUN   TestParseWithUnnamedReturn
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] === RUN   TestEmbeddedInterface
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestEmbeddedInterface (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] === RUN   TestParsedImports
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestParsedImports (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] === RUN   TestAliasedImports
02:47:37 [2020-12-15T02:47:37.387Z] --- PASS: TestAliasedImports (0.00s)
02:47:37 [2020-12-15T02:47:37.387Z] PASS
02:47:37 [2020-12-15T02:47:37.387Z] coverage: 56.8% of statements
02:47:37 [2020-12-15T02:47:37.387Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.104s	coverage: 56.8% of statements
02:47:38 [2020-12-15T02:47:38.356Z] === RUN   TestFailedConnection
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestHTTPTransport
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestHTTPTransport (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] PASS
02:47:38 [2020-12-15T02:47:38.816Z] coverage: 85.7% of statements
02:47:38 [2020-12-15T02:47:38.816Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.155s	coverage: 85.7% of statements
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestBufioReaderPoolPutAndGet
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestBufioWriterPoolPutAndGet
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] === RUN   TestBufferPoolPutAndGet
02:47:38 [2020-12-15T02:47:38.816Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
02:47:38 [2020-12-15T02:47:38.816Z] PASS
02:47:38 [2020-12-15T02:47:38.816Z] coverage: 88.2% of statements
02:47:38 [2020-12-15T02:47:38.816Z] ok  	github.com/docker/docker/pkg/pools	0.113s	coverage: 88.2% of statements
02:47:39 [2020-12-15T02:47:39.276Z] --- PASS: TestFailedConnection (1.10s)
02:47:39 [2020-12-15T02:47:39.276Z] === RUN   TestFailOnce
02:47:39 [2020-12-15T02:47:39.276Z] 2020/12/15 02:47:38 http: panic serving 127.0.0.1:49225: Plugin not ready
02:47:39 [2020-12-15T02:47:39.276Z] goroutine 25 [running]:
02:47:39 [2020-12-15T02:47:39.276Z] net/http.(*conn).serve.func1(0xc0000bebe0)
02:47:39 [2020-12-15T02:47:39.276Z] 	c:/go/src/net/http/server.go:1795 +0x140
02:47:39 [2020-12-15T02:47:39.276Z] panic(0x849ac0, 0x986830)
02:47:39 [2020-12-15T02:47:39.276Z] 	c:/go/src/runtime/panic.go:679 +0x1c0
02:47:39 [2020-12-15T02:47:39.276Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a4a0, 0xc000128000, 0xc0000f4300)
02:47:39 [2020-12-15T02:47:39.276Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
02:47:39 [2020-12-15T02:47:39.276Z] net/http.HandlerFunc.ServeHTTP(0xc00003e1e0, 0x99a4a0, 0xc000128000, 0xc0000f4300)
02:47:39 [2020-12-15T02:47:39.276Z] 	c:/go/src/net/http/server.go:2036 +0x4b
02:47:39 [2020-12-15T02:47:39.276Z] net/http.(*ServeMux).ServeHTTP(0xc00004a080, 0x99a4a0, 0xc000128000, 0xc0000f4300)
02:47:39 [2020-12-15T02:47:39.276Z] 	c:/go/src/net/http/server.go:2416 +0x1c4
02:47:39 [2020-12-15T02:47:39.276Z] net/http.serverHandler.ServeHTTP(0xc00010e000, 0x99a4a0, 0xc000128000, 0xc0000f4300)
02:47:39 [2020-12-15T02:47:39.276Z] 	c:/go/src/net/http/server.go:2831 +0xab
02:47:39 [2020-12-15T02:47:39.276Z] net/http.(*conn).serve(0xc0000bebe0, 0x99b060, 0xc00009a980)
02:47:39 [2020-12-15T02:47:39.276Z] 	c:/go/src/net/http/server.go:1919 +0x87c
02:47:39 [2020-12-15T02:47:39.276Z] created by net/http.(*Server).Serve
02:47:39 [2020-12-15T02:47:39.276Z] 	c:/go/src/net/http/server.go:2957 +0x38b
02:47:39 [2020-12-15T02:47:39.276Z] time="2020-12-15T02:47:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49224/Test.FailOnce: Post http://127.0.0.1:49224/Test.FailOnce: EOF, retrying in 1s"
02:47:39 [2020-12-15T02:47:39.393Z] --- PASS: TestImportExtremelyLargeImageWorks (192.75s)
02:47:39 [2020-12-15T02:47:39.393Z] PASS
02:47:39 [2020-12-15T02:47:39.393Z] 
02:47:39 [2020-12-15T02:47:39.393Z] === Skipped
02:47:39 [2020-12-15T02:47:39.393Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s)
02:47:39 [2020-12-15T02:47:39.393Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:47:39 [2020-12-15T02:47:39.393Z] 
02:47:39 [2020-12-15T02:47:39.393Z] 
02:47:39 [2020-12-15T02:47:39.393Z] DONE 12 tests, 1 skipped in 193.736s
02:47:39 [2020-12-15T02:47:39.393Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m 
02:47:39 [2020-12-15T02:47:39.393Z] ++ 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
02:47:39 [2020-12-15T02:47:39.393Z] ++ set -e
02:47:39 [2020-12-15T02:47:39.393Z] ++ '[' -n 0 ']'
02:47:39 [2020-12-15T02:47:39.393Z] ++ set -x
02:47:39 [2020-12-15T02:47:39.393Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
02:47:39 [2020-12-15T02:47:39.393Z] INFO: Testing against a local daemon
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestNetworkCreateDelete
02:47:39 [2020-12-15T02:47:39.393Z] --- PASS: TestNetworkCreateDelete (0.16s)
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestDockerNetworkDeletePreferID
02:47:39 [2020-12-15T02:47:39.393Z] --- PASS: TestDockerNetworkDeletePreferID (0.47s)
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestDaemonDNSFallback
02:47:39 [2020-12-15T02:47:39.393Z] --- PASS: TestDaemonDNSFallback (1.57s)
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestInspectNetwork
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestInspectNetwork/full_network_id
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestInspectNetwork/partial_network_id
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestInspectNetwork/network_name
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
02:47:39 [2020-12-15T02:47:39.393Z] --- PASS: TestInspectNetwork (7.02s)
02:47:39 [2020-12-15T02:47:39.393Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
02:47:39 [2020-12-15T02:47:39.393Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
02:47:39 [2020-12-15T02:47:39.393Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
02:47:39 [2020-12-15T02:47:39.393Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
02:47:39 [2020-12-15T02:47:39.393Z] === RUN   TestRunContainerWithBridgeNone
02:47:39 [2020-12-15T02:47:39.736Z] === RUN   TestOutputOnPrematureClose
02:47:39 [2020-12-15T02:47:39.736Z] --- PASS: TestOutputOnPrematureClose (0.00s)
02:47:39 [2020-12-15T02:47:39.736Z] === RUN   TestCompleteSilently
02:47:39 [2020-12-15T02:47:39.736Z] --- PASS: TestCompleteSilently (0.00s)
02:47:39 [2020-12-15T02:47:39.736Z] PASS
02:47:39 [2020-12-15T02:47:39.736Z] coverage: 75.9% of statements
02:47:39 [2020-12-15T02:47:39.736Z] ok  	github.com/docker/docker/pkg/progress	0.034s	coverage: 75.9% of statements
02:47:39 [2020-12-15T02:47:39.736Z] === RUN   TestSendToOneSub
02:47:39 [2020-12-15T02:47:39.736Z] --- PASS: TestSendToOneSub (0.00s)
02:47:39 [2020-12-15T02:47:39.736Z] === RUN   TestSendToMultipleSubs
02:47:39 [2020-12-15T02:47:39.736Z] --- PASS: TestSendToMultipleSubs (0.00s)
02:47:39 [2020-12-15T02:47:39.736Z] === RUN   TestEvictOneSub
02:47:39 [2020-12-15T02:47:39.736Z] --- PASS: TestEvictOneSub (0.00s)
02:47:39 [2020-12-15T02:47:39.736Z] === RUN   TestClosePublisher
02:47:39 [2020-12-15T02:47:39.736Z] --- PASS: TestClosePublisher (0.00s)
02:47:39 [2020-12-15T02:47:39.736Z] === RUN   TestPubSubRace
02:47:40 [2020-12-15T02:47:40.045Z] --- PASS: TestRunContainerWithBridgeNone (1.82s)
02:47:40 [2020-12-15T02:47:40.045Z] === RUN   TestNetworkInvalidJSON
02:47:40 [2020-12-15T02:47:40.045Z] === RUN   TestNetworkInvalidJSON//networks/create
02:47:40 [2020-12-15T02:47:40.045Z] === PAUSE TestNetworkInvalidJSON//networks/create
02:47:40 [2020-12-15T02:47:40.045Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
02:47:40 [2020-12-15T02:47:40.045Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
02:47:40 [2020-12-15T02:47:40.045Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
02:47:40 [2020-12-15T02:47:40.045Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
02:47:40 [2020-12-15T02:47:40.045Z] === CONT  TestNetworkInvalidJSON//networks/create
02:47:40 [2020-12-15T02:47:40.045Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
02:47:40 [2020-12-15T02:47:40.045Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
02:47:40 [2020-12-15T02:47:40.045Z] --- PASS: TestNetworkInvalidJSON (0.02s)
02:47:40 [2020-12-15T02:47:40.045Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
02:47:40 [2020-12-15T02:47:40.045Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
02:47:40 [2020-12-15T02:47:40.045Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
02:47:40 [2020-12-15T02:47:40.045Z] === RUN   TestHostIPv4BridgeLabel
02:47:40 [2020-12-15T02:47:40.196Z] --- PASS: TestFailOnce (1.13s)
02:47:40 [2020-12-15T02:47:40.196Z] === RUN   TestEchoInputOutput
02:47:40 [2020-12-15T02:47:40.196Z] --- PASS: TestEchoInputOutput (0.00s)
02:47:40 [2020-12-15T02:47:40.196Z] === RUN   TestBackoff
02:47:40 [2020-12-15T02:47:40.196Z] --- PASS: TestBackoff (0.00s)
02:47:40 [2020-12-15T02:47:40.196Z] === RUN   TestAbortRetry
02:47:40 [2020-12-15T02:47:40.196Z] --- PASS: TestAbortRetry (0.00s)
02:47:40 [2020-12-15T02:47:40.196Z] === RUN   TestClientScheme
02:47:40 [2020-12-15T02:47:40.196Z] --- PASS: TestClientScheme (0.00s)
02:47:40 [2020-12-15T02:47:40.196Z] === RUN   TestNewClientWithTimeout
02:47:40 [2020-12-15T02:47:40.655Z] === RUN   TestRegister
02:47:40 [2020-12-15T02:47:40.655Z] --- PASS: TestRegister (0.00s)
02:47:40 [2020-12-15T02:47:40.655Z] === RUN   TestCommand
02:47:40 [2020-12-15T02:47:40.655Z] --- PASS: TestCommand (0.03s)
02:47:40 [2020-12-15T02:47:40.655Z] === RUN   TestNaiveSelf
02:47:40 [2020-12-15T02:47:40.655Z] --- PASS: TestNaiveSelf (0.02s)
02:47:40 [2020-12-15T02:47:40.655Z] PASS
02:47:40 [2020-12-15T02:47:40.655Z] coverage: 82.4% of statements
02:47:40 [2020-12-15T02:47:40.655Z] ok  	github.com/docker/docker/pkg/reexec	0.110s	coverage: 82.4% of statements
02:47:40 [2020-12-15T02:47:40.655Z] time="2020-12-15T02:47:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
02:47:40 [2020-12-15T02:47:40.772Z] --- PASS: TestHostIPv4BridgeLabel (0.58s)
02:47:40 [2020-12-15T02:47:40.772Z] === RUN   TestDaemonRestartWithLiveRestore
02:47:41 [2020-12-15T02:47:41.116Z] --- PASS: TestPubSubRace (1.05s)
02:47:41 [2020-12-15T02:47:41.116Z] PASS
02:47:41 [2020-12-15T02:47:41.116Z] coverage: 75.0% of statements
02:47:41 [2020-12-15T02:47:41.116Z] ok  	github.com/docker/docker/pkg/pubsub	1.087s	coverage: 75.0% of statements
02:47:41 [2020-12-15T02:47:41.576Z] === RUN   TestParseSignal
02:47:41 [2020-12-15T02:47:41.576Z] --- PASS: TestParseSignal (0.00s)
02:47:41 [2020-12-15T02:47:41.576Z] === RUN   TestValidSignalForPlatform
02:47:41 [2020-12-15T02:47:41.576Z] --- PASS: TestValidSignalForPlatform (0.00s)
02:47:41 [2020-12-15T02:47:41.576Z] PASS
02:47:41 [2020-12-15T02:47:41.576Z] coverage: 20.3% of statements
02:47:41 [2020-12-15T02:47:41.576Z] ok  	github.com/docker/docker/pkg/signal	0.070s	coverage: 20.3% of statements
02:47:41 [2020-12-15T02:47:41.870Z] --- PASS: TestDaemonRestartWithLiveRestore (1.05s)
02:47:41 [2020-12-15T02:47:41.871Z] === RUN   TestDaemonDefaultNetworkPools
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestNewStdWriter
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestNewStdWriter (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestWriteWithUninitializedStdWriter
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestWriteWithNilBytes
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestWriteWithNilBytes (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestWrite
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestWrite (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestWriteWithWriterError
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestWriteWithWriterError (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyWriteAndRead
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyReturnsErrorReadingHeader
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyReturnsErrorReadingFrame
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyDetectsCorruptedFrame
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyWithInvalidInputHeader
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyWithCorruptedPrefix
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyReturnsWriteErrors
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] === RUN   TestStdCopyReturnsErrorFromSystem
02:47:42 [2020-12-15T02:47:42.035Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
02:47:42 [2020-12-15T02:47:42.035Z] PASS
02:47:42 [2020-12-15T02:47:42.035Z] coverage: 100.0% of statements
02:47:42 [2020-12-15T02:47:42.035Z] ok  	github.com/docker/docker/pkg/stdcopy	0.074s	coverage: 100.0% of statements
02:47:42 [2020-12-15T02:47:42.494Z] time="2020-12-15T02:47:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
02:47:42 [2020-12-15T02:47:42.505Z] --- PASS: TestDaemonDefaultNetworkPools (0.75s)
02:47:42 [2020-12-15T02:47:42.505Z] === RUN   TestDaemonRestartWithExistingNetwork
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestRawProgressFormatterFormatStatus
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestRawProgressFormatterFormatProgress
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestFormatStatus
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestFormatStatus (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestFormatError
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestFormatError (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestFormatJSONError
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestFormatJSONError (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestJsonProgressFormatterFormatProgress
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestJsonProgressFormatterFormatStatus
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestNewJSONProgressOutput
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestNewJSONProgressOutput (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestAuxFormatterEmit
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestAuxFormatterEmit (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestStreamWriterStdout
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestStreamWriterStdout (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestStreamWriterStderr
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestStreamWriterStderr (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] PASS
02:47:42 [2020-12-15T02:47:42.953Z] coverage: 66.2% of statements
02:47:42 [2020-12-15T02:47:42.953Z] ok  	github.com/docker/docker/pkg/streamformatter	0.044s	coverage: 66.2% of statements
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestGenerateRandomID
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestGenerateRandomID (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestShortenId
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestShortenId (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestShortenSha256Id
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestShortenSha256Id (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestShortenIdEmpty
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestShortenIdEmpty (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestShortenIdInvalid
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestShortenIdInvalid (0.00s)
02:47:42 [2020-12-15T02:47:42.953Z] === RUN   TestIsShortIDNonHex
02:47:42 [2020-12-15T02:47:42.953Z] --- PASS: TestIsShortIDNonHex (0.00s)
02:47:42 [2020-12-15T02:47:42.954Z] === RUN   TestIsShortIDNotCorrectSize
02:47:42 [2020-12-15T02:47:42.954Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
02:47:42 [2020-12-15T02:47:42.954Z] PASS
02:47:42 [2020-12-15T02:47:42.954Z] coverage: 70.6% of statements
02:47:42 [2020-12-15T02:47:42.954Z] ok  	github.com/docker/docker/pkg/stringid	0.042s	coverage: 70.6% of statements
02:47:43 [2020-12-15T02:47:43.551Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s)
02:47:43 [2020-12-15T02:47:43.551Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
02:47:43 [2020-12-15T02:47:43.921Z] === RUN   TestIsCpusetListAvailable
02:47:43 [2020-12-15T02:47:43.921Z] --- PASS: TestIsCpusetListAvailable (0.00s)
02:47:43 [2020-12-15T02:47:43.921Z] PASS
02:47:43 [2020-12-15T02:47:43.921Z] coverage: 38.2% of statements
02:47:43 [2020-12-15T02:47:43.921Z] ok  	github.com/docker/docker/pkg/sysinfo	0.087s	coverage: 38.2% of statements
02:47:44 [2020-12-15T02:47:44.381Z] === RUN   TestChtimes
02:47:44 [2020-12-15T02:47:44.381Z] --- PASS: TestChtimes (0.00s)
02:47:44 [2020-12-15T02:47:44.381Z] === RUN   TestChtimesWindows
02:47:44 [2020-12-15T02:47:44.381Z] --- PASS: TestChtimesWindows (0.00s)
02:47:44 [2020-12-15T02:47:44.381Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
02:47:44 [2020-12-15T02:47:44.381Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
02:47:44 [2020-12-15T02:47:44.381Z] === RUN   TestEnsureRemoveAllNotExist
02:47:44 [2020-12-15T02:47:44.381Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
02:47:44 [2020-12-15T02:47:44.841Z] === RUN   TestEnsureRemoveAllWithDir
02:47:44 [2020-12-15T02:47:44.841Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
02:47:44 [2020-12-15T02:47:44.841Z] === RUN   TestEnsureRemoveAllWithFile
02:47:44 [2020-12-15T02:47:44.841Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
02:47:44 [2020-12-15T02:47:44.841Z] === RUN   TestHasWin32KSupport
02:47:44 [2020-12-15T02:47:44.841Z] --- PASS: TestHasWin32KSupport (0.00s)
02:47:44 [2020-12-15T02:47:44.841Z]     syscall_windows_test.go:8: win32k: true
02:47:44 [2020-12-15T02:47:44.841Z] PASS
02:47:44 [2020-12-15T02:47:44.841Z] coverage: 12.0% of statements
02:47:44 [2020-12-15T02:47:44.841Z] ok  	github.com/docker/docker/pkg/system	0.052s	coverage: 12.0% of statements
02:47:44 [2020-12-15T02:47:44.841Z] time="2020-12-15T02:47:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
02:47:44 [2020-12-15T02:47:44.841Z] === RUN   TestTailFile
02:47:45 [2020-12-15T02:47:45.076Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s)
02:47:45 [2020-12-15T02:47:45.076Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
02:47:45 [2020-12-15T02:47:45.373Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s)
02:47:45 [2020-12-15T02:47:45.373Z] === RUN   TestServiceWithPredefinedNetwork
02:47:45 [2020-12-15T02:47:45.411Z] --- PASS: TestTailFile (0.00s)
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestTailFileManyLines
02:47:45 [2020-12-15T02:47:45.411Z] --- PASS: TestTailFileManyLines (0.00s)
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestTailEmptyFile
02:47:45 [2020-12-15T02:47:45.411Z] --- PASS: TestTailEmptyFile (0.00s)
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestTailNegativeN
02:47:45 [2020-12-15T02:47:45.411Z] --- PASS: TestTailNegativeN (0.00s)
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/4_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/4_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/truncated_last_line
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/truncated_last_line#01
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/truncated_last_line#02
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/2_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/single_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/no_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/12_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.411Z] === CONT  TestNewTailReader/8_byte_delimiter
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.411Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/4_byte_delimiter
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.412Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.412Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.413Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.413Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.413Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.414Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.415Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.415Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.416Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.417Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
02:47:45 [2020-12-15T02:47:45.418Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
02:47:45 [2020-12-15T02:47:45.418Z] --- PASS: TestNewTailReader (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.418Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.878Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.878Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.01s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.01s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.879Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.880Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z] PASS
02:47:45 [2020-12-15T02:47:45.881Z] coverage: 88.6% of statements
02:47:45 [2020-12-15T02:47:45.881Z] ok  	github.com/docker/docker/pkg/tailfile	0.391s	coverage: 88.6% of statements
02:47:45 [2020-12-15T02:47:45.881Z] === RUN   TestTarSumRemoveNonExistent
02:47:45 [2020-12-15T02:47:45.881Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
02:47:45 [2020-12-15T02:47:45.881Z] === RUN   TestTarSumRemove
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestTarSumRemove (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestSortFileInfoSums
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestSortFileInfoSums (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestNewTarSumForLabelInvalid
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestNewTarSumForLabel
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestNewTarSumForLabel (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestEmptyTar
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestEmptyTar (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestTarSumsReadSize
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestTarSumsReadSize (0.01s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestTarSums
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestTarSums (0.09s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestIteration
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestIteration (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestVersionLabelForChecksum
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestVersionLabelForChecksum (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestVersion
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestVersion (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestGetVersion
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestGetVersion (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestGetVersions
02:47:46 [2020-12-15T02:47:46.339Z] --- PASS: TestGetVersions (0.00s)
02:47:46 [2020-12-15T02:47:46.339Z] PASS
02:47:46 [2020-12-15T02:47:46.339Z] coverage: 89.3% of statements
02:47:46 [2020-12-15T02:47:46.339Z] ok  	github.com/docker/docker/pkg/tarsum	0.156s	coverage: 89.3% of statements
02:47:46 [2020-12-15T02:47:46.339Z] testing: warning: no tests to run
02:47:46 [2020-12-15T02:47:46.339Z] PASS
02:47:46 [2020-12-15T02:47:46.339Z] coverage: [no statements]
02:47:46 [2020-12-15T02:47:46.339Z] ok  	github.com/docker/docker/pkg/term/windows	0.039s	coverage: [no statements] [no tests to run]
02:47:46 [2020-12-15T02:47:46.339Z] === RUN   TestTruncIndex
02:47:46 [2020-12-15T02:47:46.798Z] --- PASS: TestTruncIndex (0.10s)
02:47:46 [2020-12-15T02:47:46.798Z] PASS
02:47:46 [2020-12-15T02:47:46.798Z] coverage: 91.5% of statements
02:47:46 [2020-12-15T02:47:46.798Z] ok  	github.com/docker/docker/pkg/truncindex	0.191s	coverage: 91.5% of statements
02:47:47 [2020-12-15T02:47:47.257Z] === RUN   TestIsGIT
02:47:47 [2020-12-15T02:47:47.257Z] --- PASS: TestIsGIT (0.00s)
02:47:47 [2020-12-15T02:47:47.257Z] === RUN   TestIsTransport
02:47:47 [2020-12-15T02:47:47.257Z] --- PASS: TestIsTransport (0.00s)
02:47:47 [2020-12-15T02:47:47.257Z] PASS
02:47:47 [2020-12-15T02:47:47.257Z] coverage: 100.0% of statements
02:47:47 [2020-12-15T02:47:47.258Z] ok  	github.com/docker/docker/pkg/urlutil	0.099s	coverage: 100.0% of statements
02:47:47 [2020-12-15T02:47:47.258Z] === RUN   TestVersionInfo
02:47:47 [2020-12-15T02:47:47.258Z] --- PASS: TestVersionInfo (0.00s)
02:47:47 [2020-12-15T02:47:47.258Z] === RUN   TestAppendVersions
02:47:47 [2020-12-15T02:47:47.258Z] --- PASS: TestAppendVersions (0.00s)
02:47:47 [2020-12-15T02:47:47.258Z] PASS
02:47:47 [2020-12-15T02:47:47.258Z] coverage: 88.9% of statements
02:47:47 [2020-12-15T02:47:47.258Z] ok  	github.com/docker/docker/pkg/useragent	0.131s	coverage: 88.9% of statements
02:47:47 [2020-12-15T02:47:47.312Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
02:47:47 [2020-12-15T02:47:47.312Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
02:47:47 [2020-12-15T02:47:47.451Z] --- PASS: TestServiceWithPredefinedNetwork (2.03s)
02:47:47 [2020-12-15T02:47:47.451Z] === RUN   TestServiceRemoveKeepsIngressNetwork
02:47:47 [2020-12-15T02:47:47.451Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
02:47:47 [2020-12-15T02:47:47.451Z]     service_test.go:236: FLAKY_TEST
02:47:47 [2020-12-15T02:47:47.451Z] === RUN   TestServiceWithDataPathPortInit
02:47:47 [2020-12-15T02:47:47.880Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
02:47:48 [2020-12-15T02:47:48.448Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
02:47:48 [2020-12-15T02:47:48.795Z] === RUN   TestNewSettable
02:47:48 [2020-12-15T02:47:48.795Z] --- PASS: TestNewSettable (0.00s)
02:47:48 [2020-12-15T02:47:48.795Z] === RUN   TestIsSettable
02:47:48 [2020-12-15T02:47:48.795Z] --- PASS: TestIsSettable (0.00s)
02:47:48 [2020-12-15T02:47:48.795Z] === RUN   TestUpdateSettingsEnv
02:47:48 [2020-12-15T02:47:48.795Z] --- PASS: TestUpdateSettingsEnv (0.00s)
02:47:48 [2020-12-15T02:47:48.795Z] PASS
02:47:48 [2020-12-15T02:47:48.795Z] coverage: 20.1% of statements
02:47:48 [2020-12-15T02:47:48.795Z] ok  	github.com/docker/docker/plugin/v2	0.124s	coverage: 20.1% of statements
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestValidatePrivileges
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestValidatePrivileges (0.00s)
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestFilterByCapNeg
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestFilterByCapNeg (0.00s)
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestFilterByCapPos
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestFilterByCapPos (0.00s)
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestStoreGetPluginNotMatchCapRefs
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
02:47:49 [2020-12-15T02:47:49.254Z] PASS
02:47:49 [2020-12-15T02:47:49.254Z] coverage: 12.0% of statements
02:47:49 [2020-12-15T02:47:49.254Z] ok  	github.com/docker/docker/plugin	0.266s	coverage: 12.0% of statements
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestLoad
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestLoad (0.00s)
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestSave
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestSave (0.04s)
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestAddDeleteGet
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestAddDeleteGet (0.04s)
02:47:49 [2020-12-15T02:47:49.254Z] === RUN   TestInvalidTags
02:47:49 [2020-12-15T02:47:49.254Z] --- PASS: TestInvalidTags (0.01s)
02:47:49 [2020-12-15T02:47:49.254Z] PASS
02:47:49 [2020-12-15T02:47:49.254Z] coverage: 84.4% of statements
02:47:49 [2020-12-15T02:47:49.254Z] ok  	github.com/docker/docker/reference	0.299s	coverage: 84.4% of statements
02:47:49 [2020-12-15T02:47:49.254Z] time="2020-12-15T02:47:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49229/Test.Echo: Post http://127.0.0.1:49229/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
02:47:49 [2020-12-15T02:47:49.826Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
02:47:49 [2020-12-15T02:47:49.826Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
02:47:50 [2020-12-15T02:47:50.085Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestHeaderSimpleErrors
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestHeaderTooMuchFailures
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestReaderWithReadError
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestRestartManagerTimeout
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestRestartManagerTimeout (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestRestartManagerTimeoutReset
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] PASS
02:47:50 [2020-12-15T02:47:50.792Z] coverage: 50.9% of statements
02:47:50 [2020-12-15T02:47:50.792Z] ok  	github.com/docker/docker/restartmanager	0.037s	coverage: 50.9% of statements
02:47:50 [2020-12-15T02:47:50.792Z] time="2020-12-15T02:47:50Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestReader
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestReader (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] === RUN   TestResumableRequestReaderWithInitialResponse
02:47:50 [2020-12-15T02:47:50.792Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
02:47:50 [2020-12-15T02:47:50.792Z] PASS
02:47:50 [2020-12-15T02:47:50.792Z] coverage: 100.0% of statements
02:47:50 [2020-12-15T02:47:50.792Z] ok  	github.com/docker/docker/registry/resumable	0.337s	coverage: 100.0% of statements
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestResolveAuthConfigIndexServer
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestResolveAuthConfigFullURL
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestLoadAllowNondistributableArtifacts
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestValidateMirror
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestValidateMirror (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestLoadInsecureRegistries
02:47:51 [2020-12-15T02:47:51.761Z] time="2020-12-15T02:47:51Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
02:47:51 [2020-12-15T02:47:51.761Z] time="2020-12-15T02:47:51Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
02:47:51 [2020-12-15T02:47:51.761Z] time="2020-12-15T02:47:51Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestLoadInsecureRegistries (0.10s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestNewServiceConfig
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestNewServiceConfig (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestValidateIndexName
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestValidateIndexName (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestValidateIndexNameWithError
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestValidateIndexNameWithError (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestEndpointParse
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestEndpointParse (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestEndpointParseInvalid
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestEndpointParseInvalid (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestValidateEndpoint
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestValidateEndpoint (0.01s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestPing
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestPing (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestPingRegistryEndpoint
02:47:51 [2020-12-15T02:47:51.761Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestEndpoint
02:47:51 [2020-12-15T02:47:51.761Z] --- SKIP: TestEndpoint (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestParseRepositoryInfo
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestParseRepositoryInfo (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestNewIndexInfo
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestNewIndexInfo (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestMirrorEndpointLookup
02:47:51 [2020-12-15T02:47:51.761Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestSearchRepositories
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestSearchRepositories (0.04s)
02:47:51 [2020-12-15T02:47:51.761Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
02:47:51 [2020-12-15T02:47:51.761Z]         Host: 127.0.0.1:49244
02:47:51 [2020-12-15T02:47:51.761Z]         User-Agent: docker test client
02:47:51 [2020-12-15T02:47:51.761Z]         Authorization: Token fake-token
02:47:51 [2020-12-15T02:47:51.761Z]         X-Docker-Token: true
02:47:51 [2020-12-15T02:47:51.761Z]         Accept-Encoding: gzip
02:47:51 [2020-12-15T02:47:51.761Z]         
02:47:51 [2020-12-15T02:47:51.761Z]         
02:47:51 [2020-12-15T02:47:51.761Z]     registry_test.go:730: HTTP/1.1 200 OK
02:47:51 [2020-12-15T02:47:51.761Z]         Connection: close
02:47:51 [2020-12-15T02:47:51.761Z]         Content-Length: 144
02:47:51 [2020-12-15T02:47:51.761Z]         Cache-Control: no-cache
02:47:51 [2020-12-15T02:47:51.761Z]         Content-Type: application/json
02:47:51 [2020-12-15T02:47:51.761Z]         Date: Tue, 15 Dec 2020 02:47:51 GMT
02:47:51 [2020-12-15T02:47:51.761Z]         Expires: -1
02:47:51 [2020-12-15T02:47:51.761Z]         Pragma: no-cache
02:47:51 [2020-12-15T02:47:51.761Z]         Server: docker-tests/mock
02:47:51 [2020-12-15T02:47:51.761Z]         X-Docker-Registry-Config: mock
02:47:51 [2020-12-15T02:47:51.761Z]         X-Docker-Registry-Version: 0.0.0
02:47:51 [2020-12-15T02:47:51.761Z]         
02:47:51 [2020-12-15T02:47:51.761Z]         
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestTrustedLocation
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestTrustedLocation (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestAllowNondistributableArtifacts
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestIsSecureIndex
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestIsSecureIndex (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] PASS
02:47:51 [2020-12-15T02:47:51.761Z] coverage: 50.3% of statements
02:47:51 [2020-12-15T02:47:51.761Z] ok  	github.com/docker/docker/registry	0.336s	coverage: 50.3% of statements
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestDecodeContainerConfig
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestDecodeContainerConfig (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestDecodeContainerConfigIsolation
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestValidatePrivileged
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestValidatePrivileged (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] PASS
02:47:51 [2020-12-15T02:47:51.761Z] coverage: 52.2% of statements
02:47:51 [2020-12-15T02:47:51.761Z] ok  	github.com/docker/docker/runconfig	0.047s	coverage: 52.2% of statements
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
02:47:51 [2020-12-15T02:47:51.761Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
02:47:51 [2020-12-15T02:47:51.761Z] PASS
02:47:51 [2020-12-15T02:47:51.761Z] coverage: 62.5% of statements
02:47:51 [2020-12-15T02:47:51.761Z] ok  	github.com/docker/docker/testutil	0.072s	coverage: 62.5% of statements
02:47:53 [2020-12-15T02:47:53.372Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
02:47:53 [2020-12-15T02:47:53.372Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
02:47:54 [2020-12-15T02:47:54.169Z] --- PASS: TestInfoAPIWarnings (16.66s)
02:47:54 [2020-12-15T02:47:54.169Z] === RUN   TestInfoDebug
02:47:54 [2020-12-15T02:47:54.169Z] --- PASS: TestInfoDebug (0.67s)
02:47:54 [2020-12-15T02:47:54.169Z] === RUN   TestInfoInsecureRegistries
02:47:54 [2020-12-15T02:47:54.169Z] --- PASS: TestInfoInsecureRegistries (0.65s)
02:47:54 [2020-12-15T02:47:54.169Z] === RUN   TestInfoRegistryMirrors
02:47:54 [2020-12-15T02:47:54.668Z] === RUN   TestGetDriver
02:47:54 [2020-12-15T02:47:54.668Z] --- PASS: TestGetDriver (0.00s)
02:47:54 [2020-12-15T02:47:54.668Z] === RUN   TestVolumeRequestError
02:47:54 [2020-12-15T02:47:54.668Z] --- PASS: TestVolumeRequestError (0.01s)
02:47:54 [2020-12-15T02:47:54.668Z] PASS
02:47:54 [2020-12-15T02:47:54.668Z] coverage: 36.1% of statements
02:47:54 [2020-12-15T02:47:54.668Z] ok  	github.com/docker/docker/volume/drivers	0.125s	coverage: 36.1% of statements
02:47:54 [2020-12-15T02:47:54.741Z] --- PASS: TestInfoRegistryMirrors (0.64s)
02:47:54 [2020-12-15T02:47:54.741Z] === RUN   TestLoginFailsWithBadCredentials
02:47:54 [2020-12-15T02:47:54.741Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s)
02:47:54 [2020-12-15T02:47:54.741Z] === RUN   TestPingCacheHeaders
02:47:55 [2020-12-15T02:47:55.002Z] --- PASS: TestPingCacheHeaders (0.05s)
02:47:55 [2020-12-15T02:47:55.002Z] === RUN   TestPingGet
02:47:55 [2020-12-15T02:47:55.002Z] --- PASS: TestPingGet (0.03s)
02:47:55 [2020-12-15T02:47:55.002Z] === RUN   TestPingHead
02:47:55 [2020-12-15T02:47:55.002Z] --- PASS: TestPingHead (0.05s)
02:47:55 [2020-12-15T02:47:55.002Z] === RUN   TestVersion
02:47:55 [2020-12-15T02:47:55.002Z] --- PASS: TestVersion (0.05s)
02:47:55 [2020-12-15T02:47:55.002Z] PASS
02:47:55 [2020-12-15T02:47:55.002Z] 
02:47:55 [2020-12-15T02:47:55.002Z] === Skipped
02:47:55 [2020-12-15T02:47:55.002Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
02:47:55 [2020-12-15T02:47:55.002Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:47:55 [2020-12-15T02:47:55.002Z] 
02:47:55 [2020-12-15T02:47:55.002Z] 
02:47:55 [2020-12-15T02:47:55.002Z] DONE 18 tests, 1 skipped in 22.707s
02:47:55 [2020-12-15T02:47:55.002Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
02:47:55 [2020-12-15T02:47:55.002Z] ++ 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
02:47:55 [2020-12-15T02:47:55.002Z] ++ set -e
02:47:55 [2020-12-15T02:47:55.002Z] ++ '[' -n 0 ']'
02:47:55 [2020-12-15T02:47:55.002Z] ++ set -x
02:47:55 [2020-12-15T02:47:55.002Z] ++ 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
02:47:55 [2020-12-15T02:47:55.127Z] === RUN   TestGetAddress
02:47:55 [2020-12-15T02:47:55.127Z] --- PASS: TestGetAddress (0.00s)
02:47:55 [2020-12-15T02:47:55.127Z] === RUN   TestRemove
02:47:55 [2020-12-15T02:47:55.127Z] --- SKIP: TestRemove (0.00s)
02:47:55 [2020-12-15T02:47:55.127Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
02:47:55 [2020-12-15T02:47:55.127Z] === RUN   TestInitializeWithVolumes
02:47:55 [2020-12-15T02:47:55.127Z] --- PASS: TestInitializeWithVolumes (0.00s)
02:47:55 [2020-12-15T02:47:55.127Z] === RUN   TestCreate
02:47:55 [2020-12-15T02:47:55.127Z] --- PASS: TestCreate (0.01s)
02:47:55 [2020-12-15T02:47:55.127Z] === RUN   TestValidateName
02:47:55 [2020-12-15T02:47:55.127Z] --- PASS: TestValidateName (0.00s)
02:47:55 [2020-12-15T02:47:55.127Z] === RUN   TestCreateWithOpts
02:47:55 [2020-12-15T02:47:55.127Z] --- SKIP: TestCreateWithOpts (0.00s)
02:47:55 [2020-12-15T02:47:55.127Z]     local_test.go:181: runtime.GOOS == "windows"
02:47:55 [2020-12-15T02:47:55.127Z] === RUN   TestRelaodNoOpts
02:47:55 [2020-12-15T02:47:55.127Z] --- PASS: TestRelaodNoOpts (0.01s)
02:47:55 [2020-12-15T02:47:55.127Z] PASS
02:47:55 [2020-12-15T02:47:55.127Z] coverage: 41.0% of statements
02:47:55 [2020-12-15T02:47:55.127Z] ok  	github.com/docker/docker/volume/local	0.149s	coverage: 41.0% of statements
02:47:55 [2020-12-15T02:47:55.262Z] INFO: Testing against a local daemon
02:47:55 [2020-12-15T02:47:55.262Z] === RUN   TestVolumesCreateAndList
02:47:55 [2020-12-15T02:47:55.262Z] --- PASS: TestVolumesCreateAndList (0.04s)
02:47:55 [2020-12-15T02:47:55.262Z] === RUN   TestVolumesRemove
02:47:55 [2020-12-15T02:47:55.262Z] --- PASS: TestVolumesRemove (0.13s)
02:47:55 [2020-12-15T02:47:55.262Z] === RUN   TestVolumesInspect
02:47:55 [2020-12-15T02:47:55.523Z] --- PASS: TestVolumesInspect (0.03s)
02:47:55 [2020-12-15T02:47:55.523Z] === RUN   TestVolumesInvalidJSON
02:47:55 [2020-12-15T02:47:55.523Z] === RUN   TestVolumesInvalidJSON//volumes/create
02:47:55 [2020-12-15T02:47:55.523Z] === PAUSE TestVolumesInvalidJSON//volumes/create
02:47:55 [2020-12-15T02:47:55.523Z] === CONT  TestVolumesInvalidJSON//volumes/create
02:47:55 [2020-12-15T02:47:55.523Z] --- PASS: TestVolumesInvalidJSON (0.03s)
02:47:55 [2020-12-15T02:47:55.523Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
02:47:55 [2020-12-15T02:47:55.523Z] PASS
02:47:55 [2020-12-15T02:47:55.523Z] 
02:47:55 [2020-12-15T02:47:55.523Z] DONE 5 tests in 0.388s
02:47:55 [2020-12-15T02:47:55.523Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
02:47:55 [2020-12-15T02:47:55.588Z] === RUN   TestConvertTmpfsOptions
02:47:55 [2020-12-15T02:47:55.588Z] --- PASS: TestConvertTmpfsOptions (0.00s)
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:49: data="mode=700,size=1m"
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:49: data="ro"
02:47:55 [2020-12-15T02:47:55.588Z] === RUN   TestParseMountRaw
02:47:55 [2020-12-15T02:47:55.588Z] --- PASS: TestParseMountRaw (0.05s)
02:47:55 [2020-12-15T02:47:55.588Z] === RUN   TestParseMountRawSplit
02:47:55 [2020-12-15T02:47:55.588Z] --- PASS: TestParseMountRawSplit (0.00s)
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 0
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 1
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 2
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 3
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 4
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 5
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 6
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 7
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 8
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 0
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 1
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 2
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 3
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 4
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 5
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 6
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 7
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 8
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 9
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 10
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 11
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 12
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 0
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 1
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 2
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 3
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 4
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 5
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 6
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 7
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 8
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 9
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 10
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:390: case 11
02:47:55 [2020-12-15T02:47:55.588Z] === RUN   TestParseMountSpec
02:47:55 [2020-12-15T02:47:55.588Z] --- PASS: TestParseMountSpec (0.00s)
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:455: case 0
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:455: case 1
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:455: case 2
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:455: case 3
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:455: case 4
02:47:55 [2020-12-15T02:47:55.588Z]     parser_test.go:455: case 5
02:47:55 [2020-12-15T02:47:55.588Z] === RUN   TestParseMountSpecBindWithFileinfoError
02:47:55 [2020-12-15T02:47:55.588Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s)
02:47:55 [2020-12-15T02:47:55.588Z] === RUN   TestValidateMount
02:47:55 [2020-12-15T02:47:55.588Z] --- PASS: TestValidateMount (0.00s)
02:47:55 [2020-12-15T02:47:55.588Z] PASS
02:47:55 [2020-12-15T02:47:55.588Z] coverage: 66.2% of statements
02:47:55 [2020-12-15T02:47:55.588Z] ok  	github.com/docker/docker/volume/mounts	0.192s	coverage: 66.2% of statements
02:47:55 [2020-12-15T02:47:55.783Z] ++++ cat bundles/test-integration/docker.pid
02:47:55 [2020-12-15T02:47:55.783Z] +++ kill 13917
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestSetGetMeta
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestSetGetMeta
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestRestore
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestRestore
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestServiceCreate
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestServiceCreate
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestServiceList
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestServiceList
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestServiceRemove
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestServiceRemove
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestServiceGet
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestServiceGet
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestServicePrune
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestServicePrune
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestCreate
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestCreate
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestRemove
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestRemove
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestList
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestList
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFindByDriver
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFindByDriver
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFindByReferenced
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFindByReferenced
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestDerefMultipleOfSameRef
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestDerefMultipleOfSameRef
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestDefererencePluginOnCreateError
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestDefererencePluginOnCreateError
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestRefDerefRemove
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestRefDerefRemove
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestGet
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestGet
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestGetWithReference
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestGetWithReference
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_nil_list
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_nil_list
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_empty_list
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_empty_list
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_filter_some
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_filter_some
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_filter_middle
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_filter_middle
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_filter_middle_and_last
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
02:47:57 [2020-12-15T02:47:57.129Z] === RUN   TestFilterFunc/test_filter_first_and_last
02:47:57 [2020-12-15T02:47:57.129Z] === PAUSE TestFilterFunc/test_filter_first_and_last
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_nil_list
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_filter_some
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_filter_middle_and_last
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_empty_list
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_filter_first_and_last
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFilterFunc/test_filter_middle
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestFilterFunc (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestSetGetMeta
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestDerefMultipleOfSameRef
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestServicePrune
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestServiceList
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestSetGetMeta (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestServiceCreate
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestDerefMultipleOfSameRef (0.03s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestRestore
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestRestore (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestServiceGet
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestServiceGet (0.06s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestServiceRemove
02:47:57 [2020-12-15T02:47:57.129Z] time="2020-12-15T02:47:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestServiceCreate (0.10s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestRefDerefRemove
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestServiceList (0.12s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestGetWithReference
02:47:57 [2020-12-15T02:47:57.129Z] time="2020-12-15T02:47:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
02:47:57 [2020-12-15T02:47:57.129Z] time="2020-12-15T02:47:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestServiceRemove (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestGet
02:47:57 [2020-12-15T02:47:57.129Z] time="2020-12-15T02:47:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestRefDerefRemove (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestList
02:47:57 [2020-12-15T02:47:57.129Z] time="2020-12-15T02:47:56Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestGetWithReference (0.03s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFindByReferenced
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestServicePrune (0.15s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestFindByDriver
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestGet (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestDefererencePluginOnCreateError
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestFindByReferenced (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestRemove
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestList (0.03s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestCreate
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestFindByDriver (0.03s)
02:47:57 [2020-12-15T02:47:57.129Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestCreate (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestRemove (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
02:47:57 [2020-12-15T02:47:57.129Z] PASS
02:47:57 [2020-12-15T02:47:57.129Z] coverage: 70.3% of statements
02:47:57 [2020-12-15T02:47:57.129Z] ok  	github.com/docker/docker/volume/service	0.419s	coverage: 70.3% of statements
02:47:57 [2020-12-15T02:47:57.166Z] +++ /etc/init.d/apparmor stop
02:47:57 [2020-12-15T02:47:57.166Z] Leaving: AppArmorNo profiles have been unloaded.
02:47:57 [2020-12-15T02:47:57.166Z] 
02:47:57 [2020-12-15T02:47:57.166Z] Unloading profiles will leave already running processes permanently
02:47:57 [2020-12-15T02:47:57.166Z] unconfined, which can lead to unexpected situations.
02:47:57 [2020-12-15T02:47:57.166Z] 
02:47:57 [2020-12-15T02:47:57.166Z] To set a process to complain mode, use the command line tool
02:47:57 [2020-12-15T02:47:57.166Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
02:47:57 [2020-12-15T02:47:57.166Z] +++ true
02:47:57 [2020-12-15T02:47:57.166Z] exiting test-integration
02:47:57 [2020-12-15T02:47:57.166Z] ++ exit 0
02:47:57 [2020-12-15T02:47:57.166Z] 
02:47:57 [2020-12-15T02:47:57.562Z] --- PASS: TestImportExtremelyLargeImageWorks (204.80s)
02:47:57 [2020-12-15T02:47:57.562Z] PASS
02:47:57 [2020-12-15T02:47:57.562Z] 
02:47:57 [2020-12-15T02:47:57.562Z] DONE 12 tests in 208.818s
02:47:57 [2020-12-15T02:47:57.562Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
02:47:57 [2020-12-15T02:47:57.562Z] ++ 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
02:47:57 [2020-12-15T02:47:57.562Z] ++ set -e
02:47:57 [2020-12-15T02:47:57.562Z] ++ '[' -n 0 ']'
02:47:57 [2020-12-15T02:47:57.562Z] ++ set -x
02:47:57 [2020-12-15T02:47:57.562Z] ++ 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
02:47:57 [2020-12-15T02:47:57.562Z] INFO: Testing against a local daemon
02:47:57 [2020-12-15T02:47:57.562Z] === RUN   TestNetworkCreateDelete
02:47:57 [2020-12-15T02:47:57.562Z] --- PASS: TestNetworkCreateDelete (0.17s)
02:47:57 [2020-12-15T02:47:57.562Z] === RUN   TestDockerNetworkDeletePreferID
02:47:57 [2020-12-15T02:47:57.821Z] --- PASS: TestDockerNetworkDeletePreferID (0.50s)
02:47:57 [2020-12-15T02:47:57.821Z] === RUN   TestDaemonDNSFallback
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestNewClientWithTimeout (17.66s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestClientStream
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestClientStream (0.00s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestClientSendFile
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestClientSendFile (0.00s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestClientWithRequestTimeout
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestClientWithRequestTimeout (0.00s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestFileSpecPlugin
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestFileSpecPlugin (0.01s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestFileJSONSpecPlugin
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestPluginAddHandler
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestPluginAddHandler (0.00s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestPluginWaitBadPlugin
02:47:58 [2020-12-15T02:47:58.100Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
02:47:58 [2020-12-15T02:47:58.100Z] === RUN   TestGet
02:47:58 [2020-12-15T02:47:58.100Z] time="2020-12-15T02:47:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
02:47:59 [2020-12-15T02:47:59.071Z] time="2020-12-15T02:47:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
Post stage
[Pipeline] junit
02:47:59 [2020-12-15T02:47:59.725Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
02:48:00 [2020-12-15T02:48:00.355Z] === RUN   TestDockerSuite/TestBuildExpose
02:48:00 [2020-12-15T02:48:00.356Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
02:48:00 [2020-12-15T02:48:00.552Z] + echo Ensuring container killed.
02:48:00 [2020-12-15T02:48:00.552Z] Ensuring container killed.
02:48:00 [2020-12-15T02:48:00.552Z] + docker rm -vf docker-pr1
02:48:00 [2020-12-15T02:48:00.552Z] Error: No such container: docker-pr1
02:48:00 [2020-12-15T02:48:00.552Z] + true
[Pipeline] sh
02:48:00 [2020-12-15T02:48:00.614Z] === RUN   TestDockerSuite/TestBuildExposeOrder
02:48:00 [2020-12-15T02:48:00.841Z] + echo Chowning /workspace to jenkins user
02:48:00 [2020-12-15T02:48:00.841Z] Chowning /workspace to jenkins user
02:48:00 [2020-12-15T02:48:00.841Z] + id -u
02:48:00 [2020-12-15T02:48:00.841Z] + id -g
02:48:00 [2020-12-15T02:48:00.841Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41793:/workspace busybox chown -R 1000:1000 /workspace
02:48:00 [2020-12-15T02:48:00.841Z] Unable to find image 'busybox:latest' locally
02:48:00 [2020-12-15T02:48:00.841Z] latest: Pulling from library/busybox
02:48:00 [2020-12-15T02:48:00.873Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
02:48:01 [2020-12-15T02:48:01.101Z] 35ba4efbe871: Pulling fs layer
02:48:01 [2020-12-15T02:48:01.132Z] === RUN   TestDockerSuite/TestBuildFails
02:48:01 [2020-12-15T02:48:01.260Z] time="2020-12-15T02:48:00Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
02:48:01 [2020-12-15T02:48:01.673Z] 35ba4efbe871: Pull complete
02:48:01 [2020-12-15T02:48:01.673Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
02:48:01 [2020-12-15T02:48:01.673Z] Status: Downloaded newer image for busybox:latest
02:48:01 [2020-12-15T02:48:01.699Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
02:48:01 [2020-12-15T02:48:01.699Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
02:48:03 [2020-12-15T02:48:03.058Z] --- PASS: TestServiceWithDataPathPortInit (13.59s)
02:48:03 [2020-12-15T02:48:03.058Z] === RUN   TestServiceWithDefaultAddressPoolInit
02:48:03 [2020-12-15T02:48:03.080Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
02:48:04 [2020-12-15T02:48:04.457Z] --- PASS: TestDaemonDNSFallback (6.77s)
02:48:04 [2020-12-15T02:48:04.457Z] === RUN   TestInspectNetwork
02:48:04 [2020-12-15T02:48:04.716Z] === RUN   TestDockerSuite/TestBuildForceRm
02:48:05 [2020-12-15T02:48:05.000Z] time="2020-12-15T02:48:04Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
02:48:05 [2020-12-15T02:48:05.399Z] + bundleName=arm64-integration
02:48:05 [2020-12-15T02:48:05.399Z] + echo Creating arm64-integration-bundles.tar.gz
02:48:05 [2020-12-15T02:48:05.399Z] Creating arm64-integration-bundles.tar.gz
02:48:05 [2020-12-15T02:48:05.399Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
02:48:05 [2020-12-15T02:48:05.399Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
02:48:05 [2020-12-15T02:48:05.676Z] Archiving artifacts
02:48:06 [2020-12-15T02:48:06.126Z] === RUN   TestDockerSuite/TestBuildFromGit
02:48:07 [2020-12-15T02:48:07.504Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
02:48:07 [2020-12-15T02:48:07.670Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
02:48:08 [2020-12-15T02:48:08.025Z] + make clean
02:48:08 [2020-12-15T02:48:08.073Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
02:48:08 [2020-12-15T02:48:08.598Z] docker volume rm -f docker-dev-cache
02:48:08 [2020-12-15T02:48:08.598Z] docker-dev-cache
[Pipeline] deleteDir
02:48:08 [2020-12-15T02:48:08.623Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.82s)
02:48:08 [2020-12-15T02:48:08.623Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:puabm7suvpx84ek5il2wb3hm4 Created:2020-12-15 02:48:02.113147014 +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[4096cf45886d453a88230c9d12eb8c9b0dd9353c9889bd8fddab29a81bc49273:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bzyw8512044cvqammmit9m6my EndpointID:05d770cabdac6691a4ab03449bd3822212c34c29132cd794d60aa5cc5a856d68 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:2d48d288c29b5d16990d37a9dbd9088e1f5825402ad30be2ee42fff1124fed4b 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:9a374f4011c1 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.bzyw8512044cvqammmit9m6my EndpointID:05d770cabdac6691a4ab03449bd3822212c34c29132cd794d60aa5cc5a856d68 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
02:48:08 [2020-12-15T02:48:08.623Z] PASS
02:48:08 [2020-12-15T02:48:08.623Z] 
02:48:08 [2020-12-15T02:48:08.623Z] === Skipped
02:48:08 [2020-12-15T02:48:08.623Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
02:48:08 [2020-12-15T02:48:08.623Z]     service_test.go:236: FLAKY_TEST
02:48:08 [2020-12-15T02:48:08.623Z] 
02:48:08 [2020-12-15T02:48:08.623Z] 
02:48:08 [2020-12-15T02:48:08.623Z] DONE 23 tests, 1 skipped in 38.929s
02:48:08 [2020-12-15T02:48:08.623Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
02:48:08 [2020-12-15T02:48:08.623Z] ++ 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
02:48:08 [2020-12-15T02:48:08.623Z] ++ set -e
02:48:08 [2020-12-15T02:48:08.623Z] ++ '[' -n 0 ']'
02:48:08 [2020-12-15T02:48:08.623Z] ++ set -x
02:48:08 [2020-12-15T02:48:08.623Z] ++ 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
02:48:08 [2020-12-15T02:48:08.623Z] INFO: Testing against a local daemon
02:48:08 [2020-12-15T02:48:08.623Z] === RUN   TestDockerNetworkIpvlanPersistance
02:48:08 [2020-12-15T02:48:08.623Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
02:48:08 [2020-12-15T02:48:08.623Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:08 [2020-12-15T02:48:08.623Z] === RUN   TestDockerNetworkIpvlan
02:48:08 [2020-12-15T02:48:08.623Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
02:48:08 [2020-12-15T02:48:08.623Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:08 [2020-12-15T02:48:08.623Z] PASS
02:48:08 [2020-12-15T02:48:08.623Z] 
02:48:08 [2020-12-15T02:48:08.623Z] === Skipped
02:48:08 [2020-12-15T02:48:08.623Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
02:48:08 [2020-12-15T02:48:08.623Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:08 [2020-12-15T02:48:08.623Z] 
02:48:08 [2020-12-15T02:48:08.623Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
02:48:08 [2020-12-15T02:48:08.623Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:08 [2020-12-15T02:48:08.623Z] 
02:48:08 [2020-12-15T02:48:08.623Z] 
02:48:08 [2020-12-15T02:48:08.623Z] DONE 2 tests, 2 skipped in 0.079s
02:48:08 [2020-12-15T02:48:08.623Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m 
02:48:08 [2020-12-15T02:48:08.623Z] ++ 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
02:48:08 [2020-12-15T02:48:08.623Z] ++ set -e
02:48:08 [2020-12-15T02:48:08.623Z] ++ '[' -n 0 ']'
02:48:08 [2020-12-15T02:48:08.623Z] ++ set -x
02:48:08 [2020-12-15T02:48:08.624Z] ++ 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
02:48:08 [2020-12-15T02:48:08.624Z] INFO: Testing against a local daemon
02:48:08 [2020-12-15T02:48:08.624Z] === RUN   TestDockerNetworkMacvlanPersistance
02:48:09 [2020-12-15T02:48:09.010Z] === RUN   TestInspectNetwork/full_network_id
02:48:09 [2020-12-15T02:48:09.010Z] === RUN   TestInspectNetwork/partial_network_id
02:48:09 [2020-12-15T02:48:09.010Z] === RUN   TestInspectNetwork/network_name
02:48:09 [2020-12-15T02:48:09.010Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
02:48:09 [2020-12-15T02:48:09.578Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
02:48:09 [2020-12-15T02:48:09.666Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s)
02:48:09 [2020-12-15T02:48:09.666Z] === RUN   TestDockerNetworkMacvlan
02:48:10 [2020-12-15T02:48:10.301Z] === RUN   TestDockerNetworkMacvlan/Subinterface
02:48:10 [2020-12-15T02:48:10.956Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
02:48:11 [2020-12-15T02:48:11.215Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
02:48:11 [2020-12-15T02:48:11.340Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
02:48:11 [2020-12-15T02:48:11.474Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
02:48:12 [2020-12-15T02:48:12.376Z] === RUN   TestDockerNetworkMacvlan/NilParent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:48:13 [2020-12-15T02:48:13.378Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
02:48:13 [2020-12-15T02:48:13.378Z] --- PASS: TestInspectNetwork (8.85s)
02:48:13 [2020-12-15T02:48:13.378Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
02:48:13 [2020-12-15T02:48:13.378Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
02:48:13 [2020-12-15T02:48:13.378Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
02:48:13 [2020-12-15T02:48:13.378Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
02:48:13 [2020-12-15T02:48:13.378Z] === RUN   TestRunContainerWithBridgeNone
02:48:13 [2020-12-15T02:48:13.578Z] --- PASS: TestGet (15.04s)
02:48:13 [2020-12-15T02:48:13.578Z] === RUN   TestPluginWithNoManifest
02:48:13 [2020-12-15T02:48:13.578Z] --- PASS: TestPluginWithNoManifest (0.00s)
02:48:13 [2020-12-15T02:48:13.578Z] === RUN   TestGetAll
02:48:13 [2020-12-15T02:48:13.578Z] --- PASS: TestGetAll (0.00s)
02:48:13 [2020-12-15T02:48:13.578Z] PASS
02:48:13 [2020-12-15T02:48:13.578Z] coverage: 73.4% of statements
02:48:13 [2020-12-15T02:48:13.578Z] ok  	github.com/docker/docker/pkg/plugins	35.129s	coverage: 73.4% of statements
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/pkg/term	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/quota	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/rootless	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/testutil/request	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/volume	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
02:48:13 [2020-12-15T02:48:13.578Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
02:48:14 [2020-12-15T02:48:14.315Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
02:48:14 [2020-12-15T02:48:14.455Z] === RUN   TestDockerNetworkMacvlan/InternalMode
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === Skipped
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     dispatchers_test.go:376: Windows does not support stopsignal
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s)
02:48:14 [2020-12-15T02:48:14.547Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     client_test.go:23: runtime.GOOS == "windows"
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     daemon_test.go:147: root required
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     reload_test.go:520: root required
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     pull_v2_test.go:73: Needs fixing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     pull_v2_test.go:118: Needs fixing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     download_test.go:268: Needs fixing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     layer_test.go:304: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     layer_test.go:353: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     layer_test.go:468: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     layer_test.go:697: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     migration_test.go:46: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     migration_test.go:182: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     mount_test.go:17: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     mount_test.go:76: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     mount_test.go:125: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     mount_test.go:212: Failing on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:133: Xz not present in msys2
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:238: Failing on Windows CI machines
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_windows_test.go:16: Currently fails
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     changes_test.go:192: needs more investigation
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     changes_test.go:405: needs further investigation
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     changes_test.go:441: needs further investigation
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     poller_test.go:41: No chmod on Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     fileutils_test.go:134: Needs porting to Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     fileutils_test.go:180: Needs porting to Windows
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.547Z] 
02:48:14 [2020-12-15T02:48:14.547Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
02:48:14 [2020-12-15T02:48:14.547Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
02:48:14 [2020-12-15T02:48:14.548Z] 
02:48:14 [2020-12-15T02:48:14.548Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
02:48:14 [2020-12-15T02:48:14.548Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
02:48:14 [2020-12-15T02:48:14.548Z] 
02:48:14 [2020-12-15T02:48:14.548Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
02:48:14 [2020-12-15T02:48:14.548Z]     local_test.go:181: runtime.GOOS == "windows"
02:48:14 [2020-12-15T02:48:14.548Z] 
02:48:14 [2020-12-15T02:48:14.548Z] 
02:48:14 [2020-12-15T02:48:14.548Z] DONE 1792 tests, 45 skipped in 209.511s
02:48:14 [2020-12-15T02:48:14.548Z] INFO: make.ps1 ended at 12/15/2020 02:48:14
02:48:14 [2020-12-15T02:48:14.882Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
02:48:15 [2020-12-15T02:48:15.450Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
02:48:15 [2020-12-15T02:48:15.709Z] --- PASS: TestRunContainerWithBridgeNone (2.28s)
02:48:15 [2020-12-15T02:48:15.709Z] === RUN   TestNetworkInvalidJSON
02:48:15 [2020-12-15T02:48:15.709Z] === RUN   TestNetworkInvalidJSON//networks/create
02:48:15 [2020-12-15T02:48:15.709Z] === PAUSE TestNetworkInvalidJSON//networks/create
02:48:15 [2020-12-15T02:48:15.709Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
02:48:15 [2020-12-15T02:48:15.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
02:48:15 [2020-12-15T02:48:15.709Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
02:48:15 [2020-12-15T02:48:15.709Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
02:48:15 [2020-12-15T02:48:15.709Z] === CONT  TestNetworkInvalidJSON//networks/create
02:48:15 [2020-12-15T02:48:15.709Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
02:48:15 [2020-12-15T02:48:15.709Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
02:48:15 [2020-12-15T02:48:15.709Z] --- PASS: TestNetworkInvalidJSON (0.03s)
02:48:15 [2020-12-15T02:48:15.709Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
02:48:15 [2020-12-15T02:48:15.709Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
02:48:15 [2020-12-15T02:48:15.709Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
02:48:15 [2020-12-15T02:48:15.709Z] === RUN   TestHostIPv4BridgeLabel
02:48:15 [2020-12-15T02:48:15.972Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
02:48:16 [2020-12-15T02:48:16.277Z] --- PASS: TestHostIPv4BridgeLabel (0.66s)
02:48:16 [2020-12-15T02:48:16.277Z] === RUN   TestDaemonRestartWithLiveRestore
02:48:16 [2020-12-15T02:48:16.536Z] === RUN   TestDockerSuite/TestBuildHistory
02:48:16 [2020-12-15T02:48:16.726Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
02:48:16 [2020-12-15T02:48:16.726Z] INFO: Unit tests ended at 12/15/2020 02:48:16. Duration:00:03:45.4681919
02:48:16 [2020-12-15T02:48:16.726Z] INFO: Building busybox
02:48:16 [2020-12-15T02:48:16.726Z] Sending build context to Docker daemon   5.12kB
02:48:16 [2020-12-15T02:48:16.726Z] 
02:48:16 [2020-12-15T02:48:16.726Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
02:48:16 [2020-12-15T02:48:16.726Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
02:48:16 [2020-12-15T02:48:16.726Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
02:48:16 [2020-12-15T02:48:16.726Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
02:48:16 [2020-12-15T02:48:16.726Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
02:48:16 [2020-12-15T02:48:16.726Z]  ---> c0773f9ce353
02:48:16 [2020-12-15T02:48:16.726Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
02:48:16 [2020-12-15T02:48:16.726Z]  ---> Running in 2a5c95d93feb
02:48:17 [2020-12-15T02:48:17.473Z] --- PASS: TestDaemonRestartWithLiveRestore (1.12s)
02:48:17 [2020-12-15T02:48:17.473Z] === RUN   TestDaemonDefaultNetworkPools
02:48:18 [2020-12-15T02:48:18.409Z] --- PASS: TestDaemonDefaultNetworkPools (0.88s)
02:48:18 [2020-12-15T02:48:18.409Z] === RUN   TestDaemonRestartWithExistingNetwork
02:48:19 [2020-12-15T02:48:19.499Z] === RUN   TestDockerNetworkMacvlan/Addressing
02:48:19 [2020-12-15T02:48:19.796Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.17s)
02:48:19 [2020-12-15T02:48:19.796Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
02:48:20 [2020-12-15T02:48:20.537Z] --- PASS: TestDockerNetworkMacvlan (10.98s)
02:48:20 [2020-12-15T02:48:20.537Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s)
02:48:20 [2020-12-15T02:48:20.537Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s)
02:48:20 [2020-12-15T02:48:20.537Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (0.90s)
02:48:20 [2020-12-15T02:48:20.537Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (0.94s)
02:48:20 [2020-12-15T02:48:20.537Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.20s)
02:48:20 [2020-12-15T02:48:20.537Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s)
02:48:20 [2020-12-15T02:48:20.537Z] PASS
02:48:20 [2020-12-15T02:48:20.537Z] 
02:48:20 [2020-12-15T02:48:20.537Z] DONE 8 tests in 12.465s
02:48:20 [2020-12-15T02:48:20.537Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m 
02:48:20 [2020-12-15T02:48:20.537Z] ++ 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
02:48:20 [2020-12-15T02:48:20.537Z] ++ set -e
02:48:20 [2020-12-15T02:48:20.537Z] ++ '[' -n 0 ']'
02:48:20 [2020-12-15T02:48:20.537Z] ++ set -x
02:48:20 [2020-12-15T02:48:20.537Z] ++ 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
02:48:20 [2020-12-15T02:48:20.537Z] testing: warning: no tests to run
02:48:20 [2020-12-15T02:48:20.537Z] PASS
02:48:20 [2020-12-15T02:48:20.538Z] 
02:48:20 [2020-12-15T02:48:20.538Z] DONE 0 tests in 0.013s
02:48:20 [2020-12-15T02:48:20.538Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m 
02:48:20 [2020-12-15T02:48:20.538Z] ++ 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
02:48:20 [2020-12-15T02:48:20.538Z] ++ set -e
02:48:20 [2020-12-15T02:48:20.538Z] ++ '[' -n 0 ']'
02:48:20 [2020-12-15T02:48:20.538Z] ++ set -x
02:48:20 [2020-12-15T02:48:20.538Z] ++ 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
02:48:20 [2020-12-15T02:48:20.538Z] INFO: Testing against a local daemon
02:48:20 [2020-12-15T02:48:20.538Z] === RUN   TestAuthZPluginAllowRequest
02:48:20 [2020-12-15T02:48:20.733Z] === RUN   TestDockerSuite/TestBuildIidFile
02:48:20 [2020-12-15T02:48:20.991Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.35s)
02:48:20 [2020-12-15T02:48:20.991Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
02:48:21 [2020-12-15T02:48:21.250Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
02:48:21 [2020-12-15T02:48:21.508Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s)
02:48:21 [2020-12-15T02:48:21.508Z] === RUN   TestServiceWithPredefinedNetwork
02:48:21 [2020-12-15T02:48:21.767Z] === RUN   TestDockerSuite/TestBuildInheritance
02:48:22 [2020-12-15T02:48:22.048Z] --- PASS: TestAuthZPluginAllowRequest (1.32s)
02:48:22 [2020-12-15T02:48:22.048Z] === RUN   TestAuthZPluginTLS
02:48:22 [2020-12-15T02:48:22.336Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
02:48:22 [2020-12-15T02:48:22.520Z] Removing intermediate container 2a5c95d93feb
02:48:22 [2020-12-15T02:48:22.520Z]  ---> 333f88635930
02:48:22 [2020-12-15T02:48:22.520Z] Step 7/13 : ARG BUSYBOX_VERSION
02:48:22 [2020-12-15T02:48:22.520Z]  ---> Running in 165557e2eb72
02:48:22 [2020-12-15T02:48:22.520Z] Removing intermediate container 165557e2eb72
02:48:22 [2020-12-15T02:48:22.520Z]  ---> 70d49512ead2
02:48:22 [2020-12-15T02:48:22.520Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
02:48:22 [2020-12-15T02:48:22.521Z]  ---> Running in 415a5d855615
02:48:22 [2020-12-15T02:48:22.521Z] Removing intermediate container 415a5d855615
02:48:22 [2020-12-15T02:48:22.521Z]  ---> 82aa22bbe04d
02:48:22 [2020-12-15T02:48:22.521Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
02:48:22 [2020-12-15T02:48:22.594Z] === RUN   TestDockerSuite/TestBuildInvalidTag
02:48:22 [2020-12-15T02:48:22.594Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
02:48:22 [2020-12-15T02:48:22.688Z] --- PASS: TestAuthZPluginTLS (0.57s)
02:48:22 [2020-12-15T02:48:22.688Z] === RUN   TestAuthZPluginDenyRequest
02:48:22 [2020-12-15T02:48:22.982Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
02:48:22 [2020-12-15T02:48:22.982Z] === RUN   TestAuthZPluginAPIDenyResponse
02:48:23 [2020-12-15T02:48:23.531Z] === RUN   TestDockerSuite/TestBuildLabel
02:48:23 [2020-12-15T02:48:23.617Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
02:48:23 [2020-12-15T02:48:23.617Z] === RUN   TestAuthZPluginDenyResponse
02:48:24 [2020-12-15T02:48:24.057Z] 
02:48:24 [2020-12-15T02:48:24.099Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
02:48:24 [2020-12-15T02:48:24.251Z] --- PASS: TestAuthZPluginDenyResponse (0.55s)
02:48:24 [2020-12-15T02:48:24.251Z] === RUN   TestAuthZPluginAllowEventStream
02:48:24 [2020-12-15T02:48:24.358Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
02:48:24 [2020-12-15T02:48:24.358Z] --- PASS: TestServiceWithPredefinedNetwork (2.90s)
02:48:24 [2020-12-15T02:48:24.358Z] === RUN   TestServiceRemoveKeepsIngressNetwork
02:48:24 [2020-12-15T02:48:24.358Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
02:48:24 [2020-12-15T02:48:24.358Z]     service_test.go:236: FLAKY_TEST
02:48:24 [2020-12-15T02:48:24.358Z] === RUN   TestServiceWithDataPathPortInit
02:48:24 [2020-12-15T02:48:24.515Z]  ---> 78141fd27b6a
02:48:24 [2020-12-15T02:48:24.515Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
02:48:24 [2020-12-15T02:48:24.515Z]  ---> Running in 8e4cce4000db
02:48:24 [2020-12-15T02:48:24.924Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
02:48:24 [2020-12-15T02:48:24.924Z] === RUN   TestDockerSuite/TestBuildLabels
02:48:25 [2020-12-15T02:48:25.494Z] === RUN   TestDockerSuite/TestBuildLabelsCache
02:48:25 [2020-12-15T02:48:25.762Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s)
02:48:25 [2020-12-15T02:48:25.762Z] === RUN   TestAuthZPluginErrorResponse
02:48:26 [2020-12-15T02:48:26.056Z] --- PASS: TestAuthZPluginErrorResponse (0.55s)
02:48:26 [2020-12-15T02:48:26.056Z] === RUN   TestAuthZPluginErrorRequest
02:48:26 [2020-12-15T02:48:26.691Z] --- PASS: TestAuthZPluginErrorRequest (0.55s)
02:48:26 [2020-12-15T02:48:26.691Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
02:48:26 [2020-12-15T02:48:26.874Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
02:48:27 [2020-12-15T02:48:27.324Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
02:48:27 [2020-12-15T02:48:27.324Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
02:48:28 [2020-12-15T02:48:28.839Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.71s)
02:48:28 [2020-12-15T02:48:28.839Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
02:48:29 [2020-12-15T02:48:29.406Z] === RUN   TestDockerSuite/TestBuildLastModified
02:48:30 [2020-12-15T02:48:30.909Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.68s)
02:48:30 [2020-12-15T02:48:30.909Z] === RUN   TestAuthZPluginHeader
02:48:31 [2020-12-15T02:48:31.557Z] --- PASS: TestAuthZPluginHeader (0.84s)
02:48:31 [2020-12-15T02:48:31.557Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
02:48:31 [2020-12-15T02:48:31.557Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
02:48:31 [2020-12-15T02:48:31.557Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:31 [2020-12-15T02:48:31.557Z] === RUN   TestAuthZPluginV2Disable
02:48:31 [2020-12-15T02:48:31.557Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
02:48:31 [2020-12-15T02:48:31.557Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:31 [2020-12-15T02:48:31.557Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
02:48:31 [2020-12-15T02:48:31.557Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
02:48:31 [2020-12-15T02:48:31.557Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:31 [2020-12-15T02:48:31.557Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
02:48:31 [2020-12-15T02:48:31.557Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
02:48:31 [2020-12-15T02:48:31.557Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:31 [2020-12-15T02:48:31.557Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
02:48:33 [2020-12-15T02:48:33.594Z] === RUN   TestDockerSuite/TestBuildLineBreak
02:48:34 [2020-12-15T02:48:34.844Z] Removing intermediate container 8e4cce4000db
02:48:34 [2020-12-15T02:48:34.844Z]  ---> c3209bca60bd
02:48:34 [2020-12-15T02:48:34.844Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
02:48:34 [2020-12-15T02:48:34.844Z]  ---> Running in 7bcc732c5b73
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ok  	github.com/docker/docker/api/server/httputils	0.004s	coverage: 14.7% of statements
02:48:35 [2020-12-15T02:48:35.106Z] ok  	github.com/docker/docker/api/server/middleware	0.011s	coverage: 37.7% of statements
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ok  	github.com/docker/docker/api/server/router/swarm	0.004s	coverage: 5.7% of statements
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/container	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/events	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ok  	github.com/docker/docker/api/types/strslice	0.002s	coverage: 90.0% of statements
02:48:35 [2020-12-15T02:48:35.106Z] ok  	github.com/docker/docker/api/types/filters	0.007s	coverage: 92.2% of statements
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/image	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/network	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ok  	github.com/docker/docker/api/types/time	0.008s	coverage: 100.0% of statements
02:48:35 [2020-12-15T02:48:35.106Z] ok  	github.com/docker/docker/api/types/versions	0.010s	coverage: 75.0% of statements
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
02:48:35 [2020-12-15T02:48:35.106Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
02:48:35 [2020-12-15T02:48:35.813Z] 
02:48:35 [2020-12-15T02:48:35.813Z] SUCCESS: Specified value was saved.
02:48:36 [2020-12-15T02:48:36.883Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
02:48:36 [2020-12-15T02:48:36.883Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
02:48:36 [2020-12-15T02:48:36.883Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
02:48:36 [2020-12-15T02:48:36.883Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
02:48:36 [2020-12-15T02:48:36.883Z] === RUN   TestDockerSuite/TestBuildMaintainer
02:48:36 [2020-12-15T02:48:36.883Z] === RUN   TestDockerSuite/TestBuildMissingArgs
02:48:38 [2020-12-15T02:48:38.260Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
02:48:38 [2020-12-15T02:48:38.719Z] Removing intermediate container 7bcc732c5b73
02:48:38 [2020-12-15T02:48:38.719Z]  ---> f2b17ec77d05
02:48:38 [2020-12-15T02:48:38.719Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
02:48:38 [2020-12-15T02:48:38.719Z]  ---> Running in 0f5b23ebebda
02:48:39 [2020-12-15T02:48:39.198Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
02:48:39 [2020-12-15T02:48:39.274Z] ok  	github.com/docker/docker/builder/dockerfile	0.208s	coverage: 48.3% of statements
02:48:39 [2020-12-15T02:48:39.274Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
02:48:39 [2020-12-15T02:48:39.274Z] ok  	github.com/docker/docker/builder/remotecontext	0.098s	coverage: 13.7% of statements
02:48:39 [2020-12-15T02:48:39.835Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
02:48:40 [2020-12-15T02:48:40.143Z] --- PASS: TestServiceWithDataPathPortInit (15.65s)
02:48:40 [2020-12-15T02:48:40.143Z] === RUN   TestServiceWithDefaultAddressPoolInit
02:48:40 [2020-12-15T02:48:40.763Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.319s	coverage: 86.3% of statements
02:48:40 [2020-12-15T02:48:40.763Z] ?   	github.com/docker/docker/cli	[no test files]
02:48:40 [2020-12-15T02:48:40.763Z] ?   	github.com/docker/docker/cli/config	[no test files]
02:48:42 [2020-12-15T02:48:42.048Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
02:48:42 [2020-12-15T02:48:42.454Z] Cannot create a file when that file already exists.
02:48:42 [2020-12-15T02:48:42.617Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
02:48:43 [2020-12-15T02:48:43.185Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
02:48:44 [2020-12-15T02:48:44.928Z] ok  	github.com/docker/docker/client	0.184s	coverage: 75.4% of statements
02:48:48 [2020-12-15T02:48:48.250Z] Removing intermediate container 0f5b23ebebda
02:48:48 [2020-12-15T02:48:48.250Z]  ---> 9b7e4852e77a
02:48:48 [2020-12-15T02:48:48.250Z] Step 13/13 : CMD ["sh"]
02:48:48 [2020-12-15T02:48:48.460Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.17s)
02:48:48 [2020-12-15T02:48:48.460Z]     service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i86njymita21fby1blv0pt20b Created:2020-12-15 02:48:41.556602346 +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[a5fa6c41b31c810bda3c56588173d1ea405182f4c43ff478b31b7c8a9f76e244:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pknwerde99zwwu0jpy7ob3ggz EndpointID:ac3bd716eb28a5973b53bdf445c43afa2fda37aa2b60821ba059654c12c36521 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:67e8a6375a54d49550c516a24f8e1c9c8d192f0391adfe0eb36b1c976ddf6189 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:9578bff548c0 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.pknwerde99zwwu0jpy7ob3ggz EndpointID:ac3bd716eb28a5973b53bdf445c43afa2fda37aa2b60821ba059654c12c36521 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
02:48:48 [2020-12-15T02:48:48.460Z] PASS
02:48:48 [2020-12-15T02:48:48.460Z] 
02:48:48 [2020-12-15T02:48:48.460Z] === Skipped
02:48:48 [2020-12-15T02:48:48.460Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
02:48:48 [2020-12-15T02:48:48.460Z]     service_test.go:236: FLAKY_TEST
02:48:48 [2020-12-15T02:48:48.460Z] 
02:48:48 [2020-12-15T02:48:48.460Z] 
02:48:48 [2020-12-15T02:48:48.460Z] DONE 23 tests, 1 skipped in 51.278s
02:48:48 [2020-12-15T02:48:48.460Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
02:48:48 [2020-12-15T02:48:48.460Z] ++ 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
02:48:48 [2020-12-15T02:48:48.460Z] ++ set -e
02:48:48 [2020-12-15T02:48:48.460Z] ++ '[' -n 0 ']'
02:48:48 [2020-12-15T02:48:48.460Z] ++ set -x
02:48:48 [2020-12-15T02:48:48.460Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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
02:48:48 [2020-12-15T02:48:48.460Z] INFO: Testing against a local daemon
02:48:48 [2020-12-15T02:48:48.460Z] === RUN   TestDockerNetworkIpvlanPersistance
02:48:48 [2020-12-15T02:48:48.460Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s)
02:48:48 [2020-12-15T02:48:48.460Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:48 [2020-12-15T02:48:48.460Z] === RUN   TestDockerNetworkIpvlan
02:48:48 [2020-12-15T02:48:48.460Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
02:48:48 [2020-12-15T02:48:48.460Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:48 [2020-12-15T02:48:48.460Z] PASS
02:48:48 [2020-12-15T02:48:48.460Z] 
02:48:48 [2020-12-15T02:48:48.460Z] === Skipped
02:48:48 [2020-12-15T02:48:48.460Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s)
02:48:48 [2020-12-15T02:48:48.460Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:48 [2020-12-15T02:48:48.460Z] 
02:48:48 [2020-12-15T02:48:48.460Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
02:48:48 [2020-12-15T02:48:48.460Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
02:48:48 [2020-12-15T02:48:48.460Z] 
02:48:48 [2020-12-15T02:48:48.460Z] 
02:48:48 [2020-12-15T02:48:48.460Z] DONE 2 tests, 2 skipped in 0.164s
02:48:48 [2020-12-15T02:48:48.460Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
02:48:48 [2020-12-15T02:48:48.460Z] ++ 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
02:48:48 [2020-12-15T02:48:48.460Z] ++ set -e
02:48:48 [2020-12-15T02:48:48.460Z] ++ '[' -n 0 ']'
02:48:48 [2020-12-15T02:48:48.460Z] ++ set -x
02:48:48 [2020-12-15T02:48:48.460Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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
02:48:48 [2020-12-15T02:48:48.460Z] INFO: Testing against a local daemon
02:48:48 [2020-12-15T02:48:48.460Z] === RUN   TestDockerNetworkMacvlanPersistance
02:48:48 [2020-12-15T02:48:48.710Z]  ---> Running in 8d9f838eb1b0
02:48:48 [2020-12-15T02:48:48.710Z] Removing intermediate container 8d9f838eb1b0
02:48:48 [2020-12-15T02:48:48.710Z]  ---> a2e6645214d1
02:48:48 [2020-12-15T02:48:48.710Z] Successfully built a2e6645214d1
02:48:48 [2020-12-15T02:48:48.710Z] Successfully tagged busybox:latest
02:48:48 [2020-12-15T02:48:48.710Z] INFO: Docker images of the daemon under test
02:48:48 [2020-12-15T02:48:48.710Z] 
02:48:48 [2020-12-15T02:48:48.710Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
02:48:48 [2020-12-15T02:48:48.710Z] busybox                                latest              a2e6645214d1        Less than a second ago   5.19GB
02:48:48 [2020-12-15T02:48:48.710Z] mcr.microsoft.com/windows/servercore   ltsc2019            c0773f9ce353        11 days ago              5.12GB
02:48:48 [2020-12-15T02:48:48.710Z] microsoft/windowsservercore            latest              c0773f9ce353        11 days ago              5.12GB
02:48:48 [2020-12-15T02:48:48.710Z] 
02:48:48 [2020-12-15T02:48:48.710Z] INFO: Running integration tests at 12/15/2020 02:48:48...
02:48:48 [2020-12-15T02:48:48.710Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
02:48:48 [2020-12-15T02:48:48.710Z] INFO: Integration API tests being run from the host:
02:48:48 [2020-12-15T02:48:48.710Z] INFO: make.ps1 starting at 12/15/2020 02:48:48
02:48:49 [2020-12-15T02:48:49.679Z] Running D:\gopath\src\github.com\docker\docker\integration\build
02:48:50 [2020-12-15T02:48:50.147Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.74s)
02:48:50 [2020-12-15T02:48:50.147Z] PASS
02:48:50 [2020-12-15T02:48:50.147Z] 
02:48:50 [2020-12-15T02:48:50.147Z] === Skipped
02:48:50 [2020-12-15T02:48:50.147Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
02:48:50 [2020-12-15T02:48:50.147Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:50 [2020-12-15T02:48:50.147Z] 
02:48:50 [2020-12-15T02:48:50.147Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
02:48:50 [2020-12-15T02:48:50.147Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:50 [2020-12-15T02:48:50.147Z] 
02:48:50 [2020-12-15T02:48:50.147Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
02:48:50 [2020-12-15T02:48:50.147Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:50 [2020-12-15T02:48:50.147Z] 
02:48:50 [2020-12-15T02:48:50.148Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
02:48:50 [2020-12-15T02:48:50.148Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:50 [2020-12-15T02:48:50.148Z] 
02:48:50 [2020-12-15T02:48:50.148Z] 
02:48:50 [2020-12-15T02:48:50.148Z] DONE 17 tests, 4 skipped in 27.612s
02:48:50 [2020-12-15T02:48:50.148Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m 
02:48:50 [2020-12-15T02:48:50.148Z] ++ 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
02:48:50 [2020-12-15T02:48:50.148Z] ++ set -e
02:48:50 [2020-12-15T02:48:50.148Z] ++ '[' -n 0 ']'
02:48:50 [2020-12-15T02:48:50.148Z] ++ set -x
02:48:50 [2020-12-15T02:48:50.148Z] ++ 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
02:48:50 [2020-12-15T02:48:50.148Z] INFO: Testing against a local daemon
02:48:50 [2020-12-15T02:48:50.148Z] === RUN   TestPluginInvalidJSON
02:48:50 [2020-12-15T02:48:50.148Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
02:48:50 [2020-12-15T02:48:50.148Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
02:48:50 [2020-12-15T02:48:50.148Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
02:48:50 [2020-12-15T02:48:50.148Z] --- PASS: TestPluginInvalidJSON (0.02s)
02:48:50 [2020-12-15T02:48:50.148Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
02:48:50 [2020-12-15T02:48:50.148Z] === RUN   TestPluginInstall
02:48:50 [2020-12-15T02:48:50.148Z] === RUN   TestPluginInstall/no_auth
02:48:50 [2020-12-15T02:48:50.148Z] time="2020-12-15T02:48:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:48:50 [2020-12-15T02:48:50.148Z] time="2020-12-15T02:48:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88b5b6448081f37d8fa30e267d7ff40200ddf30cd9145faec2ac067b45765fd0" mediatype=application/vnd.docker.plugin.v1+json size=522
02:48:50 [2020-12-15T02:48:50.148Z] time="2020-12-15T02:48:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:48:50 [2020-12-15T02:48:50.148Z] time="2020-12-15T02:48:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88b5b6448081f37d8fa30e267d7ff40200ddf30cd9145faec2ac067b45765fd0" mediatype=application/vnd.docker.plugin.v1+json size=522
02:48:50 [2020-12-15T02:48:50.148Z] === RUN   TestPluginInstall/with_htpasswd
02:48:50 [2020-12-15T02:48:50.365Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
02:48:50 [2020-12-15T02:48:50.365Z] === RUN   TestDockerNetworkMacvlan
02:48:50 [2020-12-15T02:48:50.624Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
02:48:50 [2020-12-15T02:48:50.784Z] time="2020-12-15T02:48:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:48:50 [2020-12-15T02:48:50.784Z] time="2020-12-15T02:48:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0fd6f2eb6bb25f53100e6cd5328c6bd18db1fd01c2fa3390f314f16576f3eeef" mediatype=application/vnd.docker.plugin.v1+json size=522
02:48:50 [2020-12-15T02:48:50.784Z] time="2020-12-15T02:48:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:48:50 [2020-12-15T02:48:50.784Z] time="2020-12-15T02:48:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0fd6f2eb6bb25f53100e6cd5328c6bd18db1fd01c2fa3390f314f16576f3eeef" mediatype=application/vnd.docker.plugin.v1+json size=522
02:48:50 [2020-12-15T02:48:50.883Z] === RUN   TestDockerNetworkMacvlan/Subinterface
02:48:51 [2020-12-15T02:48:51.079Z] === RUN   TestPluginInstall/with_insecure
02:48:51 [2020-12-15T02:48:51.821Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
02:48:52 [2020-12-15T02:48:52.585Z] time="2020-12-15T02:48:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:48:52 [2020-12-15T02:48:52.585Z] time="2020-12-15T02:48:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e0a3a8069c8717c8375a651012a98df493b660c45ab5297275e44d64c2d12fe1" mediatype=application/vnd.docker.plugin.v1+json size=522
02:48:52 [2020-12-15T02:48:52.585Z] time="2020-12-15T02:48:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:48:52 [2020-12-15T02:48:52.585Z] time="2020-12-15T02:48:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:e0a3a8069c8717c8375a651012a98df493b660c45ab5297275e44d64c2d12fe1" mediatype=application/vnd.docker.plugin.v1+json size=522
02:48:52 [2020-12-15T02:48:52.585Z] --- PASS: TestPluginInstall (4.28s)
02:48:52 [2020-12-15T02:48:52.585Z]     --- PASS: TestPluginInstall/no_auth (1.97s)
02:48:52 [2020-12-15T02:48:52.585Z]     --- PASS: TestPluginInstall/with_htpasswd (0.93s)
02:48:52 [2020-12-15T02:48:52.585Z]     --- PASS: TestPluginInstall/with_insecure (1.37s)
02:48:52 [2020-12-15T02:48:52.585Z]         plugin_test.go:157: [da0320d17e97a] daemon is not started
02:48:52 [2020-12-15T02:48:52.585Z] PASS
02:48:52 [2020-12-15T02:48:52.585Z] 
02:48:52 [2020-12-15T02:48:52.585Z] DONE 6 tests in 4.372s
02:48:52 [2020-12-15T02:48:52.585Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
02:48:52 [2020-12-15T02:48:52.585Z] ++ 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
02:48:52 [2020-12-15T02:48:52.585Z] ++ set -e
02:48:52 [2020-12-15T02:48:52.585Z] ++ '[' -n 0 ']'
02:48:52 [2020-12-15T02:48:52.585Z] ++ set -x
02:48:52 [2020-12-15T02:48:52.585Z] ++ 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
02:48:52 [2020-12-15T02:48:52.585Z] INFO: Testing against a local daemon
02:48:52 [2020-12-15T02:48:52.585Z] === RUN   TestExternalGraphDriver
02:48:52 [2020-12-15T02:48:52.761Z] === RUN   TestDockerNetworkMacvlan/NilParent
02:48:52 [2020-12-15T02:48:52.906Z] === RUN   TestExternalGraphDriver/json
02:48:53 [2020-12-15T02:48:53.698Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
02:48:54 [2020-12-15T02:48:54.425Z] === RUN   TestExternalGraphDriver/spec
02:48:54 [2020-12-15T02:48:54.636Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
02:48:55 [2020-12-15T02:48:55.204Z] === RUN   TestDockerNetworkMacvlan/InternalMode
02:48:56 [2020-12-15T02:48:56.502Z] === RUN   TestExternalGraphDriver/pull
02:48:57 [2020-12-15T02:48:57.110Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
02:48:57 [2020-12-15T02:48:57.110Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
02:48:57 [2020-12-15T02:48:57.368Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
02:48:58 [2020-12-15T02:48:58.572Z] --- PASS: TestExternalGraphDriver (5.57s)
02:48:58 [2020-12-15T02:48:58.572Z]     --- PASS: TestExternalGraphDriver/json (1.80s)
02:48:58 [2020-12-15T02:48:58.572Z]     --- PASS: TestExternalGraphDriver/spec (1.79s)
02:48:58 [2020-12-15T02:48:58.572Z]     --- PASS: TestExternalGraphDriver/pull (1.86s)
02:48:58 [2020-12-15T02:48:58.572Z] === RUN   TestGraphdriverPluginV2
02:48:58 [2020-12-15T02:48:58.572Z] --- SKIP: TestGraphdriverPluginV2 (0.06s)
02:48:58 [2020-12-15T02:48:58.572Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:58 [2020-12-15T02:48:58.572Z] PASS
02:48:58 [2020-12-15T02:48:58.572Z] 
02:48:58 [2020-12-15T02:48:58.572Z] === Skipped
02:48:58 [2020-12-15T02:48:58.572Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s)
02:48:58 [2020-12-15T02:48:58.572Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:48:58 [2020-12-15T02:48:58.572Z] 
02:48:58 [2020-12-15T02:48:58.572Z] 
02:48:58 [2020-12-15T02:48:58.572Z] DONE 5 tests, 1 skipped in 5.697s
02:48:58 [2020-12-15T02:48:58.572Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m 
02:48:58 [2020-12-15T02:48:58.572Z] ++ 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
02:48:58 [2020-12-15T02:48:58.572Z] ++ set -e
02:48:58 [2020-12-15T02:48:58.572Z] ++ '[' -n 0 ']'
02:48:58 [2020-12-15T02:48:58.572Z] ++ set -x
02:48:58 [2020-12-15T02:48:58.572Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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
02:48:58 [2020-12-15T02:48:58.572Z] INFO: Testing against a local daemon
02:48:58 [2020-12-15T02:48:58.572Z] === RUN   TestContinueAfterPluginCrash
02:48:58 [2020-12-15T02:48:58.572Z] === PAUSE TestContinueAfterPluginCrash
02:48:58 [2020-12-15T02:48:58.572Z] === RUN   TestReadPluginNoRead
02:48:58 [2020-12-15T02:48:58.572Z] === PAUSE TestReadPluginNoRead
02:48:58 [2020-12-15T02:48:58.572Z] === RUN   TestDaemonStartWithLogOpt
02:48:58 [2020-12-15T02:48:58.572Z] === PAUSE TestDaemonStartWithLogOpt
02:48:58 [2020-12-15T02:48:58.572Z] === CONT  TestContinueAfterPluginCrash
02:48:58 [2020-12-15T02:48:58.572Z] === CONT  TestDaemonStartWithLogOpt
02:48:58 [2020-12-15T02:48:58.572Z] === CONT  TestReadPluginNoRead
02:49:00 [2020-12-15T02:49:00.681Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
02:49:01 [2020-12-15T02:49:01.248Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
02:49:02 [2020-12-15T02:49:02.185Z] === RUN   TestDockerNetworkMacvlan/Addressing
02:49:02 [2020-12-15T02:49:02.752Z] === RUN   TestDockerSuite/TestBuildMultipleTags
02:49:03 [2020-12-15T02:49:03.069Z] === RUN   TestReadPluginNoRead/default
02:49:03 [2020-12-15T02:49:03.318Z] === RUN   TestDockerSuite/TestBuildNetContainer
02:49:03 [2020-12-15T02:49:03.577Z] --- PASS: TestDockerNetworkMacvlan (13.52s)
02:49:03 [2020-12-15T02:49:03.577Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
02:49:03 [2020-12-15T02:49:03.577Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s)
02:49:03 [2020-12-15T02:49:03.577Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.23s)
02:49:03 [2020-12-15T02:49:03.577Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.23s)
02:49:03 [2020-12-15T02:49:03.577Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.41s)
02:49:03 [2020-12-15T02:49:03.577Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (0.98s)
02:49:03 [2020-12-15T02:49:03.577Z] PASS
02:49:03 [2020-12-15T02:49:03.577Z] 
02:49:03 [2020-12-15T02:49:03.577Z] DONE 8 tests in 15.103s
02:49:03 [2020-12-15T02:49:03.577Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
02:49:03 [2020-12-15T02:49:03.577Z] ++ 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
02:49:03 [2020-12-15T02:49:03.577Z] ++ set -e
02:49:03 [2020-12-15T02:49:03.577Z] ++ '[' -n 0 ']'
02:49:03 [2020-12-15T02:49:03.577Z] ++ set -x
02:49:03 [2020-12-15T02:49:03.577Z] ++ 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
02:49:03 [2020-12-15T02:49:03.577Z] testing: warning: no tests to run
02:49:03 [2020-12-15T02:49:03.577Z] PASS
02:49:03 [2020-12-15T02:49:03.577Z] 
02:49:03 [2020-12-15T02:49:03.577Z] DONE 0 tests in 0.029s
02:49:03 [2020-12-15T02:49:03.577Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
02:49:03 [2020-12-15T02:49:03.577Z] ++ 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
02:49:03 [2020-12-15T02:49:03.577Z] ++ set -e
02:49:03 [2020-12-15T02:49:03.577Z] ++ '[' -n 0 ']'
02:49:03 [2020-12-15T02:49:03.577Z] ++ set -x
02:49:03 [2020-12-15T02:49:03.577Z] ++ 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
02:49:03 [2020-12-15T02:49:03.703Z] --- PASS: TestDaemonStartWithLogOpt (5.29s)
02:49:03 [2020-12-15T02:49:03.836Z] INFO: Testing against a local daemon
02:49:03 [2020-12-15T02:49:03.836Z] === RUN   TestAuthZPluginAllowRequest
02:49:04 [2020-12-15T02:49:04.095Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
02:49:04 [2020-12-15T02:49:04.744Z] === RUN   TestReadPluginNoRead/disabled_caching
02:49:05 [2020-12-15T02:49:05.033Z] === RUN   TestDockerSuite/TestBuildNetNone
02:49:05 [2020-12-15T02:49:05.601Z] --- PASS: TestAuthZPluginAllowRequest (1.72s)
02:49:05 [2020-12-15T02:49:05.601Z] === RUN   TestAuthZPluginTLS
02:49:05 [2020-12-15T02:49:05.601Z] === RUN   TestDockerSuite/TestBuildNoContext
02:49:06 [2020-12-15T02:49:06.170Z] --- PASS: TestAuthZPluginTLS (0.59s)
02:49:06 [2020-12-15T02:49:06.170Z] === RUN   TestAuthZPluginDenyRequest
02:49:06 [2020-12-15T02:49:06.275Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
02:49:06 [2020-12-15T02:49:06.737Z] --- PASS: TestAuthZPluginDenyRequest (0.59s)
02:49:06 [2020-12-15T02:49:06.737Z] === RUN   TestAuthZPluginAPIDenyResponse
02:49:06 [2020-12-15T02:49:06.737Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
02:49:07 [2020-12-15T02:49:07.306Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
02:49:07 [2020-12-15T02:49:07.306Z] === RUN   TestAuthZPluginDenyResponse
02:49:07 [2020-12-15T02:49:07.789Z] --- PASS: TestReadPluginNoRead (9.27s)
02:49:07 [2020-12-15T02:49:07.789Z]     --- PASS: TestReadPluginNoRead/default (1.55s)
02:49:07 [2020-12-15T02:49:07.789Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.47s)
02:49:07 [2020-12-15T02:49:07.789Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.43s)
02:49:07 [2020-12-15T02:49:07.789Z]     read_test.go:92: [da1ab69231fd3] daemon is not started
02:49:07 [2020-12-15T02:49:07.876Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
02:49:07 [2020-12-15T02:49:07.876Z] --- PASS: TestAuthZPluginDenyResponse (0.59s)
02:49:07 [2020-12-15T02:49:07.876Z] === RUN   TestAuthZPluginAllowEventStream
02:49:08 [2020-12-15T02:49:08.838Z] --- PASS: TestContinueAfterPluginCrash (10.47s)
02:49:08 [2020-12-15T02:49:08.838Z] PASS
02:49:08 [2020-12-15T02:49:08.838Z] 
02:49:08 [2020-12-15T02:49:08.838Z] DONE 6 tests in 10.547s
02:49:08 [2020-12-15T02:49:08.838Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
02:49:08 [2020-12-15T02:49:08.838Z] ++ 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
02:49:08 [2020-12-15T02:49:08.838Z] ++ set -e
02:49:08 [2020-12-15T02:49:08.838Z] ++ '[' -n 0 ']'
02:49:08 [2020-12-15T02:49:08.838Z] ++ set -x
02:49:08 [2020-12-15T02:49:08.838Z] ++ 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
02:49:08 [2020-12-15T02:49:08.838Z] testing: warning: no tests to run
02:49:08 [2020-12-15T02:49:08.838Z] PASS
02:49:08 [2020-12-15T02:49:08.838Z] 
02:49:08 [2020-12-15T02:49:08.838Z] DONE 0 tests in 0.019s
02:49:08 [2020-12-15T02:49:08.838Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
02:49:08 [2020-12-15T02:49:08.839Z] ++ 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
02:49:08 [2020-12-15T02:49:08.839Z] ++ set -e
02:49:08 [2020-12-15T02:49:08.839Z] ++ '[' -n 0 ']'
02:49:08 [2020-12-15T02:49:08.839Z] ++ set -x
02:49:08 [2020-12-15T02:49:08.839Z] ++ 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
02:49:08 [2020-12-15T02:49:08.839Z] INFO: Testing against a local daemon
02:49:08 [2020-12-15T02:49:08.839Z] === RUN   TestPluginWithDevMounts
02:49:08 [2020-12-15T02:49:08.839Z] === PAUSE TestPluginWithDevMounts
02:49:08 [2020-12-15T02:49:08.839Z] === CONT  TestPluginWithDevMounts
02:49:09 [2020-12-15T02:49:09.783Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
02:49:09 [2020-12-15T02:49:09.783Z] --- PASS: TestAuthZPluginAllowEventStream (1.82s)
02:49:09 [2020-12-15T02:49:09.783Z] === RUN   TestAuthZPluginErrorResponse
02:49:10 [2020-12-15T02:49:10.043Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
02:49:10 [2020-12-15T02:49:10.043Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
02:49:10 [2020-12-15T02:49:10.302Z] --- PASS: TestAuthZPluginErrorResponse (0.56s)
02:49:10 [2020-12-15T02:49:10.302Z] === RUN   TestAuthZPluginErrorRequest
02:49:10 [2020-12-15T02:49:10.302Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
02:49:10 [2020-12-15T02:49:10.871Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
02:49:10 [2020-12-15T02:49:10.871Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
02:49:10 [2020-12-15T02:49:10.871Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
02:49:10 [2020-12-15T02:49:10.942Z] --- PASS: TestPluginWithDevMounts (1.82s)
02:49:10 [2020-12-15T02:49:10.942Z] PASS
02:49:10 [2020-12-15T02:49:10.942Z] 
02:49:10 [2020-12-15T02:49:10.942Z] DONE 1 tests in 1.896s
02:49:10 [2020-12-15T02:49:10.942Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m 
02:49:10 [2020-12-15T02:49:10.942Z] ++ 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
02:49:10 [2020-12-15T02:49:10.942Z] ++ set -e
02:49:10 [2020-12-15T02:49:10.942Z] ++ '[' -n 0 ']'
02:49:10 [2020-12-15T02:49:10.942Z] ++ set -x
02:49:10 [2020-12-15T02:49:10.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=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
02:49:10 [2020-12-15T02:49:10.942Z] INFO: Testing against a local daemon
02:49:10 [2020-12-15T02:49:10.942Z] === RUN   TestSecretInspect
02:49:11 [2020-12-15T02:49:11.440Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
02:49:11 [2020-12-15T02:49:11.440Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
02:49:11 [2020-12-15T02:49:11.440Z] === RUN   TestDockerSuite/TestBuildOnBuild
02:49:13 [2020-12-15T02:49:13.032Z] --- PASS: TestSecretInspect (1.91s)
02:49:13 [2020-12-15T02:49:13.032Z] === RUN   TestSecretList
02:49:13 [2020-12-15T02:49:13.346Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
02:49:13 [2020-12-15T02:49:13.346Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.82s)
02:49:13 [2020-12-15T02:49:13.346Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
02:49:13 [2020-12-15T02:49:13.605Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
02:49:14 [2020-12-15T02:49:14.549Z] --- PASS: TestSecretList (1.89s)
02:49:14 [2020-12-15T02:49:14.549Z] === RUN   TestSecretsCreateAndDelete
02:49:14 [2020-12-15T02:49:14.828Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:49:14 [2020-12-15T02:49:14.828Z] INFO: Testing against a local daemon
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithSession
02:49:14 [2020-12-15T02:49:14.828Z] --- SKIP: TestBuildWithSession (0.00s)
02:49:14 [2020-12-15T02:49:14.828Z]     build_session_test.go:25: TODO: BuildKit
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildSquashParent
02:49:14 [2020-12-15T02:49:14.828Z] --- SKIP: TestBuildSquashParent (0.00s)
02:49:14 [2020-12-15T02:49:14.828Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithRemoveAndForceRemove
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:49:14 [2020-12-15T02:49:14.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:49:14 [2020-12-15T02:49:14.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:49:14 [2020-12-15T02:49:14.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:49:14 [2020-12-15T02:49:14.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:49:14 [2020-12-15T02:49:14.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:49:14 [2020-12-15T02:49:14.828Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:49:14 [2020-12-15T02:49:14.828Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:49:14 [2020-12-15T02:49:14.828Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
02:49:14 [2020-12-15T02:49:14.828Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
02:49:14 [2020-12-15T02:49:14.828Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
02:49:14 [2020-12-15T02:49:14.828Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
02:49:14 [2020-12-15T02:49:14.983Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.77s)
02:49:14 [2020-12-15T02:49:14.983Z] === RUN   TestAuthZPluginHeader
02:49:15 [2020-12-15T02:49:15.919Z] --- PASS: TestAuthZPluginHeader (0.85s)
02:49:15 [2020-12-15T02:49:15.919Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
02:49:15 [2020-12-15T02:49:15.919Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
02:49:16 [2020-12-15T02:49:16.623Z] --- PASS: TestSecretsCreateAndDelete (1.88s)
02:49:16 [2020-12-15T02:49:16.623Z] === RUN   TestSecretsUpdate
02:49:17 [2020-12-15T02:49:17.312Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
02:49:18 [2020-12-15T02:49:18.688Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
02:49:18 [2020-12-15T02:49:18.702Z] --- PASS: TestSecretsUpdate (1.93s)
02:49:18 [2020-12-15T02:49:18.702Z] === RUN   TestTemplatedSecret
02:49:20 [2020-12-15T02:49:20.066Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
02:49:20 [2020-12-15T02:49:20.066Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.17s)
02:49:20 [2020-12-15T02:49:20.066Z] === RUN   TestAuthZPluginV2Disable
02:49:20 [2020-12-15T02:49:20.802Z] --- PASS: TestTemplatedSecret (2.42s)
02:49:20 [2020-12-15T02:49:20.802Z] === RUN   TestSecretCreateResolve
02:49:21 [2020-12-15T02:49:21.001Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
02:49:21 [2020-12-15T02:49:21.260Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
02:49:22 [2020-12-15T02:49:22.883Z] --- PASS: TestSecretCreateResolve (1.92s)
02:49:22 [2020-12-15T02:49:22.883Z] PASS
02:49:22 [2020-12-15T02:49:22.883Z] 
02:49:22 [2020-12-15T02:49:22.883Z] DONE 6 tests in 12.020s
02:49:22 [2020-12-15T02:49:22.883Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m 
02:49:22 [2020-12-15T02:49:22.883Z] ++ 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
02:49:22 [2020-12-15T02:49:22.883Z] ++ set -e
02:49:22 [2020-12-15T02:49:22.883Z] ++ '[' -n 0 ']'
02:49:22 [2020-12-15T02:49:22.883Z] ++ set -x
02:49:22 [2020-12-15T02:49:22.883Z] ++ 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
02:49:22 [2020-12-15T02:49:22.883Z] INFO: Testing against a local daemon
02:49:22 [2020-12-15T02:49:22.883Z] === RUN   TestServiceCreateInit
02:49:22 [2020-12-15T02:49:22.883Z] === RUN   TestServiceCreateInit/daemonInitDisabled
02:49:23 [2020-12-15T02:49:23.795Z] --- PASS: TestAuthZPluginV2Disable (3.51s)
02:49:23 [2020-12-15T02:49:23.795Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
02:49:23 [2020-12-15T02:49:23.795Z] === RUN   TestDockerSuite/TestBuildPATH
02:49:25 [2020-12-15T02:49:25.697Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
02:49:26 [2020-12-15T02:49:26.264Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
02:49:26 [2020-12-15T02:49:26.523Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.01s)
02:49:26 [2020-12-15T02:49:26.523Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
02:49:27 [2020-12-15T02:49:27.251Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
02:49:27 [2020-12-15T02:49:27.251Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
02:49:27 [2020-12-15T02:49:27.358Z] === RUN   TestServiceCreateInit/daemonInitEnabled
02:49:27 [2020-12-15T02:49:27.461Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
02:49:30 [2020-12-15T02:49:30.881Z] --- PASS: TestServiceCreateInit (7.37s)
02:49:30 [2020-12-15T02:49:30.881Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (3.72s)
02:49:30 [2020-12-15T02:49:30.881Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (3.61s)
02:49:30 [2020-12-15T02:49:30.881Z] === RUN   TestCreateServiceMultipleTimes
02:49:31 [2020-12-15T02:49:31.556Z] ok  	github.com/docker/docker/cmd/dockerd	0.121s	coverage: 29.2% of statements
02:49:31 [2020-12-15T02:49:31.556Z] ok  	github.com/docker/docker/container	0.119s	coverage: 34.7% of statements
02:49:31 [2020-12-15T02:49:31.556Z] ?   	github.com/docker/docker/container/stream	[no test files]
02:49:31 [2020-12-15T02:49:31.556Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
02:49:31 [2020-12-15T02:49:31.556Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
02:49:31 [2020-12-15T02:49:31.556Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
02:49:34 [2020-12-15T02:49:34.328Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
02:49:34 [2020-12-15T02:49:34.328Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (13.48s)
02:49:34 [2020-12-15T02:49:34.328Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (13.78s)
02:49:34 [2020-12-15T02:49:34.328Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.86s)
02:49:34 [2020-12-15T02:49:34.328Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (14.04s)
02:49:34 [2020-12-15T02:49:34.328Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (7.76s)
02:49:34 [2020-12-15T02:49:34.328Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.52s)
02:49:34 [2020-12-15T02:49:34.328Z] === RUN   TestBuildMultiStageCopy
02:49:34 [2020-12-15T02:49:34.328Z] === RUN   TestBuildMultiStageCopy/copy_to_root
02:49:35 [2020-12-15T02:49:35.582Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
02:49:36 [2020-12-15T02:49:36.806Z] ok  	github.com/docker/docker/daemon/cluster	0.063s	coverage: 0.5% of statements
02:49:38 [2020-12-15T02:49:38.114Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.36s)
02:49:38 [2020-12-15T02:49:38.114Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
02:49:38 [2020-12-15T02:49:38.372Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
02:49:38 [2020-12-15T02:49:38.695Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.008s	coverage: 65.3% of statements
02:49:39 [2020-12-15T02:49:39.764Z] === RUN   TestDockerSuite/TestBuildRm
02:49:40 [2020-12-15T02:49:40.587Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.010s	coverage: 35.9% of statements
02:49:41 [2020-12-15T02:49:41.409Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
02:49:42 [2020-12-15T02:49:42.297Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
02:49:42 [2020-12-15T02:49:42.378Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
02:49:42 [2020-12-15T02:49:42.556Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
02:49:43 [2020-12-15T02:49:43.124Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
02:49:43 [2020-12-15T02:49:43.346Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
02:49:43 [2020-12-15T02:49:43.383Z] === RUN   TestDockerSuite/TestBuildScratchCopy
02:49:43 [2020-12-15T02:49:43.950Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
02:49:44 [2020-12-15T02:49:44.210Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
02:49:44 [2020-12-15T02:49:44.315Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
02:49:45 [2020-12-15T02:49:45.286Z] --- PASS: TestBuildMultiStageCopy (12.08s)
02:49:45 [2020-12-15T02:49:45.286Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (8.19s)
02:49:45 [2020-12-15T02:49:45.286Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.75s)
02:49:45 [2020-12-15T02:49:45.286Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.90s)
02:49:45 [2020-12-15T02:49:45.286Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.06s)
02:49:45 [2020-12-15T02:49:45.286Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.17s)
02:49:45 [2020-12-15T02:49:45.286Z] === RUN   TestBuildMultiStageParentConfig
02:49:45 [2020-12-15T02:49:45.588Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
02:49:46 [2020-12-15T02:49:46.246Z] --- PASS: TestCreateServiceMultipleTimes (15.31s)
02:49:46 [2020-12-15T02:49:46.246Z] === RUN   TestCreateServiceConflict
02:49:46 [2020-12-15T02:49:46.525Z] === RUN   TestDockerSuite/TestBuildShellInherited
02:49:47 [2020-12-15T02:49:47.092Z] === RUN   TestDockerSuite/TestBuildShellMultiple
02:49:47 [2020-12-15T02:49:47.466Z] --- PASS: TestBuildMultiStageParentConfig (1.91s)
02:49:47 [2020-12-15T02:49:47.467Z] === RUN   TestBuildLabelWithTargets
02:49:47 [2020-12-15T02:49:47.467Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
02:49:47 [2020-12-15T02:49:47.467Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
02:49:47 [2020-12-15T02:49:47.467Z] === RUN   TestBuildWithEmptyLayers
02:49:47 [2020-12-15T02:49:47.757Z] --- PASS: TestCreateServiceConflict (1.94s)
02:49:47 [2020-12-15T02:49:47.757Z] === RUN   TestCreateServiceMaxReplicas
02:49:48 [2020-12-15T02:49:48.435Z] --- PASS: TestBuildWithEmptyLayers (0.92s)
02:49:48 [2020-12-15T02:49:48.435Z] === RUN   TestBuildMultiStageOnBuild
02:49:50 [2020-12-15T02:49:50.377Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
02:49:50 [2020-12-15T02:49:50.377Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
02:49:50 [2020-12-15T02:49:50.377Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
02:49:50 [2020-12-15T02:49:50.377Z] === RUN   TestDockerSuite/TestBuildSpaces
02:49:50 [2020-12-15T02:49:50.377Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
02:49:50 [2020-12-15T02:49:50.505Z] --- PASS: TestCreateServiceMaxReplicas (2.65s)
02:49:50 [2020-12-15T02:49:50.505Z] === RUN   TestCreateWithDuplicateNetworkNames
02:49:50 [2020-12-15T02:49:50.529Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.442s	coverage: 14.1% of statements
02:49:50 [2020-12-15T02:49:50.529Z] ok  	github.com/docker/docker/daemon	12.232s	coverage: 17.2% of statements
02:49:50 [2020-12-15T02:49:50.529Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
02:49:50 [2020-12-15T02:49:50.529Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
02:49:50 [2020-12-15T02:49:50.946Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
02:49:51 [2020-12-15T02:49:51.205Z] === RUN   TestDockerSuite/TestBuildStderr
02:49:51 [2020-12-15T02:49:51.456Z] ok  	github.com/docker/docker/daemon/config	0.053s	coverage: 81.8% of statements
02:49:51 [2020-12-15T02:49:51.456Z] ok  	github.com/docker/docker/daemon/discovery	0.004s	coverage: 30.0% of statements
02:49:51 [2020-12-15T02:49:51.774Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
02:49:52 [2020-12-15T02:49:52.821Z] ok  	github.com/docker/docker/daemon/events	0.070s	coverage: 50.0% of statements
02:49:52 [2020-12-15T02:49:52.821Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
02:49:52 [2020-12-15T02:49:52.821Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
02:49:53 [2020-12-15T02:49:53.078Z] ok  	github.com/docker/docker/daemon/graphdriver	0.018s	coverage: 2.2% of statements
02:49:54 [2020-12-15T02:49:54.307Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.59s)
02:49:54 [2020-12-15T02:49:54.307Z] PASS
02:49:54 [2020-12-15T02:49:54.307Z] 
02:49:54 [2020-12-15T02:49:54.307Z] DONE 17 tests in 50.790s
02:49:54 [2020-12-15T02:49:54.307Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
02:49:54 [2020-12-15T02:49:54.307Z] ++ 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
02:49:54 [2020-12-15T02:49:54.307Z] ++ set -e
02:49:54 [2020-12-15T02:49:54.307Z] ++ '[' -n 0 ']'
02:49:54 [2020-12-15T02:49:54.307Z] ++ set -x
02:49:54 [2020-12-15T02:49:54.307Z] ++ 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
02:49:54 [2020-12-15T02:49:54.565Z] === RUN   TestDockerSuite/TestBuildStopSignal
02:49:54 [2020-12-15T02:49:54.565Z] INFO: Testing against a local daemon
02:49:54 [2020-12-15T02:49:54.565Z] === RUN   TestPluginInvalidJSON
02:49:54 [2020-12-15T02:49:54.565Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
02:49:54 [2020-12-15T02:49:54.565Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
02:49:54 [2020-12-15T02:49:54.565Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
02:49:54 [2020-12-15T02:49:54.565Z] --- PASS: TestPluginInvalidJSON (0.02s)
02:49:54 [2020-12-15T02:49:54.565Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
02:49:54 [2020-12-15T02:49:54.565Z] === RUN   TestPluginInstall
02:49:54 [2020-12-15T02:49:54.566Z] === RUN   TestPluginInstall/no_auth
02:49:55 [2020-12-15T02:49:55.502Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
02:49:56 [2020-12-15T02:49:56.070Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
02:49:56 [2020-12-15T02:49:56.345Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	1.519s	coverage: 73.1% of statements
02:49:56 [2020-12-15T02:49:56.345Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.007s	coverage: 2.9% of statements
02:49:57 [2020-12-15T02:49:57.008Z] === RUN   TestDockerSuite/TestBuildTagEvent
02:49:57 [2020-12-15T02:49:57.267Z] time="2020-12-15T02:49:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:49:57 [2020-12-15T02:49:57.267Z] time="2020-12-15T02:49:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7c7a9db68f25575927dd3a9cce83070dec8505c9148a2f25c662df1bdfc197a" mediatype=application/vnd.docker.plugin.v1+json size=522
02:49:57 [2020-12-15T02:49:57.267Z] time="2020-12-15T02:49:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:49:57 [2020-12-15T02:49:57.267Z] time="2020-12-15T02:49:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d7c7a9db68f25575927dd3a9cce83070dec8505c9148a2f25c662df1bdfc197a" mediatype=application/vnd.docker.plugin.v1+json size=522
02:49:57 [2020-12-15T02:49:57.537Z] === RUN   TestPluginInstall/with_htpasswd
02:49:57 [2020-12-15T02:49:57.711Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.413s	coverage: 56.2% of statements
02:49:57 [2020-12-15T02:49:57.795Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
02:49:58 [2020-12-15T02:49:58.362Z] time="2020-12-15T02:49:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:49:58 [2020-12-15T02:49:58.362Z] time="2020-12-15T02:49:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5389e37119ae9539a3e0abc18b0a94ef341e97d29d3f2df93af3d8c034a8b7d" mediatype=application/vnd.docker.plugin.v1+json size=522
02:49:58 [2020-12-15T02:49:58.362Z] time="2020-12-15T02:49:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:49:58 [2020-12-15T02:49:58.362Z] time="2020-12-15T02:49:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d5389e37119ae9539a3e0abc18b0a94ef341e97d29d3f2df93af3d8c034a8b7d" mediatype=application/vnd.docker.plugin.v1+json size=522
02:49:58 [2020-12-15T02:49:58.621Z] === RUN   TestPluginInstall/with_insecure
02:49:59 [2020-12-15T02:49:59.189Z] === RUN   TestDockerSuite/TestBuildUser
02:49:59 [2020-12-15T02:49:59.761Z] time="2020-12-15T02:49:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:49:59 [2020-12-15T02:49:59.761Z] time="2020-12-15T02:49:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a77b4d5d60801fe804dd2652555b40cbfedcc54e55d93260a68575cd556bb35" mediatype=application/vnd.docker.plugin.v1+json size=522
02:49:59 [2020-12-15T02:49:59.761Z] time="2020-12-15T02:49:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
02:49:59 [2020-12-15T02:49:59.761Z] time="2020-12-15T02:49:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0a77b4d5d60801fe804dd2652555b40cbfedcc54e55d93260a68575cd556bb35" mediatype=application/vnd.docker.plugin.v1+json size=522
02:50:00 [2020-12-15T02:50:00.241Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.010s	coverage: 1.8% of statements
02:50:00 [2020-12-15T02:50:00.330Z] --- PASS: TestPluginInstall (5.58s)
02:50:00 [2020-12-15T02:50:00.330Z]     --- PASS: TestPluginInstall/no_auth (2.93s)
02:50:00 [2020-12-15T02:50:00.330Z]     --- PASS: TestPluginInstall/with_htpasswd (1.14s)
02:50:00 [2020-12-15T02:50:00.330Z]     --- PASS: TestPluginInstall/with_insecure (1.51s)
02:50:00 [2020-12-15T02:50:00.330Z]         plugin_test.go:157: [d071f24627c66] daemon is not started
02:50:00 [2020-12-15T02:50:00.330Z] PASS
02:50:00 [2020-12-15T02:50:00.330Z] 
02:50:00 [2020-12-15T02:50:00.330Z] DONE 6 tests in 5.792s
02:50:00 [2020-12-15T02:50:00.330Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
02:50:00 [2020-12-15T02:50:00.330Z] ++ 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
02:50:00 [2020-12-15T02:50:00.330Z] ++ set -e
02:50:00 [2020-12-15T02:50:00.330Z] ++ '[' -n 0 ']'
02:50:00 [2020-12-15T02:50:00.330Z] ++ set -x
02:50:00 [2020-12-15T02:50:00.330Z] ++ 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
02:50:00 [2020-12-15T02:50:00.330Z] INFO: Testing against a local daemon
02:50:00 [2020-12-15T02:50:00.330Z] === RUN   TestExternalGraphDriver
02:50:00 [2020-12-15T02:50:00.588Z] === RUN   TestExternalGraphDriver/json
02:50:00 [2020-12-15T02:50:00.817Z] --- PASS: TestBuildMultiStageOnBuild (11.37s)
02:50:00 [2020-12-15T02:50:00.817Z] === RUN   TestBuildUncleanTarFilenames
02:50:00 [2020-12-15T02:50:00.817Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
02:50:00 [2020-12-15T02:50:00.817Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
02:50:00 [2020-12-15T02:50:00.817Z] === RUN   TestBuildMultiStageLayerLeak
02:50:00 [2020-12-15T02:50:00.847Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
02:50:01 [2020-12-15T02:50:01.195Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.484s	coverage: 45.9% of statements
02:50:01 [2020-12-15T02:50:01.195Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
02:50:02 [2020-12-15T02:50:02.165Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.365s	coverage: 49.5% of statements
02:50:02 [2020-12-15T02:50:02.752Z] === RUN   TestExternalGraphDriver/spec
02:50:03 [2020-12-15T02:50:03.144Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.81s)
02:50:03 [2020-12-15T02:50:03.144Z] === RUN   TestCreateServiceSecretFileMode
02:50:03 [2020-12-15T02:50:03.689Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
02:50:04 [2020-12-15T02:50:04.076Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.687s	coverage: 57.7% of statements
02:50:04 [2020-12-15T02:50:04.076Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
02:50:04 [2020-12-15T02:50:04.076Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
02:50:04 [2020-12-15T02:50:04.076Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.022s	coverage: 58.0% of statements
02:50:04 [2020-12-15T02:50:04.625Z] === RUN   TestExternalGraphDriver/pull
02:50:05 [2020-12-15T02:50:05.222Z] --- PASS: TestCreateServiceSecretFileMode (2.24s)
02:50:05 [2020-12-15T02:50:05.222Z] === RUN   TestCreateServiceConfigFileMode
02:50:05 [2020-12-15T02:50:05.964Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.007s	coverage: 3.0% of statements
02:50:06 [2020-12-15T02:50:06.530Z] --- PASS: TestExternalGraphDriver (5.78s)
02:50:06 [2020-12-15T02:50:06.530Z]     --- PASS: TestExternalGraphDriver/json (1.98s)
02:50:06 [2020-12-15T02:50:06.530Z]     --- PASS: TestExternalGraphDriver/spec (1.93s)
02:50:06 [2020-12-15T02:50:06.530Z]     --- PASS: TestExternalGraphDriver/pull (1.77s)
02:50:06 [2020-12-15T02:50:06.530Z] === RUN   TestGraphdriverPluginV2
02:50:06 [2020-12-15T02:50:06.891Z] ok  	github.com/docker/docker/daemon/links	0.009s	coverage: 93.0% of statements
02:50:07 [2020-12-15T02:50:07.312Z] --- PASS: TestCreateServiceConfigFileMode (2.20s)
02:50:07 [2020-12-15T02:50:07.312Z] === RUN   TestCreateServiceSysctls
02:50:07 [2020-12-15T02:50:07.453Z] ok  	github.com/docker/docker/daemon/images	0.017s	coverage: 6.5% of statements
02:50:07 [2020-12-15T02:50:07.453Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
02:50:07 [2020-12-15T02:50:07.453Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
02:50:07 [2020-12-15T02:50:07.905Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
02:50:09 [2020-12-15T02:50:09.341Z] ok  	github.com/docker/docker/daemon/logger	0.220s	coverage: 41.0% of statements
02:50:09 [2020-12-15T02:50:09.395Z] --- PASS: TestBuildMultiStageLayerLeak (9.26s)
02:50:09 [2020-12-15T02:50:09.395Z] === RUN   TestBuildWithHugeFile
02:50:09 [2020-12-15T02:50:09.902Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.188s	coverage: 77.4% of statements
02:50:09 [2020-12-15T02:50:09.902Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
02:50:09 [2020-12-15T02:50:09.902Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
02:50:10 [2020-12-15T02:50:10.464Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.013s	coverage: 67.0% of statements
02:50:10 [2020-12-15T02:50:10.835Z] --- PASS: TestCreateServiceSysctls (3.10s)
02:50:10 [2020-12-15T02:50:10.835Z] === RUN   TestCreateServiceCapabilities
02:50:11 [2020-12-15T02:50:11.196Z] --- PASS: TestGraphdriverPluginV2 (5.09s)
02:50:11 [2020-12-15T02:50:11.196Z] PASS
02:50:11 [2020-12-15T02:50:11.196Z] 
02:50:11 [2020-12-15T02:50:11.196Z] DONE 5 tests in 11.034s
02:50:11 [2020-12-15T02:50:11.196Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
02:50:11 [2020-12-15T02:50:11.196Z] ++ 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
02:50:11 [2020-12-15T02:50:11.196Z] ++ set -e
02:50:11 [2020-12-15T02:50:11.196Z] ++ '[' -n 0 ']'
02:50:11 [2020-12-15T02:50:11.196Z] ++ set -x
02:50:11 [2020-12-15T02:50:11.196Z] ++ 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
02:50:11 [2020-12-15T02:50:11.392Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
02:50:11 [2020-12-15T02:50:11.456Z] INFO: Testing against a local daemon
02:50:11 [2020-12-15T02:50:11.456Z] === RUN   TestContinueAfterPluginCrash
02:50:11 [2020-12-15T02:50:11.456Z] === PAUSE TestContinueAfterPluginCrash
02:50:11 [2020-12-15T02:50:11.456Z] === RUN   TestReadPluginNoRead
02:50:11 [2020-12-15T02:50:11.456Z] === PAUSE TestReadPluginNoRead
02:50:11 [2020-12-15T02:50:11.456Z] === RUN   TestDaemonStartWithLogOpt
02:50:11 [2020-12-15T02:50:11.456Z] === PAUSE TestDaemonStartWithLogOpt
02:50:11 [2020-12-15T02:50:11.456Z] === CONT  TestContinueAfterPluginCrash
02:50:11 [2020-12-15T02:50:11.456Z] === CONT  TestDaemonStartWithLogOpt
02:50:11 [2020-12-15T02:50:11.954Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.008s	coverage: 87.2% of statements
02:50:11 [2020-12-15T02:50:11.954Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.007s	coverage: 61.6% of statements
02:50:12 [2020-12-15T02:50:12.905Z] --- PASS: TestCreateServiceCapabilities (2.28s)
02:50:12 [2020-12-15T02:50:12.905Z] === RUN   TestInspect
02:50:13 [2020-12-15T02:50:13.318Z] ok  	github.com/docker/docker/daemon/logger/local	0.015s	coverage: 75.2% of statements
02:50:13 [2020-12-15T02:50:13.318Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
02:50:13 [2020-12-15T02:50:13.574Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.034s	coverage: 59.3% of statements
02:50:14 [2020-12-15T02:50:14.941Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.009s	coverage: 33.3% of statements
02:50:15 [2020-12-15T02:50:15.683Z] --- PASS: TestInspect (2.47s)
02:50:15 [2020-12-15T02:50:15.683Z] === RUN   TestCreateJob
02:50:16 [2020-12-15T02:50:16.308Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.004s	coverage: 46.8% of statements
02:50:16 [2020-12-15T02:50:16.870Z] ok  	github.com/docker/docker/daemon/logger/templates	0.003s	coverage: 8.3% of statements
02:50:17 [2020-12-15T02:50:17.126Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.683s	coverage: 82.5% of statements
02:50:17 [2020-12-15T02:50:17.126Z] ?   	github.com/docker/docker/daemon/names	[no test files]
02:50:17 [2020-12-15T02:50:17.688Z] ok  	github.com/docker/docker/daemon/network	0.006s	coverage: 63.8% of statements
02:50:17 [2020-12-15T02:50:17.688Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
02:50:18 [2020-12-15T02:50:18.026Z] --- PASS: TestDaemonStartWithLogOpt (5.46s)
02:50:18 [2020-12-15T02:50:18.026Z] === CONT  TestReadPluginNoRead
02:50:18 [2020-12-15T02:50:18.026Z] === RUN   TestDockerSuite/TestBuildVerboseOut
02:50:18 [2020-12-15T02:50:18.435Z] --- PASS: TestCreateJob (3.04s)
02:50:18 [2020-12-15T02:50:18.435Z] === RUN   TestReplicatedJob
02:50:18 [2020-12-15T02:50:18.598Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
02:50:19 [2020-12-15T02:50:19.171Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
02:50:20 [2020-12-15T02:50:20.106Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
02:50:20 [2020-12-15T02:50:20.206Z] ok  	github.com/docker/docker/distribution/metadata	0.043s	coverage: 48.2% of statements
02:50:20 [2020-12-15T02:50:20.206Z] ok  	github.com/docker/docker/distribution	0.175s	coverage: 25.1% of statements
02:50:20 [2020-12-15T02:50:20.206Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
02:50:20 [2020-12-15T02:50:20.674Z] === RUN   TestReadPluginNoRead/default
02:50:20 [2020-12-15T02:50:20.674Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
02:50:21 [2020-12-15T02:50:21.572Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
02:50:22 [2020-12-15T02:50:22.051Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
02:50:22 [2020-12-15T02:50:22.051Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
02:50:22 [2020-12-15T02:50:22.051Z] === RUN   TestDockerSuite/TestBuildWindowsUser
02:50:22 [2020-12-15T02:50:22.051Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
02:50:22 [2020-12-15T02:50:22.051Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
02:50:22 [2020-12-15T02:50:22.051Z] --- PASS: TestContinueAfterPluginCrash (10.54s)
02:50:22 [2020-12-15T02:50:22.310Z] === RUN   TestReadPluginNoRead/disabled_caching
02:50:22 [2020-12-15T02:50:22.500Z] ok  	github.com/docker/docker/image	0.017s	coverage: 86.4% of statements
02:50:23 [2020-12-15T02:50:23.063Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
02:50:23 [2020-12-15T02:50:23.250Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
02:50:23 [2020-12-15T02:50:23.319Z] ok  	github.com/docker/docker/distribution/xfer	1.891s	coverage: 85.1% of statements
02:50:23 [2020-12-15T02:50:23.319Z] ?   	github.com/docker/docker/dockerversion	[no test files]
02:50:23 [2020-12-15T02:50:23.319Z] ?   	github.com/docker/docker/image/tarexport	[no test files]
02:50:23 [2020-12-15T02:50:23.510Z] === RUN   TestDockerSuite/TestBuildWithFailure
02:50:23 [2020-12-15T02:50:23.769Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
02:50:24 [2020-12-15T02:50:24.004Z] --- PASS: TestReplicatedJob (4.98s)
02:50:24 [2020-12-15T02:50:24.004Z] === RUN   TestUpdateReplicatedJob
02:50:24 [2020-12-15T02:50:24.339Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
02:50:24 [2020-12-15T02:50:24.683Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
02:50:24 [2020-12-15T02:50:24.683Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
02:50:24 [2020-12-15T02:50:24.906Z] === RUN   TestDockerSuite/TestBuildWithTabs
02:50:25 [2020-12-15T02:50:25.245Z] ok  	github.com/docker/docker/libcontainerd/queue	0.022s	coverage: 100.0% of statements
02:50:25 [2020-12-15T02:50:25.474Z] --- PASS: TestReadPluginNoRead (8.38s)
02:50:25 [2020-12-15T02:50:25.474Z]     --- PASS: TestReadPluginNoRead/default (1.69s)
02:50:25 [2020-12-15T02:50:25.474Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.53s)
02:50:25 [2020-12-15T02:50:25.474Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.61s)
02:50:25 [2020-12-15T02:50:25.474Z]     read_test.go:92: [d2ca027471d67] daemon is not started
02:50:25 [2020-12-15T02:50:25.474Z] PASS
02:50:25 [2020-12-15T02:50:25.474Z] 
02:50:25 [2020-12-15T02:50:25.474Z] DONE 6 tests in 14.033s
02:50:25 [2020-12-15T02:50:25.474Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
02:50:25 [2020-12-15T02:50:25.474Z] ++ 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
02:50:25 [2020-12-15T02:50:25.474Z] ++ set -e
02:50:25 [2020-12-15T02:50:25.474Z] ++ '[' -n 0 ']'
02:50:25 [2020-12-15T02:50:25.474Z] ++ set -x
02:50:25 [2020-12-15T02:50:25.474Z] ++ 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
02:50:25 [2020-12-15T02:50:25.474Z] testing: warning: no tests to run
02:50:25 [2020-12-15T02:50:25.474Z] PASS
02:50:25 [2020-12-15T02:50:25.474Z] 
02:50:25 [2020-12-15T02:50:25.474Z] DONE 0 tests in 0.060s
02:50:25 [2020-12-15T02:50:25.474Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
02:50:25 [2020-12-15T02:50:25.474Z] ++ 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
02:50:25 [2020-12-15T02:50:25.474Z] ++ set -e
02:50:25 [2020-12-15T02:50:25.474Z] ++ '[' -n 0 ']'
02:50:25 [2020-12-15T02:50:25.474Z] ++ set -x
02:50:25 [2020-12-15T02:50:25.474Z] ++ 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
02:50:25 [2020-12-15T02:50:25.733Z] INFO: Testing against a local daemon
02:50:25 [2020-12-15T02:50:25.733Z] === RUN   TestPluginWithDevMounts
02:50:25 [2020-12-15T02:50:25.733Z] === PAUSE TestPluginWithDevMounts
02:50:25 [2020-12-15T02:50:25.733Z] === CONT  TestPluginWithDevMounts
02:50:25 [2020-12-15T02:50:25.733Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
02:50:25 [2020-12-15T02:50:25.733Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
02:50:26 [2020-12-15T02:50:26.088Z] --- PASS: TestUpdateReplicatedJob (2.88s)
02:50:26 [2020-12-15T02:50:26.088Z] === RUN   TestServiceListWithStatuses
02:50:26 [2020-12-15T02:50:26.088Z] --- SKIP: TestServiceListWithStatuses (0.00s)
02:50:26 [2020-12-15T02:50:26.088Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:50:26 [2020-12-15T02:50:26.088Z] === RUN   TestDockerNetworkConnectAlias
02:50:26 [2020-12-15T02:50:26.173Z] ok  	github.com/docker/docker/oci	0.005s	coverage: 8.2% of statements
02:50:26 [2020-12-15T02:50:26.736Z] ok  	github.com/docker/docker/opts	0.020s	coverage: 67.1% of statements
02:50:26 [2020-12-15T02:50:26.992Z] ok  	github.com/docker/docker/pkg/aaparser	0.001s	coverage: 52.9% of statements
02:50:27 [2020-12-15T02:50:27.637Z] --- PASS: TestPluginWithDevMounts (1.99s)
02:50:27 [2020-12-15T02:50:27.637Z] PASS
02:50:27 [2020-12-15T02:50:27.637Z] 
02:50:27 [2020-12-15T02:50:27.637Z] DONE 1 tests in 2.176s
02:50:27 [2020-12-15T02:50:27.637Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
02:50:27 [2020-12-15T02:50:27.637Z] ++ 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
02:50:27 [2020-12-15T02:50:27.637Z] ++ set -e
02:50:27 [2020-12-15T02:50:27.637Z] ++ '[' -n 0 ']'
02:50:27 [2020-12-15T02:50:27.637Z] ++ set -x
02:50:27 [2020-12-15T02:50:27.637Z] ++ 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
02:50:27 [2020-12-15T02:50:27.896Z] INFO: Testing against a local daemon
02:50:27 [2020-12-15T02:50:27.896Z] === RUN   TestSecretInspect
02:50:27 [2020-12-15T02:50:27.896Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
02:50:28 [2020-12-15T02:50:28.883Z] ok  	github.com/docker/docker/pkg/archive	0.319s	coverage: 77.1% of statements
02:50:29 [2020-12-15T02:50:29.275Z] === RUN   TestDockerSuite/TestBuildWithVolumes
02:50:29 [2020-12-15T02:50:29.811Z] ok  	github.com/docker/docker/pkg/authorization	0.185s	coverage: 68.3% of statements
02:50:29 [2020-12-15T02:50:29.811Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
02:50:30 [2020-12-15T02:50:30.068Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
02:50:30 [2020-12-15T02:50:30.212Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
02:50:30 [2020-12-15T02:50:30.471Z] --- PASS: TestSecretInspect (2.66s)
02:50:30 [2020-12-15T02:50:30.471Z] === RUN   TestSecretList
02:50:30 [2020-12-15T02:50:30.471Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
02:50:30 [2020-12-15T02:50:30.543Z] --- PASS: TestDockerNetworkConnectAlias (3.94s)
02:50:30 [2020-12-15T02:50:30.543Z] === RUN   TestDockerNetworkReConnect
02:50:31 [2020-12-15T02:50:31.038Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
02:50:31 [2020-12-15T02:50:31.039Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
02:50:31 [2020-12-15T02:50:31.974Z] === RUN   TestDockerSuite/TestBuildXZHost
02:50:32 [2020-12-15T02:50:32.233Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
02:50:33 [2020-12-15T02:50:33.292Z] --- PASS: TestDockerNetworkReConnect (3.19s)
02:50:33 [2020-12-15T02:50:33.292Z] === RUN   TestServicePlugin
02:50:33 [2020-12-15T02:50:33.292Z] --- SKIP: TestServicePlugin (0.00s)
02:50:33 [2020-12-15T02:50:33.292Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:50:33 [2020-12-15T02:50:33.292Z] === RUN   TestServiceUpdateLabel
02:50:33 [2020-12-15T02:50:33.332Z] ok  	github.com/docker/docker/layer	7.401s	coverage: 68.8% of statements
02:50:33 [2020-12-15T02:50:33.332Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
02:50:33 [2020-12-15T02:50:33.332Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
02:50:33 [2020-12-15T02:50:33.332Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
02:50:33 [2020-12-15T02:50:33.332Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
02:50:33 [2020-12-15T02:50:33.332Z] ?   	github.com/docker/docker/oci/caps	[no test files]
02:50:33 [2020-12-15T02:50:33.332Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.514s	coverage: 43.2% of statements
02:50:33 [2020-12-15T02:50:33.332Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
02:50:33 [2020-12-15T02:50:33.332Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
02:50:33 [2020-12-15T02:50:33.332Z] ok  	github.com/docker/docker/pkg/directory	0.005s	coverage: 80.0% of statements
02:50:33 [2020-12-15T02:50:33.615Z] --- PASS: TestSecretList (2.92s)
02:50:33 [2020-12-15T02:50:33.615Z] === RUN   TestSecretsCreateAndDelete
02:50:33 [2020-12-15T02:50:33.875Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
02:50:34 [2020-12-15T02:50:34.137Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
02:50:34 [2020-12-15T02:50:34.137Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
02:50:34 [2020-12-15T02:50:34.259Z] ok  	github.com/docker/docker/pkg/discovery	0.005s	coverage: 58.3% of statements
02:50:34 [2020-12-15T02:50:34.259Z] ok  	github.com/docker/docker/pkg/discovery/file	0.004s	coverage: 92.9% of statements
02:50:34 [2020-12-15T02:50:34.820Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.003s	coverage: 92.3% of statements
02:50:35 [2020-12-15T02:50:35.092Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
02:50:35 [2020-12-15T02:50:35.362Z] --- PASS: TestServiceUpdateLabel (1.94s)
02:50:35 [2020-12-15T02:50:35.362Z] === RUN   TestServiceUpdateSecrets
02:50:35 [2020-12-15T02:50:35.747Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.016s	coverage: 93.8% of statements
02:50:36 [2020-12-15T02:50:36.004Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
02:50:36 [2020-12-15T02:50:36.030Z] === RUN   TestDockerSuite/TestCommitChange
02:50:36 [2020-12-15T02:50:36.966Z] --- PASS: TestSecretsCreateAndDelete (3.62s)
02:50:36 [2020-12-15T02:50:36.966Z] === RUN   TestSecretsUpdate
02:50:37 [2020-12-15T02:50:37.226Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
02:50:37 [2020-12-15T02:50:37.369Z] ok  	github.com/docker/docker/pkg/filenotify	0.603s	coverage: 67.0% of statements
02:50:37 [2020-12-15T02:50:37.485Z] === RUN   TestDockerSuite/TestCommitChangeLabels
02:50:37 [2020-12-15T02:50:37.931Z] ok  	github.com/docker/docker/pkg/fileutils	0.011s	coverage: 89.5% of statements
02:50:38 [2020-12-15T02:50:38.423Z] === RUN   TestDockerSuite/TestCommitHardlink
02:50:38 [2020-12-15T02:50:38.492Z] ok  	github.com/docker/docker/pkg/fsutils	0.170s	coverage: 85.1% of statements
02:50:38 [2020-12-15T02:50:38.748Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.069s	coverage: 84.1% of statements
02:50:39 [2020-12-15T02:50:39.005Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
02:50:39 [2020-12-15T02:50:39.933Z] ok  	github.com/docker/docker/pkg/idtools	0.487s	coverage: 70.1% of statements
02:50:40 [2020-12-15T02:50:40.329Z] === RUN   TestDockerSuite/TestCommitNewFile
02:50:40 [2020-12-15T02:50:40.329Z] --- PASS: TestSecretsUpdate (3.31s)
02:50:40 [2020-12-15T02:50:40.329Z] === RUN   TestTemplatedSecret
02:50:40 [2020-12-15T02:50:40.495Z] ok  	github.com/docker/docker/pkg/ioutils	0.552s	coverage: 69.3% of statements
02:50:40 [2020-12-15T02:50:40.495Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.004s	coverage: 91.7% of statements
02:50:40 [2020-12-15T02:50:40.495Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
02:50:40 [2020-12-15T02:50:40.752Z] ok  	github.com/docker/docker/pkg/longpath	0.004s	coverage: 100.0% of statements
02:50:40 [2020-12-15T02:50:40.752Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
02:50:40 [2020-12-15T02:50:40.752Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
02:50:41 [2020-12-15T02:50:41.008Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.002s	coverage: 85.7% of statements
02:50:41 [2020-12-15T02:50:41.008Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
02:50:41 [2020-12-15T02:50:41.264Z] ok  	github.com/docker/docker/pkg/parsers	0.009s	coverage: 97.0% of statements
02:50:41 [2020-12-15T02:50:41.521Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.003s	coverage: 60.0% of statements
02:50:41 [2020-12-15T02:50:41.707Z] === RUN   TestDockerSuite/TestCommitPausedContainer
02:50:42 [2020-12-15T02:50:42.083Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.008s	coverage: 86.7% of statements
02:50:42 [2020-12-15T02:50:42.083Z] ok  	github.com/docker/docker/pkg/pidfile	0.003s	coverage: 82.4% of statements
02:50:42 [2020-12-15T02:50:42.083Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
02:50:42 [2020-12-15T02:50:42.083Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
02:50:42 [2020-12-15T02:50:42.646Z] === RUN   TestDockerSuite/TestCommitTTY
02:50:43 [2020-12-15T02:50:43.011Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.008s	coverage: 56.8% of statements
02:50:43 [2020-12-15T02:50:43.574Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
02:50:43 [2020-12-15T02:50:43.583Z] --- PASS: TestTemplatedSecret (3.22s)
02:50:43 [2020-12-15T02:50:43.583Z] === RUN   TestSecretCreateResolve
02:50:43 [2020-12-15T02:50:43.830Z] ok  	github.com/docker/docker/pkg/pools	0.002s	coverage: 88.2% of statements
02:50:43 [2020-12-15T02:50:43.843Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
02:50:44 [2020-12-15T02:50:44.087Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
02:50:44 [2020-12-15T02:50:44.779Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
02:50:45 [2020-12-15T02:50:45.452Z] ok  	github.com/docker/docker/pkg/pubsub	1.026s	coverage: 75.0% of statements
02:50:46 [2020-12-15T02:50:46.015Z] ok  	github.com/docker/docker/pkg/reexec	0.006s	coverage: 82.4% of statements
02:50:46 [2020-12-15T02:50:46.158Z] === RUN   TestDockerSuite/TestCommitWithoutPause
02:50:46 [2020-12-15T02:50:46.417Z] --- PASS: TestSecretCreateResolve (2.77s)
02:50:46 [2020-12-15T02:50:46.417Z] PASS
02:50:46 [2020-12-15T02:50:46.417Z] 
02:50:46 [2020-12-15T02:50:46.417Z] DONE 6 tests in 18.655s
02:50:46 [2020-12-15T02:50:46.417Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
02:50:46 [2020-12-15T02:50:46.417Z] ++ 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
02:50:46 [2020-12-15T02:50:46.417Z] ++ set -e
02:50:46 [2020-12-15T02:50:46.417Z] ++ '[' -n 0 ']'
02:50:46 [2020-12-15T02:50:46.417Z] ++ set -x
02:50:46 [2020-12-15T02:50:46.417Z] ++ 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
02:50:46 [2020-12-15T02:50:46.417Z] INFO: Testing against a local daemon
02:50:46 [2020-12-15T02:50:46.417Z] === RUN   TestServiceCreateInit
02:50:46 [2020-12-15T02:50:46.417Z] === RUN   TestServiceCreateInit/daemonInitDisabled
02:50:46 [2020-12-15T02:50:46.676Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
02:50:46 [2020-12-15T02:50:46.676Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
02:50:46 [2020-12-15T02:50:46.676Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
02:50:46 [2020-12-15T02:50:46.936Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
02:50:46 [2020-12-15T02:50:46.936Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
02:50:46 [2020-12-15T02:50:46.936Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
02:50:46 [2020-12-15T02:50:46.936Z] === RUN   TestDockerSuite/TestContainerAPICommit
02:50:48 [2020-12-15T02:50:48.313Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
02:50:49 [2020-12-15T02:50:49.278Z] ok  	github.com/docker/docker/pkg/signal	2.406s	coverage: 61.0% of statements
02:50:49 [2020-12-15T02:50:49.278Z] ok  	github.com/docker/docker/pkg/stdcopy	0.004s	coverage: 100.0% of statements
02:50:49 [2020-12-15T02:50:49.534Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
02:50:49 [2020-12-15T02:50:49.693Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
02:50:49 [2020-12-15T02:50:49.693Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
02:50:49 [2020-12-15T02:50:49.791Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
02:50:49 [2020-12-15T02:50:49.952Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
02:50:50 [2020-12-15T02:50:50.353Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 54.9% of statements
02:50:50 [2020-12-15T02:50:50.520Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
02:50:50 [2020-12-15T02:50:50.744Z] --- PASS: TestServiceUpdateSecrets (14.32s)
02:50:50 [2020-12-15T02:50:50.744Z] === RUN   TestServiceUpdateConfigs
02:50:50 [2020-12-15T02:50:50.980Z] ok  	github.com/docker/docker/pkg/system	0.004s	coverage: 36.9% of statements
02:50:51 [2020-12-15T02:50:51.456Z] === RUN   TestServiceCreateInit/daemonInitEnabled
02:50:51 [2020-12-15T02:50:51.456Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
02:50:51 [2020-12-15T02:50:51.456Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
02:50:51 [2020-12-15T02:50:51.543Z] ok  	github.com/docker/docker/pkg/tailfile	0.104s	coverage: 88.6% of statements
02:50:52 [2020-12-15T02:50:52.117Z] ok  	github.com/docker/docker/pkg/tarsum	0.042s	coverage: 89.3% of statements
02:50:52 [2020-12-15T02:50:52.372Z] testing: warning: no tests to run
02:50:52 [2020-12-15T02:50:52.372Z] coverage: [no statements]
02:50:52 [2020-12-15T02:50:52.372Z] ok  	github.com/docker/docker/pkg/term/windows	0.002s	coverage: [no statements] [no tests to run]
02:50:52 [2020-12-15T02:50:52.402Z] === RUN   TestDockerSuite/TestContainerAPICreate
02:50:52 [2020-12-15T02:50:52.628Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
02:50:52 [2020-12-15T02:50:52.883Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
02:50:52 [2020-12-15T02:50:52.970Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
02:50:52 [2020-12-15T02:50:52.970Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
02:50:52 [2020-12-15T02:50:52.970Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
02:50:53 [2020-12-15T02:50:53.139Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
02:50:53 [2020-12-15T02:50:53.909Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
02:50:53 [2020-12-15T02:50:53.909Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
02:50:53 [2020-12-15T02:50:53.909Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
02:50:53 [2020-12-15T02:50:53.909Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
02:50:54 [2020-12-15T02:50:54.167Z] === RUN   TestDockerSuite/TestContainerAPIDelete
02:50:55 [2020-12-15T02:50:55.028Z] ok  	github.com/docker/docker/plugin	0.516s	coverage: 23.2% of statements
02:50:55 [2020-12-15T02:50:55.104Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
02:50:55 [2020-12-15T02:50:55.954Z] ok  	github.com/docker/docker/plugin/v2	0.004s	coverage: 14.5% of statements
02:50:56 [2020-12-15T02:50:56.043Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
02:50:56 [2020-12-15T02:50:56.210Z] ok  	github.com/docker/docker/profiles/seccomp	0.009s	coverage: 85.4% of statements
02:50:56 [2020-12-15T02:50:56.980Z] --- PASS: TestServiceCreateInit (10.48s)
02:50:56 [2020-12-15T02:50:56.980Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
02:50:56 [2020-12-15T02:50:56.980Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.87s)
02:50:56 [2020-12-15T02:50:56.980Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.54s)
02:50:56 [2020-12-15T02:50:56.980Z] === RUN   TestCreateServiceMultipleTimes
02:50:56 [2020-12-15T02:50:56.980Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
02:50:57 [2020-12-15T02:50:57.573Z] ok  	github.com/docker/docker/quota	0.234s	coverage: 71.4% of statements
02:50:58 [2020-12-15T02:50:58.134Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
02:50:58 [2020-12-15T02:50:58.359Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
02:50:59 [2020-12-15T02:50:59.296Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
02:50:59 [2020-12-15T02:50:59.296Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
02:50:59 [2020-12-15T02:50:59.502Z] ok  	github.com/docker/docker/registry	0.062s	coverage: 57.2% of statements
02:50:59 [2020-12-15T02:50:59.865Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
02:51:00 [2020-12-15T02:51:00.063Z] ok  	github.com/docker/docker/registry/resumable	0.016s	coverage: 100.0% of statements
02:51:00 [2020-12-15T02:51:00.319Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
02:51:00 [2020-12-15T02:51:00.802Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
02:51:00 [2020-12-15T02:51:00.881Z] ok  	github.com/docker/docker/runconfig	0.008s	coverage: 66.1% of statements
02:51:01 [2020-12-15T02:51:01.137Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
02:51:01 [2020-12-15T02:51:01.740Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
02:51:02 [2020-12-15T02:51:02.310Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
02:51:02 [2020-12-15T02:51:02.310Z] === RUN   TestDockerSuite/TestContainerAPIKill
02:51:03 [2020-12-15T02:51:03.248Z] === RUN   TestDockerSuite/TestContainerAPIPause
02:51:04 [2020-12-15T02:51:04.186Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
02:51:04 [2020-12-15T02:51:04.406Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
02:51:04 [2020-12-15T02:51:04.755Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
02:51:04 [2020-12-15T02:51:04.755Z] === RUN   TestDockerSuite/TestContainerAPIRename
02:51:04 [2020-12-15T02:51:04.968Z] ok  	github.com/docker/docker/volume/local	0.109s	coverage: 76.6% of statements
02:51:05 [2020-12-15T02:51:05.323Z] === RUN   TestDockerSuite/TestContainerAPIRestart
02:51:05 [2020-12-15T02:51:05.529Z] ok  	github.com/docker/docker/volume/mounts	0.019s	coverage: 67.0% of statements
02:51:06 [2020-12-15T02:51:06.073Z] --- PASS: TestServiceUpdateConfigs (14.25s)
02:51:06 [2020-12-15T02:51:06.073Z] === RUN   TestServiceUpdateNetwork
02:51:06 [2020-12-15T02:51:06.258Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
02:51:06 [2020-12-15T02:51:06.894Z] ok  	github.com/docker/docker/volume/service	0.013s	coverage: 73.1% of statements
02:51:07 [2020-12-15T02:51:07.196Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
02:51:07 [2020-12-15T02:51:07.455Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
02:51:07 [2020-12-15T02:51:07.455Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
02:51:07 [2020-12-15T02:51:07.455Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
02:51:07 [2020-12-15T02:51:07.455Z] === RUN   TestDockerSuite/TestContainerAPIStart
02:51:08 [2020-12-15T02:51:08.395Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
02:51:12 [2020-12-15T02:51:12.582Z] === RUN   TestDockerSuite/TestContainerAPIStop
02:51:13 [2020-12-15T02:51:13.150Z] === RUN   TestDockerSuite/TestContainerAPITop
02:51:13 [2020-12-15T02:51:13.719Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
02:51:13 [2020-12-15T02:51:13.719Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
02:51:13 [2020-12-15T02:51:13.719Z] === RUN   TestDockerSuite/TestContainerAPIWait
02:51:14 [2020-12-15T02:51:14.654Z] --- PASS: TestCreateServiceMultipleTimes (17.65s)
02:51:14 [2020-12-15T02:51:14.654Z] === RUN   TestCreateServiceConflict
02:51:16 [2020-12-15T02:51:16.452Z] --- PASS: TestServiceUpdateNetwork (12.17s)
02:51:16 [2020-12-15T02:51:16.452Z] === RUN   TestServiceUpdatePidsLimit
02:51:16 [2020-12-15T02:51:16.558Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
02:51:16 [2020-12-15T02:51:16.817Z] === RUN   TestDockerSuite/TestContainerNetworkMode
02:51:16 [2020-12-15T02:51:16.829Z] ok  	github.com/docker/docker/pkg/plugins	33.616s	coverage: 76.6% of statements
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/pkg/signal/testfiles	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/pkg/term	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/rootless	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/testutil/request	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/volume	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
02:51:16 [2020-12-15T02:51:16.829Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === Skipped
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     exec_linux_test.go:18: requires AppArmor to be enabled
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     exec_linux_test.go:38: requires AppArmor to be enabled
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver btrfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver btrfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver btrfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver btrfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver btrfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:73: No driver to put!
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z] time="2020-12-15T02:49:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z] time="2020-12-15T02:49:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z] time="2020-12-15T02:49:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z] time="2020-12-15T02:49:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z] time="2020-12-15T02:49:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: driver not supported
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver fuse-overlayfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:73: No driver to put!
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     overlay_test.go:49: Fails to compute changes intermittently
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     overlay_test.go:65: Cannot run test with naive change algorithm
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver zfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver zfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver zfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver zfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:46: Driver zfs not supported
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     graphtest_unix.go:73: No driver to put!
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     sysinfo_linux_test.go:92: App Armor Must be Disabled
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
02:51:17 [2020-12-15T02:51:17.085Z]     sysinfo_linux_test.go:112: cgroup namespaces must be disabled
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] 
02:51:17 [2020-12-15T02:51:17.085Z] DONE 2191 tests, 26 skipped in 259.931s
02:51:17 [2020-12-15T02:51:17.088Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
02:51:17 [2020-12-15T02:51:17.384Z] --- PASS: TestCreateServiceConflict (2.59s)
02:51:17 [2020-12-15T02:51:17.384Z] === RUN   TestCreateServiceMaxReplicas
02:51:17 [2020-12-15T02:51:17.643Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
Post stage
[Pipeline] junit
02:51:17 [2020-12-15T02:51:17.655Z] Recording test results
02:51:17 [2020-12-15T02:51:17.726Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
02:51:18 [2020-12-15T02:51:18.322Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41793/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a02553670ec7b08c293beb701d0c7c7a2922a85a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a02553670ec7b08c293beb701d0c7c7a2922a85a hack/validate/vendor
02:51:19 [2020-12-15T02:51:19.250Z] 2020/12/15 02:51:18 Collecting initial packages
02:51:19 [2020-12-15T02:51:19.250Z] 2020/12/15 02:51:19 Download dependencies
02:51:20 [2020-12-15T02:51:20.933Z] --- PASS: TestCreateServiceMaxReplicas (3.34s)
02:51:20 [2020-12-15T02:51:20.933Z] === RUN   TestCreateWithDuplicateNetworkNames
02:51:21 [2020-12-15T02:51:21.869Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
02:51:22 [2020-12-15T02:51:22.128Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 Starting whole vndr cycle because no package specified
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Ignoring paths matching "^archive/tar"
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/docker/distribution, revision 0d3efadf0154c2b8a4e7b6621fff9809655cc580, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/opencontainers/runc, revision ff819c7e9184c13b7c2607fe6c30ae19403a7aff, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/opencontainers/runtime-spec, revision 4d89ac9fbff6c455f46a5bb59c6b1bb7184a5e43, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/opencontainers/image-spec, revision d60099175f88c47cd379c4738d158884749ed235, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/cyphar/filepath-securejoin, revision a261ee33d7a517f054effbf451841abaafe3e0fd, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/coreos/go-systemd, revision 39ca1b05acc7ad1220e09f133283b8859a8b71ab, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/coreos/go-systemd/v22, revision 2d78030078ef61b3cae27f42ad6d0e46db51b339, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/godbus/dbus/v5, revision 37bf87eef99d69c4f1d3528bd66e3a87dc201472, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/Graylog2/go-gelf, revision 1550ee647df0510058c9d67a45c56f18911d80b8, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/fluent/fluent-logger-golang, revision 7a6c9dcd7f14c2ed5d8c55c11b894e5455ee311b, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/philhofer/fwd, revision bb6d471dc95d4fe11e432687f8b70ff496cf3136, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/willf/bitset, revision 559910e8471e48d76d9e5a1ba15842dee77ad45d, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/vbatts/tar-split, revision 620714a4c508c880ac1bdda9c8370a2b19af1a55, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/opencontainers/go-digest, revision ea51bea511f75cfa3ef6098cc253c5c3609b037a, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone github.com/mistifyio/go-zfs, revision f784269be439d704d3dfa1906f45dd848fed2beb, attempt 1/20
02:51:22 [2020-12-15T02:51:22.513Z] 2020/12/15 02:51:22 	Clone google.golang.org/grpc, revision f495f5b15ae7ccda3b38c53a1bfcde4c1a58a2bc, attempt 1/20
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Finished clone github.com/philhofer/fwd
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Clone github.com/tinylib/msgp, revision af6442a0fcf6e2a1b824f70dd0c734f01e817751, attempt 1/20
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Finished clone github.com/Graylog2/go-gelf
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Clone github.com/fsnotify/fsnotify, revision 45d7d09e39ef4ac08d493309fa031790c15bfe8a, attempt 1/20
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Finished clone github.com/fluent/fluent-logger-golang
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Clone github.com/aws/aws-sdk-go, revision 2590bc875c54c9fda225d8e4e56a9d28d90c6a47, attempt 1/20
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Finished clone github.com/opencontainers/go-digest
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Clone github.com/jmespath/go-jmespath, revision 2d053f87d1d7f9f48196ae04cf3daea4273d207d, attempt 1/20
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Finished clone github.com/willf/bitset
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Clone github.com/bsphere/le_go, revision 7a984a84b5492ae539b79b62fb4a10afc63c7bcf, attempt 1/20
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Finished clone github.com/cyphar/filepath-securejoin
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Clone golang.org/x/oauth2, revision bf48bf16ab8d622ce64ec6ce98d2c98f916b6303, attempt 1/20
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Finished clone github.com/mistifyio/go-zfs
02:51:23 [2020-12-15T02:51:23.881Z] 2020/12/15 02:51:23 	Clone google.golang.org/api, revision dec2ee309f5b09fc59bc40676447c15736284d78, attempt 1/20
02:51:24 [2020-12-15T02:51:24.039Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
02:51:24 [2020-12-15T02:51:24.137Z] 2020/12/15 02:51:24 	Clone github.com/golang/groupcache, revision 869f871628b6baa9cfbc11732cdf6546b17c1298, attempt 1/20
02:51:24 [2020-12-15T02:51:24.137Z] 2020/12/15 02:51:24 	Finished clone github.com/coreos/go-systemd/v22
02:51:24 [2020-12-15T02:51:24.393Z] 2020/12/15 02:51:24 	Finished clone github.com/coreos/go-systemd
02:51:24 [2020-12-15T02:51:24.393Z] 2020/12/15 02:51:24 	Clone go.opencensus.io, revision d835ff86be02193d324330acdb7d65546b05f814, attempt 1/20
02:51:24 [2020-12-15T02:51:24.393Z] 2020/12/15 02:51:24 	Finished clone github.com/godbus/dbus/v5
02:51:24 [2020-12-15T02:51:24.393Z] 2020/12/15 02:51:24 	Clone cloud.google.com/go, revision ceeb313ad77b789a7fa5287b36a1d127b69b7093, attempt 1/20
02:51:24 [2020-12-15T02:51:24.612Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
02:51:24 [2020-12-15T02:51:24.975Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:24 	Finished clone github.com/bsphere/le_go
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:24 	Clone github.com/googleapis/gax-go, revision bd5b16380fd03dc758d11cef74ba2e3bc8b0e8c2, attempt 1/20
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:25 	Finished clone github.com/opencontainers/runtime-spec
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:25 	Clone google.golang.org/genproto, revision 3f1135a288c9a07e340ae8ba4cc6c7065a3160e8, attempt 1/20
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:25 	Finished clone github.com/opencontainers/image-spec
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:25 	Clone github.com/containerd/containerd, revision 0edc412565dcc6e3d6125ff9e4b009ad4b89c638, attempt 1/20
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:25 	Finished clone github.com/fsnotify/fsnotify
02:51:25 [2020-12-15T02:51:25.454Z] 2020/12/15 02:51:25 	Clone github.com/containerd/fifo, revision 0724c46b320cf96bb172a0550c19a4b1fca4dacb, attempt 1/20
02:51:25 [2020-12-15T02:51:25.544Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
02:51:25 [2020-12-15T02:51:25.733Z] 2020/12/15 02:51:25 	Finished clone github.com/golang/groupcache
02:51:25 [2020-12-15T02:51:25.733Z] 2020/12/15 02:51:25 	Clone github.com/containerd/continuity, revision efbc4488d8fe1bdc16bde3b2d2990d9b3a899165, attempt 1/20
02:51:25 [2020-12-15T02:51:25.733Z] 2020/12/15 02:51:25 	Finished clone github.com/jmespath/go-jmespath
02:51:25 [2020-12-15T02:51:25.733Z] 2020/12/15 02:51:25 	Clone github.com/containerd/cgroups, revision 0b889c03f102012f1d93a97ddd3ef71cd6f4f510, attempt 1/20
02:51:26 [2020-12-15T02:51:26.296Z] 2020/12/15 02:51:26 	Finished clone golang.org/x/oauth2
02:51:26 [2020-12-15T02:51:26.296Z] 2020/12/15 02:51:26 	Clone github.com/containerd/console, revision 5d7e1412f07b502a01029ea20e20e0d2be31fa7c, attempt 1/20
02:51:26 [2020-12-15T02:51:26.551Z] 2020/12/15 02:51:26 	Finished clone github.com/googleapis/gax-go
02:51:26 [2020-12-15T02:51:26.551Z] 2020/12/15 02:51:26 	Clone github.com/containerd/go-runc, revision 16b287bc67d069a60fa48db15f330b790b74365b, attempt 1/20
02:51:26 [2020-12-15T02:51:26.807Z] 2020/12/15 02:51:26 	Finished clone github.com/containerd/fifo
02:51:26 [2020-12-15T02:51:26.807Z] 2020/12/15 02:51:26 	Clone github.com/containerd/typeurl, revision cd3ce7159eae562a4f60ceff37dada11a939d247, attempt 1/20
02:51:26 [2020-12-15T02:51:26.925Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
02:51:27 [2020-12-15T02:51:27.368Z] 2020/12/15 02:51:27 	Finished clone github.com/vbatts/tar-split
02:51:27 [2020-12-15T02:51:27.368Z] 2020/12/15 02:51:27 	Clone github.com/containerd/ttrpc, revision bfba540dc45464586c106b1f31c8547933c1eb41, attempt 1/20
02:51:27 [2020-12-15T02:51:27.368Z] 2020/12/15 02:51:27 	Finished clone github.com/tinylib/msgp
02:51:27 [2020-12-15T02:51:27.368Z] 2020/12/15 02:51:27 	Clone github.com/gogo/googleapis, revision 01e0f9cca9b92166042241267ee2a5cdf5cff46c, attempt 1/20
02:51:27 [2020-12-15T02:51:27.623Z] 2020/12/15 02:51:27 	Finished clone github.com/containerd/cgroups
02:51:27 [2020-12-15T02:51:27.623Z] 2020/12/15 02:51:27 	Clone github.com/cilium/ebpf, revision 1c8d4c9ef7759622653a1d319284a44652333b28, attempt 1/20
02:51:27 [2020-12-15T02:51:27.623Z] 2020/12/15 02:51:27 	Finished clone go.opencensus.io
02:51:27 [2020-12-15T02:51:27.623Z] 2020/12/15 02:51:27 	Clone github.com/docker/swarmkit, revision d6592ddefd8a5319aadff74c558b816b1a0b2590, attempt 1/20
02:51:27 [2020-12-15T02:51:27.879Z] 2020/12/15 02:51:27 	Finished clone github.com/containerd/go-runc
02:51:27 [2020-12-15T02:51:27.879Z] 2020/12/15 02:51:27 	Clone github.com/gogo/protobuf, revision 5628607bb4c51c3157aacc3a50f0ab707582b805, attempt 1/20
02:51:28 [2020-12-15T02:51:28.135Z] 2020/12/15 02:51:27 	Finished clone github.com/containerd/typeurl
02:51:28 [2020-12-15T02:51:28.135Z] 2020/12/15 02:51:27 	Clone github.com/golang/protobuf, revision 84668698ea25b64748563aa20726db66a6b8d299, attempt 1/20
02:51:28 [2020-12-15T02:51:28.317Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
02:51:28 [2020-12-15T02:51:28.698Z] 2020/12/15 02:51:28 	Finished clone github.com/containerd/ttrpc
02:51:28 [2020-12-15T02:51:28.698Z] 2020/12/15 02:51:28 	Clone github.com/cloudflare/cfssl, revision 5d63dbd981b5c408effbb58c442d54761ff94fbd, attempt 1/20
02:51:29 [2020-12-15T02:51:29.626Z] 2020/12/15 02:51:29 	Finished clone github.com/gogo/googleapis
02:51:29 [2020-12-15T02:51:29.626Z] 2020/12/15 02:51:29 	Clone github.com/fernet/fernet-go, revision 9eac43b88a5efb8651d24de9b68e87567e029736, attempt 1/20
02:51:29 [2020-12-15T02:51:29.692Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
02:51:29 [2020-12-15T02:51:29.882Z] 2020/12/15 02:51:29 	Finished clone github.com/containerd/console
02:51:29 [2020-12-15T02:51:29.882Z] 2020/12/15 02:51:29 	Clone github.com/google/certificate-transparency-go, revision 37a384cd035e722ea46e55029093e26687138edf, attempt 1/20
02:51:30 [2020-12-15T02:51:30.812Z] 2020/12/15 02:51:30 	Finished clone github.com/fernet/fernet-go
02:51:30 [2020-12-15T02:51:30.812Z] 2020/12/15 02:51:30 	Clone golang.org/x/crypto, revision c1f2f97bffc9c53fc40a1a28a5b460094c0050d9, attempt 1/20
02:51:31 [2020-12-15T02:51:31.065Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000963840_<nil>}
02:51:32 [2020-12-15T02:51:32.178Z] 2020/12/15 02:51:31 	Finished clone github.com/cilium/ebpf
02:51:32 [2020-12-15T02:51:32.178Z] 2020/12/15 02:51:31 	Clone golang.org/x/time, revision 555d28b269f0569763d25dbe1a237ae74c6bcc82, attempt 1/20
02:51:32 [2020-12-15T02:51:32.440Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1098686158_/foo_false__<nil>_<nil>_<nil>}
02:51:32 [2020-12-15T02:51:32.698Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1098686158_/foo_true__<nil>_<nil>_<nil>}
02:51:32 [2020-12-15T02:51:32.742Z] 2020/12/15 02:51:32 	Finished clone github.com/containerd/continuity
02:51:32 [2020-12-15T02:51:32.998Z] 2020/12/15 02:51:32 	Clone github.com/hashicorp/go-memdb, revision cb9a474f84cc5e41b273b20c6927680b2a8776ad, attempt 1/20
02:51:33 [2020-12-15T02:51:33.084Z] --- PASS: TestServiceUpdatePidsLimit (15.87s)
02:51:33 [2020-12-15T02:51:33.084Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.74s)
02:51:33 [2020-12-15T02:51:33.084Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s)
02:51:33 [2020-12-15T02:51:33.084Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s)
02:51:33 [2020-12-15T02:51:33.084Z] PASS
02:51:33 [2020-12-15T02:51:33.084Z] 
02:51:33 [2020-12-15T02:51:33.084Z] === Skipped
02:51:33 [2020-12-15T02:51:33.084Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s)
02:51:33 [2020-12-15T02:51:33.084Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:51:33 [2020-12-15T02:51:33.084Z] 
02:51:33 [2020-12-15T02:51:33.084Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s)
02:51:33 [2020-12-15T02:51:33.084Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
02:51:33 [2020-12-15T02:51:33.084Z] 
02:51:33 [2020-12-15T02:51:33.084Z] 
02:51:33 [2020-12-15T02:51:33.084Z] DONE 27 tests, 2 skipped in 129.037s
02:51:33 [2020-12-15T02:51:33.084Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m 
02:51:33 [2020-12-15T02:51:33.084Z] ++ 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
02:51:33 [2020-12-15T02:51:33.084Z] ++ set -e
02:51:33 [2020-12-15T02:51:33.084Z] ++ '[' -n 0 ']'
02:51:33 [2020-12-15T02:51:33.084Z] ++ set -x
02:51:33 [2020-12-15T02:51:33.084Z] ++ 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
02:51:33 [2020-12-15T02:51:33.084Z] INFO: Testing against a local daemon
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestSessionCreate
02:51:33 [2020-12-15T02:51:33.084Z] --- PASS: TestSessionCreate (0.03s)
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestSessionCreateWithBadUpgrade
02:51:33 [2020-12-15T02:51:33.084Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s)
02:51:33 [2020-12-15T02:51:33.084Z] PASS
02:51:33 [2020-12-15T02:51:33.084Z] 
02:51:33 [2020-12-15T02:51:33.084Z] DONE 2 tests in 0.139s
02:51:33 [2020-12-15T02:51:33.084Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m 
02:51:33 [2020-12-15T02:51:33.084Z] ++ 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
02:51:33 [2020-12-15T02:51:33.084Z] ++ set -e
02:51:33 [2020-12-15T02:51:33.084Z] ++ '[' -n 0 ']'
02:51:33 [2020-12-15T02:51:33.084Z] ++ set -x
02:51:33 [2020-12-15T02:51:33.084Z] ++ 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
02:51:33 [2020-12-15T02:51:33.084Z] INFO: Testing against a local daemon
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestCgroupDriverSystemdMemoryLimit
02:51:33 [2020-12-15T02:51:33.084Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
02:51:33 [2020-12-15T02:51:33.084Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestEventsExecDie
02:51:33 [2020-12-15T02:51:33.084Z] --- PASS: TestEventsExecDie (0.58s)
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestEventsBackwardsCompatible
02:51:33 [2020-12-15T02:51:33.084Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestInfoBinaryCommits
02:51:33 [2020-12-15T02:51:33.084Z] --- PASS: TestInfoBinaryCommits (0.03s)
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestInfoAPIVersioned
02:51:33 [2020-12-15T02:51:33.084Z] --- PASS: TestInfoAPIVersioned (0.01s)
02:51:33 [2020-12-15T02:51:33.084Z] === RUN   TestInfoDiscoveryBackend
02:51:33 [2020-12-15T02:51:33.374Z] --- PASS: TestInfoDiscoveryBackend (0.54s)
02:51:33 [2020-12-15T02:51:33.374Z] === RUN   TestInfoDiscoveryInvalidAdvertise
02:51:33 [2020-12-15T02:51:33.927Z] 2020/12/15 02:51:33 	Finished clone golang.org/x/time
02:51:33 [2020-12-15T02:51:33.927Z] 2020/12/15 02:51:33 	Clone git://github.com/tonistiigi/go-immutable-radix.git to github.com/hashicorp/go-immutable-radix, revision 826af9ccf0feeee615d546d69b11f8e98da8c8f1, attempt 1/20
02:51:34 [2020-12-15T02:51:34.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3019914197_/foo_false__<nil>_<nil>_<nil>}
02:51:34 [2020-12-15T02:51:34.408Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
02:51:34 [2020-12-15T02:51:34.408Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
02:51:34 [2020-12-15T02:51:34.490Z] 2020/12/15 02:51:34 	Finished clone github.com/hashicorp/go-memdb
02:51:34 [2020-12-15T02:51:34.490Z] 2020/12/15 02:51:34 	Clone github.com/hashicorp/golang-lru, revision 7f827b33c0f158ec5dfbba01bb0b14a4541fd81d, attempt 1/20
02:51:34 [2020-12-15T02:51:34.639Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3019914197_/foo_true__<nil>_<nil>_<nil>}
02:51:34 [2020-12-15T02:51:34.897Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.28s)
02:51:34 [2020-12-15T02:51:34.897Z] === RUN   TestCreateServiceSecretFileMode
02:51:35 [2020-12-15T02:51:35.041Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
02:51:35 [2020-12-15T02:51:35.041Z] === RUN   TestInfoAPI
02:51:35 [2020-12-15T02:51:35.041Z] --- PASS: TestInfoAPI (0.03s)
02:51:35 [2020-12-15T02:51:35.041Z] === RUN   TestInfoAPIWarnings
02:51:35 [2020-12-15T02:51:35.054Z] 2020/12/15 02:51:34 	Finished clone github.com/hashicorp/go-immutable-radix
02:51:35 [2020-12-15T02:51:35.054Z] 2020/12/15 02:51:34 	Clone github.com/coreos/pkg, revision 3ac0863d7acf3bc44daf49afef8919af12f704ef, attempt 1/20
02:51:35 [2020-12-15T02:51:35.833Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3019914197_/foo_true__0xc0009638c0_<nil>_<nil>}
02:51:35 [2020-12-15T02:51:35.985Z] 2020/12/15 02:51:35 	Finished clone github.com/hashicorp/golang-lru
02:51:35 [2020-12-15T02:51:35.985Z] 2020/12/15 02:51:35 	Clone code.cloudfoundry.org/clock, revision 02e53af36e6c978af692887ed449b74026d76fec, attempt 1/20
02:51:36 [2020-12-15T02:51:36.548Z] 2020/12/15 02:51:36 	Finished clone github.com/coreos/pkg
02:51:36 [2020-12-15T02:51:36.549Z] 2020/12/15 02:51:36 	Clone github.com/prometheus/client_golang, revision 6edbbd9e560190e318cdc5b4d3e630b442858380, attempt 1/20
02:51:36 [2020-12-15T02:51:36.805Z] 2020/12/15 02:51:36 	Finished clone github.com/golang/protobuf
02:51:36 [2020-12-15T02:51:36.805Z] 2020/12/15 02:51:36 	Clone github.com/beorn7/perks, revision 37c8de3658fcb183f997c4e13e8337516ab753e6, attempt 1/20
02:51:37 [2020-12-15T02:51:37.062Z] 2020/12/15 02:51:36 	Clone github.com/prometheus/client_model, revision 7bc5445566f0fe75b15de23e6b93886e982d7bf9, attempt 1/20
02:51:37 [2020-12-15T02:51:37.062Z] 2020/12/15 02:51:36 	Finished clone github.com/opencontainers/runc
02:51:37 [2020-12-15T02:51:37.213Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0009638e0_<nil>}
02:51:37 [2020-12-15T02:51:37.319Z] 2020/12/15 02:51:37 	Finished clone golang.org/x/crypto
02:51:37 [2020-12-15T02:51:37.319Z] 2020/12/15 02:51:37 	Clone github.com/prometheus/common, revision d978bcb1309602d68bb4ba69cf3f8ed900e07308, attempt 1/20
02:51:37 [2020-12-15T02:51:37.472Z] --- PASS: TestCreateServiceSecretFileMode (2.60s)
02:51:37 [2020-12-15T02:51:37.472Z] === RUN   TestCreateServiceConfigFileMode
02:51:37 [2020-12-15T02:51:37.576Z] 2020/12/15 02:51:37 	Finished clone code.cloudfoundry.org/clock
02:51:37 [2020-12-15T02:51:37.576Z] 2020/12/15 02:51:37 	Clone github.com/prometheus/procfs, revision 46159f73e74d1cb8dc223deef9b2d049286f46b1, attempt 1/20
02:51:38 [2020-12-15T02:51:38.139Z] 2020/12/15 02:51:38 	Finished clone github.com/beorn7/perks
02:51:38 [2020-12-15T02:51:38.139Z] 2020/12/15 02:51:38 	Clone github.com/matttproud/golang_protobuf_extensions, revision c12348ce28de40eed0136aa2b644d0ee0650e56c, attempt 1/20
02:51:38 [2020-12-15T02:51:38.703Z] 2020/12/15 02:51:38 	Finished clone github.com/prometheus/client_model
02:51:38 [2020-12-15T02:51:38.703Z] 2020/12/15 02:51:38 	Clone github.com/pkg/errors, revision 614d223910a179a466c1767a985424175c39b465, attempt 1/20
02:51:38 [2020-12-15T02:51:38.848Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000963900_<nil>}
02:51:38 [2020-12-15T02:51:38.960Z] 2020/12/15 02:51:38 	Finished clone google.golang.org/grpc
02:51:38 [2020-12-15T02:51:38.960Z] 2020/12/15 02:51:38 	Clone github.com/grpc-ecosystem/go-grpc-prometheus, revision c225b8c3b01faf2899099b768856a9e916e5087b, attempt 1/20
02:51:39 [2020-12-15T02:51:39.893Z] 2020/12/15 02:51:39 	Finished clone github.com/matttproud/golang_protobuf_extensions
02:51:39 [2020-12-15T02:51:39.893Z] 2020/12/15 02:51:39 	Clone github.com/cespare/xxhash/v2, revision d7df74196a9e781ede915320c11c378c1b2f3a1f, attempt 1/20
02:51:39 [2020-12-15T02:51:39.893Z] 2020/12/15 02:51:39 	Finished clone github.com/pkg/errors
02:51:39 [2020-12-15T02:51:39.893Z] 2020/12/15 02:51:39 	Clone github.com/spf13/cobra, revision 86f8bfd7fef868a174e1b606783bd7f5c82ddf8f, attempt 1/20
02:51:40 [2020-12-15T02:51:40.150Z] 2020/12/15 02:51:39 	Finished clone github.com/prometheus/client_golang
02:51:40 [2020-12-15T02:51:40.150Z] 2020/12/15 02:51:39 	Clone github.com/spf13/pflag, revision 2e9d26c8c37aae03e3f9d4e90b7116f5accb7cab, attempt 1/20
02:51:40 [2020-12-15T02:51:40.150Z] 2020/12/15 02:51:40 	Finished clone github.com/prometheus/procfs
02:51:40 [2020-12-15T02:51:40.150Z] 2020/12/15 02:51:40 	Clone github.com/inconshreveable/mousetrap, revision 76626ae9c91c4f2a10f34cad8ce83ea42c93bb75, attempt 1/20
02:51:40 [2020-12-15T02:51:40.226Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000963920_<nil>}
02:51:40 [2020-12-15T02:51:40.226Z] --- PASS: TestCreateServiceConfigFileMode (2.68s)
02:51:40 [2020-12-15T02:51:40.226Z] === RUN   TestCreateServiceSysctls
02:51:40 [2020-12-15T02:51:40.407Z] 2020/12/15 02:51:40 	Finished clone github.com/grpc-ecosystem/go-grpc-prometheus
02:51:40 [2020-12-15T02:51:40.407Z] 2020/12/15 02:51:40 	Clone github.com/morikuni/aec, revision 39771216ff4c63d11f5e604076f9c45e8be1067b, attempt 1/20
02:51:40 [2020-12-15T02:51:40.485Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
02:51:40 [2020-12-15T02:51:40.664Z] 2020/12/15 02:51:40 	Finished clone github.com/prometheus/common
02:51:40 [2020-12-15T02:51:40.664Z] 2020/12/15 02:51:40 	Clone github.com/docker/go-metrics, revision b619b3592b65de4f087d9f16863a7e6ff905973c, attempt 1/20
02:51:40 [2020-12-15T02:51:40.921Z] 2020/12/15 02:51:40 	Finished clone github.com/cespare/xxhash/v2
02:51:40 [2020-12-15T02:51:40.921Z] 2020/12/15 02:51:40 	Clone github.com/opencontainers/selinux, revision 25504e34a9826d481f6e2903963ecaa881749124, attempt 1/20
02:51:41 [2020-12-15T02:51:41.423Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000963940_<nil>}
02:51:41 [2020-12-15T02:51:41.485Z] 2020/12/15 02:51:41 	Finished clone github.com/inconshreveable/mousetrap
02:51:41 [2020-12-15T02:51:41.485Z] 2020/12/15 02:51:41 	Clone github.com/opentracing/opentracing-go, revision d34af3eaa63c4d08ab54863a4bdd0daa45212e12, attempt 1/20
02:51:41 [2020-12-15T02:51:41.741Z] 2020/12/15 02:51:41 	Finished clone github.com/morikuni/aec
02:51:41 [2020-12-15T02:51:41.741Z] 2020/12/15 02:51:41 	Clone github.com/Azure/go-ansiterm, revision d6e3b3328b783f23731bc4d058875b0371ff8109, attempt 1/20
02:51:41 [2020-12-15T02:51:41.998Z] 2020/12/15 02:51:41 	Finished clone github.com/docker/go-metrics
02:51:41 [2020-12-15T02:51:41.998Z] 2020/12/15 02:51:41 	Clone github.com/Microsoft/hcsshim, revision 9dcb42f100215f8d375b4a9265e5bba009217a85, attempt 1/20
02:51:41 [2020-12-15T02:51:41.998Z] 2020/12/15 02:51:41 	Finished clone github.com/spf13/pflag
02:51:41 [2020-12-15T02:51:41.998Z] 2020/12/15 02:51:41 	Clone github.com/Microsoft/go-winio, revision 5b44b70ab3ab4d291a7c1d28afe7b4afeced0ed4, attempt 1/20
02:51:42 [2020-12-15T02:51:42.256Z] 2020/12/15 02:51:42 	Finished clone github.com/docker/distribution
02:51:42 [2020-12-15T02:51:42.256Z] 2020/12/15 02:51:42 	Clone github.com/docker/libtrust, revision 9cbd2a1374f46905c68a4eb3694a130610adc62a, attempt 1/20
02:51:42 [2020-12-15T02:51:42.803Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
02:51:42 [2020-12-15T02:51:42.820Z] 2020/12/15 02:51:42 	Finished clone github.com/spf13/cobra
02:51:42 [2020-12-15T02:51:42.820Z] 2020/12/15 02:51:42 	Clone github.com/golang/gddo, revision 72a348e765d293ed6d1ded7b699591f14d6cd921, attempt 1/20
02:51:43 [2020-12-15T02:51:43.077Z] 2020/12/15 02:51:43 	Finished clone github.com/Azure/go-ansiterm
02:51:43 [2020-12-15T02:51:43.077Z] 2020/12/15 02:51:43 	Clone github.com/google/uuid, revision 0cd6bf5da1e1c83f8b45653022c74f71af0538a4, attempt 1/20
02:51:43 [2020-12-15T02:51:43.334Z] 2020/12/15 02:51:43 	Finished clone github.com/opentracing/opentracing-go
02:51:43 [2020-12-15T02:51:43.334Z] 2020/12/15 02:51:43 	Clone github.com/gorilla/mux, revision 98cb6bf42e086f6af920b965c38cacc07402d51b, attempt 1/20
02:51:43 [2020-12-15T02:51:43.605Z] 2020/12/15 02:51:43 	Finished clone github.com/docker/libtrust
02:51:43 [2020-12-15T02:51:43.605Z] 2020/12/15 02:51:43 	Clone github.com/Microsoft/opengcs, revision a10967154e143a36014584a6f664344e3bb0aa64, attempt 1/20
02:51:43 [2020-12-15T02:51:43.862Z] 2020/12/15 02:51:43 	Finished clone github.com/Microsoft/go-winio
02:51:44 [2020-12-15T02:51:44.119Z] 2020/12/15 02:51:43 	Clone github.com/moby/locker, revision 281af2d563954745bea9d1487c965f24d30742fe, attempt 1/20
02:51:44 [2020-12-15T02:51:44.119Z] 2020/12/15 02:51:43 	Finished clone github.com/google/certificate-transparency-go
02:51:44 [2020-12-15T02:51:44.119Z] 2020/12/15 02:51:43 	Clone github.com/moby/term, revision bea5bbe245bf407372d477f1361d2ff042d2f556, attempt 1/20
02:51:44 [2020-12-15T02:51:44.181Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
02:51:44 [2020-12-15T02:51:44.182Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
02:51:44 [2020-12-15T02:51:44.375Z] 2020/12/15 02:51:44 	Finished clone github.com/opencontainers/selinux
02:51:44 [2020-12-15T02:51:44.375Z] 2020/12/15 02:51:44 	Clone github.com/moby/sys, revision 1bc8673b57550ddf85262eb0fed0aac651a37dab, attempt 1/20
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
02:51:44 [2020-12-15T02:51:44.459Z] --- PASS: TestCreateServiceSysctls (4.28s)
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestCreateServiceCapabilities
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
02:51:44 [2020-12-15T02:51:44.459Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
02:51:44 [2020-12-15T02:51:44.720Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
02:51:44 [2020-12-15T02:51:44.938Z] 2020/12/15 02:51:44 	Finished clone github.com/google/uuid
02:51:44 [2020-12-15T02:51:44.939Z] 2020/12/15 02:51:44 	Clone github.com/creack/pty, revision 2a38352e8b4d7ab6c336eef107e42a55e72e7fbc, attempt 1/20
02:51:45 [2020-12-15T02:51:45.502Z] 2020/12/15 02:51:45 	Finished clone github.com/gorilla/mux
02:51:45 [2020-12-15T02:51:45.502Z] 2020/12/15 02:51:45 	Clone github.com/sirupsen/logrus, revision 6699a89a232f3db797f2e280639854bbc4b89725, attempt 1/20
02:51:45 [2020-12-15T02:51:45.759Z] 2020/12/15 02:51:45 	Finished clone github.com/moby/locker
02:51:45 [2020-12-15T02:51:45.759Z] 2020/12/15 02:51:45 	Clone github.com/tchap/go-patricia, revision a7f0089c6f496e8e70402f61733606daa326cac5, attempt 1/20
02:51:45 [2020-12-15T02:51:45.759Z] 2020/12/15 02:51:45 	Finished clone github.com/moby/term
02:51:45 [2020-12-15T02:51:45.759Z] 2020/12/15 02:51:45 	Clone golang.org/x/net, revision ab34263943818b32f575efc978a3d24e80b04bd7, attempt 1/20
02:51:46 [2020-12-15T02:51:46.016Z] 2020/12/15 02:51:45 	Clone golang.org/x/sys, revision eeed37f84f13f52d35e095e8023ba65671ff86a1, attempt 1/20
02:51:46 [2020-12-15T02:51:46.016Z] 2020/12/15 02:51:45 	Finished clone github.com/moby/sys
02:51:46 [2020-12-15T02:51:46.272Z] 2020/12/15 02:51:46 	Finished clone github.com/creack/pty
02:51:46 [2020-12-15T02:51:46.272Z] 2020/12/15 02:51:46 	Clone github.com/docker/go-units, revision 519db1ee28dcc9fd2474ae59fca29a810482bfb1, attempt 1/20
02:51:47 [2020-12-15T02:51:47.200Z] 2020/12/15 02:51:47 	Finished clone github.com/tchap/go-patricia
02:51:47 [2020-12-15T02:51:47.200Z] 2020/12/15 02:51:47 	Clone github.com/docker/go-connections, revision 7395e3f8aa162843a74ed6d48e79627d9792ac55, attempt 1/20
02:51:47 [2020-12-15T02:51:47.256Z] --- PASS: TestCreateServiceCapabilities (2.98s)
02:51:47 [2020-12-15T02:51:47.256Z] === RUN   TestInspect
02:51:47 [2020-12-15T02:51:47.763Z] 2020/12/15 02:51:47 	Finished clone github.com/docker/go-units
02:51:47 [2020-12-15T02:51:47.763Z] 2020/12/15 02:51:47 	Clone golang.org/x/text, revision 23ae387dee1f90d29a23c0e87ee0b46038fbed0e, attempt 1/20
02:51:47 [2020-12-15T02:51:47.763Z] 2020/12/15 02:51:47 	Finished clone github.com/sirupsen/logrus
02:51:47 [2020-12-15T02:51:47.763Z] 2020/12/15 02:51:47 	Clone gotest.tools/v3, revision bb0d8a963040ea5048dcef1a14d8f8b58a33d4b3, attempt 1/20
02:51:47 [2020-12-15T02:51:47.824Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
02:51:49 [2020-12-15T02:51:49.131Z] 2020/12/15 02:51:48 	Clone github.com/google/go-cmp, revision 3af367b6b30c263d47e8895973edcca9a49cf029, attempt 1/20
02:51:49 [2020-12-15T02:51:49.131Z] 2020/12/15 02:51:48 	Finished clone github.com/cloudflare/cfssl
02:51:49 [2020-12-15T02:51:49.202Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
02:51:50 [2020-12-15T02:51:50.060Z] 2020/12/15 02:51:49 	Finished clone gotest.tools/v3
02:51:50 [2020-12-15T02:51:50.060Z] 2020/12/15 02:51:49 	Clone github.com/syndtr/gocapability, revision 42c35b4376354fd554efc7ad35e0b7f94e3a0ffb, attempt 1/20
02:51:50 [2020-12-15T02:51:50.989Z] 2020/12/15 02:51:50 	Finished clone github.com/docker/go-connections
02:51:50 [2020-12-15T02:51:50.989Z] 2020/12/15 02:51:50 	Clone github.com/RackSec/srslog, revision a4725f04ec91af1a91b380da679d6e0c2f061e59, attempt 1/20
02:51:50 [2020-12-15T02:51:50.989Z] 2020/12/15 02:51:50 	Finished clone github.com/google/go-cmp
02:51:50 [2020-12-15T02:51:50.989Z] 2020/12/15 02:51:50 	Clone github.com/imdario/mergo, revision 1afb36080aec31e0d1528973ebe6721b191b0369, attempt 1/20
02:51:51 [2020-12-15T02:51:51.553Z] 2020/12/15 02:51:51 	Finished clone github.com/syndtr/gocapability
02:51:51 [2020-12-15T02:51:51.553Z] 2020/12/15 02:51:51 	Clone golang.org/x/sync, revision cd5d95a43a6e21273425c7ae415d3df9ea832eeb, attempt 1/20
02:51:52 [2020-12-15T02:51:52.483Z] 2020/12/15 02:51:52 	Finished clone github.com/RackSec/srslog
02:51:52 [2020-12-15T02:51:52.483Z] 2020/12/15 02:51:52 	Clone github.com/moby/buildkit, revision 8142d66b5ebde79846b869fba30d9d30633e74aa, attempt 1/20
02:51:52 [2020-12-15T02:51:52.483Z] 2020/12/15 02:51:52 	Finished clone github.com/golang/gddo
02:51:52 [2020-12-15T02:51:52.483Z] 2020/12/15 02:51:52 	Clone github.com/tonistiigi/fsutil, revision 0834f99b7b85462efb69b4f571a4fa3ca7da5ac9, attempt 1/20
02:51:53 [2020-12-15T02:51:53.047Z] 2020/12/15 02:51:52 	Finished clone github.com/imdario/mergo
02:51:53 [2020-12-15T02:51:53.047Z] 2020/12/15 02:51:52 	Clone github.com/tonistiigi/units, revision 6950e57a87eaf136bbe44ef2ec8e75b9e3569de2, attempt 1/20
02:51:53 [2020-12-15T02:51:53.303Z] 2020/12/15 02:51:53 	Finished clone golang.org/x/sync
02:51:53 [2020-12-15T02:51:53.303Z] 2020/12/15 02:51:53 	Clone github.com/grpc-ecosystem/grpc-opentracing, revision 8e809c8a86450a29b90dcc9efbf062d0fe6d9746, attempt 1/20
02:51:53 [2020-12-15T02:51:53.396Z] === RUN   TestDockerSuite/TestCopyAndRestart
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestInfoAPIWarnings (16.33s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestInfoDebug
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestInfoDebug (0.53s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestInfoInsecureRegistries
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestInfoInsecureRegistries (0.54s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestInfoRegistryMirrors
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestInfoRegistryMirrors (0.53s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestLoginFailsWithBadCredentials
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestLoginFailsWithBadCredentials (0.30s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestPingCacheHeaders
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestPingCacheHeaders (0.03s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestPingGet
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestPingGet (0.02s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestPingHead
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestPingHead (0.03s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestVersion
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestVersion (0.04s)
02:51:53 [2020-12-15T02:51:53.625Z] PASS
02:51:53 [2020-12-15T02:51:53.625Z] 
02:51:53 [2020-12-15T02:51:53.625Z] === Skipped
02:51:53 [2020-12-15T02:51:53.625Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
02:51:53 [2020-12-15T02:51:53.625Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:51:53 [2020-12-15T02:51:53.625Z] 
02:51:53 [2020-12-15T02:51:53.625Z] 
02:51:53 [2020-12-15T02:51:53.625Z] DONE 18 tests, 1 skipped in 21.213s
02:51:53 [2020-12-15T02:51:53.625Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m 
02:51:53 [2020-12-15T02:51:53.625Z] ++ 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
02:51:53 [2020-12-15T02:51:53.625Z] ++ set -e
02:51:53 [2020-12-15T02:51:53.625Z] ++ '[' -n 0 ']'
02:51:53 [2020-12-15T02:51:53.625Z] ++ set -x
02:51:53 [2020-12-15T02:51:53.625Z] ++ 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
02:51:53 [2020-12-15T02:51:53.625Z] INFO: Testing against a local daemon
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestVolumesCreateAndList
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestVolumesCreateAndList (0.03s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestVolumesRemove
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestVolumesRemove (0.06s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestVolumesInspect
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestVolumesInspect (0.02s)
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestVolumesInvalidJSON
02:51:53 [2020-12-15T02:51:53.625Z] === RUN   TestVolumesInvalidJSON//volumes/create
02:51:53 [2020-12-15T02:51:53.625Z] === PAUSE TestVolumesInvalidJSON//volumes/create
02:51:53 [2020-12-15T02:51:53.625Z] === CONT  TestVolumesInvalidJSON//volumes/create
02:51:53 [2020-12-15T02:51:53.625Z] --- PASS: TestVolumesInvalidJSON (0.02s)
02:51:53 [2020-12-15T02:51:53.625Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
02:51:53 [2020-12-15T02:51:53.625Z] PASS
02:51:53 [2020-12-15T02:51:53.625Z] 
02:51:53 [2020-12-15T02:51:53.625Z] DONE 5 tests in 0.201s
02:51:53 [2020-12-15T02:51:53.625Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
02:51:53 [2020-12-15T02:51:53.625Z] ++++ cat bundles/test-integration/docker.pid
02:51:53 [2020-12-15T02:51:53.625Z] +++ kill 14152
02:51:53 [2020-12-15T02:51:53.657Z] --- PASS: TestInspect (6.33s)
02:51:53 [2020-12-15T02:51:53.657Z] === RUN   TestCreateJob
02:51:54 [2020-12-15T02:51:54.225Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
02:51:54 [2020-12-15T02:51:54.483Z] === RUN   TestDockerSuite/TestCpAbsolutePath
02:51:54 [2020-12-15T02:51:54.671Z] 2020/12/15 02:51:54 	Finished clone github.com/tonistiigi/units
02:51:54 [2020-12-15T02:51:54.671Z] 2020/12/15 02:51:54 	Clone github.com/hashicorp/go-multierror, revision 886a7fbe3eb1c874d46f623bfa70af45f425b3d1, attempt 1/20
02:51:55 [2020-12-15T02:51:55.050Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
02:51:55 [2020-12-15T02:51:55.172Z] +++ /etc/init.d/apparmor stop
02:51:55 [2020-12-15T02:51:55.172Z] Leaving: AppArmorNo profiles have been unloaded.
02:51:55 [2020-12-15T02:51:55.172Z] 
02:51:55 [2020-12-15T02:51:55.172Z] Unloading profiles will leave already running processes permanently
02:51:55 [2020-12-15T02:51:55.172Z] unconfined, which can lead to unexpected situations.
02:51:55 [2020-12-15T02:51:55.172Z] 
02:51:55 [2020-12-15T02:51:55.172Z] To set a process to complain mode, use the command line tool
02:51:55 [2020-12-15T02:51:55.172Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
02:51:55 [2020-12-15T02:51:55.172Z] +++ true
02:51:55 [2020-12-15T02:51:55.172Z] exiting test-integration
02:51:55 [2020-12-15T02:51:55.172Z] ++ exit 0
02:51:55 [2020-12-15T02:51:55.172Z] 
02:51:55 [2020-12-15T02:51:55.233Z] 2020/12/15 02:51:54 	Finished clone github.com/grpc-ecosystem/grpc-opentracing
02:51:55 [2020-12-15T02:51:55.233Z] 2020/12/15 02:51:54 	Clone github.com/google/shlex, revision e7afc7fbc51079733e9468cdfd1efcd7d196cd1d, attempt 1/20
02:51:55 [2020-12-15T02:51:55.988Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
02:51:56 [2020-12-15T02:51:56.162Z] 2020/12/15 02:51:55 	Finished clone github.com/hashicorp/go-multierror
02:51:56 [2020-12-15T02:51:56.162Z] 2020/12/15 02:51:55 	Clone github.com/opentracing-contrib/go-stdlib, revision 8a6ff1ad1691a29e4f7b5d46604f97634997c8c4, attempt 1/20
02:51:56 [2020-12-15T02:51:56.558Z] === RUN   TestDockerSuite/TestCpFromCaseA
Post stage
[Pipeline] junit
02:51:56 [2020-12-15T02:51:56.726Z] 2020/12/15 02:51:56 	Finished clone github.com/google/shlex
02:51:56 [2020-12-15T02:51:56.726Z] 2020/12/15 02:51:56 	Clone github.com/mitchellh/hashstructure, revision a38c50148365edc8df43c1580c48fb2b3a1e9cd7, attempt 1/20
02:51:56 [2020-12-15T02:51:56.734Z] Recording test results
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
02:51:57 [2020-12-15T02:51:57.495Z] === RUN   TestDockerSuite/TestCpFromCaseB
02:51:57 [2020-12-15T02:51:57.495Z] --- PASS: TestCreateJob (3.93s)
02:51:57 [2020-12-15T02:51:57.495Z] === RUN   TestReplicatedJob
02:51:57 [2020-12-15T02:51:57.522Z] + echo Ensuring container killed.
02:51:57 [2020-12-15T02:51:57.522Z] Ensuring container killed.
02:51:57 [2020-12-15T02:51:57.522Z] + docker rm -vf docker-pr1
02:51:57 [2020-12-15T02:51:57.522Z] Error: No such container: docker-pr1
02:51:57 [2020-12-15T02:51:57.522Z] + true
[Pipeline] sh
02:51:57 [2020-12-15T02:51:57.656Z] 2020/12/15 02:51:57 	Finished clone github.com/opentracing-contrib/go-stdlib
02:51:57 [2020-12-15T02:51:57.656Z] 2020/12/15 02:51:57 	Clone github.com/gofrs/flock, revision 6caa7350c26b838538005fae7dbee4e69d9398db, attempt 1/20
02:51:57 [2020-12-15T02:51:57.910Z] + echo Chowning /workspace to jenkins user
02:51:57 [2020-12-15T02:51:57.910Z] Chowning /workspace to jenkins user
02:51:57 [2020-12-15T02:51:57.910Z] + id -u
02:51:57 [2020-12-15T02:51:57.910Z] + id -g
02:51:57 [2020-12-15T02:51:57.910Z] + docker run --rm -v /home/docker/workspace/moby_PR-41793:/workspace busybox chown -R 1001:1001 /workspace
02:51:57 [2020-12-15T02:51:57.910Z] Unable to find image 'busybox:latest' locally
02:51:58 [2020-12-15T02:51:58.065Z] === RUN   TestDockerSuite/TestCpFromCaseC
02:51:58 [2020-12-15T02:51:58.065Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
02:51:58 [2020-12-15T02:51:58.201Z] latest: Pulling from library/busybox
02:51:58 [2020-12-15T02:51:58.218Z] 2020/12/15 02:51:57 	Finished clone github.com/tonistiigi/fsutil
02:51:58 [2020-12-15T02:51:58.218Z] 2020/12/15 02:51:57 	Clone github.com/grpc-ecosystem/go-grpc-middleware, revision 3c51f7f332123e8be5a157c0802a228ac85bf9db, attempt 1/20
02:51:58 [2020-12-15T02:51:58.219Z] 2020/12/15 02:51:58 	Finished clone github.com/mitchellh/hashstructure
02:51:58 [2020-12-15T02:51:58.219Z] 2020/12/15 02:51:58 	Clone github.com/docker/libnetwork, revision 5c6a95bfb20c61571a00f913c6b91959ede84e8d, attempt 1/20
02:51:58 [2020-12-15T02:51:58.475Z] 2020/12/15 02:51:58 	Finished clone golang.org/x/net
02:51:58 [2020-12-15T02:51:58.475Z] 2020/12/15 02:51:58 	Clone github.com/docker/go-events, revision e31b211e4f1cd09aa76fe4ac244571fab96ae47f, attempt 1/20
02:51:58 [2020-12-15T02:51:58.532Z] fcdecd492fba: Pulling fs layer
02:51:58 [2020-12-15T02:51:58.532Z] fcdecd492fba: Verifying Checksum
02:51:58 [2020-12-15T02:51:58.532Z] fcdecd492fba: Download complete
02:51:58 [2020-12-15T02:51:58.828Z] fcdecd492fba: Pull complete
02:51:58 [2020-12-15T02:51:58.828Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
02:51:58 [2020-12-15T02:51:58.828Z] Status: Downloaded newer image for busybox:latest
02:51:59 [2020-12-15T02:51:59.004Z] === RUN   TestDockerSuite/TestCpFromCaseD
02:51:59 [2020-12-15T02:51:59.043Z] 2020/12/15 02:51:58 	Finished clone github.com/gofrs/flock
02:51:59 [2020-12-15T02:51:59.043Z] 2020/12/15 02:51:58 	Clone github.com/armon/go-radix, revision e39d623f12e8e41c7b5529e9a9dd67a1e2261f80, attempt 1/20
[Pipeline] catchError
[Pipeline] {
02:52:00 [2020-12-15T02:52:00.383Z] === RUN   TestDockerSuite/TestCpFromCaseE
[Pipeline] sh
02:52:00 [2020-12-15T02:52:00.411Z] 2020/12/15 02:52:00 	Finished clone github.com/docker/go-events
02:52:00 [2020-12-15T02:52:00.411Z] 2020/12/15 02:52:00 	Clone github.com/armon/go-metrics, revision eb0af217e5e9747e41dd5303755356b62d28e3ec, attempt 1/20
02:52:00 [2020-12-15T02:52:00.668Z] 2020/12/15 02:52:00 	Finished clone github.com/armon/go-radix
02:52:00 [2020-12-15T02:52:00.668Z] 2020/12/15 02:52:00 	Clone github.com/hashicorp/go-msgpack, revision 71c2886f5a673a35f909803f38ece5810165097b, attempt 1/20
02:52:00 [2020-12-15T02:52:00.755Z] + bundleName=ppc64le-integration
02:52:00 [2020-12-15T02:52:00.755Z] + echo Creating ppc64le-integration-bundles.tar.gz
02:52:00 [2020-12-15T02:52:00.755Z] Creating ppc64le-integration-bundles.tar.gz
02:52:00 [2020-12-15T02:52:00.755Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log+  -o -name *.prof -oxargs -name tar *-report.xml -czf ) ppc64le-integration-bundles.tar.gz -print
02:52:00 [2020-12-15T02:52:00.755Z] 
[Pipeline] archiveArtifacts
02:52:00 [2020-12-15T02:52:00.799Z] Archiving artifacts
02:52:01 [2020-12-15T02:52:01.764Z] === RUN   TestDockerSuite/TestCpFromCaseF
02:52:02 [2020-12-15T02:52:02.036Z] 2020/12/15 02:52:01 	Clone github.com/hashicorp/memberlist, revision 3d8438da9589e7b608a83ffac1ef8211486bcb7c, attempt 1/20
02:52:02 [2020-12-15T02:52:02.036Z] 2020/12/15 02:52:01 	Finished clone github.com/Microsoft/opengcs
02:52:02 [2020-12-15T02:52:02.598Z] 2020/12/15 02:52:02 	Finished clone github.com/armon/go-metrics
02:52:02 [2020-12-15T02:52:02.598Z] 2020/12/15 02:52:02 	Clone github.com/sean-/seed, revision e2103e2c35297fb7e17febb81e49b312087a2372, attempt 1/20
02:52:02 [2020-12-15T02:52:02.598Z] 2020/12/15 02:52:02 	Finished clone github.com/docker/swarmkit
02:52:02 [2020-12-15T02:52:02.598Z] 2020/12/15 02:52:02 	Clone github.com/hashicorp/errwrap, revision 8a6fb523712970c966eefc6b39ed2c5e74880354, attempt 1/20
02:52:03 [2020-12-15T02:52:03.148Z] === RUN   TestDockerSuite/TestCpFromCaseG
02:52:03 [2020-12-15T02:52:03.264Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
02:52:03 [2020-12-15T02:52:03.650Z] + make clean
02:52:03 [2020-12-15T02:52:03.715Z] === RUN   TestDockerSuite/TestCpFromCaseH
02:52:03 [2020-12-15T02:52:03.942Z] make: command: Command not found
02:52:03 [2020-12-15T02:52:03.942Z] make: command: Command not found
02:52:03 [2020-12-15T02:52:03.942Z] docker volume rm -f docker-dev-cache
02:52:03 [2020-12-15T02:52:03.942Z] docker-dev-cache
02:52:03 [2020-12-15T02:52:03.965Z] 2020/12/15 02:52:03 	Finished clone github.com/Microsoft/hcsshim
02:52:03 [2020-12-15T02:52:03.965Z] 2020/12/15 02:52:03 	Clone github.com/hashicorp/go-sockaddr, revision c7188e74f6acae5a989bdc959aa779f8b9f42faf, attempt 1/20
[Pipeline] deleteDir
02:52:04 [2020-12-15T02:52:04.222Z] 2020/12/15 02:52:04 	Finished clone github.com/sean-/seed
02:52:04 [2020-12-15T02:52:04.222Z] 2020/12/15 02:52:04 	Clone github.com/deckarep/golang-set, revision ef32fa3046d9f249d399f98ebaf9be944430fd1d, attempt 1/20
02:52:04 [2020-12-15T02:52:04.479Z] 2020/12/15 02:52:04 	Finished clone github.com/hashicorp/errwrap
02:52:04 [2020-12-15T02:52:04.479Z] 2020/12/15 02:52:04 	Clone github.com/hashicorp/serf, revision 598c54895cc5a7b1a24a398d635e8c0ea0959870, attempt 1/20
02:52:04 [2020-12-15T02:52:04.651Z] --- PASS: TestReplicatedJob (6.85s)
02:52:04 [2020-12-15T02:52:04.651Z] === RUN   TestUpdateReplicatedJob
02:52:04 [2020-12-15T02:52:04.651Z] === RUN   TestDockerSuite/TestCpFromCaseI
02:52:05 [2020-12-15T02:52:05.219Z] === RUN   TestDockerSuite/TestCpFromCaseJ
02:52:05 [2020-12-15T02:52:05.408Z] 2020/12/15 02:52:05 	Finished clone github.com/hashicorp/memberlist
02:52:05 [2020-12-15T02:52:05.408Z] 2020/12/15 02:52:05 	Clone github.com/docker/libkv, revision 458977154600b9f23984d9f4b82e79570b5ae12b, attempt 1/20
02:52:06 [2020-12-15T02:52:06.160Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:52:06 [2020-12-15T02:52:06.341Z] 2020/12/15 02:52:06 	Finished clone github.com/deckarep/golang-set
02:52:06 [2020-12-15T02:52:06.341Z] 2020/12/15 02:52:06 	Clone github.com/vishvananda/netns, revision db3c7e526aae966c4ccfa6c8189b693d6ac5d202, attempt 1/20
02:52:07 [2020-12-15T02:52:07.290Z] 2020/12/15 02:52:06 	Clone github.com/vishvananda/netlink, revision f049be6f391489d3f374498fe0c8df8449258372, attempt 1/20
02:52:07 [2020-12-15T02:52:07.290Z] 2020/12/15 02:52:07 	Finished clone github.com/hashicorp/go-sockaddr
02:52:07 [2020-12-15T02:52:07.539Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
02:52:07 [2020-12-15T02:52:07.546Z] 2020/12/15 02:52:07 	Finished clone github.com/docker/libkv
02:52:07 [2020-12-15T02:52:07.546Z] 2020/12/15 02:52:07 	Clone github.com/moby/ipvs, revision 4566ccea0e08d68e9614c3e7a64a23b850c4bb35, attempt 1/20
02:52:07 [2020-12-15T02:52:07.802Z] 2020/12/15 02:52:07 	Finished clone github.com/vishvananda/netns
02:52:07 [2020-12-15T02:52:07.802Z] 2020/12/15 02:52:07 	Clone github.com/BurntSushi/toml, revision 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005, attempt 1/20
02:52:08 [2020-12-15T02:52:08.108Z] --- PASS: TestUpdateReplicatedJob (3.74s)
02:52:08 [2020-12-15T02:52:08.108Z] === RUN   TestServiceListWithStatuses
02:52:08 [2020-12-15T02:52:08.108Z] --- SKIP: TestServiceListWithStatuses (0.00s)
02:52:08 [2020-12-15T02:52:08.108Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:52:08 [2020-12-15T02:52:08.108Z] === RUN   TestDockerNetworkConnectAlias
02:52:08 [2020-12-15T02:52:08.108Z] === RUN   TestDockerSuite/TestCpGarbagePath
02:52:08 [2020-12-15T02:52:08.365Z] 2020/12/15 02:52:08 	Finished clone github.com/hashicorp/go-msgpack
02:52:08 [2020-12-15T02:52:08.365Z] 2020/12/15 02:52:08 	Clone github.com/samuel/go-zookeeper, revision d0e0d8e11f318e000a8cc434616d69e329edc374, attempt 1/20
02:52:09 [2020-12-15T02:52:09.046Z] === RUN   TestDockerSuite/TestCpLocalOnly
02:52:09 [2020-12-15T02:52:09.046Z] === RUN   TestDockerSuite/TestCpNameHasColon
02:52:09 [2020-12-15T02:52:09.614Z] === RUN   TestDockerSuite/TestCpRelativePath
02:52:09 [2020-12-15T02:52:09.731Z] 2020/12/15 02:52:09 	Finished clone github.com/BurntSushi/toml
02:52:09 [2020-12-15T02:52:09.731Z] 2020/12/15 02:52:09 	Clone github.com/hashicorp/consul, revision 9a9cc9341bb487651a0399e3fc5e1e8a42e62dd9, attempt 1/20
02:52:09 [2020-12-15T02:52:09.987Z] 2020/12/15 02:52:09 	Finished clone cloud.google.com/go
02:52:09 [2020-12-15T02:52:09.987Z] 2020/12/15 02:52:09 	Clone github.com/coreos/etcd, revision d57e8b8d97adfc4a6c224fe116714bf1a1f3beb9, attempt 1/20
02:52:10 [2020-12-15T02:52:10.243Z] 2020/12/15 02:52:10 	Finished clone github.com/samuel/go-zookeeper
02:52:10 [2020-12-15T02:52:10.243Z] 2020/12/15 02:52:10 	Clone github.com/coreos/go-semver, revision 8ab6407b697782a06568d4b7f1db25550ec2e4c6, attempt 1/20
02:52:10 [2020-12-15T02:52:10.243Z] 2020/12/15 02:52:10 	Finished clone github.com/moby/ipvs
02:52:10 [2020-12-15T02:52:10.243Z] 2020/12/15 02:52:10 	Clone github.com/ugorji/go, revision b4c50a2b199d93b13dc15e78929cfb23bfdf21ab, attempt 1/20
02:52:10 [2020-12-15T02:52:10.243Z] 2020/12/15 02:52:10 	Finished clone golang.org/x/sys
02:52:10 [2020-12-15T02:52:10.243Z] 2020/12/15 02:52:10 	Clone github.com/ishidawataru/sctp, revision 6e2cb1366111dcf547c13531e3a263a067715847, attempt 1/20
02:52:10 [2020-12-15T02:52:10.552Z] === RUN   TestDockerSuite/TestCpSpecialFiles
02:52:10 [2020-12-15T02:52:10.805Z] 2020/12/15 02:52:10 	Finished clone github.com/vishvananda/netlink
02:52:10 [2020-12-15T02:52:10.805Z] 2020/12/15 02:52:10 	Clone github.com/miekg/dns, revision 6c0c4e6581f8e173cc562c8b3363ab984e4ae071, attempt 1/20
02:52:11 [2020-12-15T02:52:11.489Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
02:52:11 [2020-12-15T02:52:11.734Z] 2020/12/15 02:52:11 	Finished clone github.com/grpc-ecosystem/go-grpc-middleware
02:52:11 [2020-12-15T02:52:11.734Z] 2020/12/15 02:52:11 	Clone go.etcd.io/bbolt, revision 232d8fc87f50244f9c808f4745759e08a304c029, attempt 1/20
02:52:11 [2020-12-15T02:52:11.990Z] 2020/12/15 02:52:11 	Finished clone github.com/coreos/go-semver
02:52:11 [2020-12-15T02:52:11.990Z] 2020/12/15 02:52:11 	Finished clone github.com/ishidawataru/sctp
02:52:12 [2020-12-15T02:52:12.426Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
02:52:13 [2020-12-15T02:52:13.362Z] === RUN   TestDockerSuite/TestCpToCaseA
02:52:13 [2020-12-15T02:52:13.362Z] --- PASS: TestDockerNetworkConnectAlias (5.01s)
02:52:13 [2020-12-15T02:52:13.362Z] === RUN   TestDockerNetworkReConnect
02:52:14 [2020-12-15T02:52:14.299Z] === RUN   TestDockerSuite/TestCpToCaseB
02:52:14 [2020-12-15T02:52:14.867Z] === RUN   TestDockerSuite/TestCpToCaseC
02:52:15 [2020-12-15T02:52:15.259Z] 2020/12/15 02:52:14 	Finished clone go.etcd.io/bbolt
02:52:15 [2020-12-15T02:52:15.515Z] 2020/12/15 02:52:15 	Finished clone golang.org/x/text
02:52:16 [2020-12-15T02:52:16.076Z] 2020/12/15 02:52:15 	Finished clone github.com/hashicorp/serf
02:52:16 [2020-12-15T02:52:16.772Z] === RUN   TestDockerSuite/TestCpToCaseD
02:52:17 [2020-12-15T02:52:17.712Z] --- PASS: TestDockerNetworkReConnect (4.41s)
02:52:17 [2020-12-15T02:52:17.712Z] === RUN   TestServicePlugin
02:52:18 [2020-12-15T02:52:18.594Z] 2020/12/15 02:52:18 	Finished clone github.com/moby/buildkit
02:52:19 [2020-12-15T02:52:19.523Z] 2020/12/15 02:52:19 	Finished clone github.com/docker/libnetwork
02:52:19 [2020-12-15T02:52:19.523Z] 2020/12/15 02:52:19 	Finished clone github.com/ugorji/go
02:52:21 [2020-12-15T02:52:21.020Z] === RUN   TestDockerSuite/TestCpToCaseE
02:52:22 [2020-12-15T02:52:22.794Z] 2020/12/15 02:52:22 	Finished clone github.com/containerd/containerd
02:52:23 [2020-12-15T02:52:23.051Z] 2020/12/15 02:52:22 	Finished clone github.com/miekg/dns
02:52:23 [2020-12-15T02:52:23.555Z] === RUN   TestDockerSuite/TestCpToCaseF
02:52:23 [2020-12-15T02:52:23.815Z] === RUN   TestDockerSuite/TestCpToCaseG
02:52:28 [2020-12-15T02:52:28.009Z] === RUN   TestDockerSuite/TestCpToCaseH
02:52:29 [2020-12-15T02:52:29.385Z] === RUN   TestDockerSuite/TestCpToCaseI
02:52:29 [2020-12-15T02:52:29.954Z] === RUN   TestDockerSuite/TestCpToCaseJ
02:52:33 [2020-12-15T02:52:33.000Z] 2020/12/15 02:52:32 	Finished clone google.golang.org/genproto
02:52:33 [2020-12-15T02:52:33.242Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
02:52:33 [2020-12-15T02:52:33.809Z] === RUN   TestDockerSuite/TestCpToDot
02:52:34 [2020-12-15T02:52:34.377Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
02:52:34 [2020-12-15T02:52:34.944Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
02:52:35 [2020-12-15T02:52:35.513Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestBuildWithHugeFile (137.03s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestBuildWithEmptyDockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestBuildPreserveOwnership
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestBuildPlatformInvalid
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestBuildPlatformInvalid (0.06s)
02:52:36 [2020-12-15T02:52:36.294Z] PASS
02:52:36 [2020-12-15T02:52:36.294Z] ok  	github.com/docker/docker/integration/build	194.315s
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === Skipped
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     build_session_test.go:25: TODO: BuildKit
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     build_test.go:583: testEnv.DaemonInfo.OSType == "windows": FIXME
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] DONE 28 tests, 5 skipped in 216.635s
02:52:36 [2020-12-15T02:52:36.294Z] Running D:\gopath\src\github.com\docker\docker\integration\config
02:52:36 [2020-12-15T02:52:36.294Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:52:36 [2020-12-15T02:52:36.294Z] INFO: Testing against a local daemon
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestConfigInspect
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestConfigInspect (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestConfigList
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestConfigList (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestConfigsCreateAndDelete
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestConfigsUpdate
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestConfigsUpdate (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestTemplatedConfig
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestTemplatedConfig (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestConfigCreateResolve
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestConfigCreateResolve (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestConfigDaemonLibtrustID
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
02:52:36 [2020-12-15T02:52:36.294Z] PASS
02:52:36 [2020-12-15T02:52:36.294Z] ok  	github.com/docker/docker/integration/config	0.252s
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === Skipped
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:28: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:52: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:133: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:171: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:223: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:333: testEnv.DaemonInfo.OSType != "linux"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     config_test.go:383: testEnv.DaemonInfo.OSType != "linux"
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] 
02:52:36 [2020-12-15T02:52:36.294Z] DONE 7 tests, 7 skipped in 2.486s
02:52:36 [2020-12-15T02:52:36.294Z] Running D:\gopath\src\github.com\docker\docker\integration\container
02:52:36 [2020-12-15T02:52:36.294Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:52:36 [2020-12-15T02:52:36.294Z] INFO: Testing against a local daemon
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCheckpoint
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCheckpoint (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestContainerInvalidJSON
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestContainerInvalidJSON//containers/foobar/copy
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestContainerInvalidJSON//containers/foobar/copy
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestContainerInvalidJSON (0.03s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCopyFromContainerPathDoesNotExist
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.26s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCopyFromContainerPathIsNotDir
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s)
02:52:36 [2020-12-15T02:52:36.294Z]     copy_test.go:38: testEnv.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCopyToContainerPathDoesNotExist
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCopyToContainerPathIsNotDir
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.02s)
02:52:36 [2020-12-15T02:52:36.294Z]     copy_test.go:63: testEnv.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCopyFromContainer
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCopyFromContainer (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateLinkToNonExistingContainer
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidEnv
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidEnv/0
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidEnv/0
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidEnv/1
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidEnv/1
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidEnv/2
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidEnv/2
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidEnv/0
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidEnv/2
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidEnv/1
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateTmpfsMountsTarget
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithCustomMaskedPaths
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithCustomReadonlyPaths
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidHealthcheckParams
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateDifferentPlatform
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateDifferentPlatform/different_os
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestCreateDifferentPlatform (0.03s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreateVolumesFromNonExistingContainer
02:52:36 [2020-12-15T02:52:36.294Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
02:52:36 [2020-12-15T02:52:36.294Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
02:52:36 [2020-12-15T02:52:36.294Z] === RUN   TestContainerKillOnDaemonStart
02:52:36 [2020-12-15T02:52:36.294Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
02:52:36 [2020-12-15T02:52:36.295Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.295Z] === RUN   TestDiff
02:52:36 [2020-12-15T02:52:36.295Z] --- SKIP: TestDiff (0.00s)
02:52:36 [2020-12-15T02:52:36.295Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
02:52:36 [2020-12-15T02:52:36.295Z] === RUN   TestExecWithCloseStdin
02:52:36 [2020-12-15T02:52:36.295Z] --- PASS: TestExecWithCloseStdin (2.05s)
02:52:36 [2020-12-15T02:52:36.295Z] === RUN   TestExec
02:52:36 [2020-12-15T02:52:36.455Z] === RUN   TestDockerSuite/TestCpToStdout
02:52:36 [2020-12-15T02:52:36.754Z] --- PASS: TestExec (1.86s)
02:52:36 [2020-12-15T02:52:36.754Z] === RUN   TestExecUser
02:52:36 [2020-12-15T02:52:36.754Z] --- SKIP: TestExecUser (0.00s)
02:52:36 [2020-12-15T02:52:36.754Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
02:52:36 [2020-12-15T02:52:36.754Z] === RUN   TestExportContainerAndImportImage
02:52:36 [2020-12-15T02:52:36.754Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
02:52:36 [2020-12-15T02:52:36.754Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.754Z] === RUN   TestExportContainerAfterDaemonRestart
02:52:36 [2020-12-15T02:52:36.754Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
02:52:36 [2020-12-15T02:52:36.754Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
02:52:36 [2020-12-15T02:52:36.754Z] === RUN   TestHealthCheckWorkdir
02:52:36 [2020-12-15T02:52:36.754Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
02:52:36 [2020-12-15T02:52:36.754Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
02:52:36 [2020-12-15T02:52:36.754Z] === RUN   TestHealthKillContainer
02:52:36 [2020-12-15T02:52:36.754Z] --- SKIP: TestHealthKillContainer (0.00s)
02:52:36 [2020-12-15T02:52:36.754Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
02:52:36 [2020-12-15T02:52:36.754Z] === RUN   TestInspectCpusetInConfigPre120
02:52:36 [2020-12-15T02:52:36.754Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
02:52:36 [2020-12-15T02:52:36.754Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
02:52:36 [2020-12-15T02:52:36.754Z] === RUN   TestKillContainerInvalidSignal
02:52:37 [2020-12-15T02:52:37.172Z] 2020/12/15 02:52:36 	Finished clone github.com/gogo/protobuf
02:52:37 [2020-12-15T02:52:37.395Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
02:52:38 [2020-12-15T02:52:38.292Z] --- PASS: TestKillContainerInvalidSignal (1.63s)
02:52:38 [2020-12-15T02:52:38.292Z] === RUN   TestKillContainer
02:52:38 [2020-12-15T02:52:38.292Z] === RUN   TestKillContainer/no_signal
02:52:38 [2020-12-15T02:52:38.772Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
02:52:38 [2020-12-15T02:52:38.772Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
02:52:39 [2020-12-15T02:52:39.344Z] === RUN   TestDockerSuite/TestCpVolumePath
02:52:39 [2020-12-15T02:52:39.829Z] === RUN   TestKillContainer/non_killing_signal
02:52:39 [2020-12-15T02:52:39.829Z] === RUN   TestKillContainer/killing_signal
02:52:40 [2020-12-15T02:52:40.281Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
02:52:40 [2020-12-15T02:52:40.463Z] 2020/12/15 02:52:40 	Finished clone github.com/coreos/etcd
02:52:40 [2020-12-15T02:52:40.542Z] === RUN   TestDockerSuite/TestCreateArgs
02:52:40 [2020-12-15T02:52:40.543Z] === RUN   TestDockerSuite/TestCreateByImageID
02:52:40 [2020-12-15T02:52:40.801Z] === RUN   TestDockerSuite/TestCreateEchoStdout
02:52:41 [2020-12-15T02:52:41.368Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
02:52:41 [2020-12-15T02:52:41.368Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
02:52:41 [2020-12-15T02:52:41.368Z] === RUN   TestDockerSuite/TestCreateHostConfig
02:52:41 [2020-12-15T02:52:41.627Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
02:52:42 [2020-12-15T02:52:42.014Z] --- PASS: TestKillContainer (3.62s)
02:52:42 [2020-12-15T02:52:42.014Z]     --- PASS: TestKillContainer/no_signal (1.63s)
02:52:42 [2020-12-15T02:52:42.014Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
02:52:42 [2020-12-15T02:52:42.014Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
02:52:42 [2020-12-15T02:52:42.014Z]     --- PASS: TestKillContainer/killing_signal (1.96s)
02:52:42 [2020-12-15T02:52:42.014Z] === RUN   TestKillWithStopSignalAndRestartPolicies
02:52:42 [2020-12-15T02:52:42.014Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
02:52:42 [2020-12-15T02:52:42.014Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
02:52:42 [2020-12-15T02:52:42.014Z] === RUN   TestKillStoppedContainer
02:52:42 [2020-12-15T02:52:42.014Z] --- SKIP: TestKillStoppedContainer (0.00s)
02:52:42 [2020-12-15T02:52:42.014Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
02:52:42 [2020-12-15T02:52:42.014Z] === RUN   TestKillStoppedContainerAPIPre120
02:52:42 [2020-12-15T02:52:42.014Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
02:52:42 [2020-12-15T02:52:42.014Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
02:52:42 [2020-12-15T02:52:42.014Z] === RUN   TestKillDifferentUserContainer
02:52:42 [2020-12-15T02:52:42.014Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
02:52:42 [2020-12-15T02:52:42.014Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
02:52:42 [2020-12-15T02:52:42.014Z] === RUN   TestInspectOomKilledTrue
02:52:42 [2020-12-15T02:52:42.014Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
02:52:42 [2020-12-15T02:52:42.014Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
02:52:42 [2020-12-15T02:52:42.014Z] === RUN   TestInspectOomKilledFalse
02:52:42 [2020-12-15T02:52:42.014Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
02:52:42 [2020-12-15T02:52:42.014Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:52:42 [2020-12-15T02:52:42.014Z] === RUN   TestLogsFollowTailEmpty
02:52:42 [2020-12-15T02:52:42.195Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
02:52:42 [2020-12-15T02:52:42.455Z] === RUN   TestDockerSuite/TestCreateLabels
02:52:42 [2020-12-15T02:52:42.455Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
02:52:42 [2020-12-15T02:52:42.715Z] === RUN   TestDockerSuite/TestCreateRM
02:52:42 [2020-12-15T02:52:42.715Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
02:52:42 [2020-12-15T02:52:42.715Z] === RUN   TestDockerSuite/TestCreateStopSignal
02:52:42 [2020-12-15T02:52:42.975Z] === RUN   TestDockerSuite/TestCreateStopTimeout
02:52:42 [2020-12-15T02:52:42.975Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
02:52:43 [2020-12-15T02:52:43.561Z] --- PASS: TestLogsFollowTailEmpty (1.61s)
02:52:43 [2020-12-15T02:52:43.561Z] === RUN   TestNetworkNat
02:52:43 [2020-12-15T02:52:43.561Z] --- SKIP: TestNetworkNat (0.00s)
02:52:43 [2020-12-15T02:52:43.561Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
02:52:43 [2020-12-15T02:52:43.561Z] === RUN   TestNetworkLocalhostTCPNat
02:52:44 [2020-12-15T02:52:44.880Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
02:52:44 [2020-12-15T02:52:44.880Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
02:52:44 [2020-12-15T02:52:44.880Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
02:52:45 [2020-12-15T02:52:45.743Z] --- PASS: TestNetworkLocalhostTCPNat (1.96s)
02:52:45 [2020-12-15T02:52:45.743Z] === RUN   TestNetworkLoopbackNat
02:52:45 [2020-12-15T02:52:45.743Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
02:52:45 [2020-12-15T02:52:45.743Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
02:52:45 [2020-12-15T02:52:45.743Z] === RUN   TestPause
02:52:45 [2020-12-15T02:52:45.743Z] --- SKIP: TestPause (0.00s)
02:52:45 [2020-12-15T02:52:45.743Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
02:52:45 [2020-12-15T02:52:45.743Z] === RUN   TestPauseFailsOnWindowsServerContainers
02:52:47 [2020-12-15T02:52:47.280Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.55s)
02:52:47 [2020-12-15T02:52:47.280Z] === RUN   TestPauseStopPausedContainer
02:52:47 [2020-12-15T02:52:47.280Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
02:52:47 [2020-12-15T02:52:47.280Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
02:52:47 [2020-12-15T02:52:47.280Z] === RUN   TestPsFilter
02:52:47 [2020-12-15T02:52:47.280Z] --- PASS: TestPsFilter (0.11s)
02:52:47 [2020-12-15T02:52:47.281Z] === RUN   TestRemoveContainerWithRemovedVolume
02:52:48 [2020-12-15T02:52:48.816Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.90s)
02:52:48 [2020-12-15T02:52:48.816Z] === RUN   TestRemoveContainerWithVolume
02:52:49 [2020-12-15T02:52:49.070Z] === RUN   TestDockerSuite/TestCreateWithPortRange
02:52:49 [2020-12-15T02:52:49.070Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
02:52:49 [2020-12-15T02:52:49.070Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
02:52:49 [2020-12-15T02:52:49.070Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
02:52:49 [2020-12-15T02:52:49.070Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
02:52:49 [2020-12-15T02:52:49.070Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
02:52:49 [2020-12-15T02:52:49.070Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
02:52:50 [2020-12-15T02:52:50.005Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
02:52:50 [2020-12-15T02:52:50.573Z] --- PASS: TestServicePlugin (33.04s)
02:52:50 [2020-12-15T02:52:50.573Z]     plugin_test.go:62: [dc2f824a30f4f] joining swarm manager [d64117d833dda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
02:52:50 [2020-12-15T02:52:50.573Z]     plugin_test.go:65: [d887a50345d82] joining swarm manager [d64117d833dda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
02:52:50 [2020-12-15T02:52:50.573Z] === RUN   TestServiceUpdateLabel
02:52:50 [2020-12-15T02:52:50.832Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
02:52:50 [2020-12-15T02:52:50.995Z] --- PASS: TestRemoveContainerWithVolume (1.95s)
02:52:50 [2020-12-15T02:52:50.995Z] === RUN   TestRemoveContainerRunning
02:52:52 [2020-12-15T02:52:52.210Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
02:52:52 [2020-12-15T02:52:52.532Z] --- PASS: TestRemoveContainerRunning (1.57s)
02:52:52 [2020-12-15T02:52:52.532Z] === RUN   TestRemoveContainerForceRemoveRunning
02:52:53 [2020-12-15T02:52:53.589Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
02:52:53 [2020-12-15T02:52:53.589Z] --- PASS: TestServiceUpdateLabel (2.97s)
02:52:53 [2020-12-15T02:52:53.589Z] === RUN   TestServiceUpdateSecrets
02:52:54 [2020-12-15T02:52:54.070Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.58s)
02:52:54 [2020-12-15T02:52:54.070Z] === RUN   TestRemoveInvalidContainer
02:52:54 [2020-12-15T02:52:54.070Z] --- PASS: TestRemoveInvalidContainer (0.03s)
02:52:54 [2020-12-15T02:52:54.070Z] === RUN   TestRenameLinkedContainer
02:52:54 [2020-12-15T02:52:54.070Z] --- SKIP: TestRenameLinkedContainer (0.00s)
02:52:54 [2020-12-15T02:52:54.070Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
02:52:54 [2020-12-15T02:52:54.070Z] === RUN   TestRenameStoppedContainer
02:52:54 [2020-12-15T02:52:54.157Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
02:52:54 [2020-12-15T02:52:54.725Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
02:52:54 [2020-12-15T02:52:54.725Z] === RUN   TestDockerSuite/TestDevicePermissions
02:52:55 [2020-12-15T02:52:55.292Z] === RUN   TestDockerSuite/TestDockerFails
02:52:55 [2020-12-15T02:52:55.292Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
02:52:55 [2020-12-15T02:52:55.292Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
02:52:55 [2020-12-15T02:52:55.292Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
02:52:56 [2020-12-15T02:52:56.248Z] --- PASS: TestRenameStoppedContainer (1.78s)
02:52:56 [2020-12-15T02:52:56.248Z] === RUN   TestRenameRunningContainerAndReuse
02:52:56 [2020-12-15T02:52:56.679Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
02:52:56 [2020-12-15T02:52:56.938Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
02:52:57 [2020-12-15T02:52:57.874Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
02:52:57 [2020-12-15T02:52:57.874Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
02:52:58 [2020-12-15T02:52:58.132Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
02:52:58 [2020-12-15T02:52:58.133Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
02:52:59 [2020-12-15T02:52:59.154Z] --- PASS: TestRenameRunningContainerAndReuse (3.29s)
02:52:59 [2020-12-15T02:52:59.154Z] === RUN   TestRenameInvalidName
02:53:00 [2020-12-15T02:53:00.663Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
02:53:00 [2020-12-15T02:53:00.691Z] --- PASS: TestRenameInvalidName (1.64s)
02:53:00 [2020-12-15T02:53:00.691Z] === RUN   TestRenameAnonymousContainer
02:53:00 [2020-12-15T02:53:00.691Z] --- SKIP: TestRenameAnonymousContainer (0.00s)
02:53:00 [2020-12-15T02:53:00.691Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
02:53:00 [2020-12-15T02:53:00.691Z] === RUN   TestRenameContainerWithSameName
02:53:02 [2020-12-15T02:53:02.229Z] --- PASS: TestRenameContainerWithSameName (1.56s)
02:53:02 [2020-12-15T02:53:02.229Z] === RUN   TestRenameContainerWithLinkedContainer
02:53:02 [2020-12-15T02:53:02.229Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
02:53:02 [2020-12-15T02:53:02.229Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
02:53:02 [2020-12-15T02:53:02.229Z] === RUN   TestResize
02:53:03 [2020-12-15T02:53:03.950Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
02:53:04 [2020-12-15T02:53:04.408Z] --- PASS: TestResize (1.59s)
02:53:04 [2020-12-15T02:53:04.408Z] === RUN   TestResizeWithInvalidSize
02:53:04 [2020-12-15T02:53:04.408Z] --- SKIP: TestResizeWithInvalidSize (0.00s)
02:53:04 [2020-12-15T02:53:04.408Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
02:53:04 [2020-12-15T02:53:04.408Z] === RUN   TestResizeWhenContainerNotStarted
02:53:05 [2020-12-15T02:53:05.853Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
02:53:05 [2020-12-15T02:53:05.947Z] --- PASS: TestResizeWhenContainerNotStarted (1.99s)
02:53:05 [2020-12-15T02:53:05.947Z] === RUN   TestDaemonRestartKillContainers
02:53:05 [2020-12-15T02:53:05.947Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
02:53:05 [2020-12-15T02:53:05.947Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
02:53:05 [2020-12-15T02:53:05.947Z] === RUN   TestStats
02:53:05 [2020-12-15T02:53:05.947Z] --- SKIP: TestStats (0.00s)
02:53:05 [2020-12-15T02:53:05.947Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
02:53:05 [2020-12-15T02:53:05.947Z] === RUN   TestStopContainerWithRestartPolicyAlways
02:53:07 [2020-12-15T02:53:07.231Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
02:53:08 [2020-12-15T02:53:08.608Z] --- PASS: TestServiceUpdateSecrets (14.99s)
02:53:08 [2020-12-15T02:53:08.608Z] === RUN   TestServiceUpdateConfigs
02:53:08 [2020-12-15T02:53:08.608Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
02:53:09 [2020-12-15T02:53:09.544Z] === RUN   TestDockerSuite/TestEventsAttach
02:53:10 [2020-12-15T02:53:10.112Z] === RUN   TestDockerSuite/TestEventsCommit
02:53:10 [2020-12-15T02:53:10.639Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.61s)
02:53:10 [2020-12-15T02:53:10.639Z] === RUN   TestStopContainerWithTimeout
02:53:10 [2020-12-15T02:53:10.639Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
02:53:10 [2020-12-15T02:53:10.639Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
02:53:10 [2020-12-15T02:53:10.639Z] === RUN   TestUpdateRestartPolicy
02:53:11 [2020-12-15T02:53:11.051Z] === RUN   TestDockerSuite/TestEventsContainerEvents
02:53:11 [2020-12-15T02:53:11.618Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
02:53:12 [2020-12-15T02:53:12.185Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
02:53:12 [2020-12-15T02:53:12.443Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
02:53:14 [2020-12-15T02:53:14.346Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
02:53:15 [2020-12-15T02:53:15.306Z] === RUN   TestDockerSuite/TestEventsContainerRestart
02:53:17 [2020-12-15T02:53:17.209Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
02:53:19 [2020-12-15T02:53:19.135Z] 2020/12/15 02:53:18 	Finished clone github.com/hashicorp/consul
02:53:19 [2020-12-15T02:53:19.741Z] === RUN   TestDockerSuite/TestEventsCopy
02:53:20 [2020-12-15T02:53:20.308Z] === RUN   TestDockerSuite/TestEventsFilterContainer
02:53:21 [2020-12-15T02:53:21.246Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
02:53:21 [2020-12-15T02:53:21.655Z] 2020/12/15 02:53:21 	Finished clone github.com/aws/aws-sdk-go
02:53:23 [2020-12-15T02:53:23.777Z] --- PASS: TestServiceUpdateConfigs (14.98s)
02:53:23 [2020-12-15T02:53:23.777Z] === RUN   TestServiceUpdateNetwork
02:53:27 [2020-12-15T02:53:27.062Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
02:53:27 [2020-12-15T02:53:27.062Z] === RUN   TestDockerSuite/TestEventsFilterImageName
02:53:27 [2020-12-15T02:53:27.998Z] === RUN   TestDockerSuite/TestEventsFilterLabels
02:53:28 [2020-12-15T02:53:28.257Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
02:53:28 [2020-12-15T02:53:28.257Z] === RUN   TestDockerSuite/TestEventsFilterType
02:53:28 [2020-12-15T02:53:28.516Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
02:53:28 [2020-12-15T02:53:28.776Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
02:53:28 [2020-12-15T02:53:28.776Z] === RUN   TestDockerSuite/TestEventsFilters
02:53:29 [2020-12-15T02:53:29.712Z] === RUN   TestDockerSuite/TestEventsFormat
02:53:31 [2020-12-15T02:53:31.088Z] === RUN   TestDockerSuite/TestEventsFormatBadField
02:53:31 [2020-12-15T02:53:31.088Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
02:53:31 [2020-12-15T02:53:31.088Z] === RUN   TestDockerSuite/TestEventsImageImport
02:53:31 [2020-12-15T02:53:31.737Z] --- PASS: TestUpdateRestartPolicy (20.14s)
02:53:31 [2020-12-15T02:53:31.737Z] === RUN   TestUpdateRestartWithAutoRemove
02:53:32 [2020-12-15T02:53:32.024Z] === RUN   TestDockerSuite/TestEventsImageLoad
02:53:32 [2020-12-15T02:53:32.024Z] === RUN   TestDockerSuite/TestEventsImagePull
02:53:32 [2020-12-15T02:53:32.196Z] --- PASS: TestUpdateRestartWithAutoRemove (1.56s)
02:53:32 [2020-12-15T02:53:32.196Z] === RUN   TestWaitNonBlocked
02:53:32 [2020-12-15T02:53:32.196Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
02:53:32 [2020-12-15T02:53:32.196Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
02:53:32 [2020-12-15T02:53:32.196Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
02:53:32 [2020-12-15T02:53:32.196Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
02:53:32 [2020-12-15T02:53:32.196Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
02:53:32 [2020-12-15T02:53:32.196Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
02:53:32 [2020-12-15T02:53:32.283Z] === RUN   TestDockerSuite/TestEventsImageTag
02:53:33 [2020-12-15T02:53:33.238Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
02:53:33 [2020-12-15T02:53:33.497Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
02:53:33 [2020-12-15T02:53:33.497Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
02:53:33 [2020-12-15T02:53:33.497Z] === RUN   TestDockerSuite/TestEventsPluginOps
02:53:35 [2020-12-15T02:53:35.130Z] --- PASS: TestWaitNonBlocked (0.05s)
02:53:35 [2020-12-15T02:53:35.130Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.43s)
02:53:35 [2020-12-15T02:53:35.130Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.49s)
02:53:35 [2020-12-15T02:53:35.130Z] === RUN   TestWaitBlocked
02:53:35 [2020-12-15T02:53:35.130Z] --- SKIP: TestWaitBlocked (0.00s)
02:53:35 [2020-12-15T02:53:35.130Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
02:53:35 [2020-12-15T02:53:35.130Z] PASS
02:53:35 [2020-12-15T02:53:35.130Z] ok  	github.com/docker/docker/integration/container	63.145s
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === Skipped
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
02:53:35 [2020-12-15T02:53:35.130Z]     checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s)
02:53:35 [2020-12-15T02:53:35.130Z]     copy_test.go:38: testEnv.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.02s)
02:53:35 [2020-12-15T02:53:35.130Z]     copy_test.go:63: testEnv.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.130Z]     copy_test.go:74: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.130Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
02:53:35 [2020-12-15T02:53:35.130Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
02:53:35 [2020-12-15T02:53:35.130Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.130Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
02:53:35 [2020-12-15T02:53:35.130Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
02:53:35 [2020-12-15T02:53:35.130Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
02:53:35 [2020-12-15T02:53:35.131Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]         kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     pause_test.go:69: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     rename_test.go:126: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     rename_test.go:194: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     resize_test.go:37: testEnv.OSType == "windows": FIXME
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
02:53:35 [2020-12-15T02:53:35.131Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] 
02:53:35 [2020-12-15T02:53:35.131Z] DONE 88 tests, 37 skipped in 66.055s
02:53:35 [2020-12-15T02:53:35.131Z] Running D:\gopath\src\github.com\docker\docker\integration\image
02:53:35 [2020-12-15T02:53:35.398Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
02:53:35 [2020-12-15T02:53:35.965Z] === RUN   TestDockerSuite/TestEventsRename
02:53:36 [2020-12-15T02:53:36.227Z] === RUN   TestDockerSuite/TestEventsResize
02:53:36 [2020-12-15T02:53:36.795Z] --- PASS: TestServiceUpdateNetwork (13.30s)
02:53:36 [2020-12-15T02:53:36.795Z] === RUN   TestServiceUpdatePidsLimit
02:53:37 [2020-12-15T02:53:37.054Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
02:53:37 [2020-12-15T02:53:37.310Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:37 [2020-12-15T02:53:37.310Z] INFO: Testing against a local daemon
02:53:37 [2020-12-15T02:53:37.310Z] === RUN   TestCommitInheritsEnv
02:53:37 [2020-12-15T02:53:37.310Z] --- SKIP: TestCommitInheritsEnv (0.00s)
02:53:37 [2020-12-15T02:53:37.310Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
02:53:37 [2020-12-15T02:53:37.310Z] === RUN   TestImportExtremelyLargeImageWorks
02:53:37 [2020-12-15T02:53:37.310Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
02:53:37 [2020-12-15T02:53:37.310Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
02:53:37 [2020-12-15T02:53:37.310Z] === RUN   TestImagesFilterMultiReference
02:53:37 [2020-12-15T02:53:37.772Z] --- PASS: TestImagesFilterMultiReference (0.10s)
02:53:37 [2020-12-15T02:53:37.772Z] === RUN   TestImagePullPlatformInvalid
02:53:37 [2020-12-15T02:53:37.772Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
02:53:37 [2020-12-15T02:53:37.772Z] === RUN   TestRemoveImageOrphaning
02:53:38 [2020-12-15T02:53:38.297Z] --- PASS: TestRemoveImageOrphaning (0.75s)
02:53:38 [2020-12-15T02:53:38.297Z] === RUN   TestTagUnprefixedRepoByNameOrName
02:53:38 [2020-12-15T02:53:38.297Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s)
02:53:38 [2020-12-15T02:53:38.297Z] === RUN   TestTagInvalidReference
02:53:38 [2020-12-15T02:53:38.297Z] --- PASS: TestTagInvalidReference (0.04s)
02:53:38 [2020-12-15T02:53:38.297Z] === RUN   TestTagValidPrefixedRepo
02:53:38 [2020-12-15T02:53:38.297Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
02:53:38 [2020-12-15T02:53:38.297Z] === RUN   TestTagExistedNameWithoutForce
02:53:38 [2020-12-15T02:53:38.431Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
02:53:38 [2020-12-15T02:53:38.757Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
02:53:38 [2020-12-15T02:53:38.757Z] === RUN   TestTagOfficialNames
02:53:38 [2020-12-15T02:53:38.757Z] --- PASS: TestTagOfficialNames (0.09s)
02:53:38 [2020-12-15T02:53:38.757Z] === RUN   TestTagMatchesDigest
02:53:38 [2020-12-15T02:53:38.757Z] --- PASS: TestTagMatchesDigest (0.03s)
02:53:38 [2020-12-15T02:53:38.757Z] PASS
02:53:38 [2020-12-15T02:53:38.757Z] ok  	github.com/docker/docker/integration/image	1.434s
02:53:38 [2020-12-15T02:53:38.757Z] 
02:53:38 [2020-12-15T02:53:38.757Z] === Skipped
02:53:38 [2020-12-15T02:53:38.757Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
02:53:38 [2020-12-15T02:53:38.757Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
02:53:38 [2020-12-15T02:53:38.757Z] 
02:53:38 [2020-12-15T02:53:38.757Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
02:53:38 [2020-12-15T02:53:38.757Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
02:53:38 [2020-12-15T02:53:38.757Z] 
02:53:38 [2020-12-15T02:53:38.757Z] 
02:53:38 [2020-12-15T02:53:38.757Z] DONE 11 tests, 2 skipped in 3.645s
02:53:38 [2020-12-15T02:53:38.757Z] Running D:\gopath\src\github.com\docker\docker\integration\network
02:53:39 [2020-12-15T02:53:39.000Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
02:53:40 [2020-12-15T02:53:40.314Z] testing: warning: no tests to run
02:53:40 [2020-12-15T02:53:40.314Z] PASS
02:53:40 [2020-12-15T02:53:40.314Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.124s [no tests to run]
02:53:40 [2020-12-15T02:53:40.314Z] testing: warning: no tests to run
02:53:40 [2020-12-15T02:53:40.314Z] PASS
02:53:40 [2020-12-15T02:53:40.773Z] ok  	github.com/docker/docker/integration/network/macvlan	0.037s [no tests to run]
02:53:41 [2020-12-15T02:53:41.743Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:41 [2020-12-15T02:53:41.743Z] INFO: Testing against a local daemon
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestNetworkCreateDelete
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestNetworkCreateDelete (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestDockerNetworkDeletePreferID
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestDaemonDNSFallback
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestDaemonDNSFallback (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestInspectNetwork
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestInspectNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestRunContainerWithBridgeNone
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestNetworkInvalidJSON
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestNetworkInvalidJSON//networks/create
02:53:41 [2020-12-15T02:53:41.743Z] === PAUSE TestNetworkInvalidJSON//networks/create
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
02:53:41 [2020-12-15T02:53:41.743Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
02:53:41 [2020-12-15T02:53:41.743Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
02:53:41 [2020-12-15T02:53:41.743Z] === CONT  TestNetworkInvalidJSON//networks/create
02:53:41 [2020-12-15T02:53:41.743Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
02:53:41 [2020-12-15T02:53:41.743Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
02:53:41 [2020-12-15T02:53:41.743Z] --- PASS: TestNetworkInvalidJSON (0.03s)
02:53:41 [2020-12-15T02:53:41.743Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
02:53:41 [2020-12-15T02:53:41.743Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
02:53:41 [2020-12-15T02:53:41.743Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestHostIPv4BridgeLabel
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     network_test.go:97: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestDaemonRestartWithLiveRestore
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:29: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestDaemonDefaultNetworkPools
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:52: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestDaemonRestartWithExistingNetwork
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:96: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:130: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:181: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestServiceWithPredefinedNetwork
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:206: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestServiceRemoveKeepsIngressNetwork
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:236: FLAKY_TEST
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestServiceWithDataPathPortInit
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:326: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] === RUN   TestServiceWithDefaultAddressPoolInit
02:53:41 [2020-12-15T02:53:41.743Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:394: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] PASS
02:53:41 [2020-12-15T02:53:41.743Z] ok  	github.com/docker/docker/integration/network	0.219s
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === Skipped
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     network_test.go:24: testEnv.DaemonInfo.OSType != "linux"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     network_test.go:97: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:29: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:52: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:96: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:130: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:181: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:206: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:236: FLAKY_TEST
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:326: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
02:53:41 [2020-12-15T02:53:41.743Z]     service_test.go:394: testEnv.OSType == "windows"
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] 
02:53:41 [2020-12-15T02:53:41.743Z] DONE 19 tests, 15 skipped in 3.108s
02:53:42 [2020-12-15T02:53:42.203Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
02:53:42 [2020-12-15T02:53:42.203Z] testing: warning: no tests to run
02:53:42 [2020-12-15T02:53:42.203Z] PASS
02:53:42 [2020-12-15T02:53:42.203Z] ok  	github.com/docker/docker/integration/network/ipvlan	(cached) [no tests to run]
02:53:42 [2020-12-15T02:53:42.203Z] 
02:53:42 [2020-12-15T02:53:42.203Z] DONE 0 tests in 0.346s
02:53:42 [2020-12-15T02:53:42.203Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
02:53:42 [2020-12-15T02:53:42.662Z] testing: warning: no tests to run
02:53:42 [2020-12-15T02:53:42.662Z] PASS
02:53:42 [2020-12-15T02:53:42.662Z] ok  	github.com/docker/docker/integration/network/macvlan	(cached) [no tests to run]
02:53:42 [2020-12-15T02:53:42.662Z] 
02:53:42 [2020-12-15T02:53:42.662Z] DONE 0 tests in 0.337s
02:53:42 [2020-12-15T02:53:42.662Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
02:53:43 [2020-12-15T02:53:43.192Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
02:53:43 [2020-12-15T02:53:43.192Z] === RUN   TestDockerSuite/TestEventsStreaming
02:53:43 [2020-12-15T02:53:43.760Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
02:53:44 [2020-12-15T02:53:44.200Z] testing: warning: no tests to run
02:53:44 [2020-12-15T02:53:44.200Z] PASS
02:53:44 [2020-12-15T02:53:44.200Z] ok  	github.com/docker/docker/integration/plugin/authz	0.165s [no tests to run]
02:53:44 [2020-12-15T02:53:44.200Z] testing: warning: no tests to run
02:53:44 [2020-12-15T02:53:44.200Z] PASS
02:53:44 [2020-12-15T02:53:44.200Z] ok  	github.com/docker/docker/integration/plugin	0.118s [no tests to run]
02:53:46 [2020-12-15T02:53:46.295Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
02:53:46 [2020-12-15T02:53:46.295Z] === RUN   TestDockerSuite/TestEventsTop
02:53:46 [2020-12-15T02:53:46.861Z] === RUN   TestDockerSuite/TestEventsUntag
02:53:49 [2020-12-15T02:53:49.392Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
02:53:50 [2020-12-15T02:53:50.329Z] === RUN   TestDockerSuite/TestExec
02:53:50 [2020-12-15T02:53:50.900Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
02:53:51 [2020-12-15T02:53:51.490Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
02:53:52 [2020-12-15T02:53:52.059Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
02:53:52 [2020-12-15T02:53:52.318Z] === RUN   TestDockerSuite/TestExecAPIStart
02:53:52 [2020-12-15T02:53:52.789Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:52 [2020-12-15T02:53:52.789Z] INFO: Testing against a local daemon
02:53:52 [2020-12-15T02:53:52.789Z] === RUN   TestExternalGraphDriver
02:53:52 [2020-12-15T02:53:52.789Z] --- SKIP: TestExternalGraphDriver (0.01s)
02:53:52 [2020-12-15T02:53:52.789Z]     external_test.go:48: runtime.GOOS == "windows"
02:53:52 [2020-12-15T02:53:52.789Z] === RUN   TestGraphdriverPluginV2
02:53:52 [2020-12-15T02:53:52.789Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
02:53:52 [2020-12-15T02:53:52.789Z]     external_test.go:408: runtime.GOOS == "windows"
02:53:52 [2020-12-15T02:53:52.789Z] PASS
02:53:52 [2020-12-15T02:53:52.789Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.459s
02:53:53 [2020-12-15T02:53:53.253Z] --- PASS: TestServiceUpdatePidsLimit (16.37s)
02:53:53 [2020-12-15T02:53:53.253Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s)
02:53:53 [2020-12-15T02:53:53.253Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.89s)
02:53:53 [2020-12-15T02:53:53.253Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.80s)
02:53:53 [2020-12-15T02:53:53.253Z] PASS
02:53:53 [2020-12-15T02:53:53.253Z] 
02:53:53 [2020-12-15T02:53:53.253Z] === Skipped
02:53:53 [2020-12-15T02:53:53.253Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
02:53:53 [2020-12-15T02:53:53.253Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
02:53:53 [2020-12-15T02:53:53.253Z] 
02:53:53 [2020-12-15T02:53:53.253Z] 
02:53:53 [2020-12-15T02:53:53.253Z] DONE 27 tests, 1 skipped in 186.954s
02:53:53 [2020-12-15T02:53:53.253Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
02:53:53 [2020-12-15T02:53:53.253Z] ++ 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
02:53:53 [2020-12-15T02:53:53.253Z] ++ set -e
02:53:53 [2020-12-15T02:53:53.253Z] ++ '[' -n 0 ']'
02:53:53 [2020-12-15T02:53:53.253Z] ++ set -x
02:53:53 [2020-12-15T02:53:53.253Z] ++ 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
02:53:53 [2020-12-15T02:53:53.512Z] INFO: Testing against a local daemon
02:53:53 [2020-12-15T02:53:53.512Z] === RUN   TestSessionCreate
02:53:53 [2020-12-15T02:53:53.512Z] --- PASS: TestSessionCreate (0.04s)
02:53:53 [2020-12-15T02:53:53.512Z] === RUN   TestSessionCreateWithBadUpgrade
02:53:53 [2020-12-15T02:53:53.512Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
02:53:53 [2020-12-15T02:53:53.512Z] PASS
02:53:53 [2020-12-15T02:53:53.512Z] 
02:53:53 [2020-12-15T02:53:53.512Z] DONE 2 tests in 0.218s
02:53:53 [2020-12-15T02:53:53.512Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
02:53:53 [2020-12-15T02:53:53.512Z] ++ 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
02:53:53 [2020-12-15T02:53:53.512Z] ++ set -e
02:53:53 [2020-12-15T02:53:53.512Z] ++ '[' -n 0 ']'
02:53:53 [2020-12-15T02:53:53.512Z] ++ set -x
02:53:53 [2020-12-15T02:53:53.512Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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
02:53:53 [2020-12-15T02:53:53.759Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:53 [2020-12-15T02:53:53.759Z] INFO: Testing against a local daemon
02:53:53 [2020-12-15T02:53:53.759Z] === RUN   TestReadPluginNoRead
02:53:53 [2020-12-15T02:53:53.759Z] --- SKIP: TestReadPluginNoRead (0.00s)
02:53:53 [2020-12-15T02:53:53.759Z]     read_test.go:21: no unix domain sockets on Windows
02:53:53 [2020-12-15T02:53:53.759Z] PASS
02:53:53 [2020-12-15T02:53:53.759Z] ok  	github.com/docker/docker/integration/plugin/logging	0.367s
02:53:53 [2020-12-15T02:53:53.759Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:53 [2020-12-15T02:53:53.759Z] INFO: Testing against a local daemon
02:53:53 [2020-12-15T02:53:53.759Z] === RUN   TestPluginInvalidJSON
02:53:53 [2020-12-15T02:53:53.759Z] testing: warning: no tests to run
02:53:53 [2020-12-15T02:53:53.759Z] PASS
02:53:53 [2020-12-15T02:53:53.759Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.086s [no tests to run]
02:53:53 [2020-12-15T02:53:53.759Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
02:53:53 [2020-12-15T02:53:53.759Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
02:53:53 [2020-12-15T02:53:53.759Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
02:53:53 [2020-12-15T02:53:53.759Z] --- PASS: TestPluginInvalidJSON (0.10s)
02:53:53 [2020-12-15T02:53:53.759Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
02:53:53 [2020-12-15T02:53:53.759Z] === RUN   TestPluginInstall
02:53:53 [2020-12-15T02:53:53.759Z] --- SKIP: TestPluginInstall (0.00s)
02:53:53 [2020-12-15T02:53:53.759Z]     plugin_test.go:55: testEnv.OSType == "windows"
02:53:53 [2020-12-15T02:53:53.759Z] PASS
02:53:53 [2020-12-15T02:53:53.759Z] ok  	github.com/docker/docker/integration/plugin/common	0.526s
02:53:53 [2020-12-15T02:53:53.759Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
02:53:53 [2020-12-15T02:53:53.759Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
02:53:53 [2020-12-15T02:53:53.770Z] INFO: Testing against a local daemon
02:53:53 [2020-12-15T02:53:53.770Z] === RUN   TestCgroupDriverSystemdMemoryLimit
02:53:53 [2020-12-15T02:53:53.770Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
02:53:53 [2020-12-15T02:53:53.770Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:53:53 [2020-12-15T02:53:53.770Z] === RUN   TestEventsExecDie
02:53:53 [2020-12-15T02:53:53.770Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
02:53:54 [2020-12-15T02:53:54.706Z] --- PASS: TestEventsExecDie (0.89s)
02:53:54 [2020-12-15T02:53:54.706Z] === RUN   TestEventsBackwardsCompatible
02:53:54 [2020-12-15T02:53:54.706Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
02:53:54 [2020-12-15T02:53:54.706Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
02:53:54 [2020-12-15T02:53:54.706Z] === RUN   TestInfoBinaryCommits
02:53:54 [2020-12-15T02:53:54.706Z] --- PASS: TestInfoBinaryCommits (0.03s)
02:53:54 [2020-12-15T02:53:54.706Z] === RUN   TestInfoAPIVersioned
02:53:54 [2020-12-15T02:53:54.706Z] --- PASS: TestInfoAPIVersioned (0.01s)
02:53:54 [2020-12-15T02:53:54.706Z] === RUN   TestInfoDiscoveryBackend
02:53:55 [2020-12-15T02:53:55.274Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
02:53:55 [2020-12-15T02:53:55.274Z] --- PASS: TestInfoDiscoveryBackend (0.55s)
02:53:55 [2020-12-15T02:53:55.274Z] === RUN   TestInfoDiscoveryInvalidAdvertise
02:53:55 [2020-12-15T02:53:55.299Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:55 [2020-12-15T02:53:55.299Z] INFO: Testing against a local daemon
02:53:55 [2020-12-15T02:53:55.299Z] === RUN   TestPluginWithDevMounts
02:53:55 [2020-12-15T02:53:55.299Z] --- SKIP: TestPluginWithDevMounts (0.00s)
02:53:55 [2020-12-15T02:53:55.299Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
02:53:55 [2020-12-15T02:53:55.299Z] PASS
02:53:55 [2020-12-15T02:53:55.299Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.193s
02:53:55 [2020-12-15T02:53:55.299Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
02:53:55 [2020-12-15T02:53:55.760Z] 
02:53:55 [2020-12-15T02:53:55.760Z] === Skipped
02:53:55 [2020-12-15T02:53:55.760Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
02:53:55 [2020-12-15T02:53:55.760Z]     plugin_test.go:55: testEnv.OSType == "windows"
02:53:55 [2020-12-15T02:53:55.760Z] 
02:53:55 [2020-12-15T02:53:55.760Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s)
02:53:55 [2020-12-15T02:53:55.760Z]     external_test.go:48: runtime.GOOS == "windows"
02:53:55 [2020-12-15T02:53:55.760Z] 
02:53:55 [2020-12-15T02:53:55.760Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
02:53:55 [2020-12-15T02:53:55.760Z]     external_test.go:408: runtime.GOOS == "windows"
02:53:55 [2020-12-15T02:53:55.760Z] 
02:53:55 [2020-12-15T02:53:55.760Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
02:53:55 [2020-12-15T02:53:55.760Z]     read_test.go:21: no unix domain sockets on Windows
02:53:55 [2020-12-15T02:53:55.760Z] 
02:53:55 [2020-12-15T02:53:55.760Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
02:53:55 [2020-12-15T02:53:55.760Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
02:53:55 [2020-12-15T02:53:55.760Z] 
02:53:55 [2020-12-15T02:53:55.760Z] 
02:53:55 [2020-12-15T02:53:55.760Z] DONE 7 tests, 5 skipped in 13.023s
02:53:55 [2020-12-15T02:53:55.760Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
02:53:55 [2020-12-15T02:53:55.841Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
02:53:56 [2020-12-15T02:53:56.101Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
02:53:56 [2020-12-15T02:53:56.220Z] testing: warning: no tests to run
02:53:56 [2020-12-15T02:53:56.220Z] PASS
02:53:56 [2020-12-15T02:53:56.220Z] ok  	github.com/docker/docker/integration/plugin/authz	(cached) [no tests to run]
02:53:56 [2020-12-15T02:53:56.220Z] 
02:53:56 [2020-12-15T02:53:56.220Z] DONE 0 tests in 0.353s
02:53:56 [2020-12-15T02:53:56.220Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
02:53:56 [2020-12-15T02:53:56.360Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
02:53:56 [2020-12-15T02:53:56.360Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
02:53:56 [2020-12-15T02:53:56.360Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
02:53:56 [2020-12-15T02:53:56.927Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.60s)
02:53:56 [2020-12-15T02:53:56.927Z] === RUN   TestInfoAPI
02:53:56 [2020-12-15T02:53:56.927Z] --- PASS: TestInfoAPI (0.07s)
02:53:56 [2020-12-15T02:53:56.927Z] === RUN   TestInfoAPIWarnings
02:53:57 [2020-12-15T02:53:57.186Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
02:53:57 [2020-12-15T02:53:57.209Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:57 [2020-12-15T02:53:57.209Z] INFO: Testing against a local daemon
02:53:57 [2020-12-15T02:53:57.209Z] === RUN   TestPluginInvalidJSON
02:53:57 [2020-12-15T02:53:57.209Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
02:53:57 [2020-12-15T02:53:57.209Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
02:53:57 [2020-12-15T02:53:57.209Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
02:53:57 [2020-12-15T02:53:57.209Z] --- PASS: TestPluginInvalidJSON (0.10s)
02:53:57 [2020-12-15T02:53:57.209Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
02:53:57 [2020-12-15T02:53:57.209Z] === RUN   TestPluginInstall
02:53:57 [2020-12-15T02:53:57.209Z] --- SKIP: TestPluginInstall (0.00s)
02:53:57 [2020-12-15T02:53:57.209Z]     plugin_test.go:55: testEnv.OSType == "windows"
02:53:57 [2020-12-15T02:53:57.209Z] PASS
02:53:57 [2020-12-15T02:53:57.209Z] ok  	github.com/docker/docker/integration/plugin/common	(cached)
02:53:57 [2020-12-15T02:53:57.209Z] 
02:53:57 [2020-12-15T02:53:57.209Z] === Skipped
02:53:57 [2020-12-15T02:53:57.209Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
02:53:57 [2020-12-15T02:53:57.209Z]     plugin_test.go:55: testEnv.OSType == "windows"
02:53:57 [2020-12-15T02:53:57.209Z] 
02:53:57 [2020-12-15T02:53:57.209Z] 
02:53:57 [2020-12-15T02:53:57.209Z] DONE 3 tests, 1 skipped in 0.911s
02:53:57 [2020-12-15T02:53:57.209Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
02:53:58 [2020-12-15T02:53:58.124Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
02:53:58 [2020-12-15T02:53:58.179Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:58 [2020-12-15T02:53:58.179Z] INFO: Testing against a local daemon
02:53:58 [2020-12-15T02:53:58.179Z] === RUN   TestExternalGraphDriver
02:53:58 [2020-12-15T02:53:58.179Z] --- SKIP: TestExternalGraphDriver (0.01s)
02:53:58 [2020-12-15T02:53:58.179Z]     external_test.go:48: runtime.GOOS == "windows"
02:53:58 [2020-12-15T02:53:58.179Z] === RUN   TestGraphdriverPluginV2
02:53:58 [2020-12-15T02:53:58.179Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
02:53:58 [2020-12-15T02:53:58.179Z]     external_test.go:408: runtime.GOOS == "windows"
02:53:58 [2020-12-15T02:53:58.179Z] PASS
02:53:58 [2020-12-15T02:53:58.179Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	(cached)
02:53:58 [2020-12-15T02:53:58.179Z] 
02:53:58 [2020-12-15T02:53:58.179Z] === Skipped
02:53:58 [2020-12-15T02:53:58.179Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.01s)
02:53:58 [2020-12-15T02:53:58.179Z]     external_test.go:48: runtime.GOOS == "windows"
02:53:58 [2020-12-15T02:53:58.179Z] 
02:53:58 [2020-12-15T02:53:58.179Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
02:53:58 [2020-12-15T02:53:58.179Z]     external_test.go:408: runtime.GOOS == "windows"
02:53:58 [2020-12-15T02:53:58.179Z] 
02:53:58 [2020-12-15T02:53:58.179Z] 
02:53:58 [2020-12-15T02:53:58.179Z] DONE 2 tests, 2 skipped in 0.848s
02:53:58 [2020-12-15T02:53:58.179Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
02:53:59 [2020-12-15T02:53:59.059Z] === RUN   TestDockerSuite/TestExecCgroup
02:53:59 [2020-12-15T02:53:59.149Z] testing: warning: no tests to run
02:53:59 [2020-12-15T02:53:59.149Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:53:59 [2020-12-15T02:53:59.149Z] PASS
02:53:59 [2020-12-15T02:53:59.149Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
02:53:59 [2020-12-15T02:53:59.149Z] INFO: Testing against a local daemon
02:53:59 [2020-12-15T02:53:59.149Z] === RUN   TestReadPluginNoRead
02:53:59 [2020-12-15T02:53:59.149Z] --- SKIP: TestReadPluginNoRead (0.00s)
02:53:59 [2020-12-15T02:53:59.149Z]     read_test.go:21: no unix domain sockets on Windows
02:53:59 [2020-12-15T02:53:59.149Z] PASS
02:53:59 [2020-12-15T02:53:59.149Z] ok  	github.com/docker/docker/integration/plugin/logging	(cached)
02:53:59 [2020-12-15T02:53:59.149Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/close_on_start	[no test files]
02:53:59 [2020-12-15T02:53:59.149Z] ?   	github.com/docker/docker/integration/plugin/logging/cmd/dummy	[no test files]
02:53:59 [2020-12-15T02:53:59.149Z] 
02:53:59 [2020-12-15T02:53:59.149Z] === Skipped
02:53:59 [2020-12-15T02:53:59.149Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
02:53:59 [2020-12-15T02:53:59.149Z]     read_test.go:21: no unix domain sockets on Windows
02:53:59 [2020-12-15T02:53:59.149Z] 
02:53:59 [2020-12-15T02:53:59.149Z] 
02:53:59 [2020-12-15T02:53:59.149Z] DONE 1 tests, 1 skipped in 0.914s
02:53:59 [2020-12-15T02:53:59.149Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
02:53:59 [2020-12-15T02:53:59.608Z] testing: warning: no tests to run
02:53:59 [2020-12-15T02:53:59.608Z] PASS
02:53:59 [2020-12-15T02:53:59.608Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	(cached) [no tests to run]
02:53:59 [2020-12-15T02:53:59.608Z] 
02:53:59 [2020-12-15T02:53:59.608Z] DONE 0 tests in 0.509s
02:53:59 [2020-12-15T02:53:59.608Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
02:54:00 [2020-12-15T02:54:00.435Z] === RUN   TestDockerSuite/TestExecEnv
02:54:00 [2020-12-15T02:54:00.576Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:54:00 [2020-12-15T02:54:00.576Z] INFO: Testing against a local daemon
02:54:00 [2020-12-15T02:54:00.576Z] === RUN   TestPluginWithDevMounts
02:54:00 [2020-12-15T02:54:00.576Z] --- SKIP: TestPluginWithDevMounts (0.00s)
02:54:00 [2020-12-15T02:54:00.576Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
02:54:00 [2020-12-15T02:54:00.576Z] PASS
02:54:00 [2020-12-15T02:54:00.576Z] ok  	github.com/docker/docker/integration/plugin/volumes	(cached)
02:54:00 [2020-12-15T02:54:00.576Z] ?   	github.com/docker/docker/integration/plugin/volumes/cmd/dummy	[no test files]
02:54:00 [2020-12-15T02:54:00.576Z] 
02:54:00 [2020-12-15T02:54:00.576Z] === Skipped
02:54:00 [2020-12-15T02:54:00.576Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
02:54:00 [2020-12-15T02:54:00.576Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
02:54:00 [2020-12-15T02:54:00.576Z] 
02:54:00 [2020-12-15T02:54:00.576Z] 
02:54:00 [2020-12-15T02:54:00.576Z] DONE 1 tests, 1 skipped in 0.863s
02:54:00 [2020-12-15T02:54:00.576Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
02:54:00 [2020-12-15T02:54:00.693Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
02:54:02 [2020-12-15T02:54:02.071Z] === RUN   TestDockerSuite/TestExecExitStatus
02:54:02 [2020-12-15T02:54:02.639Z] === RUN   TestDockerSuite/TestExecInspectID
02:54:02 [2020-12-15T02:54:02.754Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:54:02 [2020-12-15T02:54:02.754Z] INFO: Testing against a local daemon
02:54:02 [2020-12-15T02:54:02.754Z] === RUN   TestSecretInspect
02:54:02 [2020-12-15T02:54:02.754Z] --- SKIP: TestSecretInspect (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] === RUN   TestSecretList
02:54:02 [2020-12-15T02:54:02.754Z] --- SKIP: TestSecretList (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] === RUN   TestSecretsCreateAndDelete
02:54:02 [2020-12-15T02:54:02.754Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] === RUN   TestSecretsUpdate
02:54:02 [2020-12-15T02:54:02.754Z] --- SKIP: TestSecretsUpdate (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] === RUN   TestTemplatedSecret
02:54:02 [2020-12-15T02:54:02.754Z] --- SKIP: TestTemplatedSecret (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] === RUN   TestSecretCreateResolve
02:54:02 [2020-12-15T02:54:02.754Z] --- SKIP: TestSecretCreateResolve (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
02:54:02 [2020-12-15T02:54:02.754Z] PASS
02:54:02 [2020-12-15T02:54:02.754Z] ok  	github.com/docker/docker/integration/secret	0.208s
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] === Skipped
02:54:02 [2020-12-15T02:54:02.754Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
02:54:02 [2020-12-15T02:54:02.754Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] 
02:54:02 [2020-12-15T02:54:02.754Z] DONE 6 tests, 6 skipped in 2.302s
02:54:02 [2020-12-15T02:54:02.754Z] Running D:\gopath\src\github.com\docker\docker\integration\service
02:54:04 [2020-12-15T02:54:04.541Z] === RUN   TestDockerSuite/TestExecInteractive
02:54:04 [2020-12-15T02:54:04.800Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
02:54:05 [2020-12-15T02:54:05.366Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
02:54:05 [2020-12-15T02:54:05.663Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:54:05 [2020-12-15T02:54:05.663Z] INFO: Testing against a local daemon
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestServiceCreateInit
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestServiceCreateInit/daemonInitDisabled
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestServiceCreateInit/daemonInitEnabled
02:54:05 [2020-12-15T02:54:05.663Z] --- PASS: TestServiceCreateInit (0.04s)
02:54:05 [2020-12-15T02:54:05.663Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
02:54:05 [2020-12-15T02:54:05.663Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
02:54:05 [2020-12-15T02:54:05.663Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateServiceMultipleTimes
02:54:05 [2020-12-15T02:54:05.663Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
02:54:05 [2020-12-15T02:54:05.663Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateServiceConflict
02:54:05 [2020-12-15T02:54:05.663Z] --- SKIP: TestCreateServiceConflict (0.00s)
02:54:05 [2020-12-15T02:54:05.663Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateServiceMaxReplicas
02:54:05 [2020-12-15T02:54:05.663Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
02:54:05 [2020-12-15T02:54:05.663Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateWithDuplicateNetworkNames
02:54:05 [2020-12-15T02:54:05.663Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
02:54:05 [2020-12-15T02:54:05.663Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateServiceSecretFileMode
02:54:05 [2020-12-15T02:54:05.663Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
02:54:05 [2020-12-15T02:54:05.663Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateServiceConfigFileMode
02:54:05 [2020-12-15T02:54:05.663Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
02:54:05 [2020-12-15T02:54:05.663Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateServiceSysctls
02:54:05 [2020-12-15T02:54:05.663Z] --- SKIP: TestCreateServiceSysctls (0.04s)
02:54:05 [2020-12-15T02:54:05.663Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
02:54:05 [2020-12-15T02:54:05.663Z] === RUN   TestCreateServiceCapabilities
02:54:05 [2020-12-15T02:54:05.933Z] === RUN   TestDockerSuite/TestExecParseError
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestCreateServiceCapabilities (0.04s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestInspect
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestInspect (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestCreateJob
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestCreateJob (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestReplicatedJob
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestReplicatedJob (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestUpdateReplicatedJob
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestServiceListWithStatuses
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestServiceListWithStatuses (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestDockerNetworkConnectAlias
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestDockerNetworkReConnect
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestServicePlugin
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestServicePlugin (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestServiceUpdateLabel
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestServiceUpdateLabel (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestServiceUpdateSecrets
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestServiceUpdateConfigs
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestServiceUpdateNetwork
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] === RUN   TestServiceUpdatePidsLimit
02:54:06 [2020-12-15T02:54:06.123Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] PASS
02:54:06 [2020-12-15T02:54:06.123Z] ok  	github.com/docker/docker/integration/service	0.557s
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === Skipped
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]         create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s)
02:54:06 [2020-12-15T02:54:06.123Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s)
02:54:06 [2020-12-15T02:54:06.123Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] 
02:54:06 [2020-12-15T02:54:06.123Z] DONE 24 tests, 23 skipped in 3.018s
02:54:06 [2020-12-15T02:54:06.123Z] Running D:\gopath\src\github.com\docker\docker\integration\session
02:54:06 [2020-12-15T02:54:06.501Z] === RUN   TestDockerSuite/TestExecPausedContainer
02:54:07 [2020-12-15T02:54:07.082Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
02:54:07 [2020-12-15T02:54:07.648Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
02:54:08 [2020-12-15T02:54:08.302Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:54:08 [2020-12-15T02:54:08.302Z] INFO: Testing against a local daemon
02:54:08 [2020-12-15T02:54:08.302Z] === RUN   TestSessionCreate
02:54:08 [2020-12-15T02:54:08.302Z] --- SKIP: TestSessionCreate (0.00s)
02:54:08 [2020-12-15T02:54:08.302Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
02:54:08 [2020-12-15T02:54:08.302Z] === RUN   TestSessionCreateWithBadUpgrade
02:54:08 [2020-12-15T02:54:08.302Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
02:54:08 [2020-12-15T02:54:08.302Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
02:54:08 [2020-12-15T02:54:08.302Z] PASS
02:54:08 [2020-12-15T02:54:08.302Z] ok  	github.com/docker/docker/integration/session	0.245s
02:54:08 [2020-12-15T02:54:08.583Z] === RUN   TestDockerSuite/TestExecSetEnv
02:54:08 [2020-12-15T02:54:08.779Z] 
02:54:08 [2020-12-15T02:54:08.779Z] === Skipped
02:54:08 [2020-12-15T02:54:08.779Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
02:54:08 [2020-12-15T02:54:08.779Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
02:54:08 [2020-12-15T02:54:08.779Z] 
02:54:08 [2020-12-15T02:54:08.779Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
02:54:08 [2020-12-15T02:54:08.779Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
02:54:08 [2020-12-15T02:54:08.779Z] 
02:54:08 [2020-12-15T02:54:08.779Z] 
02:54:08 [2020-12-15T02:54:08.779Z] DONE 2 tests, 2 skipped in 2.547s
02:54:08 [2020-12-15T02:54:08.779Z] Running D:\gopath\src\github.com\docker\docker\integration\system
02:54:09 [2020-12-15T02:54:09.150Z] === RUN   TestDockerSuite/TestExecStartFails
02:54:10 [2020-12-15T02:54:10.089Z] === RUN   TestDockerSuite/TestExecStateCleanup
02:54:10 [2020-12-15T02:54:10.960Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:54:10 [2020-12-15T02:54:10.960Z] INFO: Testing against a local daemon
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestCgroupDriverSystemdMemoryLimit
02:54:10 [2020-12-15T02:54:10.960Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
02:54:10 [2020-12-15T02:54:10.960Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestEventsExecDie
02:54:10 [2020-12-15T02:54:10.960Z] --- SKIP: TestEventsExecDie (0.00s)
02:54:10 [2020-12-15T02:54:10.960Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestEventsBackwardsCompatible
02:54:10 [2020-12-15T02:54:10.960Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
02:54:10 [2020-12-15T02:54:10.960Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestInfoAPI
02:54:10 [2020-12-15T02:54:10.960Z] --- PASS: TestInfoAPI (0.04s)
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestInfoAPIWarnings
02:54:10 [2020-12-15T02:54:10.960Z] --- SKIP: TestInfoAPIWarnings (0.00s)
02:54:10 [2020-12-15T02:54:10.960Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestInfoDebug
02:54:10 [2020-12-15T02:54:10.960Z] --- SKIP: TestInfoDebug (0.00s)
02:54:10 [2020-12-15T02:54:10.960Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestInfoInsecureRegistries
02:54:10 [2020-12-15T02:54:10.960Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
02:54:10 [2020-12-15T02:54:10.960Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestInfoRegistryMirrors
02:54:10 [2020-12-15T02:54:10.960Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
02:54:10 [2020-12-15T02:54:10.960Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
02:54:10 [2020-12-15T02:54:10.960Z] === RUN   TestLoginFailsWithBadCredentials
02:54:11 [2020-12-15T02:54:11.929Z] --- PASS: TestLoginFailsWithBadCredentials (1.03s)
02:54:11 [2020-12-15T02:54:11.929Z] === RUN   TestPingCacheHeaders
02:54:12 [2020-12-15T02:54:12.392Z] --- PASS: TestPingCacheHeaders (0.03s)
02:54:12 [2020-12-15T02:54:12.392Z] === RUN   TestPingGet
02:54:12 [2020-12-15T02:54:12.392Z] --- PASS: TestPingGet (0.03s)
02:54:12 [2020-12-15T02:54:12.392Z] === RUN   TestPingHead
02:54:12 [2020-12-15T02:54:12.392Z] --- PASS: TestPingHead (0.04s)
02:54:12 [2020-12-15T02:54:12.392Z] === RUN   TestVersion
02:54:12 [2020-12-15T02:54:12.392Z] --- PASS: TestVersion (0.04s)
02:54:12 [2020-12-15T02:54:12.392Z] PASS
02:54:12 [2020-12-15T02:54:12.392Z] ok  	github.com/docker/docker/integration/system	1.379s
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] === Skipped
02:54:12 [2020-12-15T02:54:12.392Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
02:54:12 [2020-12-15T02:54:12.392Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
02:54:12 [2020-12-15T02:54:12.392Z]     event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
02:54:12 [2020-12-15T02:54:12.392Z]     event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
02:54:12 [2020-12-15T02:54:12.392Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
02:54:12 [2020-12-15T02:54:12.392Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
02:54:12 [2020-12-15T02:54:12.392Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
02:54:12 [2020-12-15T02:54:12.392Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] 
02:54:12 [2020-12-15T02:54:12.392Z] DONE 13 tests, 7 skipped in 3.665s
02:54:12 [2020-12-15T02:54:12.392Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
02:54:13 [2020-12-15T02:54:13.371Z] --- PASS: TestInfoAPIWarnings (16.33s)
02:54:13 [2020-12-15T02:54:13.371Z] === RUN   TestInfoDebug
02:54:13 [2020-12-15T02:54:13.938Z] --- PASS: TestInfoDebug (0.53s)
02:54:13 [2020-12-15T02:54:13.938Z] === RUN   TestInfoInsecureRegistries
02:54:14 [2020-12-15T02:54:14.196Z] --- PASS: TestInfoInsecureRegistries (0.52s)
02:54:14 [2020-12-15T02:54:14.196Z] === RUN   TestInfoRegistryMirrors
02:54:14 [2020-12-15T02:54:14.572Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:54:14 [2020-12-15T02:54:14.572Z] INFO: Testing against a local daemon
02:54:14 [2020-12-15T02:54:14.572Z] === RUN   TestVolumesCreateAndList
02:54:14 [2020-12-15T02:54:14.572Z] --- PASS: TestVolumesCreateAndList (0.05s)
02:54:14 [2020-12-15T02:54:14.572Z] === RUN   TestVolumesRemove
02:54:14 [2020-12-15T02:54:14.762Z] --- PASS: TestInfoRegistryMirrors (0.52s)
02:54:14 [2020-12-15T02:54:14.762Z] === RUN   TestLoginFailsWithBadCredentials
02:54:15 [2020-12-15T02:54:15.021Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s)
02:54:15 [2020-12-15T02:54:15.021Z] === RUN   TestPingCacheHeaders
02:54:15 [2020-12-15T02:54:15.021Z] --- PASS: TestPingCacheHeaders (0.02s)
02:54:15 [2020-12-15T02:54:15.021Z] === RUN   TestPingGet
02:54:15 [2020-12-15T02:54:15.021Z] --- PASS: TestPingGet (0.01s)
02:54:15 [2020-12-15T02:54:15.021Z] === RUN   TestPingHead
02:54:15 [2020-12-15T02:54:15.021Z] --- PASS: TestPingHead (0.02s)
02:54:15 [2020-12-15T02:54:15.021Z] === RUN   TestVersion
02:54:15 [2020-12-15T02:54:15.021Z] --- PASS: TestVersion (0.02s)
02:54:15 [2020-12-15T02:54:15.021Z] PASS
02:54:15 [2020-12-15T02:54:15.021Z] 
02:54:15 [2020-12-15T02:54:15.021Z] === Skipped
02:54:15 [2020-12-15T02:54:15.021Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
02:54:15 [2020-12-15T02:54:15.021Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
02:54:15 [2020-12-15T02:54:15.021Z] 
02:54:15 [2020-12-15T02:54:15.021Z] 
02:54:15 [2020-12-15T02:54:15.021Z] DONE 18 tests, 1 skipped in 21.518s
02:54:15 [2020-12-15T02:54:15.021Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
02:54:15 [2020-12-15T02:54:15.021Z] ++ 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
02:54:15 [2020-12-15T02:54:15.021Z] ++ set -e
02:54:15 [2020-12-15T02:54:15.021Z] ++ '[' -n 0 ']'
02:54:15 [2020-12-15T02:54:15.021Z] ++ set -x
02:54:15 [2020-12-15T02:54:15.021Z] ++ 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
02:54:15 [2020-12-15T02:54:15.031Z] --- PASS: TestVolumesRemove (0.08s)
02:54:15 [2020-12-15T02:54:15.031Z] === RUN   TestVolumesInspect
02:54:15 [2020-12-15T02:54:15.031Z] --- PASS: TestVolumesInspect (0.04s)
02:54:15 [2020-12-15T02:54:15.031Z] === RUN   TestVolumesInvalidJSON
02:54:15 [2020-12-15T02:54:15.031Z] === RUN   TestVolumesInvalidJSON//volumes/create
02:54:15 [2020-12-15T02:54:15.031Z] === PAUSE TestVolumesInvalidJSON//volumes/create
02:54:15 [2020-12-15T02:54:15.031Z] === CONT  TestVolumesInvalidJSON//volumes/create
02:54:15 [2020-12-15T02:54:15.031Z] --- PASS: TestVolumesInvalidJSON (0.03s)
02:54:15 [2020-12-15T02:54:15.031Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
02:54:15 [2020-12-15T02:54:15.031Z] PASS
02:54:15 [2020-12-15T02:54:15.031Z] ok  	github.com/docker/docker/integration/volume	0.381s
02:54:15 [2020-12-15T02:54:15.031Z] 
02:54:15 [2020-12-15T02:54:15.031Z] DONE 5 tests in 2.676s
02:54:15 [2020-12-15T02:54:15.031Z] INFO: make.ps1 ended at 12/15/2020 02:54:14
02:54:15 [2020-12-15T02:54:15.031Z] INFO: Integration CLI tests being run from the host:
02:54:15 [2020-12-15T02:54:15.031Z] 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" 
02:54:15 [2020-12-15T02:54:15.279Z] INFO: Testing against a local daemon
02:54:15 [2020-12-15T02:54:15.279Z] === RUN   TestVolumesCreateAndList
02:54:15 [2020-12-15T02:54:15.279Z] --- PASS: TestVolumesCreateAndList (0.02s)
02:54:15 [2020-12-15T02:54:15.279Z] === RUN   TestVolumesRemove
02:54:15 [2020-12-15T02:54:15.279Z] --- PASS: TestVolumesRemove (0.06s)
02:54:15 [2020-12-15T02:54:15.279Z] === RUN   TestVolumesInspect
02:54:15 [2020-12-15T02:54:15.280Z] --- PASS: TestVolumesInspect (0.02s)
02:54:15 [2020-12-15T02:54:15.280Z] === RUN   TestVolumesInvalidJSON
02:54:15 [2020-12-15T02:54:15.280Z] === RUN   TestVolumesInvalidJSON//volumes/create
02:54:15 [2020-12-15T02:54:15.280Z] === PAUSE TestVolumesInvalidJSON//volumes/create
02:54:15 [2020-12-15T02:54:15.280Z] === CONT  TestVolumesInvalidJSON//volumes/create
02:54:15 [2020-12-15T02:54:15.280Z] --- PASS: TestVolumesInvalidJSON (0.01s)
02:54:15 [2020-12-15T02:54:15.280Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
02:54:15 [2020-12-15T02:54:15.280Z] PASS
02:54:15 [2020-12-15T02:54:15.280Z] 
02:54:15 [2020-12-15T02:54:15.280Z] DONE 5 tests in 0.242s
02:54:15 [2020-12-15T02:54:15.280Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
02:54:15 [2020-12-15T02:54:15.538Z] ++++ cat bundles/test-integration/docker.pid
02:54:15 [2020-12-15T02:54:15.538Z] +++ kill 5668
02:54:16 [2020-12-15T02:54:16.913Z] +++ /etc/init.d/apparmor stop
02:54:16 [2020-12-15T02:54:16.913Z] Leaving: AppArmorNo profiles have been unloaded.
02:54:16 [2020-12-15T02:54:16.913Z] 
02:54:16 [2020-12-15T02:54:16.913Z] Unloading profiles will leave already running processes permanently
02:54:16 [2020-12-15T02:54:16.913Z] unconfined, which can lead to unexpected situations.
02:54:16 [2020-12-15T02:54:16.913Z] 
02:54:16 [2020-12-15T02:54:16.913Z] To set a process to complain mode, use the command line tool
02:54:16 [2020-12-15T02:54:16.913Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
02:54:16 [2020-12-15T02:54:16.913Z] +++ true
02:54:16 [2020-12-15T02:54:16.913Z] exiting test-integration
02:54:16 [2020-12-15T02:54:16.913Z] ++ exit 0
02:54:16 [2020-12-15T02:54:16.913Z] 
02:54:17 [2020-12-15T02:54:17.480Z] + for job in $(jobs -p)
02:54:17 [2020-12-15T02:54:17.480Z] + wait 18541
02:54:20 [2020-12-15T02:54:20.763Z] === RUN   TestDockerSuite/TestExecStopNotHanging
02:54:21 [2020-12-15T02:54:21.332Z] === RUN   TestDockerSuite/TestExecTTY
02:54:22 [2020-12-15T02:54:22.268Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
02:54:22 [2020-12-15T02:54:22.837Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
02:54:23 [2020-12-15T02:54:23.405Z] === RUN   TestDockerSuite/TestExecUlimits
02:54:23 [2020-12-15T02:54:23.653Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
02:54:23 [2020-12-15T02:54:23.653Z] INFO: Testing against a local daemon
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPIErrorJSON
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
02:54:23 [2020-12-15T02:54:23.653Z] === RUN   TestDockerSuite/TestAPIImagesDelete
02:54:23 [2020-12-15T02:54:23.664Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
02:54:23 [2020-12-15T02:54:23.664Z] === RUN   TestDockerSuite/TestExecWithImageUser
02:54:24 [2020-12-15T02:54:24.625Z] === RUN   TestDockerSuite/TestAPIImagesFilter
02:54:25 [2020-12-15T02:54:25.057Z] === RUN   TestDockerSuite/TestExecWithNoTERM
02:54:25 [2020-12-15T02:54:25.084Z] === RUN   TestDockerSuite/TestAPIImagesHistory
02:54:25 [2020-12-15T02:54:25.543Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
02:54:25 [2020-12-15T02:54:25.543Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
02:54:25 [2020-12-15T02:54:25.622Z] === RUN   TestDockerSuite/TestExecWithPrivileged
02:54:26 [2020-12-15T02:54:26.560Z] === RUN   TestDockerSuite/TestExecWithTERM
02:54:26 [2020-12-15T02:54:26.819Z] === RUN   TestDockerSuite/TestExecWithUser
02:54:27 [2020-12-15T02:54:27.752Z] === RUN   TestDockerSuite/TestGetContainerStats
02:54:33 [2020-12-15T02:54:33.020Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
02:54:37 [2020-12-15T02:54:37.204Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
02:54:38 [2020-12-15T02:54:38.579Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
02:54:42 [2020-12-15T02:54:42.766Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
02:54:43 [2020-12-15T02:54:43.333Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
02:54:43 [2020-12-15T02:54:43.333Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
02:54:43 [2020-12-15T02:54:43.333Z] === RUN   TestDockerSuite/TestHealth
02:54:49 [2020-12-15T02:54:49.916Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestHistoryExistentImage
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
02:55:04 [2020-12-15T02:55:04.795Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
02:55:05 [2020-12-15T02:55:05.361Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
02:55:05 [2020-12-15T02:55:05.361Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
02:55:05 [2020-12-15T02:55:05.930Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
02:55:06 [2020-12-15T02:55:06.498Z] === RUN   TestDockerSuite/TestImagesFormat
02:55:06 [2020-12-15T02:55:06.498Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
02:55:07 [2020-12-15T02:55:07.065Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
02:55:10 [2020-12-15T02:55:10.351Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
02:55:10 [2020-12-15T02:55:10.351Z] === RUN   TestDockerSuite/TestImportBadURL
02:55:10 [2020-12-15T02:55:10.351Z] === RUN   TestDockerSuite/TestImportDisplay
02:55:10 [2020-12-15T02:55:10.919Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
02:55:11 [2020-12-15T02:55:11.185Z] === RUN   TestDockerSuite/TestImportFile
02:55:12 [2020-12-15T02:55:12.563Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
02:55:12 [2020-12-15T02:55:12.563Z] === RUN   TestDockerSuite/TestImportFileWithMessage
02:55:13 [2020-12-15T02:55:13.050Z] 2020/12/15 02:55:00 	Finished clone google.golang.org/api
02:55:13 [2020-12-15T02:55:13.050Z] 2020/12/15 02:55:00 Dependencies downloaded. Download time: 3m38.17215681s
02:55:13 [2020-12-15T02:55:13.050Z] 2020/12/15 02:55:00 Collecting all dependencies
02:55:13 [2020-12-15T02:55:13.050Z] 2020/12/15 02:55:11 Clean vendor dir from unused packages
02:55:13 [2020-12-15T02:55:13.050Z] 2020/12/15 02:55:11 	Ignoring paths matching "^archive/tar"
02:55:13 [2020-12-15T02:55:13.050Z] 2020/12/15 02:55:12 Success
02:55:13 [2020-12-15T02:55:13.050Z] 2020/12/15 02:55:12 Running time: 3m53.696482369s
02:55:13 [2020-12-15T02:55:13.050Z] Congratulations! All vendoring changes are done the right way.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
02:55:13 [2020-12-15T02:55:13.973Z] + echo Ensuring container killed.
02:55:13 [2020-12-15T02:55:13.973Z] Ensuring container killed.
02:55:13 [2020-12-15T02:55:13.973Z] + docker rm -vf docker-pr1
02:55:13 [2020-12-15T02:55:13.973Z] Error: No such container: docker-pr1
02:55:13 [2020-12-15T02:55:13.973Z] + true
[Pipeline] sh
02:55:14 [2020-12-15T02:55:14.287Z] + echo Chowning /workspace to jenkins user
02:55:14 [2020-12-15T02:55:14.287Z] Chowning /workspace to jenkins user
02:55:14 [2020-12-15T02:55:14.287Z] + id -u
02:55:14 [2020-12-15T02:55:14.287Z] + id -g
02:55:14 [2020-12-15T02:55:14.287Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41793:/workspace busybox chown -R 1000:1000 /workspace
02:55:14 [2020-12-15T02:55:14.470Z] === RUN   TestDockerSuite/TestImportGzipped
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
02:55:15 [2020-12-15T02:55:15.530Z] + bundleName=unit
02:55:15 [2020-12-15T02:55:15.530Z] + echo Creating unit-bundles.tar.gz
02:55:15 [2020-12-15T02:55:15.530Z] Creating unit-bundles.tar.gz
02:55:15 [2020-12-15T02:55:15.530Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out
02:55:15 [2020-12-15T02:55:15.530Z] bundles/junit-report.xml
02:55:15 [2020-12-15T02:55:15.530Z] bundles/go-test-report.json
02:55:15 [2020-12-15T02:55:15.530Z] bundles/profile.out
[Pipeline] archiveArtifacts
02:55:15 [2020-12-15T02:55:15.539Z] Archiving artifacts
02:55:15 [2020-12-15T02:55:15.847Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
02:55:15 [2020-12-15T02:55:15.847Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
02:55:17 [2020-12-15T02:55:17.258Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
02:55:18 [2020-12-15T02:55:18.194Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
02:55:18 [2020-12-15T02:55:18.762Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
02:55:19 [2020-12-15T02:55:19.330Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
02:55:19 [2020-12-15T02:55:19.590Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
02:55:19 [2020-12-15T02:55:19.590Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
02:55:20 [2020-12-15T02:55:20.529Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
02:55:20 [2020-12-15T02:55:20.987Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
02:55:21 [2020-12-15T02:55:21.096Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
02:55:21 [2020-12-15T02:55:21.289Z] + make clean
02:55:21 [2020-12-15T02:55:21.544Z] docker volume rm -f docker-dev-cache
02:55:21 [2020-12-15T02:55:21.544Z] docker-dev-cache
[Pipeline] deleteDir
02:55:21 [2020-12-15T02:55:21.664Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
02:55:22 [2020-12-15T02:55:22.231Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
02:55:22 [2020-12-15T02:55:22.800Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
02:55:23 [2020-12-15T02:55:23.738Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
02:55:23 [2020-12-15T02:55:23.738Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
02:55:25 [2020-12-15T02:55:25.115Z] === RUN   TestDockerSuite/TestInspectAmpersand
02:55:25 [2020-12-15T02:55:25.374Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
02:55:25 [2020-12-15T02:55:25.942Z] === RUN   TestDockerSuite/TestInspectByPrefix
02:55:25 [2020-12-15T02:55:25.942Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
02:55:26 [2020-12-15T02:55:26.510Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
02:55:26 [2020-12-15T02:55:26.510Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
02:55:27 [2020-12-15T02:55:27.078Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
02:55:27 [2020-12-15T02:55:27.646Z] === RUN   TestDockerSuite/TestInspectDefault
02:55:28 [2020-12-15T02:55:28.215Z] === RUN   TestDockerSuite/TestInspectHistory
02:55:28 [2020-12-15T02:55:28.782Z] === RUN   TestDockerSuite/TestInspectImage
02:55:28 [2020-12-15T02:55:28.782Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
02:55:28 [2020-12-15T02:55:28.782Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
02:55:28 [2020-12-15T02:55:28.782Z] === RUN   TestDockerSuite/TestInspectInt64
02:55:29 [2020-12-15T02:55:29.041Z] === RUN   TestDockerSuite/TestInspectJSONFields
02:55:29 [2020-12-15T02:55:29.979Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
02:55:29 [2020-12-15T02:55:29.979Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
02:55:30 [2020-12-15T02:55:30.545Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
02:55:30 [2020-12-15T02:55:30.804Z] === RUN   TestDockerSuite/TestInspectPlugin
02:55:32 [2020-12-15T02:55:32.741Z] === RUN   TestDockerSuite/TestInspectRootFS
02:55:32 [2020-12-15T02:55:32.741Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
02:55:33 [2020-12-15T02:55:33.307Z] === RUN   TestDockerSuite/TestInspectStatus
02:55:33 [2020-12-15T02:55:33.874Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
02:55:34 [2020-12-15T02:55:34.809Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
02:55:34 [2020-12-15T02:55:34.809Z] === RUN   TestDockerSuite/TestInspectTemplateError
02:55:35 [2020-12-15T02:55:35.377Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
02:55:35 [2020-12-15T02:55:35.946Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
02:55:36 [2020-12-15T02:55:36.515Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
02:55:37 [2020-12-15T02:55:37.082Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
02:55:37 [2020-12-15T02:55:37.651Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
02:55:38 [2020-12-15T02:55:38.479Z] === RUN   TestDockerSuite/TestInspectUnknownObject
02:55:38 [2020-12-15T02:55:38.479Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
02:55:41 [2020-12-15T02:55:41.016Z] === RUN   TestDockerSuite/TestLinkShortDefinition
02:55:41 [2020-12-15T02:55:41.954Z] === RUN   TestDockerSuite/TestLinksEnvs
02:55:42 [2020-12-15T02:55:42.888Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
02:55:43 [2020-12-15T02:55:43.147Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
02:55:44 [2020-12-15T02:55:44.523Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
02:55:45 [2020-12-15T02:55:45.901Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
02:55:47 [2020-12-15T02:55:47.278Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
02:55:47 [2020-12-15T02:55:47.278Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
02:55:48 [2020-12-15T02:55:48.664Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
02:55:48 [2020-12-15T02:55:48.930Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
02:55:49 [2020-12-15T02:55:49.507Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
02:55:52 [2020-12-15T02:55:52.042Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
02:55:58 [2020-12-15T02:55:58.609Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
02:55:59 [2020-12-15T02:55:59.544Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
02:56:00 [2020-12-15T02:56:00.920Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
02:56:01 [2020-12-15T02:56:01.178Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
02:56:03 [2020-12-15T02:56:03.087Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
02:56:03 [2020-12-15T02:56:03.087Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
02:56:03 [2020-12-15T02:56:03.346Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
02:56:03 [2020-12-15T02:56:03.346Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
02:56:03 [2020-12-15T02:56:03.346Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
02:56:03 [2020-12-15T02:56:03.912Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
02:56:04 [2020-12-15T02:56:04.171Z] === RUN   TestDockerSuite/TestLogsAPIUntil
02:56:08 [2020-12-15T02:56:08.354Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
02:56:08 [2020-12-15T02:56:08.354Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
02:56:08 [2020-12-15T02:56:08.354Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
02:56:13 [2020-12-15T02:56:13.638Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
02:56:13 [2020-12-15T02:56:13.638Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
02:56:13 [2020-12-15T02:56:13.638Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
02:56:13 [2020-12-15T02:56:13.638Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
02:56:14 [2020-12-15T02:56:14.574Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
02:56:15 [2020-12-15T02:56:15.510Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
02:56:16 [2020-12-15T02:56:16.885Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
02:56:17 [2020-12-15T02:56:17.821Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
02:56:18 [2020-12-15T02:56:18.756Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
02:56:21 [2020-12-15T02:56:21.289Z] === RUN   TestDockerSuite/TestLogsFollowStopped
02:56:21 [2020-12-15T02:56:21.856Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
02:56:22 [2020-12-15T02:56:22.423Z] === RUN   TestDockerSuite/TestLogsSince
02:56:28 [2020-12-15T02:56:28.982Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
02:56:34 [2020-12-15T02:56:34.251Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
02:56:34 [2020-12-15T02:56:34.819Z] === RUN   TestDockerSuite/TestLogsTail
02:56:35 [2020-12-15T02:56:35.388Z] === RUN   TestDockerSuite/TestLogsTimestamps
02:56:35 [2020-12-15T02:56:35.954Z] === RUN   TestDockerSuite/TestLogsWithDetails
02:56:36 [2020-12-15T02:56:36.213Z] === RUN   TestDockerSuite/TestMountIntoProc
02:56:36 [2020-12-15T02:56:36.472Z] === RUN   TestDockerSuite/TestMountIntoSys
02:56:37 [2020-12-15T02:56:37.038Z] === RUN   TestDockerSuite/TestNetHostname
02:56:38 [2020-12-15T02:56:38.416Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
02:56:38 [2020-12-15T02:56:38.675Z] === RUN   TestDockerSuite/TestNetworkEvents
02:56:42 [2020-12-15T02:56:42.862Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
02:56:44 [2020-12-15T02:56:44.238Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
02:56:44 [2020-12-15T02:56:44.496Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
02:56:45 [2020-12-15T02:56:45.873Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
02:56:46 [2020-12-15T02:56:46.442Z] === RUN   TestDockerSuite/TestPluginActive
02:56:48 [2020-12-15T02:56:48.975Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
02:56:54 [2020-12-15T02:56:54.245Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
02:56:54 [2020-12-15T02:56:54.245Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
02:56:55 [2020-12-15T02:56:55.180Z] === RUN   TestDockerSuite/TestPluginLogDriver
02:56:58 [2020-12-15T02:56:58.496Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
02:56:59 [2020-12-15T02:56:59.431Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
02:57:01 [2020-12-15T02:57:01.331Z] === RUN   TestDockerSuite/TestPluginUpgrade
02:57:05 [2020-12-15T02:57:05.519Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
02:57:06 [2020-12-15T02:57:06.895Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
02:57:07 [2020-12-15T02:57:07.154Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPINetworkFilter
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
02:57:07 [2020-12-15T02:57:07.645Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
02:57:07 [2020-12-15T02:57:07.733Z] === RUN   TestDockerSuite/TestPortHostBinding
02:57:09 [2020-12-15T02:57:09.113Z] === RUN   TestDockerSuite/TestPortList
02:57:14 [2020-12-15T02:57:14.729Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
02:57:14 [2020-12-15T02:57:14.729Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
02:57:14 [2020-12-15T02:57:14.729Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
02:57:14 [2020-12-15T02:57:14.729Z] === RUN   TestDockerSuite/TestAttachDisconnect
02:57:14 [2020-12-15T02:57:14.729Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
02:57:17 [2020-12-15T02:57:17.233Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
02:57:17 [2020-12-15T02:57:17.640Z] === RUN   TestDockerSuite/TestAttachPausedContainer
02:57:17 [2020-12-15T02:57:17.640Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
02:57:17 [2020-12-15T02:57:17.640Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
02:57:17 [2020-12-15T02:57:17.799Z] === RUN   TestDockerSuite/TestPostContainersAttach
02:57:24 [2020-12-15T02:57:24.371Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
02:57:24 [2020-12-15T02:57:24.371Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
02:57:24 [2020-12-15T02:57:24.371Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
02:57:24 [2020-12-15T02:57:24.371Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
02:57:24 [2020-12-15T02:57:24.371Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
02:57:24 [2020-12-15T02:57:24.718Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
02:57:24 [2020-12-15T02:57:24.938Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
02:57:24 [2020-12-15T02:57:24.938Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
02:57:25 [2020-12-15T02:57:25.505Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
02:57:25 [2020-12-15T02:57:25.505Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
02:57:26 [2020-12-15T02:57:26.884Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
02:57:26 [2020-12-15T02:57:26.884Z] === RUN   TestDockerSuite/TestPruneContainerLabel
02:57:29 [2020-12-15T02:57:29.418Z] === RUN   TestDockerSuite/TestPruneContainerUntil
02:57:30 [2020-12-15T02:57:30.800Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
02:57:31 [2020-12-15T02:57:31.059Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
02:57:31 [2020-12-15T02:57:31.059Z] === RUN   TestDockerSuite/TestPsByOrder
02:57:32 [2020-12-15T02:57:32.961Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
02:57:33 [2020-12-15T02:57:33.898Z] === RUN   TestDockerSuite/TestPsListContainersBase
02:57:35 [2020-12-15T02:57:35.275Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
02:57:36 [2020-12-15T02:57:36.213Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
02:57:40 [2020-12-15T02:57:40.405Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
02:57:40 [2020-12-15T02:57:40.405Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
02:57:43 [2020-12-15T02:57:43.711Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
02:57:50 [2020-12-15T02:57:50.277Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
02:57:51 [2020-12-15T02:57:51.213Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
02:57:53 [2020-12-15T02:57:53.120Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
02:57:53 [2020-12-15T02:57:53.688Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
02:57:54 [2020-12-15T02:57:54.623Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
02:57:56 [2020-12-15T02:57:56.525Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
02:57:57 [2020-12-15T02:57:57.904Z] === RUN   TestDockerSuite/TestPsListContainersSize
02:57:58 [2020-12-15T02:57:58.842Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
02:57:58 [2020-12-15T02:57:58.842Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
02:57:59 [2020-12-15T02:57:59.410Z] === RUN   TestDockerSuite/TestPsRightTagName
02:58:00 [2020-12-15T02:58:00.785Z] === RUN   TestDockerSuite/TestPsShowMounts
02:58:02 [2020-12-15T02:58:02.162Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
02:58:02 [2020-12-15T02:58:02.420Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
02:58:03 [2020-12-15T02:58:03.019Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
02:58:03 [2020-12-15T02:58:03.019Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
02:58:03 [2020-12-15T02:58:03.277Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
02:58:03 [2020-12-15T02:58:03.536Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
02:58:03 [2020-12-15T02:58:03.536Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
02:58:04 [2020-12-15T02:58:04.474Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
02:58:05 [2020-12-15T02:58:05.410Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
02:58:07 [2020-12-15T02:58:07.318Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
02:58:07 [2020-12-15T02:58:07.577Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
02:58:14 [2020-12-15T02:58:14.157Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
02:58:14 [2020-12-15T02:58:14.157Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
02:58:16 [2020-12-15T02:58:16.065Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
02:58:16 [2020-12-15T02:58:16.065Z] === RUN   TestDockerSuite/TestRestartPolicyNO
02:58:16 [2020-12-15T02:58:16.065Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
02:58:16 [2020-12-15T02:58:16.324Z] === RUN   TestDockerSuite/TestRestartRunningContainer
02:58:18 [2020-12-15T02:58:18.224Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
02:58:19 [2020-12-15T02:58:19.162Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
02:58:21 [2020-12-15T02:58:21.697Z] === RUN   TestDockerSuite/TestRestartWithVolumes
02:58:22 [2020-12-15T02:58:22.266Z] === RUN   TestDockerSuite/TestRmiBlank
02:58:22 [2020-12-15T02:58:22.266Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
02:58:22 [2020-12-15T02:58:22.525Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
02:58:25 [2020-12-15T02:58:25.820Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
02:58:26 [2020-12-15T02:58:26.388Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
02:58:26 [2020-12-15T02:58:26.388Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
02:58:27 [2020-12-15T02:58:27.764Z] === RUN   TestDockerSuite/TestRmiImgIDForce
02:58:28 [2020-12-15T02:58:28.333Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
02:58:29 [2020-12-15T02:58:29.713Z] === RUN   TestDockerSuite/TestRmiParentImageFail
02:58:30 [2020-12-15T02:58:30.651Z] === RUN   TestDockerSuite/TestRmiTag
02:58:30 [2020-12-15T02:58:30.651Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
02:58:31 [2020-12-15T02:58:31.220Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
02:58:34 [2020-12-15T02:58:34.508Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
02:58:34 [2020-12-15T02:58:34.508Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
02:58:35 [2020-12-15T02:58:35.077Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
02:58:35 [2020-12-15T02:58:35.336Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
02:58:36 [2020-12-15T02:58:36.272Z] === RUN   TestDockerSuite/TestRunAddHost
02:58:36 [2020-12-15T02:58:36.840Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
02:58:37 [2020-12-15T02:58:37.098Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
02:58:37 [2020-12-15T02:58:37.665Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
02:58:37 [2020-12-15T02:58:37.665Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
02:58:38 [2020-12-15T02:58:38.232Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
02:58:39 [2020-12-15T02:58:39.170Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
02:58:39 [2020-12-15T02:58:39.738Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
02:58:40 [2020-12-15T02:58:40.306Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
02:58:40 [2020-12-15T02:58:40.890Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
02:58:41 [2020-12-15T02:58:41.458Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
02:58:41 [2020-12-15T02:58:41.717Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
02:58:42 [2020-12-15T02:58:42.654Z] === RUN   TestDockerSuite/TestRunAttachDetach
02:58:43 [2020-12-15T02:58:43.597Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
02:58:44 [2020-12-15T02:58:44.535Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
02:58:45 [2020-12-15T02:58:45.472Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
02:58:46 [2020-12-15T02:58:46.039Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
02:58:46 [2020-12-15T02:58:46.975Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
02:58:47 [2020-12-15T02:58:47.542Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
02:58:48 [2020-12-15T02:58:48.477Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
02:58:49 [2020-12-15T02:58:49.044Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
02:58:49 [2020-12-15T02:58:49.303Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
02:58:49 [2020-12-15T02:58:49.872Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
02:58:49 [2020-12-15T02:58:49.872Z] === RUN   TestDockerSuite/TestRunBindMounts
02:58:51 [2020-12-15T02:58:51.252Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
02:58:52 [2020-12-15T02:58:52.190Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
02:58:52 [2020-12-15T02:58:52.759Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
02:58:53 [2020-12-15T02:58:53.326Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
02:58:53 [2020-12-15T02:58:53.894Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
02:58:53 [2020-12-15T02:58:53.894Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
02:58:54 [2020-12-15T02:58:54.155Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
02:58:55 [2020-12-15T02:58:55.092Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
02:58:55 [2020-12-15T02:58:55.673Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
02:58:55 [2020-12-15T02:58:55.939Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
02:58:56 [2020-12-15T02:58:56.508Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
02:58:56 [2020-12-15T02:58:56.508Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
02:58:57 [2020-12-15T02:58:57.076Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
02:58:57 [2020-12-15T02:58:57.076Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
02:58:58 [2020-12-15T02:58:58.014Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
02:58:58 [2020-12-15T02:58:58.583Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
02:58:59 [2020-12-15T02:58:59.151Z] === RUN   TestDockerSuite/TestRunContainerNetwork
02:58:59 [2020-12-15T02:58:59.718Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
02:58:59 [2020-12-15T02:58:59.719Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
02:59:00 [2020-12-15T02:59:00.657Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
02:59:01 [2020-12-15T02:59:01.603Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
02:59:02 [2020-12-15T02:59:02.986Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
02:59:03 [2020-12-15T02:59:03.921Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
02:59:04 [2020-12-15T02:59:04.180Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
02:59:04 [2020-12-15T02:59:04.746Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
02:59:05 [2020-12-15T02:59:05.314Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
02:59:05 [2020-12-15T02:59:05.882Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
02:59:05 [2020-12-15T02:59:05.988Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
02:59:05 [2020-12-15T02:59:05.988Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
02:59:06 [2020-12-15T02:59:06.818Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
02:59:07 [2020-12-15T02:59:07.385Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
02:59:08 [2020-12-15T02:59:08.321Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
02:59:08 [2020-12-15T02:59:08.895Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
02:59:08 [2020-12-15T02:59:08.895Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
02:59:11 [2020-12-15T02:59:11.613Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
02:59:11 [2020-12-15T02:59:11.613Z] === RUN   TestDockerSuite/TestRunCreateVolume
02:59:12 [2020-12-15T02:59:12.196Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
02:59:12 [2020-12-15T02:59:12.460Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
02:59:13 [2020-12-15T02:59:13.595Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
02:59:13 [2020-12-15T02:59:13.595Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
02:59:13 [2020-12-15T02:59:13.595Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
02:59:13 [2020-12-15T02:59:13.595Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
02:59:13 [2020-12-15T02:59:13.595Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
02:59:13 [2020-12-15T02:59:13.836Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
02:59:14 [2020-12-15T02:59:14.057Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
02:59:14 [2020-12-15T02:59:14.517Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
02:59:15 [2020-12-15T02:59:15.218Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
02:59:15 [2020-12-15T02:59:15.218Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
02:59:17 [2020-12-15T02:59:17.122Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
02:59:17 [2020-12-15T02:59:17.428Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
02:59:18 [2020-12-15T02:59:18.500Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
02:59:18 [2020-12-15T02:59:18.967Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
02:59:18 [2020-12-15T02:59:18.967Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
02:59:18 [2020-12-15T02:59:18.967Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
02:59:18 [2020-12-15T02:59:18.967Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
02:59:19 [2020-12-15T02:59:19.437Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
02:59:19 [2020-12-15T02:59:19.437Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
02:59:19 [2020-12-15T02:59:19.437Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
02:59:19 [2020-12-15T02:59:19.696Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
02:59:21 [2020-12-15T02:59:21.151Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
02:59:21 [2020-12-15T02:59:21.601Z] === RUN   TestDockerSuite/TestRunDNSOptions
02:59:21 [2020-12-15T02:59:21.601Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
02:59:22 [2020-12-15T02:59:22.536Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
02:59:24 [2020-12-15T02:59:24.444Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
02:59:24 [2020-12-15T02:59:24.704Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
02:59:24 [2020-12-15T02:59:24.963Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
02:59:25 [2020-12-15T02:59:25.900Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
02:59:26 [2020-12-15T02:59:26.469Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
02:59:26 [2020-12-15T02:59:26.469Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
02:59:27 [2020-12-15T02:59:27.410Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
02:59:27 [2020-12-15T02:59:27.670Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
02:59:28 [2020-12-15T02:59:28.620Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
02:59:28 [2020-12-15T02:59:28.620Z] === RUN   TestDockerSuite/TestRunDuplicateMount
02:59:29 [2020-12-15T02:59:29.191Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
02:59:29 [2020-12-15T02:59:29.760Z] === RUN   TestDockerSuite/TestRunEchoStdout
02:59:30 [2020-12-15T02:59:30.328Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
02:59:31 [2020-12-15T02:59:31.266Z] === RUN   TestDockerSuite/TestRunEmptyEnv
02:59:31 [2020-12-15T02:59:31.266Z] === RUN   TestDockerSuite/TestRunEntrypoint
02:59:31 [2020-12-15T02:59:31.833Z] === RUN   TestDockerSuite/TestRunEnvironment
02:59:32 [2020-12-15T02:59:32.402Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
02:59:32 [2020-12-15T02:59:32.402Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
02:59:32 [2020-12-15T02:59:32.969Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
02:59:33 [2020-12-15T02:59:33.536Z] === RUN   TestDockerSuite/TestRunExitCode
02:59:33 [2020-12-15T02:59:33.547Z] === RUN   TestDockerSuite/TestBuildAddNonTar
02:59:34 [2020-12-15T02:59:34.105Z] === RUN   TestDockerSuite/TestRunExitCodeOne
02:59:34 [2020-12-15T02:59:34.675Z] === RUN   TestDockerSuite/TestRunExitCodeZero
02:59:35 [2020-12-15T02:59:35.242Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
02:59:36 [2020-12-15T02:59:36.178Z] === RUN   TestDockerSuite/TestRunExposePort
02:59:36 [2020-12-15T02:59:36.179Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
02:59:36 [2020-12-15T02:59:36.439Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
02:59:36 [2020-12-15T02:59:36.700Z] === RUN   TestDockerSuite/TestRunGroupAdd
02:59:37 [2020-12-15T02:59:37.269Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
02:59:37 [2020-12-15T02:59:37.288Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
02:59:37 [2020-12-15T02:59:37.747Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
02:59:37 [2020-12-15T02:59:37.747Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
02:59:38 [2020-12-15T02:59:38.205Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
02:59:38 [2020-12-15T02:59:38.464Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
02:59:38 [2020-12-15T02:59:38.464Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
02:59:40 [2020-12-15T02:59:40.661Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
02:59:41 [2020-12-15T02:59:41.001Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
02:59:41 [2020-12-15T02:59:41.568Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
02:59:42 [2020-12-15T02:59:42.202Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
02:59:46 [2020-12-15T02:59:46.930Z] === RUN   TestDockerSuite/TestBuildAddScript
02:59:46 [2020-12-15T02:59:46.930Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
02:59:46 [2020-12-15T02:59:46.930Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
02:59:46 [2020-12-15T02:59:46.930Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
02:59:46 [2020-12-15T02:59:46.930Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
02:59:47 [2020-12-15T02:59:47.390Z] === RUN   TestDockerSuite/TestBuildAddTar
02:59:53 [2020-12-15T02:59:53.787Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
02:59:53 [2020-12-15T02:59:53.787Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
02:59:54 [2020-12-15T02:59:54.360Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
02:59:54 [2020-12-15T02:59:54.360Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
02:59:54 [2020-12-15T02:59:54.360Z] === RUN   TestDockerSuite/TestRunInvalidReference
02:59:54 [2020-12-15T02:59:54.360Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
02:59:54 [2020-12-15T02:59:54.928Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
02:59:56 [2020-12-15T02:59:56.834Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
02:59:57 [2020-12-15T02:59:57.769Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
02:59:58 [2020-12-15T02:59:58.704Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
03:00:01 [2020-12-15T03:00:01.233Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
03:00:04 [2020-12-15T03:00:04.521Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
03:00:04 [2020-12-15T03:00:04.521Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
03:00:05 [2020-12-15T03:00:05.089Z] === RUN   TestDockerSuite/TestRunModeHostname
03:00:05 [2020-12-15T03:00:05.657Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
03:00:05 [2020-12-15T03:00:05.657Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
03:00:05 [2020-12-15T03:00:05.916Z] === RUN   TestDockerSuite/TestRunModeIpcHost
03:00:06 [2020-12-15T03:00:06.855Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
03:00:07 [2020-12-15T03:00:07.792Z] === RUN   TestDockerSuite/TestRunModePIDContainer
03:00:09 [2020-12-15T03:00:09.171Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
03:00:09 [2020-12-15T03:00:09.171Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
03:00:09 [2020-12-15T03:00:09.171Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
03:00:09 [2020-12-15T03:00:09.430Z] === RUN   TestDockerSuite/TestRunModePIDHost
03:00:10 [2020-12-15T03:00:10.828Z] === RUN   TestDockerSuite/TestRunModeUTSHost
03:00:12 [2020-12-15T03:00:12.206Z] === RUN   TestDockerSuite/TestRunMount
03:00:13 [2020-12-15T03:00:13.144Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
03:00:17 [2020-12-15T03:00:17.335Z] === RUN   TestDockerSuite/TestRunMountOrdering
03:00:17 [2020-12-15T03:00:17.335Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
03:00:17 [2020-12-15T03:00:17.901Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
03:00:18 [2020-12-15T03:00:18.837Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
03:00:20 [2020-12-15T03:00:20.216Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
03:00:22 [2020-12-15T03:00:22.120Z] === RUN   TestDockerSuite/TestRunNamedVolume
03:00:23 [2020-12-15T03:00:23.100Z] === RUN   TestDockerSuite/TestBuildAddTarXz
03:00:23 [2020-12-15T03:00:23.100Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
03:00:23 [2020-12-15T03:00:23.498Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
03:00:23 [2020-12-15T03:00:23.562Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
03:00:25 [2020-12-15T03:00:25.400Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
03:00:25 [2020-12-15T03:00:25.967Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
03:00:26 [2020-12-15T03:00:26.226Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
03:00:27 [2020-12-15T03:00:27.603Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
03:00:27 [2020-12-15T03:00:27.603Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
03:00:28 [2020-12-15T03:00:28.173Z] === RUN   TestDockerSuite/TestRunNetHost
03:00:29 [2020-12-15T03:00:29.130Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
03:00:29 [2020-12-15T03:00:29.130Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
03:00:29 [2020-12-15T03:00:29.699Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
03:00:30 [2020-12-15T03:00:30.267Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
03:00:32 [2020-12-15T03:00:32.172Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
03:00:32 [2020-12-15T03:00:32.431Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
03:00:34 [2020-12-15T03:00:34.335Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
03:00:34 [2020-12-15T03:00:34.905Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
03:00:38 [2020-12-15T03:00:38.193Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
03:00:38 [2020-12-15T03:00:38.193Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
03:00:38 [2020-12-15T03:00:38.452Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
03:00:38 [2020-12-15T03:00:38.452Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
03:00:39 [2020-12-15T03:00:39.020Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
03:00:39 [2020-12-15T03:00:39.020Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
03:00:39 [2020-12-15T03:00:39.589Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
03:00:40 [2020-12-15T03:00:40.158Z] === RUN   TestDockerSuite/TestRunNonExistingImage
03:00:40 [2020-12-15T03:00:40.158Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
03:00:41 [2020-12-15T03:00:41.098Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
03:00:41 [2020-12-15T03:00:41.262Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
03:00:41 [2020-12-15T03:00:41.262Z] === RUN   TestDockerSuite/TestBuildBlankName
03:00:41 [2020-12-15T03:00:41.357Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
03:00:41 [2020-12-15T03:00:41.722Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
03:00:44 [2020-12-15T03:00:44.645Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
03:00:46 [2020-12-15T03:00:46.020Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
03:00:46 [2020-12-15T03:00:46.594Z] === RUN   TestDockerSuite/TestRunOOMExitCode
03:00:46 [2020-12-15T03:00:46.594Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
03:00:47 [2020-12-15T03:00:47.547Z] === RUN   TestDockerSuite/TestRunPIDsLimit
03:00:48 [2020-12-15T03:00:48.118Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
03:00:48 [2020-12-15T03:00:48.803Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
03:00:49 [2020-12-15T03:00:49.054Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
03:00:49 [2020-12-15T03:00:49.314Z] === RUN   TestDockerSuite/TestRunPortInUse
03:00:49 [2020-12-15T03:00:49.776Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
03:00:50 [2020-12-15T03:00:50.250Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
03:00:50 [2020-12-15T03:00:50.820Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
03:00:51 [2020-12-15T03:00:51.389Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
03:00:51 [2020-12-15T03:00:51.955Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
03:00:52 [2020-12-15T03:00:52.523Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
03:00:53 [2020-12-15T03:00:53.091Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
03:00:53 [2020-12-15T03:00:53.091Z] === RUN   TestDockerSuite/TestRunPublishPort
03:00:53 [2020-12-15T03:00:53.662Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
03:00:54 [2020-12-15T03:00:54.231Z] === RUN   TestDockerSuite/TestRunReadProcLatency
03:00:54 [2020-12-15T03:00:54.231Z] === RUN   TestDockerSuite/TestRunReadProcTimer
03:00:54 [2020-12-15T03:00:54.489Z] === RUN   TestDockerSuite/TestRunRedirectStdout
03:00:55 [2020-12-15T03:00:55.427Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
03:00:55 [2020-12-15T03:00:55.573Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
03:00:55 [2020-12-15T03:00:55.996Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
03:00:55 [2020-12-15T03:00:55.996Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
03:00:58 [2020-12-15T03:00:58.530Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
03:00:59 [2020-12-15T03:00:59.469Z] === RUN   TestDockerSuite/TestRunRm
03:00:59 [2020-12-15T03:00:59.727Z] === RUN   TestDockerSuite/TestRunRmAndWait
03:01:01 [2020-12-15T03:01:01.103Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
03:01:03 [2020-12-15T03:01:03.655Z] === RUN   TestDockerSuite/TestRunRmPre125Api
03:01:03 [2020-12-15T03:01:03.655Z] === RUN   TestDockerSuite/TestRunRootWorkdir
03:01:04 [2020-12-15T03:01:04.223Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
03:01:05 [2020-12-15T03:01:05.601Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
03:01:05 [2020-12-15T03:01:05.908Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
03:01:06 [2020-12-15T03:01:06.170Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
03:01:08 [2020-12-15T03:01:08.748Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
03:01:11 [2020-12-15T03:01:11.284Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
03:01:11 [2020-12-15T03:01:11.543Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
03:01:12 [2020-12-15T03:01:12.110Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
03:01:12 [2020-12-15T03:01:12.368Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
03:01:12 [2020-12-15T03:01:12.937Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
03:01:13 [2020-12-15T03:01:13.505Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
03:01:14 [2020-12-15T03:01:14.073Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
03:01:14 [2020-12-15T03:01:14.073Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
03:01:14 [2020-12-15T03:01:14.484Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
03:01:14 [2020-12-15T03:01:14.484Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
03:01:14 [2020-12-15T03:01:14.642Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
03:01:15 [2020-12-15T03:01:15.211Z] === RUN   TestDockerSuite/TestRunSetMacAddress
03:01:15 [2020-12-15T03:01:15.779Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
03:01:16 [2020-12-15T03:01:16.716Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
03:01:18 [2020-12-15T03:01:18.620Z] === RUN   TestDockerSuite/TestRunState
03:01:19 [2020-12-15T03:01:19.188Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
03:01:19 [2020-12-15T03:01:19.188Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
03:01:19 [2020-12-15T03:01:19.188Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
03:01:19 [2020-12-15T03:01:19.557Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
03:01:20 [2020-12-15T03:01:20.140Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
03:01:20 [2020-12-15T03:01:20.399Z] === RUN   TestDockerSuite/TestRunStdinPipe
03:01:20 [2020-12-15T03:01:20.968Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
03:01:20 [2020-12-15T03:01:20.968Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
03:01:20 [2020-12-15T03:01:20.968Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
03:01:21 [2020-12-15T03:01:21.536Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
03:01:22 [2020-12-15T03:01:22.105Z] === RUN   TestDockerSuite/TestRunSysctls
03:01:23 [2020-12-15T03:01:23.483Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
03:01:23 [2020-12-15T03:01:23.483Z] === RUN   TestDockerSuite/TestRunTLSVerify
03:01:23 [2020-12-15T03:01:23.483Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
03:01:23 [2020-12-15T03:01:23.483Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
03:01:23 [2020-12-15T03:01:23.891Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
03:01:23 [2020-12-15T03:01:23.891Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
03:01:24 [2020-12-15T03:01:24.050Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
03:01:24 [2020-12-15T03:01:24.353Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
03:01:24 [2020-12-15T03:01:24.353Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
03:01:24 [2020-12-15T03:01:24.353Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
03:01:25 [2020-12-15T03:01:25.954Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
03:01:26 [2020-12-15T03:01:26.521Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
03:01:27 [2020-12-15T03:01:27.898Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
03:01:28 [2020-12-15T03:01:28.466Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
03:01:31 [2020-12-15T03:01:31.001Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
03:01:31 [2020-12-15T03:01:31.260Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
03:01:33 [2020-12-15T03:01:33.793Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
03:01:34 [2020-12-15T03:01:34.361Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
03:01:34 [2020-12-15T03:01:34.929Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
03:01:35 [2020-12-15T03:01:35.496Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
03:01:36 [2020-12-15T03:01:36.873Z] === RUN   TestDockerSuite/TestRunUnshareProc
03:01:37 [2020-12-15T03:01:37.876Z] === RUN   TestDockerSuite/TestRunUserByID
03:01:38 [2020-12-15T03:01:38.443Z] === RUN   TestDockerSuite/TestRunUserByIDBig
03:01:38 [2020-12-15T03:01:38.443Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
03:01:38 [2020-12-15T03:01:38.701Z] === RUN   TestDockerSuite/TestRunUserByIDZero
03:01:38 [2020-12-15T03:01:38.960Z] === RUN   TestDockerSuite/TestRunUserByName
03:01:39 [2020-12-15T03:01:39.528Z] === RUN   TestDockerSuite/TestRunUserDefaults
03:01:40 [2020-12-15T03:01:40.096Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
03:01:40 [2020-12-15T03:01:40.096Z] === RUN   TestDockerSuite/TestRunUserNotFound
03:01:40 [2020-12-15T03:01:40.096Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
03:01:40 [2020-12-15T03:01:40.663Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
03:01:43 [2020-12-15T03:01:43.194Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
03:01:43 [2020-12-15T03:01:43.761Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
03:01:44 [2020-12-15T03:01:44.020Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
03:01:44 [2020-12-15T03:01:44.956Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
03:01:46 [2020-12-15T03:01:46.862Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
03:01:47 [2020-12-15T03:01:47.430Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
03:01:48 [2020-12-15T03:01:48.807Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
03:01:50 [2020-12-15T03:01:50.710Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
03:01:50 [2020-12-15T03:01:50.968Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
03:01:50 [2020-12-15T03:01:50.968Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
03:01:50 [2020-12-15T03:01:50.968Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
03:01:50 [2020-12-15T03:01:50.968Z] === RUN   TestDockerSuite/TestRunWithBadDevice
03:01:51 [2020-12-15T03:01:51.227Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
03:01:51 [2020-12-15T03:01:51.227Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
03:01:51 [2020-12-15T03:01:51.486Z] === RUN   TestDockerSuite/TestRunWithCPUShares
03:01:52 [2020-12-15T03:01:52.053Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
03:01:52 [2020-12-15T03:01:52.990Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
03:01:53 [2020-12-15T03:01:53.575Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
03:01:53 [2020-12-15T03:01:53.834Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
03:01:54 [2020-12-15T03:01:54.092Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
03:01:54 [2020-12-15T03:01:54.346Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
03:01:54 [2020-12-15T03:01:54.350Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
03:01:54 [2020-12-15T03:01:54.350Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
03:01:54 [2020-12-15T03:01:54.350Z] === RUN   TestDockerSuite/TestRunWithInvalidKernelMemory
03:01:54 [2020-12-15T03:01:54.609Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
03:01:54 [2020-12-15T03:01:54.609Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
03:01:54 [2020-12-15T03:01:54.609Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
03:01:54 [2020-12-15T03:01:54.609Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
03:01:54 [2020-12-15T03:01:54.609Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
03:01:54 [2020-12-15T03:01:54.609Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
03:01:54 [2020-12-15T03:01:54.609Z] === RUN   TestDockerSuite/TestRunWithKernelMemory
03:01:54 [2020-12-15T03:01:54.869Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
03:01:55 [2020-12-15T03:01:55.436Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
03:01:56 [2020-12-15T03:01:56.003Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
03:01:56 [2020-12-15T03:01:56.003Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
03:01:56 [2020-12-15T03:01:56.532Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
03:01:56 [2020-12-15T03:01:56.569Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
03:01:56 [2020-12-15T03:01:56.828Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
03:01:56 [2020-12-15T03:01:56.828Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
03:01:56 [2020-12-15T03:01:56.993Z] === RUN   TestDockerSuite/TestBuildCacheAdd
03:01:56 [2020-12-15T03:01:56.993Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
03:01:57 [2020-12-15T03:01:57.394Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
03:01:57 [2020-12-15T03:01:57.394Z] === RUN   TestDockerSuite/TestRunWithShmSize
03:01:57 [2020-12-15T03:01:57.961Z] === RUN   TestDockerSuite/TestRunWithSwappiness
03:01:58 [2020-12-15T03:01:58.529Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
03:01:58 [2020-12-15T03:01:58.530Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
03:01:58 [2020-12-15T03:01:58.530Z] === RUN   TestDockerSuite/TestRunWithUlimits
03:01:58 [2020-12-15T03:01:58.550Z] === RUN   TestDockerSuite/TestBuildCacheFrom
03:01:58 [2020-12-15T03:01:58.550Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
03:01:59 [2020-12-15T03:01:59.467Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
03:02:00 [2020-12-15T03:02:00.403Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
03:02:00 [2020-12-15T03:02:00.974Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
03:02:00 [2020-12-15T03:02:00.974Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
03:02:01 [2020-12-15T03:02:01.232Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
03:02:01 [2020-12-15T03:02:01.232Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
03:02:02 [2020-12-15T03:02:02.170Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
03:02:02 [2020-12-15T03:02:02.736Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
03:02:03 [2020-12-15T03:02:03.255Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
03:02:04 [2020-12-15T03:02:04.114Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
03:02:04 [2020-12-15T03:02:04.227Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
03:02:04 [2020-12-15T03:02:04.227Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
03:02:04 [2020-12-15T03:02:04.227Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
03:02:04 [2020-12-15T03:02:04.681Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
03:02:04 [2020-12-15T03:02:04.681Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
03:02:04 [2020-12-15T03:02:04.681Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
03:02:05 [2020-12-15T03:02:05.199Z] === RUN   TestDockerSuite/TestBuildClearCmd
03:02:05 [2020-12-15T03:02:05.618Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
03:02:06 [2020-12-15T03:02:06.172Z] === RUN   TestDockerSuite/TestBuildCmd
03:02:06 [2020-12-15T03:02:06.185Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
03:02:06 [2020-12-15T03:02:06.632Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
03:02:07 [2020-12-15T03:02:07.093Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
03:02:07 [2020-12-15T03:02:07.121Z] === RUN   TestDockerSuite/TestSaveCheckTimes
03:02:07 [2020-12-15T03:02:07.121Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
03:02:07 [2020-12-15T03:02:07.554Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
03:02:08 [2020-12-15T03:02:08.510Z] === RUN   TestDockerSuite/TestSaveImageId
03:02:08 [2020-12-15T03:02:08.510Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
03:02:08 [2020-12-15T03:02:08.775Z] === RUN   TestDockerSuite/TestSaveLoadParents
03:02:10 [2020-12-15T03:02:10.682Z] === RUN   TestDockerSuite/TestSaveMultipleNames
03:02:10 [2020-12-15T03:02:10.682Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
03:02:10 [2020-12-15T03:02:10.682Z] === RUN   TestDockerSwarmSuite/TestServiceScale
03:02:12 [2020-12-15T03:02:12.062Z] === RUN   TestDockerSuite/TestSaveSingleTag
03:02:12 [2020-12-15T03:02:12.062Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
03:02:12 [2020-12-15T03:02:12.062Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
03:02:13 [2020-12-15T03:02:13.000Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
03:02:13 [2020-12-15T03:02:13.367Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
03:02:13 [2020-12-15T03:02:13.567Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
03:02:14 [2020-12-15T03:02:14.340Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
03:02:14 [2020-12-15T03:02:14.340Z] === RUN   TestDockerSuite/TestBuildConditionalCache
03:02:14 [2020-12-15T03:02:14.943Z] === RUN   TestDockerSuite/TestSearchCmdOptions
03:02:15 [2020-12-15T03:02:15.311Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
03:02:15 [2020-12-15T03:02:15.311Z] === RUN   TestDockerSuite/TestBuildContextCleanup
03:02:15 [2020-12-15T03:02:15.510Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
03:02:15 [2020-12-15T03:02:15.510Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
03:02:15 [2020-12-15T03:02:15.510Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
03:02:15 [2020-12-15T03:02:15.510Z] === RUN   TestDockerSuite/TestSearchWithLimit
03:02:15 [2020-12-15T03:02:15.772Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
03:02:16 [2020-12-15T03:02:16.077Z] === RUN   TestDockerSuite/TestSlowStdinClosing
03:02:17 [2020-12-15T03:02:17.955Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
03:02:17 [2020-12-15T03:02:17.979Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
03:02:18 [2020-12-15T03:02:18.926Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
03:02:19 [2020-12-15T03:02:19.387Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
03:02:19 [2020-12-15T03:02:19.387Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
03:02:19 [2020-12-15T03:02:19.848Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
03:02:20 [2020-12-15T03:02:20.308Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
03:02:20 [2020-12-15T03:02:20.308Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
03:02:20 [2020-12-15T03:02:20.308Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
03:02:23 [2020-12-15T03:02:23.245Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
03:02:24 [2020-12-15T03:02:24.624Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
03:02:25 [2020-12-15T03:02:25.191Z] === RUN   TestDockerSuite/TestStartAttachSilent
03:02:26 [2020-12-15T03:02:26.116Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
03:02:26 [2020-12-15T03:02:26.126Z] === RUN   TestDockerSuite/TestStartAttachWithRename
03:02:28 [2020-12-15T03:02:28.681Z] === RUN   TestDockerSuite/TestStartMultipleContainers
03:02:31 [2020-12-15T03:02:31.213Z] === RUN   TestDockerSuite/TestStartPausedContainer
03:02:31 [2020-12-15T03:02:31.472Z] === RUN   TestDockerSuite/TestStartRecordError
03:02:32 [2020-12-15T03:02:32.851Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
03:02:32 [2020-12-15T03:02:32.851Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
03:02:35 [2020-12-15T03:02:35.385Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
03:02:35 [2020-12-15T03:02:35.385Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
03:02:36 [2020-12-15T03:02:36.320Z] === RUN   TestDockerSuite/TestStatsAllNoStream
03:02:37 [2020-12-15T03:02:37.699Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
03:02:39 [2020-12-15T03:02:39.075Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
03:02:44 [2020-12-15T03:02:44.348Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
03:02:46 [2020-12-15T03:02:46.877Z] === RUN   TestDockerSuite/TestStatsFormatAll
03:02:51 [2020-12-15T03:02:51.096Z] === RUN   TestDockerSuite/TestStatsNoStream
03:02:53 [2020-12-15T03:02:53.628Z] === RUN   TestDockerSuite/TestStopContainerSignal
03:02:55 [2020-12-15T03:02:55.529Z] === RUN   TestDockerSuite/TestTopMultipleArgs
03:02:55 [2020-12-15T03:02:55.530Z] === RUN   TestDockerSuite/TestTopNonPrivileged
03:02:56 [2020-12-15T03:02:56.098Z] === RUN   TestDockerSuite/TestTopPrivileged
03:02:57 [2020-12-15T03:02:57.034Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
03:02:57 [2020-12-15T03:02:57.034Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
03:02:57 [2020-12-15T03:02:57.294Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
03:02:57 [2020-12-15T03:02:57.553Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
03:03:00 [2020-12-15T03:03:00.841Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
03:03:01 [2020-12-15T03:03:01.842Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
03:03:01 [2020-12-15T03:03:01.842Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
03:03:02 [2020-12-15T03:03:02.304Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
03:03:03 [2020-12-15T03:03:03.429Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
03:03:03 [2020-12-15T03:03:03.996Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
03:03:04 [2020-12-15T03:03:04.254Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
03:03:04 [2020-12-15T03:03:04.254Z] === RUN   TestDockerSuite/TestUpdateKernelMemory
03:03:04 [2020-12-15T03:03:04.822Z] === RUN   TestDockerSuite/TestUpdateKernelMemoryUninitialized
03:03:05 [2020-12-15T03:03:05.757Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
03:03:06 [2020-12-15T03:03:06.324Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
03:03:06 [2020-12-15T03:03:06.324Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
03:03:07 [2020-12-15T03:03:07.702Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
03:03:08 [2020-12-15T03:03:08.114Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
03:03:08 [2020-12-15T03:03:08.115Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
03:03:08 [2020-12-15T03:03:08.115Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
03:03:08 [2020-12-15T03:03:08.115Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
03:03:08 [2020-12-15T03:03:08.270Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
03:03:08 [2020-12-15T03:03:08.529Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
03:03:08 [2020-12-15T03:03:08.578Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
03:03:08 [2020-12-15T03:03:08.578Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
03:03:09 [2020-12-15T03:03:09.098Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
03:03:10 [2020-12-15T03:03:10.477Z] === RUN   TestDockerSuite/TestUpdateStats
03:03:14 [2020-12-15T03:03:14.665Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
03:03:14 [2020-12-15T03:03:14.924Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
03:03:14 [2020-12-15T03:03:14.924Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
03:03:15 [2020-12-15T03:03:15.858Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
03:03:16 [2020-12-15T03:03:16.117Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
03:03:18 [2020-12-15T03:03:18.651Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
03:03:21 [2020-12-15T03:03:21.184Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
03:03:23 [2020-12-15T03:03:23.106Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
03:03:23 [2020-12-15T03:03:23.672Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
03:03:25 [2020-12-15T03:03:25.050Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
03:03:28 [2020-12-15T03:03:28.335Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
03:03:30 [2020-12-15T03:03:30.866Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
03:03:32 [2020-12-15T03:03:32.242Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
03:03:33 [2020-12-15T03:03:33.619Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
03:03:33 [2020-12-15T03:03:33.745Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
03:03:33 [2020-12-15T03:03:33.745Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
03:03:33 [2020-12-15T03:03:33.745Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
03:03:34 [2020-12-15T03:03:34.556Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
03:03:35 [2020-12-15T03:03:35.491Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
03:03:36 [2020-12-15T03:03:36.868Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
03:03:38 [2020-12-15T03:03:38.275Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
03:03:39 [2020-12-15T03:03:39.651Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
03:03:41 [2020-12-15T03:03:41.030Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
03:03:42 [2020-12-15T03:03:42.406Z] === RUN   TestDockerSuite/TestVolumeCLICreate
03:03:43 [2020-12-15T03:03:43.341Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
03:03:51 [2020-12-15T03:03:51.452Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
03:03:54 [2020-12-15T03:03:54.868Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
03:03:55 [2020-12-15T03:03:55.838Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
03:03:56 [2020-12-15T03:03:56.809Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
03:03:58 [2020-12-15T03:03:58.018Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
03:03:58 [2020-12-15T03:03:58.018Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
03:03:58 [2020-12-15T03:03:58.018Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
03:03:58 [2020-12-15T03:03:58.018Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
03:03:58 [2020-12-15T03:03:58.018Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
03:03:58 [2020-12-15T03:03:58.278Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
03:03:58 [2020-12-15T03:03:58.278Z] === RUN   TestDockerSuite/TestVolumeCLILs
03:03:58 [2020-12-15T03:03:58.846Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
03:03:58 [2020-12-15T03:03:58.846Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
03:03:59 [2020-12-15T03:03:59.413Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
03:03:59 [2020-12-15T03:03:59.413Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
03:03:59 [2020-12-15T03:03:59.413Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
03:03:59 [2020-12-15T03:03:59.413Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
03:03:59 [2020-12-15T03:03:59.413Z] === RUN   TestDockerSuite/TestVolumeCLIRm
03:03:59 [2020-12-15T03:03:59.723Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
03:04:01 [2020-12-15T03:04:01.319Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
03:04:01 [2020-12-15T03:04:01.319Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
03:04:01 [2020-12-15T03:04:01.319Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
03:04:01 [2020-12-15T03:04:01.319Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
03:04:01 [2020-12-15T03:04:01.319Z] === RUN   TestDockerSuite/TestVolumeEvents
03:04:01 [2020-12-15T03:04:01.907Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
03:04:04 [2020-12-15T03:04:04.822Z] === RUN   TestDockerSuite/TestBuildDockerignore
03:04:06 [2020-12-15T03:04:06.587Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
03:04:07 [2020-12-15T03:04:07.965Z] === RUN   TestDockerSuite/TestVolumeLsFormat
03:04:08 [2020-12-15T03:04:08.225Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
03:04:08 [2020-12-15T03:04:08.225Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
03:04:10 [2020-12-15T03:04:10.131Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
03:04:12 [2020-12-15T03:04:12.666Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
03:04:12 [2020-12-15T03:04:12.666Z] --- PASS: TestDockerSuite (1390.06s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.09s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (4.61s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.15s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.71s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.74s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.19s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.58s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.39s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.15s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.15s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.18s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.88s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (5.18s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.12s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.77s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.83s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.89s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.92s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.89s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (1.97s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.82s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAttachDetach (0.71s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (0.54s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.59s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (0.92s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.64s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.26s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.51s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.13s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (0.97s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.03s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.87s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (17.71s)
03:04:12 [2020-12-15T03:04:12.666Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.75s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.31s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.13s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.36s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.60s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.03s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.58s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.13s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.88s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.71s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.50s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.93s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.12s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.37s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.38s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddScript (2.78s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.91s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.79s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.34s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddTar (9.10s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.29s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.09s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.76s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (6.09s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.49s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.28s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.31s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.41s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.38s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (2.79s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.75s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.72s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.86s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (11.23s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.12s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.28s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.31s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.70s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.00s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.57s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.19s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.85s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (1.29s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.27s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (7.01s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.10s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.65s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.69s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.02s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.93s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.02s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.58s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.40s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.29s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.33s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.63s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.01s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.45s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.02s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.80s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.66s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.42s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (12.91s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.21s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.19s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.09s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.35s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.92s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (5.10s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (3.15s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.44s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.42s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (6.86s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (1.01s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.65s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.09s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.79s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.25s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.45s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.38s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (10.47s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.49s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.21s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.52s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.23s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.85s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.92s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.54s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.78s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.38s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (4.68s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.43s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.51s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.89s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.38s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.58s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.48s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.84s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.51s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.46s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.26s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (7.07s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (19.98s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.01s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (9.18s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.85s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.65s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.28s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.36s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.69s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.23s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.41s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.33s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.23s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFails (0.59s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.45s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.50s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.35s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.60s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.25s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.25s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.56s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.22s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.65s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.64s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.77s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildHistory (4.21s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.46s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.55s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.51s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.43s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.84s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.46s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.36s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.42s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.26s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.49s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.29s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.17s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLastModified (4.41s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.02s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.21s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.08s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.13s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.96s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.60s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.54s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.38s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.88s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.07s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.21s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.86s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.55s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.66s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.35s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (1.73s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.64s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.11s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.05s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.79s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.45s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.03s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.39s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.30s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.67s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (1.68s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.54s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.29s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.11s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.55s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.19s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.12s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.38s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.54s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.89s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.53s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.01s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.42s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.78s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.43s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildRm (1.99s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.98s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.47s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.41s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.03s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.97s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (0.86s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (2.66s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.08s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.22s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.28s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.59s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.61s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.79s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (0.83s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.87s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.64s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (0.94s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.31s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildUser (1.65s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.91s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (14.10s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (0.89s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.43s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.97s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.71s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.05s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.54s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.08s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (0.77s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.56s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (0.93s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.10s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.18s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.29s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.95s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.34s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.48s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
03:04:12 [2020-12-15T03:04:12.667Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.71s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestBuildXZHost (2.15s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.07s)
03:04:12 [2020-12-15T03:04:12.667Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
03:04:12 [2020-12-15T03:04:12.668Z]         docker_cli_sni_test.go:18: Flakey test
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.95s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.09s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitChange (1.36s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (0.86s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.79s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.58s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (0.94s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.37s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.72s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.22s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.77s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.13s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.41s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.55s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.67s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.84s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.70s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.69s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.05s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.87s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.08s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.07s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.84s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.99s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.07s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.41s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.83s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.66s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.74s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (1.05s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.54s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.96s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.88s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.57s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.53s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.10s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (0.87s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.26s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (0.51s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.49s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.58s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (0.87s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.98s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.71s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.92s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.09s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.33s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.37s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (1.33s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.34s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc000963840_<nil>} (1.33s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1098686158_/foo_false__<nil>_<nil>_<nil>} (0.44s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1098686158_/foo_true__<nil>_<nil>_<nil>} (1.31s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3019914197_/foo_false__<nil>_<nil>_<nil>} (0.44s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3019914197_/foo_true__<nil>_<nil>_<nil>} (1.38s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3019914197_/foo_true__0xc0009638c0_<nil>_<nil>} (1.37s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0009638e0_<nil>} (1.40s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc000963900_<nil>} (1.42s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc000963920_<nil>} (1.40s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc000963940_<nil>} (1.44s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.31s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.43s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.05s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.02s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.04s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.59s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.73s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.28s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.23s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.63s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.80s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.70s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.83s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.62s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.92s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (1.38s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (1.45s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (1.17s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.79s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.84s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.66s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.71s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.33s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.89s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.65s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (0.70s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.99s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (0.91s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.87s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.83s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.15s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.54s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.00s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseD (3.81s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseE (2.41s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.59s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseG (3.68s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseH (2.09s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.55s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (3.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.66s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToDot (0.77s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.99s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.05s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToStdout (0.96s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.20s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.56s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCpVolumePath (0.98s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.06s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.37s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.09s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.54s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.38s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.10s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.12s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateRM (0.16s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.10s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.19s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.65s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.14s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.47s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.90s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.80s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.09s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.58s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.61s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.53s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerFails (0.04s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.06s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.53s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.42s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.95s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.69s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.44s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.84s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.58s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.96s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.47s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.53s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.07s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (2.12s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.25s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsCopy (0.82s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (0.98s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.44s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.37s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (0.92s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.14s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.13s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.29s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFilters (0.96s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.29s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsImageImport (0.74s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.30s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.668Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
03:04:12 [2020-12-15T03:04:12.668Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.75s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsRename (0.52s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsResize (0.77s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.42s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.60s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsStreaming (0.46s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.71s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsTop (0.54s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (0.98s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExec (0.54s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.49s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.49s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.33s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.83s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.62s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.61s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.61s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.75s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.80s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.13s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecCgroup (1.03s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecEnv (0.62s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.19s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecExitStatus (0.72s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.69s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.55s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.51s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.54s)
03:04:12 [2020-12-15T03:04:12.668Z]     --- PASS: TestDockerSuite/TestExecParseError (0.51s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.55s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.03s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecSetEnv (0.56s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecStartFails (0.89s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (10.78s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.64s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecTTY (0.73s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.60s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.51s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecUlimits (0.54s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
03:04:12 [2020-12-15T03:04:12.669Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.32s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.53s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (0.75s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.56s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestExecWithUser (0.62s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.69s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.50s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.52s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.52s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.51s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.06s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestHealth (19.11s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.60s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.54s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.22s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.33s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.65s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.67s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.59s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.57s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.63s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.11s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.13s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImportFile (1.37s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.76s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.69s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.34s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.86s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.62s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.71s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.03s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.79s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.62s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.83s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.51s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.57s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.84s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.28s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.47s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
03:04:12 [2020-12-15T03:04:12.669Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.67s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.50s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectDefault (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectHistory (0.56s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectImage (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.03s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
03:04:12 [2020-12-15T03:04:12.669Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectInt64 (0.47s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (0.72s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.49s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.50s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.82s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.52s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.58s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.99s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.55s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.53s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.57s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.66s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.59s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.59s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.37s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.30s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksEnvs (0.89s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.23s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.08s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.46s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.41s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.28s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.53s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.63s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.47s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.08s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.63s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.69s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.46s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.53s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.69s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.64s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.97s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.14s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.05s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.89s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.44s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.68s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsSince (6.56s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.46s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsTail (0.55s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (0.51s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.24s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestMountIntoSys (0.46s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestNetHostname (1.34s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.23s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestNetworkEvents (5.68s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.62s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.61s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPluginActive (2.19s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
03:04:12 [2020-12-15T03:04:12.669Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.42s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.03s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.23s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.92s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.18s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.35s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPortHostBinding (1.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPortList (8.05s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.90s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.06s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.51s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.52s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.49s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.07s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (2.77s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.17s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.42s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsByOrder (1.90s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.67s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (2.31s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.76s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.57s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.76s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.98s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.60s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.95s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.92s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.57s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.61s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (0.94s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.54s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsRightTagName (1.45s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPsShowMounts (1.65s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.65s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
03:04:12 [2020-12-15T03:04:12.669Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.16s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.10s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.66s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.23s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.47s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.57s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (5.84s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.83s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.69s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.91s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.13s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.05s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.70s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.13s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (0.70s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.28s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.94s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiTag (0.19s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.60s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.77s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.60s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.29s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.92s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAddHost (0.58s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.21s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.47s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.48s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.44s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.61s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.57s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.90s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.04s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.76s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.93s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.95s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.69s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.76s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.72s)
03:04:12 [2020-12-15T03:04:12.669Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.83s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.57s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunBindMounts (1.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.71s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.59s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.55s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.53s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.79s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.51s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.01s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.88s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.65s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.53s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.56s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.75s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.24s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.13s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.98s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.78s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.93s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.38s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.05s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.09s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.81s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.60s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.88s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.17s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.54s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.15s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.81s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.57s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.09s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.58s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.67s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.31s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (0.52s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.60s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.72s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.65s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.06s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.57s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.67s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.50s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.51s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.56s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.76s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.63s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.65s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.62s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.07s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.35s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.51s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.50s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.89s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.88s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.94s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.80s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.98s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.93s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.56s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.38s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModeHostname (0.73s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (0.97s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.80s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.63s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModePIDHost (1.08s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.39s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunMount (4.88s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (0.94s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.33s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.10s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (1.39s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.53s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.25s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.09s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.66s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.01s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.51s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.58s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.26s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.77s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.65s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.52s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.40s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.63s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.13s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.70s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.73s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.70s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.72s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.36s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.74s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n"
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.74s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.62s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.63s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.51s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.34s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.41s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.96s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunRm (0.50s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.51s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.36s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.30s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.71s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.44s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.44s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.65s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.50s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.64s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.70s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.72s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunState (1.06s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.71s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.55s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.71s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.34s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.51s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.92s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.24s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.33s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.79s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.57s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (1.06s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.44s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.13s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.69s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.57s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.87s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.89s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.91s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.38s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.59s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.93s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.49s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.62s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.22s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.52s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.06s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.53s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.52s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.79s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.16s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.45s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
03:04:12 [2020-12-15T03:04:12.670Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.33s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (0.95s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.48s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.47s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
03:04:12 [2020-12-15T03:04:12.670Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.78s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.75s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.85s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.19s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.43s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (1.55s)
03:04:12 [2020-12-15T03:04:12.671Z]         docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents335997766
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.06s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.43s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.10s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.42s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.51s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.43s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.46s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (1.94s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.89s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.78s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (0.87s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (2.55s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.04s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.62s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.52s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.00s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.34s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (2.76s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.56s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.54s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.52s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.48s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.49s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.52s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.63s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
03:04:12 [2020-12-15T03:04:12.671Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.49s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.16s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.90s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.50s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.45s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
03:04:12 [2020-12-15T03:04:12.671Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.56s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.56s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
03:04:12 [2020-12-15T03:04:12.671Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.13s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.77s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.66s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.45s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.58s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.92s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
03:04:12 [2020-12-15T03:04:12.671Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.69s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.59s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.53s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.30s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.18s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.74s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (3.07s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.71s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.41s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.93s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.96s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.39s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.42s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.41s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.40s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.40s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.48s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.49s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (1.51s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.41s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.38s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.79s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.43s)
03:04:12 [2020-12-15T03:04:12.671Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
03:04:12 [2020-12-15T03:04:12.671Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
03:04:12 [2020-12-15T03:04:12.671Z] === RUN   TestDockerRegistrySuite
03:04:12 [2020-12-15T03:04:12.671Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
03:04:13 [2020-12-15T03:04:13.606Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
03:04:14 [2020-12-15T03:04:14.541Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
03:04:15 [2020-12-15T03:04:15.918Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
03:04:16 [2020-12-15T03:04:16.176Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
03:04:19 [2020-12-15T03:04:19.472Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
03:04:22 [2020-12-15T03:04:22.759Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
03:04:25 [2020-12-15T03:04:25.293Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
03:04:26 [2020-12-15T03:04:26.668Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
03:04:27 [2020-12-15T03:04:27.234Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
03:04:28 [2020-12-15T03:04:28.171Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
03:04:29 [2020-12-15T03:04:29.549Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
03:04:30 [2020-12-15T03:04:30.484Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
03:04:31 [2020-12-15T03:04:31.420Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
03:04:32 [2020-12-15T03:04:32.356Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
03:04:34 [2020-12-15T03:04:34.260Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
03:04:36 [2020-12-15T03:04:36.798Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
03:04:37 [2020-12-15T03:04:37.366Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
03:04:39 [2020-12-15T03:04:39.900Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
03:04:40 [2020-12-15T03:04:40.469Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
03:04:40 [2020-12-15T03:04:40.728Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
03:04:42 [2020-12-15T03:04:42.107Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
03:04:43 [2020-12-15T03:04:43.047Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
03:04:43 [2020-12-15T03:04:43.984Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
03:04:46 [2020-12-15T03:04:46.519Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
03:04:46 [2020-12-15T03:04:46.778Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
03:04:47 [2020-12-15T03:04:47.713Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
03:04:47 [2020-12-15T03:04:47.972Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
03:04:48 [2020-12-15T03:04:48.230Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
03:04:48 [2020-12-15T03:04:48.489Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
03:04:48 [2020-12-15T03:04:48.748Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
03:04:49 [2020-12-15T03:04:49.006Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
03:04:49 [2020-12-15T03:04:49.264Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
03:04:50 [2020-12-15T03:04:50.200Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
03:04:51 [2020-12-15T03:04:51.581Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
03:04:52 [2020-12-15T03:04:52.517Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
03:04:53 [2020-12-15T03:04:53.894Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
03:04:54 [2020-12-15T03:04:54.461Z] === RUN   TestDockerRegistrySuite/TestV2Only
03:04:55 [2020-12-15T03:04:55.398Z] --- PASS: TestDockerRegistrySuite (42.88s)
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.15s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d0667a42c419e] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.05s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d862e56da2ba1] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.33s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [de33b09f0b175] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d0462be8bd787] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.80s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [df8e6af4549d0] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (3.63s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d4e56657a56ff] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.81s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d4890032088ed] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d1cc33ac6a654] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d2e9664691519] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.02s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d056ab095d296] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.10s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d122dc99b41b3] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d92a8d6cdbfe8] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.96s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d5bc7bf811c78] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.00s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [ded0d337c4dc8] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.91s)
03:04:55 [2020-12-15T03:04:55.398Z]         docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:299befbe8f363e6de74a1623e44376982efad850d3b92f3888a97c1ede0e1af2
03:04:55 [2020-12-15T03:04:55.398Z]         docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:48d78d6ebe96135148fd7161643be50560533869f7c6f26b3092c22b7578ff8c
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [de16afc2fcb6f] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.00s)
03:04:55 [2020-12-15T03:04:55.398Z]         docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:bba6fc28d434994670fc781fc088f96acb6aa3ffec3c79d5d85d733f30caf3f1
03:04:55 [2020-12-15T03:04:55.398Z]         docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f21d0e8535dca9b232b06584e87b999c86696fc1460eb877bd7ca5f9fe906b48
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d0a804203ca34] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.01s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d433e1189db8c] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.14s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [da527ef79a837] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.12s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d0b8927bd1feb] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d1da3eb1abb3e] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.24s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [dd07ea08d0db8] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.92s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d4e437361b047] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.88s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [debe11a5020d5] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.45s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d04eea2190e28] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.45s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d86d469cb948f] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.02s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d15b70e337457] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.39s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d9ce10dba5a2b] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d11634bf21a7a] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [dd52a2dfb33a6] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.26s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d20607b67ebc2] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d9f53aba44a9c] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d34d20aa6ed0f] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.03s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d06e577fd3fe7] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.42s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [d6f06f035825c] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.89s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [dfec340cb050c] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.08s)
03:04:55 [2020-12-15T03:04:55.398Z]         check_test.go:196: [ddf7ba31c7043] daemon is not started
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s)
03:04:55 [2020-12-15T03:04:55.398Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s)
03:04:55 [2020-12-15T03:04:55.398Z] === RUN   TestDockerSchema1RegistrySuite
03:04:55 [2020-12-15T03:04:55.398Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
03:04:55 [2020-12-15T03:04:55.545Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
03:04:55 [2020-12-15T03:04:55.657Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
03:04:58 [2020-12-15T03:04:58.949Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
03:05:01 [2020-12-15T03:05:01.361Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
03:05:01 [2020-12-15T03:05:01.361Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
03:05:04 [2020-12-15T03:05:04.218Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
03:05:07 [2020-12-15T03:05:07.506Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
03:05:08 [2020-12-15T03:05:08.074Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
03:05:09 [2020-12-15T03:05:09.010Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
03:05:09 [2020-12-15T03:05:09.269Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
03:05:10 [2020-12-15T03:05:10.231Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
03:05:11 [2020-12-15T03:05:11.168Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
03:05:12 [2020-12-15T03:05:12.105Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
03:05:14 [2020-12-15T03:05:14.642Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
03:05:15 [2020-12-15T03:05:15.210Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
03:05:15 [2020-12-15T03:05:15.779Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
03:05:15 [2020-12-15T03:05:15.779Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
03:05:16 [2020-12-15T03:05:16.037Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
03:05:16 [2020-12-15T03:05:16.296Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
03:05:16 [2020-12-15T03:05:16.864Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
03:05:16 [2020-12-15T03:05:16.864Z] --- PASS: TestDockerSchema1RegistrySuite (21.52s)
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.25s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [db889f92a3c2a] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.87s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [db32c9fe8c1e1] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.74s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [d7ce0e537cc86] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.89s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [d944f193e51f9] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.02s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [deffff470d291] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.01s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [da270d8c3c9b8] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.16s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [dab1114bedb9d] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.08s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [d5c72c8bd38d7] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.93s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [d905e0b8b30f6] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.93s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [dbef92cc52794] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.45s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [de76eacc70ac7] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.51s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [db7a350462951] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.50s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [ddc95b916a910] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [d45c37f092df2] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [db23c8bedeb71] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [d8cc6bb830c18] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [d3744ce4029de] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
03:05:16 [2020-12-15T03:05:16.864Z]         check_test.go:223: [dc04089d4f3bc] daemon is not started
03:05:16 [2020-12-15T03:05:16.864Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
03:05:16 [2020-12-15T03:05:16.864Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
03:05:17 [2020-12-15T03:05:17.802Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
03:05:18 [2020-12-15T03:05:18.060Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
03:05:18 [2020-12-15T03:05:18.319Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
03:05:19 [2020-12-15T03:05:19.697Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
03:05:19 [2020-12-15T03:05:19.697Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
03:05:19 [2020-12-15T03:05:19.956Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
03:05:20 [2020-12-15T03:05:20.523Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
03:05:20 [2020-12-15T03:05:20.781Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.89s)
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.81s)
03:05:20 [2020-12-15T03:05:20.781Z]         check_test.go:252: [d1e7cf63b7f27] daemon is not started
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.50s)
03:05:20 [2020-12-15T03:05:20.781Z]         check_test.go:252: [d7465ddac8db6] daemon is not started
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s)
03:05:20 [2020-12-15T03:05:20.781Z]         check_test.go:252: [d466842dd33a7] daemon is not started
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s)
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s)
03:05:20 [2020-12-15T03:05:20.781Z]         check_test.go:252: [d162cf0b2161a] daemon is not started
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.41s)
03:05:20 [2020-12-15T03:05:20.781Z]         check_test.go:252: [d5b1102e75ea7] daemon is not started
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.53s)
03:05:20 [2020-12-15T03:05:20.781Z]         check_test.go:252: [d83c96bd633c5] daemon is not started
03:05:20 [2020-12-15T03:05:20.781Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s)
03:05:20 [2020-12-15T03:05:20.781Z]         check_test.go:252: [d459eef48bcc5] daemon is not started
03:05:20 [2020-12-15T03:05:20.781Z] === RUN   TestDockerRegistryAuthTokenSuite
03:05:20 [2020-12-15T03:05:20.781Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
03:05:26 [2020-12-15T03:05:26.052Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
03:05:26 [2020-12-15T03:05:26.052Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
03:05:26 [2020-12-15T03:05:26.319Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
03:05:26 [2020-12-15T03:05:26.319Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
03:05:26 [2020-12-15T03:05:26.583Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s)
03:05:26 [2020-12-15T03:05:26.583Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s)
03:05:26 [2020-12-15T03:05:26.583Z]         check_test.go:279: [dcc452485e780] daemon is not started
03:05:26 [2020-12-15T03:05:26.583Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
03:05:26 [2020-12-15T03:05:26.583Z]         check_test.go:279: [dc2931a1651dc] daemon is not started
03:05:26 [2020-12-15T03:05:26.583Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s)
03:05:26 [2020-12-15T03:05:26.583Z]         check_test.go:279: [d6bb568fef5ed] daemon is not started
03:05:26 [2020-12-15T03:05:26.583Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
03:05:26 [2020-12-15T03:05:26.583Z]         check_test.go:279: [d3806753bc345] daemon is not started
03:05:26 [2020-12-15T03:05:26.583Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
03:05:26 [2020-12-15T03:05:26.583Z]         check_test.go:279: [ddd2f1f0617ae] daemon is not started
03:05:26 [2020-12-15T03:05:26.583Z] === RUN   TestDockerNetworkSuite
03:05:26 [2020-12-15T03:05:26.583Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
03:05:28 [2020-12-15T03:05:28.487Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
03:05:29 [2020-12-15T03:05:29.054Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
03:05:32 [2020-12-15T03:05:32.342Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
03:05:33 [2020-12-15T03:05:33.720Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
03:05:36 [2020-12-15T03:05:36.258Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
03:05:37 [2020-12-15T03:05:37.633Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
03:05:44 [2020-12-15T03:05:44.209Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
03:05:45 [2020-12-15T03:05:45.595Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
03:05:46 [2020-12-15T03:05:46.162Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
03:05:46 [2020-12-15T03:05:46.729Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
03:05:47 [2020-12-15T03:05:47.681Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
03:05:48 [2020-12-15T03:05:48.250Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
03:05:49 [2020-12-15T03:05:49.626Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
03:05:50 [2020-12-15T03:05:50.562Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
03:05:50 [2020-12-15T03:05:50.562Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
03:05:50 [2020-12-15T03:05:50.821Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
03:05:51 [2020-12-15T03:05:51.388Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
03:05:51 [2020-12-15T03:05:51.956Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
03:05:52 [2020-12-15T03:05:52.215Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
03:05:52 [2020-12-15T03:05:52.474Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
03:05:52 [2020-12-15T03:05:52.733Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
03:05:54 [2020-12-15T03:05:54.112Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
03:05:55 [2020-12-15T03:05:55.488Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
03:05:55 [2020-12-15T03:05:55.488Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
03:05:56 [2020-12-15T03:05:56.056Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
03:05:56 [2020-12-15T03:05:56.056Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
03:05:57 [2020-12-15T03:05:57.961Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
03:05:58 [2020-12-15T03:05:58.901Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
03:06:01 [2020-12-15T03:06:01.441Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
03:06:05 [2020-12-15T03:06:05.631Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
03:06:08 [2020-12-15T03:06:08.171Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
03:06:08 [2020-12-15T03:06:08.430Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
03:06:08 [2020-12-15T03:06:08.689Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
03:06:09 [2020-12-15T03:06:09.625Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
03:06:09 [2020-12-15T03:06:09.625Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
03:06:09 [2020-12-15T03:06:09.625Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
03:06:09 [2020-12-15T03:06:09.883Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
03:06:10 [2020-12-15T03:06:10.143Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
03:06:10 [2020-12-15T03:06:10.143Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
03:06:13 [2020-12-15T03:06:13.431Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
03:06:13 [2020-12-15T03:06:13.431Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
03:06:13 [2020-12-15T03:06:13.431Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
03:06:13 [2020-12-15T03:06:13.521Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
03:06:13 [2020-12-15T03:06:13.521Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
03:06:13 [2020-12-15T03:06:13.521Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
03:06:13 [2020-12-15T03:06:13.997Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
03:06:14 [2020-12-15T03:06:14.256Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
03:06:18 [2020-12-15T03:06:18.446Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
03:06:20 [2020-12-15T03:06:20.354Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
03:06:21 [2020-12-15T03:06:21.729Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
03:06:21 [2020-12-15T03:06:21.729Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
03:06:23 [2020-12-15T03:06:23.107Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
03:06:25 [2020-12-15T03:06:25.013Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
03:06:25 [2020-12-15T03:06:25.013Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
03:06:25 [2020-12-15T03:06:25.013Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
03:06:25 [2020-12-15T03:06:25.013Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
03:06:25 [2020-12-15T03:06:25.580Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
03:06:25 [2020-12-15T03:06:25.927Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
03:06:26 [2020-12-15T03:06:26.148Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
03:06:27 [2020-12-15T03:06:27.524Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
03:06:32 [2020-12-15T03:06:32.792Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
03:06:33 [2020-12-15T03:06:33.362Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
03:06:34 [2020-12-15T03:06:34.299Z] --- PASS: TestDockerNetworkSuite (67.58s)
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.92s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [d32cc76cf4896] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.72s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [d3f05fd3fce94] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.85s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [d5c471f7dd649] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.55s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [dd5112d0df9fa] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.50s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:1233: [d84477a62d4e4] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.43s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [d1e96b6950d81] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.57s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [d6d304c3c0daa] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.45s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [d78b55ed4d653] daemon is not started
03:06:34 [2020-12-15T03:06:34.299Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.26s)
03:06:34 [2020-12-15T03:06:34.299Z]         docker_cli_network_unix_test.go:46: [d8928038d73da] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.72s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d20b807f74628] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.67s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d594aafd1921d] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.27s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [dcdd9669588da] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.19s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [dd49ba5b28474] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.18s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d6b6ddb2b51af] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.43s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [da1126ecdc511] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.80s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d480a56c8aa36] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.30s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d3baf7ed9df55] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.09s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d32083e50aa9d] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.30s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [de75d415f3c97] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.14s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d13059213ec9b] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.51s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [dade96535103d] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.14s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d5f7a692102a9] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.42s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d3d304de59032] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.15s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d52c87dbf0f44] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.85s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:968: [d339bdff92e67] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.33s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d00b06da20a1e] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (6.95s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:1116: [d532dc2bbf046] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.31s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [dc63a6c9731ce] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.99s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [dc8008817036e] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [df481d5e256df] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [de1cfab18c0a0] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.17s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d5cd151175677] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.20s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [de91422a4f2e2] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d5638109b8e36] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.15s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d55c6d9f8b582] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.06s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d0b6d25ac6d12] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [da61ce8f0e07c] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.04s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d768eedecba13] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.03s)
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.24s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:1084: [dfcf655003692] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.07s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d3a7657119a6f] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.14s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d7b331f0069e6] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.87s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d91ebc7b16ea4] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d3b48a05f4249] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.85s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d317c323e2099] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.55s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [db2291f65f308] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.40s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [ddaf3338f52cd] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (6.51s)
03:06:34 [2020-12-15T03:06:34.300Z]         docker_cli_network_unix_test.go:46: [d391cd0d97896] daemon is not started
03:06:34 [2020-12-15T03:06:34.300Z] === RUN   TestDockerHubPullSuite
03:06:34 [2020-12-15T03:06:34.300Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
03:06:34 [2020-12-15T03:06:34.300Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
03:06:36 [2020-12-15T03:06:36.204Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
03:06:36 [2020-12-15T03:06:36.268Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
03:06:36 [2020-12-15T03:06:36.776Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
03:06:38 [2020-12-15T03:06:38.677Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
03:06:39 [2020-12-15T03:06:39.244Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
03:06:42 [2020-12-15T03:06:42.530Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
03:06:42 [2020-12-15T03:06:42.788Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
03:06:42 [2020-12-15T03:06:42.789Z] --- PASS: TestDockerHubPullSuite (8.67s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.88s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.43s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.74s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (3.29s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.25s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s)
03:06:42 [2020-12-15T03:06:42.789Z] PASS
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === Skipped
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_sni_test.go:18: Flakey test
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_create_test.go:59: unmatched requirement Devicemapper
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:86: Host does not have /dev/snd
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s)
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
03:06:42 [2020-12-15T03:06:42.789Z]         docker_cli_network_unix_test.go:46: [da61ce8f0e07c] daemon is not started
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] 
03:06:42 [2020-12-15T03:06:42.789Z] DONE 1274 tests, 51 skipped in 1580.146s
03:06:42 [2020-12-15T03:06:42.789Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:06:42 [2020-12-15T03:06:42.789Z] ++++ cat bundles/test-integration/docker.pid
03:06:42 [2020-12-15T03:06:42.789Z] +++ kill 8149
03:06:43 [2020-12-15T03:06:43.734Z] +++ /etc/init.d/apparmor stop
03:06:43 [2020-12-15T03:06:43.734Z] Leaving: AppArmorNo profiles have been unloaded.
03:06:43 [2020-12-15T03:06:43.734Z] 
03:06:43 [2020-12-15T03:06:43.734Z] Unloading profiles will leave already running processes permanently
03:06:43 [2020-12-15T03:06:43.734Z] unconfined, which can lead to unexpected situations.
03:06:43 [2020-12-15T03:06:43.734Z] 
03:06:43 [2020-12-15T03:06:43.734Z] To set a process to complain mode, use the command line tool
03:06:43 [2020-12-15T03:06:43.734Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:06:43 [2020-12-15T03:06:43.734Z] +++ true
03:06:43 [2020-12-15T03:06:43.734Z] exiting test-integration
03:06:43 [2020-12-15T03:06:43.734Z] ++ exit 0
03:06:43 [2020-12-15T03:06:43.734Z] 
03:06:44 [2020-12-15T03:06:44.301Z] + for job in $(jobs -p)
03:06:44 [2020-12-15T03:06:44.301Z] + wait 18542
03:06:44 [2020-12-15T03:06:44.854Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
03:07:20 [2020-12-15T03:07:20.609Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
03:07:27 [2020-12-15T03:07:27.710Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
03:07:30 [2020-12-15T03:07:30.965Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
03:07:38 [2020-12-15T03:07:38.054Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
03:08:27 [2020-12-15T03:08:27.188Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
03:08:37 [2020-12-15T03:08:37.159Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
03:08:40 [2020-12-15T03:08:40.446Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildDotDotFile
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEOLInLine
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEntrypoint
03:09:04 [2020-12-15T03:09:04.160Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
03:09:05 [2020-12-15T03:09:05.132Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
03:09:08 [2020-12-15T03:09:08.045Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
03:09:12 [2020-12-15T03:09:12.753Z] === RUN   TestDockerSuite/TestBuildEnv
03:09:12 [2020-12-15T03:09:12.753Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
03:09:12 [2020-12-15T03:09:12.753Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
03:09:12 [2020-12-15T03:09:12.753Z] === RUN   TestDockerSuite/TestBuildEnvUsage
03:09:12 [2020-12-15T03:09:12.753Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
03:09:12 [2020-12-15T03:09:12.753Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
03:09:15 [2020-12-15T03:09:15.666Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
03:09:15 [2020-12-15T03:09:15.666Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
03:09:15 [2020-12-15T03:09:15.666Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
03:09:15 [2020-12-15T03:09:15.666Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
03:09:16 [2020-12-15T03:09:16.636Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
03:09:21 [2020-12-15T03:09:21.341Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
03:09:39 [2020-12-15T03:09:39.052Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
03:09:39 [2020-12-15T03:09:39.052Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
03:09:39 [2020-12-15T03:09:39.052Z] === RUN   TestDockerSuite/TestBuildExpose
03:09:39 [2020-12-15T03:09:39.052Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
03:09:39 [2020-12-15T03:09:39.052Z] === RUN   TestDockerSuite/TestBuildExposeOrder
03:09:39 [2020-12-15T03:09:39.052Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
03:09:39 [2020-12-15T03:09:39.052Z] === RUN   TestDockerSuite/TestBuildFails
03:09:39 [2020-12-15T03:09:39.512Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
03:09:39 [2020-12-15T03:09:39.512Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
03:09:44 [2020-12-15T03:09:44.224Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
03:09:48 [2020-12-15T03:09:48.926Z] === RUN   TestDockerSuite/TestBuildForceRm
03:09:56 [2020-12-15T03:09:56.019Z] === RUN   TestDockerSuite/TestBuildFromGit
03:10:00 [2020-12-15T03:10:00.721Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
03:10:02 [2020-12-15T03:10:02.264Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
03:10:08 [2020-12-15T03:10:08.070Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
03:10:08 [2020-12-15T03:10:08.070Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
03:10:08 [2020-12-15T03:10:08.070Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
03:10:09 [2020-12-15T03:10:09.043Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
03:10:09 [2020-12-15T03:10:09.043Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
03:10:17 [2020-12-15T03:10:17.647Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
03:10:17 [2020-12-15T03:10:17.647Z] === RUN   TestDockerSuite/TestBuildHistory
03:10:28 [2020-12-15T03:10:28.013Z] === RUN   TestDockerSuite/TestBuildIidFile
03:10:28 [2020-12-15T03:10:28.013Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
03:10:29 [2020-12-15T03:10:29.558Z] === RUN   TestDockerSuite/TestBuildInheritance
03:10:29 [2020-12-15T03:10:29.558Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
03:10:30 [2020-12-15T03:10:30.529Z] === RUN   TestDockerSuite/TestBuildInvalidTag
03:10:30 [2020-12-15T03:10:30.529Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
03:10:35 [2020-12-15T03:10:35.234Z] === RUN   TestDockerSuite/TestBuildLabel
03:10:35 [2020-12-15T03:10:35.695Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
03:10:36 [2020-12-15T03:10:36.155Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
03:10:37 [2020-12-15T03:10:37.124Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
03:10:37 [2020-12-15T03:10:37.585Z] === RUN   TestDockerSuite/TestBuildLabels
03:10:38 [2020-12-15T03:10:38.555Z] === RUN   TestDockerSuite/TestBuildLabelsCache
03:10:39 [2020-12-15T03:10:39.527Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
03:10:44 [2020-12-15T03:10:44.226Z] === RUN   TestDockerSuite/TestBuildLastModified
03:10:44 [2020-12-15T03:10:44.226Z] === RUN   TestDockerSuite/TestBuildLineBreak
03:10:44 [2020-12-15T03:10:44.686Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
03:10:44 [2020-12-15T03:10:44.686Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
03:10:44 [2020-12-15T03:10:44.686Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
03:10:44 [2020-12-15T03:10:44.686Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
03:10:44 [2020-12-15T03:10:44.686Z] === RUN   TestDockerSuite/TestBuildMaintainer
03:10:45 [2020-12-15T03:10:45.146Z] === RUN   TestDockerSuite/TestBuildMissingArgs
03:10:46 [2020-12-15T03:10:46.117Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
03:10:50 [2020-12-15T03:10:50.815Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
03:11:01 [2020-12-15T03:11:01.933Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
03:11:05 [2020-12-15T03:11:05.646Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
03:11:05 [2020-12-15T03:11:05.646Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
03:11:06 [2020-12-15T03:11:06.117Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
03:11:06 [2020-12-15T03:11:06.684Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
03:11:06 [2020-12-15T03:11:06.946Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
03:11:06 [2020-12-15T03:11:06.946Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
03:11:06 [2020-12-15T03:11:06.946Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
03:11:07 [2020-12-15T03:11:07.185Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
03:11:07 [2020-12-15T03:11:07.881Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
03:11:10 [2020-12-15T03:11:10.413Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
03:11:13 [2020-12-15T03:11:13.699Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
03:11:16 [2020-12-15T03:11:16.250Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
03:11:42 [2020-12-15T03:11:42.899Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
03:11:51 [2020-12-15T03:11:51.482Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
03:11:55 [2020-12-15T03:11:55.228Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
03:12:01 [2020-12-15T03:12:01.027Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
03:12:05 [2020-12-15T03:12:05.729Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
03:12:12 [2020-12-15T03:12:12.475Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
03:12:12 [2020-12-15T03:12:12.475Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
03:12:14 [2020-12-15T03:12:14.377Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
03:12:16 [2020-12-15T03:12:16.278Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
03:12:19 [2020-12-15T03:12:19.564Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
03:12:22 [2020-12-15T03:12:22.103Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
03:12:23 [2020-12-15T03:12:23.435Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
03:12:23 [2020-12-15T03:12:23.435Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
03:12:33 [2020-12-15T03:12:33.816Z] === RUN   TestDockerSuite/TestBuildMultipleTags
03:12:33 [2020-12-15T03:12:33.816Z] === RUN   TestDockerSuite/TestBuildNetContainer
03:12:33 [2020-12-15T03:12:33.816Z] === RUN   TestDockerSuite/TestBuildNetNone
03:12:33 [2020-12-15T03:12:33.816Z] === RUN   TestDockerSuite/TestBuildNoContext
03:12:35 [2020-12-15T03:12:35.998Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
03:12:44 [2020-12-15T03:12:44.027Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
03:12:46 [2020-12-15T03:12:46.338Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
03:12:47 [2020-12-15T03:12:47.881Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
03:12:47 [2020-12-15T03:12:47.881Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
03:12:47 [2020-12-15T03:12:47.881Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
03:12:50 [2020-12-15T03:12:50.792Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
03:12:51 [2020-12-15T03:12:51.762Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
03:12:52 [2020-12-15T03:12:52.733Z] === RUN   TestDockerSuite/TestBuildOnBuild
03:12:56 [2020-12-15T03:12:56.231Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
03:12:57 [2020-12-15T03:12:57.606Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
03:13:00 [2020-12-15T03:13:00.140Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
03:13:03 [2020-12-15T03:13:03.069Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
03:13:03 [2020-12-15T03:13:03.069Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
03:13:03 [2020-12-15T03:13:03.434Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
03:13:09 [2020-12-15T03:13:09.996Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
03:13:11 [2020-12-15T03:13:11.647Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
03:13:13 [2020-12-15T03:13:13.828Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
03:13:15 [2020-12-15T03:13:15.262Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
03:13:16 [2020-12-15T03:13:16.641Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
03:13:19 [2020-12-15T03:13:19.173Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
03:13:22 [2020-12-15T03:13:22.406Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
03:13:22 [2020-12-15T03:13:22.458Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
03:13:24 [2020-12-15T03:13:24.368Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
03:13:27 [2020-12-15T03:13:27.101Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
03:13:27 [2020-12-15T03:13:27.655Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
03:13:30 [2020-12-15T03:13:30.185Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
03:13:31 [2020-12-15T03:13:31.803Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
03:13:32 [2020-12-15T03:13:32.772Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
03:13:32 [2020-12-15T03:13:32.772Z] === RUN   TestDockerSuite/TestBuildPATH
03:13:32 [2020-12-15T03:13:32.772Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
03:13:34 [2020-12-15T03:13:34.956Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
03:13:34 [2020-12-15T03:13:34.956Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
03:14:17 [2020-12-15T03:14:17.504Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
03:14:26 [2020-12-15T03:14:26.406Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
03:14:38 [2020-12-15T03:14:38.621Z] === RUN   TestDockerSuite/TestBuildRm
03:14:41 [2020-12-15T03:14:41.298Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
03:14:51 [2020-12-15T03:14:51.035Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
03:14:52 [2020-12-15T03:14:52.578Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
03:14:52 [2020-12-15T03:14:52.578Z] === RUN   TestDockerSuite/TestBuildScratchCopy
03:14:52 [2020-12-15T03:14:52.578Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
03:14:54 [2020-12-15T03:14:54.121Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
03:14:57 [2020-12-15T03:14:57.034Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
03:14:59 [2020-12-15T03:14:59.377Z] --- PASS: TestDockerSwarmSuite (1678.93s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.13s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.53s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.64s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.13s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.11s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.04s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:562: [d591129aae570] joining swarm manager [dff7386a43ac7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:584: [deb6649836eff] joining swarm manager [dff7386a43ac7]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]         check_test.go:380: [d591129aae570] daemon is not started
03:14:59 [2020-12-15T03:14:59.377Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (21.38s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:45: [d8b972edea70c] joining swarm manager [d2385bf660362]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.03s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.70s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.84s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:303: [d94a0ecf2c536] joining swarm manager [dc40877093e72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:304: [db13468f57d4a] joining swarm manager [dc40877093e72]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:350: Waiting for election to occur...
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:363: Waiting for possible election...
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.97s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:271: [da209369bfd27] joining swarm manager [d9c8cc7fa7b74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:272: [d423195d01589] joining swarm manager [d9c8cc7fa7b74]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.24s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.11s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.20s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_node_test.go:19: [dd5f99fc8d45a] joining swarm manager [d827b1a25bb44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_node_test.go:20: [da79bbfaf8930] joining swarm manager [d827b1a25bb44]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.03s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:501: [d5d5dfe5746fd] joining swarm manager [d955f2a8d03fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:506: [d42057b0157e1] joining swarm manager [d955f2a8d03fb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (17.64s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_node_test.go:80: [d7b948f42fcfe] joining swarm manager [d128b004f8bfe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.70s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_node_test.go:52: [ddac7654f3dfa] joining swarm manager [de2426552afd3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_node_test.go:53: [d114850bdbb51] joining swarm manager [de2426552afd3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.41s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (19.15s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:201: [d37dd3bd45578] joining swarm manager [d6b0dabc5324b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (55.72s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:383: [d8e89e7c190b9] joining swarm manager [dd908657aafac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:384: [d1660edde5332] joining swarm manager [dd908657aafac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]         check_test.go:380: [d1660edde5332] daemon is not started
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (53.41s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:801: [d54f4677aa94b] joining swarm manager [d42733fbc39d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:801: [db9824cff89d8] joining swarm manager [d42733fbc39d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:801: [d5bf88573815e] joining swarm manager [d42733fbc39d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:801: [da4267b85b196] joining swarm manager [d42733fbc39d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_test.go:809: [d2aa494232555] joining swarm manager [d42733fbc39d1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.43s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.67s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (19.06s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:394: [dab74a854d6ad] joining swarm manager [ded645cf6dbe3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:394: [d60253856c6f5] joining swarm manager [ded645cf6dbe3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.20s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:342: [d66839e9dfbb8] joining swarm manager [d34f29f0cd370]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:342: [df299ebad4cdc] joining swarm manager [d34f29f0cd370]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.82s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:489: [d5052940ecd69] joining swarm manager [dc5646dd05f89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:489: [dfd060977347c] joining swarm manager [dc5646dd05f89]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.77s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.68s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:127: [dd9d69bb622ae] joining swarm manager [de046852fbb04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:128: [dfeaf3b860aaa] joining swarm manager [de046852fbb04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:136: [d6117c35f831f] joining swarm manager [de046852fbb04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:137: [d5f91a0d12e8a] joining swarm manager [de046852fbb04]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.34s)
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.54s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:303: [d03f8cd70a6d0] joining swarm manager [d1fe48bc6a2eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:303: [de55b01261d05] joining swarm manager [d1fe48bc6a2eb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (28.12s)
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:99: [de824f3d53b75] joining swarm manager [d21bda3e9811a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.377Z]         docker_api_swarm_service_test.go:100: [dcde38ddc635e] joining swarm manager [d21bda3e9811a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.377Z]         check_test.go:380: [de824f3d53b75] daemon is not started
03:14:59 [2020-12-15T03:14:59.377Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.72s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_api_swarm_service_test.go:532: [d873d04ef5f24] joining swarm manager [d451c729731d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_api_swarm_service_test.go:533: [d4a3af352b9df] joining swarm manager [d451c729731d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.65s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_api_swarm_service_test.go:147: [ddc54ca4e8026] joining swarm manager [d60a20ee5c5c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_api_swarm_service_test.go:147: [dc3d2378bda57] joining swarm manager [d60a20ee5c5c3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.68s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.16s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.81s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.16s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.07s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.25s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.97s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.54s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.34s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.37s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.12s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.96s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.89s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.10s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.02s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.82s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.39s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.16s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.70s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (1.86s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.02s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.43s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.42s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.10s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.72s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.57s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.14s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.03s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.90s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.65s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.82s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.77s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_service_logs_test.go:245: checking task bkm0xi30330m
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_service_logs_test.go:250: checking messages for bkm0xi30330m
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_service_logs_test.go:245: checking task b3e7w5in94ai
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_service_logs_test.go:250: checking messages for b3e7w5in94ai
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.43s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.61s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.68s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.56s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.66s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1901: [d98171cbfe65d] joining swarm manager [df1214b66268b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1902: [db3532b44cb5c] joining swarm manager [df1214b66268b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.22s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.74s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.30s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.46s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1802: [d31ab8d835ec0] joining swarm manager [dae8706a676d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1803: [d535f8ee226e2] joining swarm manager [dae8706a676d9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.70s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (115.40s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1321: [d0a83cc592b34] joining swarm manager [d0aa4abf57e32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1322: [d7e6d1c862446] joining swarm manager [d0aa4abf57e32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.10s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.69s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.35s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (3.23s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.24s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.41s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.64s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.28s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (1.10s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.95s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.45s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.63s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.67s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1186: [d0dabe760b074] joining swarm manager [db067fe0a169b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1195: [d1deac90fc391] joining swarm manager [db067fe0a169b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.06s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.36s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (131.50s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1118: [d6cce34ac3e3e] joining swarm manager [d5d729e2fdd45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1119: [d4048028c835e] joining swarm manager [d5d729e2fdd45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1172: [d302c1fdaec74] joining swarm manager [d5d729e2fdd45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.46s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1453: [dd62ba46d5c79] joining swarm manager [d2533052f3509]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_test.go:1454: [ddf85c8d439b5] joining swarm manager [d2533052f3509]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.35s)
03:14:59 [2020-12-15T03:14:59.378Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.17s)
03:14:59 [2020-12-15T03:14:59.378Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.15s)
03:14:59 [2020-12-15T03:14:59.378Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s)
03:14:59 [2020-12-15T03:14:59.378Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.31s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.46s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.29s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.63s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_cli_swarm_unix_test.go:62: [df02cd2bf72a9] joining swarm manager [d1e9d8b0239c1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.30s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.33s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.28s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.23s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.57s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.15s)
03:14:59 [2020-12-15T03:14:59.378Z]         docker_api_swarm_test.go:961: [dfe661614d4de] joining swarm manager [d36742c9cd934]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.99s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.29s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.30s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.97s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.87s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.71s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.23s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.58s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.59s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.64s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.12s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.30s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.94s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.29s)
03:14:59 [2020-12-15T03:14:59.378Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.27s)
03:14:59 [2020-12-15T03:14:59.378Z] === RUN   TestDockerExternalVolumeSuite
03:14:59 [2020-12-15T03:14:59.378Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
03:15:00 [2020-12-15T03:15:00.777Z] === RUN   TestDockerSuite/TestBuildShellInherited
03:15:04 [2020-12-15T03:15:04.518Z] === RUN   TestDockerSuite/TestBuildShellMultiple
03:15:14 [2020-12-15T03:15:14.249Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
03:15:19 [2020-12-15T03:15:19.352Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
03:15:19 [2020-12-15T03:15:19.811Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
03:15:20 [2020-12-15T03:15:20.271Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
03:15:30 [2020-12-15T03:15:30.602Z] === RUN   TestDockerSuite/TestBuildSpaces
03:15:30 [2020-12-15T03:15:30.602Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
03:15:35 [2020-12-15T03:15:35.295Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
03:15:35 [2020-12-15T03:15:35.295Z] === RUN   TestDockerSuite/TestBuildStderr
03:15:39 [2020-12-15T03:15:39.991Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
03:16:01 [2020-12-15T03:16:01.097Z] === RUN   TestDockerSuite/TestBuildStopSignal
03:16:01 [2020-12-15T03:16:01.097Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
03:16:02 [2020-12-15T03:16:02.635Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
03:16:03 [2020-12-15T03:16:03.608Z] === RUN   TestDockerSuite/TestBuildTagEvent
03:16:08 [2020-12-15T03:16:08.302Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
03:16:14 [2020-12-15T03:16:14.103Z] === RUN   TestDockerSuite/TestBuildUser
03:16:14 [2020-12-15T03:16:14.103Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
03:16:14 [2020-12-15T03:16:14.103Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
03:16:14 [2020-12-15T03:16:14.103Z] === RUN   TestDockerSuite/TestBuildVerboseOut
03:16:17 [2020-12-15T03:16:17.849Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
03:16:17 [2020-12-15T03:16:17.849Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
03:16:21 [2020-12-15T03:16:21.586Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
03:16:21 [2020-12-15T03:16:21.586Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
03:16:21 [2020-12-15T03:16:21.586Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
03:16:21 [2020-12-15T03:16:21.930Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
03:16:30 [2020-12-15T03:16:30.039Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
03:16:42 [2020-12-15T03:16:42.727Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
03:16:42 [2020-12-15T03:16:42.727Z] === RUN   TestDockerSuite/TestBuildWindowsUser
03:16:53 [2020-12-15T03:16:53.040Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
03:17:02 [2020-12-15T03:17:02.108Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
03:17:05 [2020-12-15T03:17:05.571Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
03:17:05 [2020-12-15T03:17:05.571Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
03:17:05 [2020-12-15T03:17:05.571Z] === RUN   TestDockerSuite/TestBuildWithFailure
03:17:07 [2020-12-15T03:17:07.110Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
03:17:07 [2020-12-15T03:17:07.110Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
03:17:14 [2020-12-15T03:17:14.333Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
03:17:19 [2020-12-15T03:17:19.490Z] === RUN   TestDockerSuite/TestBuildWithTabs
03:17:23 [2020-12-15T03:17:23.230Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
03:17:23 [2020-12-15T03:17:23.697Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
03:17:38 [2020-12-15T03:17:38.501Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
03:17:38 [2020-12-15T03:17:38.501Z] === RUN   TestDockerSuite/TestBuildWithVolumes
03:17:38 [2020-12-15T03:17:38.501Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
03:17:38 [2020-12-15T03:17:38.501Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
03:17:38 [2020-12-15T03:17:38.501Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
03:17:46 [2020-12-15T03:17:46.395Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
03:17:47 [2020-12-15T03:17:47.069Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
03:17:48 [2020-12-15T03:17:48.036Z] === RUN   TestDockerSuite/TestBuildXZHost
03:17:48 [2020-12-15T03:17:48.495Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
03:17:48 [2020-12-15T03:17:48.495Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
03:17:48 [2020-12-15T03:17:48.495Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
03:17:50 [2020-12-15T03:17:50.030Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
03:17:54 [2020-12-15T03:17:54.718Z] === RUN   TestDockerSuite/TestCommitChange
03:17:59 [2020-12-15T03:17:59.412Z] === RUN   TestDockerSuite/TestCommitChangeLabels
03:18:01 [2020-12-15T03:18:01.266Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
03:18:04 [2020-12-15T03:18:04.106Z] === RUN   TestDockerSuite/TestCommitHardlink
03:18:04 [2020-12-15T03:18:04.106Z] === RUN   TestDockerSuite/TestCommitNewFile
03:18:09 [2020-12-15T03:18:09.894Z] === RUN   TestDockerSuite/TestCommitPausedContainer
03:18:09 [2020-12-15T03:18:09.894Z] === RUN   TestDockerSuite/TestCommitTTY
03:18:16 [2020-12-15T03:18:16.966Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
03:18:20 [2020-12-15T03:18:20.700Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
03:18:20 [2020-12-15T03:18:20.700Z] === RUN   TestDockerSuite/TestCommitWithoutPause
03:18:20 [2020-12-15T03:18:20.700Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
03:18:20 [2020-12-15T03:18:20.700Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
03:18:20 [2020-12-15T03:18:20.700Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
03:18:20 [2020-12-15T03:18:20.700Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
03:18:21 [2020-12-15T03:18:21.158Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
03:18:21 [2020-12-15T03:18:21.158Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
03:18:21 [2020-12-15T03:18:21.158Z] === RUN   TestDockerSuite/TestContainerAPICommit
03:18:33 [2020-12-15T03:18:33.327Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
03:18:33 [2020-12-15T03:18:33.536Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
03:18:43 [2020-12-15T03:18:43.853Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
03:18:43 [2020-12-15T03:18:43.853Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
03:18:45 [2020-12-15T03:18:45.388Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
03:18:45 [2020-12-15T03:18:45.388Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
03:18:45 [2020-12-15T03:18:45.388Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
03:18:45 [2020-12-15T03:18:45.388Z] === RUN   TestDockerSuite/TestContainerAPICreate
03:18:47 [2020-12-15T03:18:47.563Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
03:18:47 [2020-12-15T03:18:47.563Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
03:18:47 [2020-12-15T03:18:47.563Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
03:18:48 [2020-12-15T03:18:48.199Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
03:18:49 [2020-12-15T03:18:49.739Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
03:18:49 [2020-12-15T03:18:49.739Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
03:18:49 [2020-12-15T03:18:49.739Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
03:18:49 [2020-12-15T03:18:49.739Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
03:18:49 [2020-12-15T03:18:49.739Z] === RUN   TestDockerSuite/TestContainerAPIDelete
03:18:51 [2020-12-15T03:18:51.916Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
03:18:53 [2020-12-15T03:18:53.454Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
03:18:55 [2020-12-15T03:18:55.629Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
03:18:55 [2020-12-15T03:18:55.629Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
03:18:55 [2020-12-15T03:18:55.629Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
03:18:57 [2020-12-15T03:18:57.806Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
03:18:57 [2020-12-15T03:18:57.806Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
03:18:59 [2020-12-15T03:18:59.345Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
03:18:59 [2020-12-15T03:18:59.804Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
03:18:59 [2020-12-15T03:18:59.804Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
03:19:01 [2020-12-15T03:19:01.986Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
03:19:01 [2020-12-15T03:19:01.986Z] === RUN   TestDockerSuite/TestContainerAPIKill
03:19:03 [2020-12-15T03:19:03.082Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
03:19:03 [2020-12-15T03:19:03.524Z] === RUN   TestDockerSuite/TestContainerAPIPause
03:19:03 [2020-12-15T03:19:03.524Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
03:19:05 [2020-12-15T03:19:05.710Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
03:19:05 [2020-12-15T03:19:05.710Z] === RUN   TestDockerSuite/TestContainerAPIRename
03:19:07 [2020-12-15T03:19:07.897Z] === RUN   TestDockerSuite/TestContainerAPIRestart
03:19:11 [2020-12-15T03:19:11.638Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
03:19:15 [2020-12-15T03:19:15.382Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
03:19:15 [2020-12-15T03:19:15.382Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
03:19:15 [2020-12-15T03:19:15.382Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
03:19:15 [2020-12-15T03:19:15.382Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
03:19:15 [2020-12-15T03:19:15.382Z] === RUN   TestDockerSuite/TestContainerAPIStart
03:19:16 [2020-12-15T03:19:16.938Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
03:19:16 [2020-12-15T03:19:16.938Z] === RUN   TestDockerSuite/TestContainerAPIStop
03:19:19 [2020-12-15T03:19:19.114Z] === RUN   TestDockerSuite/TestContainerAPITop
03:19:19 [2020-12-15T03:19:19.114Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
03:19:20 [2020-12-15T03:19:20.650Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
03:19:20 [2020-12-15T03:19:20.650Z] === RUN   TestDockerSuite/TestContainerAPIWait
03:19:25 [2020-12-15T03:19:25.334Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
03:19:26 [2020-12-15T03:19:26.301Z] === RUN   TestDockerSuite/TestContainerNetworkMode
03:19:26 [2020-12-15T03:19:26.301Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
03:19:26 [2020-12-15T03:19:26.301Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
03:19:26 [2020-12-15T03:19:26.301Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
03:19:26 [2020-12-15T03:19:26.301Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
03:19:26 [2020-12-15T03:19:26.762Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
03:19:28 [2020-12-15T03:19:28.297Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
03:19:28 [2020-12-15T03:19:28.297Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
03:19:30 [2020-12-15T03:19:30.475Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
03:19:32 [2020-12-15T03:19:32.654Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
03:19:34 [2020-12-15T03:19:34.833Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
03:19:37 [2020-12-15T03:19:37.008Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0007b8080_<nil>}
03:19:45 [2020-12-15T03:19:45.580Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1925776634_c:\foo_false__<nil>_<nil>_<nil>}
03:19:46 [2020-12-15T03:19:46.548Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1925776634_c:\foo_true__<nil>_<nil>_<nil>}
03:19:49 [2020-12-15T03:19:49.740Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
03:19:53 [2020-12-15T03:19:53.628Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
03:19:53 [2020-12-15T03:19:53.628Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
03:19:53 [2020-12-15T03:19:53.628Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
03:19:53 [2020-12-15T03:19:53.628Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
03:19:53 [2020-12-15T03:19:53.628Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
03:19:53 [2020-12-15T03:19:53.628Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestCopyAndRestart
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
03:19:54 [2020-12-15T03:19:54.087Z] === RUN   TestDockerSuite/TestCpAbsolutePath
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseA
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseB
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseC
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseD
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseE
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseF
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseG
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseH
03:19:56 [2020-12-15T03:19:56.266Z] === RUN   TestDockerSuite/TestCpFromCaseI
03:19:56 [2020-12-15T03:19:56.267Z] === RUN   TestDockerSuite/TestCpFromCaseJ
03:19:56 [2020-12-15T03:19:56.267Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
03:19:56 [2020-12-15T03:19:56.267Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
03:19:56 [2020-12-15T03:19:56.267Z] === RUN   TestDockerSuite/TestCpGarbagePath
03:19:58 [2020-12-15T03:19:58.442Z] === RUN   TestDockerSuite/TestCpLocalOnly
03:19:58 [2020-12-15T03:19:58.442Z] === RUN   TestDockerSuite/TestCpNameHasColon
03:19:58 [2020-12-15T03:19:58.442Z] === RUN   TestDockerSuite/TestCpRelativePath
03:20:00 [2020-12-15T03:20:00.619Z] === RUN   TestDockerSuite/TestCpSpecialFiles
03:20:00 [2020-12-15T03:20:00.619Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
03:20:00 [2020-12-15T03:20:00.619Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
03:20:00 [2020-12-15T03:20:00.619Z] === RUN   TestDockerSuite/TestCpToCaseA
03:20:05 [2020-12-15T03:20:05.308Z] === RUN   TestDockerSuite/TestCpToCaseB
03:20:06 [2020-12-15T03:20:06.847Z] === RUN   TestDockerSuite/TestCpToCaseC
03:20:06 [2020-12-15T03:20:06.847Z] === RUN   TestDockerSuite/TestCpToCaseD
03:20:06 [2020-12-15T03:20:06.847Z] === RUN   TestDockerSuite/TestCpToCaseE
03:20:07 [2020-12-15T03:20:07.813Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
03:20:15 [2020-12-15T03:20:15.412Z] === RUN   TestDockerSuite/TestCpToCaseF
03:20:15 [2020-12-15T03:20:15.412Z] === RUN   TestDockerSuite/TestCpToCaseG
03:20:15 [2020-12-15T03:20:15.412Z] === RUN   TestDockerSuite/TestCpToCaseH
03:20:23 [2020-12-15T03:20:23.976Z] === RUN   TestDockerSuite/TestCpToCaseI
03:20:23 [2020-12-15T03:20:23.976Z] === RUN   TestDockerSuite/TestCpToCaseJ
03:20:23 [2020-12-15T03:20:23.976Z] === RUN   TestDockerSuite/TestCpToDot
03:20:24 [2020-12-15T03:20:24.943Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
03:20:24 [2020-12-15T03:20:24.943Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
03:20:24 [2020-12-15T03:20:24.943Z] === RUN   TestDockerSuite/TestCpToStdout
03:20:27 [2020-12-15T03:20:27.121Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
03:20:27 [2020-12-15T03:20:27.121Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
03:20:27 [2020-12-15T03:20:27.121Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
03:20:27 [2020-12-15T03:20:27.121Z] === RUN   TestDockerSuite/TestCpVolumePath
03:20:27 [2020-12-15T03:20:27.121Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
03:20:27 [2020-12-15T03:20:27.580Z] === RUN   TestDockerSuite/TestCreateArgs
03:20:27 [2020-12-15T03:20:27.580Z] === RUN   TestDockerSuite/TestCreateByImageID
03:20:29 [2020-12-15T03:20:29.760Z] === RUN   TestDockerSuite/TestCreateEchoStdout
03:20:31 [2020-12-15T03:20:31.296Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
03:20:31 [2020-12-15T03:20:31.754Z] === RUN   TestDockerSuite/TestCreateHostConfig
03:20:31 [2020-12-15T03:20:31.754Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
03:20:33 [2020-12-15T03:20:33.931Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
03:20:34 [2020-12-15T03:20:34.392Z] === RUN   TestDockerSuite/TestCreateLabels
03:20:34 [2020-12-15T03:20:34.392Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
03:20:34 [2020-12-15T03:20:34.392Z] === RUN   TestDockerSuite/TestCreateRM
03:20:34 [2020-12-15T03:20:34.850Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
03:20:34 [2020-12-15T03:20:34.850Z] === RUN   TestDockerSuite/TestCreateStopSignal
03:20:34 [2020-12-15T03:20:34.850Z] === RUN   TestDockerSuite/TestCreateStopTimeout
03:20:35 [2020-12-15T03:20:35.308Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
03:20:39 [2020-12-15T03:20:39.898Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
03:20:42 [2020-12-15T03:20:42.387Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
03:20:42 [2020-12-15T03:20:42.387Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
03:20:42 [2020-12-15T03:20:42.845Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
03:20:47 [2020-12-15T03:20:47.531Z] === RUN   TestDockerSuite/TestCreateWithPortRange
03:20:47 [2020-12-15T03:20:47.531Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
03:20:47 [2020-12-15T03:20:47.531Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDevicePermissions
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDockerFails
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestEventsAttach
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestEventsCommit
03:20:54 [2020-12-15T03:20:54.600Z] === RUN   TestDockerSuite/TestEventsContainerEvents
03:20:56 [2020-12-15T03:20:56.140Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
03:20:58 [2020-12-15T03:20:58.320Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
03:21:00 [2020-12-15T03:21:00.496Z] === RUN   TestDockerSuite/TestEventsContainerRestart
03:21:09 [2020-12-15T03:21:09.064Z] === RUN   TestDockerSuite/TestEventsCopy
03:21:11 [2020-12-15T03:21:11.959Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
03:21:14 [2020-12-15T03:21:14.857Z] === RUN   TestDockerSuite/TestEventsFilterContainer
03:21:18 [2020-12-15T03:21:18.598Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
03:21:20 [2020-12-15T03:21:20.777Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
03:21:21 [2020-12-15T03:21:21.237Z] === RUN   TestDockerSuite/TestEventsFilterImageName
03:21:26 [2020-12-15T03:21:26.851Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
03:21:28 [2020-12-15T03:21:28.328Z] === RUN   TestDockerSuite/TestEventsFilterLabels
03:21:28 [2020-12-15T03:21:28.328Z] === RUN   TestDockerSuite/TestEventsFilterType
03:21:29 [2020-12-15T03:21:29.297Z] === RUN   TestDockerSuite/TestEventsFilters
03:21:33 [2020-12-15T03:21:33.993Z] === RUN   TestDockerSuite/TestEventsFormat
03:21:37 [2020-12-15T03:21:37.734Z] === RUN   TestDockerSuite/TestEventsFormatBadField
03:21:37 [2020-12-15T03:21:37.734Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
03:21:37 [2020-12-15T03:21:37.734Z] === RUN   TestDockerSuite/TestEventsImageImport
03:21:37 [2020-12-15T03:21:37.734Z] === RUN   TestDockerSuite/TestEventsImageLoad
03:21:37 [2020-12-15T03:21:37.734Z] === RUN   TestDockerSuite/TestEventsImagePull
03:21:37 [2020-12-15T03:21:37.734Z] === RUN   TestDockerSuite/TestEventsImageTag
03:21:38 [2020-12-15T03:21:38.707Z] === RUN   TestDockerSuite/TestEventsPluginOps
03:21:38 [2020-12-15T03:21:38.707Z] === RUN   TestDockerSuite/TestEventsRename
03:21:41 [2020-12-15T03:21:41.617Z] === RUN   TestDockerSuite/TestEventsResize
03:21:43 [2020-12-15T03:21:43.798Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
03:21:44 [2020-12-15T03:21:44.925Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
03:21:45 [2020-12-15T03:21:45.980Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
03:21:48 [2020-12-15T03:21:48.161Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
03:21:52 [2020-12-15T03:21:52.852Z] === RUN   TestDockerSuite/TestEventsTop
03:21:52 [2020-12-15T03:21:52.852Z] === RUN   TestDockerSuite/TestEventsUntag
03:21:55 [2020-12-15T03:21:55.761Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
03:21:58 [2020-12-15T03:21:58.671Z] === RUN   TestDockerSuite/TestExec
03:21:58 [2020-12-15T03:21:58.671Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
03:21:58 [2020-12-15T03:21:58.671Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
03:21:59 [2020-12-15T03:21:59.793Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
03:22:00 [2020-12-15T03:22:00.209Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
03:22:02 [2020-12-15T03:22:02.391Z] === RUN   TestDockerSuite/TestExecAPIStart
03:22:02 [2020-12-15T03:22:02.391Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
03:22:02 [2020-12-15T03:22:02.391Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
03:22:02 [2020-12-15T03:22:02.391Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
03:22:03 [2020-12-15T03:22:03.929Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
03:22:06 [2020-12-15T03:22:06.112Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
03:22:07 [2020-12-15T03:22:07.652Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
03:22:09 [2020-12-15T03:22:09.193Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
03:22:13 [2020-12-15T03:22:13.885Z] === RUN   TestDockerSuite/TestExecCgroup
03:22:13 [2020-12-15T03:22:13.885Z] === RUN   TestDockerSuite/TestExecEnv
03:22:13 [2020-12-15T03:22:13.885Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
03:22:13 [2020-12-15T03:22:13.885Z] === RUN   TestDockerSuite/TestExecExitStatus
03:22:14 [2020-12-15T03:22:14.669Z] --- PASS: TestDockerExternalVolumeSuite (437.27s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.58s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_external_volume_driver_test.go:53: [dd5b93596c4ce] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.21s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_external_volume_driver_test.go:53: [da3a077d04611] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_external_volume_driver_test.go:53: [d63cd1341b016] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_external_volume_driver_test.go:53: [d697b769db210] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.23s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.23s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.33s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.19s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.67s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (15.99s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_external_volume_driver_test.go:485: [d946837c235e1] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_external_volume_driver_test.go:53: [dc1701fd5b096] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z] PASS
03:22:14 [2020-12-15T03:22:14.669Z] 
03:22:14 [2020-12-15T03:22:14.669Z] === Skipped
03:22:14 [2020-12-15T03:22:14.669Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_daemon_test.go:363: unmatched requirement IPv6
03:22:14 [2020-12-15T03:22:14.669Z]         check_test.go:309: [d8d03d3d1d923] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z] 
03:22:14 [2020-12-15T03:22:14.669Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
03:22:14 [2020-12-15T03:22:14.669Z]         check_test.go:309: [d05222804c253] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z] 
03:22:14 [2020-12-15T03:22:14.669Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
03:22:14 [2020-12-15T03:22:14.669Z]         check_test.go:309: [d8452e6e41407] daemon is not started
03:22:14 [2020-12-15T03:22:14.669Z] 
03:22:14 [2020-12-15T03:22:14.669Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
03:22:14 [2020-12-15T03:22:14.669Z] 
03:22:14 [2020-12-15T03:22:14.669Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
03:22:14 [2020-12-15T03:22:14.669Z]         docker_cli_swarm_test.go:130: unmatched requirement IPv6
03:22:14 [2020-12-15T03:22:14.669Z] 
03:22:14 [2020-12-15T03:22:14.669Z] 
03:22:14 [2020-12-15T03:22:14.669Z] DONE 273 tests, 5 skipped in 2509.785s
03:22:14 [2020-12-15T03:22:14.669Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
03:22:14 [2020-12-15T03:22:14.669Z] ++++ cat bundles/test-integration/docker.pid
03:22:14 [2020-12-15T03:22:14.669Z] +++ kill 8130
03:22:14 [2020-12-15T03:22:14.927Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfea6e1e04437/docker.pid
03:22:14 [2020-12-15T03:22:14.927Z] +++ kill 6025
03:22:14 [2020-12-15T03:22:14.927Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6025 is not a child of this shell
03:22:14 [2020-12-15T03:22:14.927Z] warning: PID 6025 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dfea6e1e04437/docker.pid had a nonzero exit code
03:22:14 [2020-12-15T03:22:14.927Z] +++ /etc/init.d/apparmor stop
03:22:14 [2020-12-15T03:22:14.927Z] Leaving: AppArmorNo profiles have been unloaded.
03:22:14 [2020-12-15T03:22:14.927Z] 
03:22:14 [2020-12-15T03:22:14.927Z] Unloading profiles will leave already running processes permanently
03:22:14 [2020-12-15T03:22:14.927Z] unconfined, which can lead to unexpected situations.
03:22:14 [2020-12-15T03:22:14.927Z] 
03:22:14 [2020-12-15T03:22:14.927Z] To set a process to complain mode, use the command line tool
03:22:14 [2020-12-15T03:22:14.927Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
03:22:14 [2020-12-15T03:22:14.927Z] +++ true
03:22:14 [2020-12-15T03:22:14.927Z] exiting test-integration
03:22:14 [2020-12-15T03:22:14.927Z] ++ exit 0
03:22:14 [2020-12-15T03:22:14.927Z] 
03:22:15 [2020-12-15T03:22:15.423Z] === RUN   TestDockerSuite/TestExecInspectID
03:22:15 [2020-12-15T03:22:15.493Z] + exit 0
03:22:15 [2020-12-15T03:22:15.493Z] ++ jobs -p
03:22:15 [2020-12-15T03:22:15.493Z] + pids=
03:22:15 [2020-12-15T03:22:15.493Z] + echo 'Remaining pids to kill: []'
03:22:15 [2020-12-15T03:22:15.493Z] Remaining pids to kill: []
03:22:15 [2020-12-15T03:22:15.493Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
03:22:15 [2020-12-15T03:22:15.504Z] Recording test results
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
03:22:17 [2020-12-15T03:22:17.782Z] + echo Ensuring container killed.
03:22:17 [2020-12-15T03:22:17.782Z] Ensuring container killed.
03:22:17 [2020-12-15T03:22:17.782Z] + docker ps -aq -f name=docker-pr1-*
03:22:17 [2020-12-15T03:22:17.782Z] + cids=da8c1cb7ab93
03:22:17 [2020-12-15T03:22:17.782Z] 3ec6697fc5cf
03:22:17 [2020-12-15T03:22:17.782Z] 00bc952cb008
03:22:17 [2020-12-15T03:22:17.782Z] + [ -n da8c1cb7ab93
03:22:17 [2020-12-15T03:22:17.782Z] 3ec6697fc5cf
03:22:17 [2020-12-15T03:22:17.782Z] 00bc952cb008 ]
03:22:17 [2020-12-15T03:22:17.782Z] + docker rm -vf da8c1cb7ab93 3ec6697fc5cf 00bc952cb008
03:22:20 [2020-12-15T03:22:20.320Z] da8c1cb7ab93
03:22:20 [2020-12-15T03:22:20.320Z] 3ec6697fc5cf
03:22:20 [2020-12-15T03:22:20.320Z] 00bc952cb008
[Pipeline] sh
03:22:20 [2020-12-15T03:22:20.600Z] + echo Chowning /workspace to jenkins user
03:22:20 [2020-12-15T03:22:20.600Z] Chowning /workspace to jenkins user
03:22:20 [2020-12-15T03:22:20.600Z] + id -u
03:22:20 [2020-12-15T03:22:20.600Z] + id -g
03:22:20 [2020-12-15T03:22:20.600Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41793:/workspace busybox chown -R 1000:1000 /workspace
03:22:20 [2020-12-15T03:22:20.600Z] Unable to find image 'busybox:latest' locally
03:22:21 [2020-12-15T03:22:21.220Z] === RUN   TestDockerSuite/TestExecInteractive
03:22:21 [2020-12-15T03:22:21.220Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
03:22:21 [2020-12-15T03:22:21.220Z] === RUN   TestDockerSuite/TestExecParseError
03:22:21 [2020-12-15T03:22:21.220Z] === RUN   TestDockerSuite/TestExecPausedContainer
03:22:21 [2020-12-15T03:22:21.220Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
03:22:21 [2020-12-15T03:22:21.220Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
03:22:23 [2020-12-15T03:22:23.401Z] === RUN   TestDockerSuite/TestExecSetEnv
03:22:23 [2020-12-15T03:22:23.401Z] === RUN   TestDockerSuite/TestExecStartFails
03:22:23 [2020-12-15T03:22:23.401Z] === RUN   TestDockerSuite/TestExecStateCleanup
03:22:23 [2020-12-15T03:22:23.401Z] === RUN   TestDockerSuite/TestExecStopNotHanging
03:22:23 [2020-12-15T03:22:23.401Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
03:22:23 [2020-12-15T03:22:23.401Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
03:22:25 [2020-12-15T03:22:25.581Z] === RUN   TestDockerSuite/TestExecUlimits
03:22:25 [2020-12-15T03:22:25.581Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
03:22:25 [2020-12-15T03:22:25.864Z] latest: Pulling from library/busybox
03:22:25 [2020-12-15T03:22:25.864Z] ea97eb0eb3ec: Pulling fs layer
03:22:25 [2020-12-15T03:22:25.864Z] ea97eb0eb3ec: Verifying Checksum
03:22:25 [2020-12-15T03:22:25.864Z] ea97eb0eb3ec: Download complete
03:22:25 [2020-12-15T03:22:25.864Z] ea97eb0eb3ec: Pull complete
03:22:25 [2020-12-15T03:22:25.864Z] Digest: sha256:bde48e1751173b709090c2539fdf12d6ba64e88ec7a4301591227ce925f3c678
03:22:25 [2020-12-15T03:22:25.864Z] Status: Downloaded newer image for busybox:latest
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
03:22:29 [2020-12-15T03:22:29.445Z] + bundleName=amd64
03:22:29 [2020-12-15T03:22:29.445Z] + echo Creating amd64-bundles.tar.gz
03:22:29 [2020-12-15T03:22:29.445Z] Creating amd64-bundles.tar.gz
03:22:29 [2020-12-15T03:22:29.445Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
03:22:29 [2020-12-15T03:22:29.445Z] + xargs tar -czf amd64-bundles.tar.gz
[Pipeline] archiveArtifacts
03:22:30 [2020-12-15T03:22:30.390Z] Archiving artifacts
03:22:32 [2020-12-15T03:22:32.464Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
03:22:32 [2020-12-15T03:22:32.670Z] === RUN   TestDockerSuite/TestExecWithImageUser
03:22:32 [2020-12-15T03:22:32.670Z] === RUN   TestDockerSuite/TestExecWithPrivileged
03:22:32 [2020-12-15T03:22:32.670Z] === RUN   TestDockerSuite/TestExecWithUser
03:22:32 [2020-12-15T03:22:32.670Z] === RUN   TestDockerSuite/TestGetContainerStats
03:22:32 [2020-12-15T03:22:32.778Z] + make clean
03:22:33 [2020-12-15T03:22:33.037Z] docker volume rm -f docker-dev-cache
03:22:33 [2020-12-15T03:22:33.037Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
03:22:38 [2020-12-15T03:22:38.473Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
03:22:43 [2020-12-15T03:22:43.171Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
03:22:46 [2020-12-15T03:22:46.078Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestHealth
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestHistoryExistentImage
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
03:22:51 [2020-12-15T03:22:51.881Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
03:22:56 [2020-12-15T03:22:56.574Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
03:22:56 [2020-12-15T03:22:56.574Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
03:22:56 [2020-12-15T03:22:56.574Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
03:22:56 [2020-12-15T03:22:56.574Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
03:22:56 [2020-12-15T03:22:56.574Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
03:22:57 [2020-12-15T03:22:57.033Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
03:22:57 [2020-12-15T03:22:57.492Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
03:22:57 [2020-12-15T03:22:57.492Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
03:22:58 [2020-12-15T03:22:58.462Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
03:22:58 [2020-12-15T03:22:58.462Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
03:23:00 [2020-12-15T03:23:00.000Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
03:23:00 [2020-12-15T03:23:00.460Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
03:23:01 [2020-12-15T03:23:01.999Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
03:23:04 [2020-12-15T03:23:04.180Z] === RUN   TestDockerSuite/TestImagesFormat
03:23:04 [2020-12-15T03:23:04.639Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
03:23:04 [2020-12-15T03:23:04.639Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
03:23:08 [2020-12-15T03:23:08.399Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
03:23:08 [2020-12-15T03:23:08.399Z] === RUN   TestDockerSuite/TestImportBadURL
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestImportDisplay
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestImportFile
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestImportFileWithMessage
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestImportGzipped
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
03:23:10 [2020-12-15T03:23:10.582Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
03:23:11 [2020-12-15T03:23:11.042Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
03:23:12 [2020-12-15T03:23:12.581Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
03:23:14 [2020-12-15T03:23:14.761Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
03:23:14 [2020-12-15T03:23:14.761Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
03:23:14 [2020-12-15T03:23:14.761Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
03:23:14 [2020-12-15T03:23:14.761Z] === RUN   TestDockerSuite/TestInspectAmpersand
03:23:14 [2020-12-15T03:23:14.761Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
03:23:16 [2020-12-15T03:23:16.940Z] === RUN   TestDockerSuite/TestInspectByPrefix
03:23:16 [2020-12-15T03:23:16.941Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
03:23:19 [2020-12-15T03:23:19.121Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
03:23:19 [2020-12-15T03:23:19.121Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
03:23:19 [2020-12-15T03:23:19.121Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
03:23:19 [2020-12-15T03:23:19.121Z] === RUN   TestDockerSuite/TestInspectDefault
03:23:21 [2020-12-15T03:23:21.306Z] === RUN   TestDockerSuite/TestInspectHistory
03:23:26 [2020-12-15T03:23:26.000Z] === RUN   TestDockerSuite/TestInspectImage
03:23:26 [2020-12-15T03:23:26.000Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
03:23:26 [2020-12-15T03:23:26.000Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
03:23:26 [2020-12-15T03:23:26.000Z] === RUN   TestDockerSuite/TestInspectInt64
03:23:28 [2020-12-15T03:23:28.182Z] === RUN   TestDockerSuite/TestInspectJSONFields
03:23:31 [2020-12-15T03:23:31.926Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
03:23:31 [2020-12-15T03:23:31.926Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
03:23:34 [2020-12-15T03:23:34.106Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
03:23:35 [2020-12-15T03:23:35.644Z] === RUN   TestDockerSuite/TestInspectPlugin
03:23:35 [2020-12-15T03:23:35.644Z] === RUN   TestDockerSuite/TestInspectRootFS
03:23:36 [2020-12-15T03:23:36.103Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
03:23:37 [2020-12-15T03:23:37.642Z] === RUN   TestDockerSuite/TestInspectStatus
03:23:39 [2020-12-15T03:23:39.824Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
03:23:43 [2020-12-15T03:23:43.563Z] === RUN   TestDockerSuite/TestInspectTemplateError
03:23:45 [2020-12-15T03:23:45.743Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
03:23:52 [2020-12-15T03:23:52.820Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
03:23:54 [2020-12-15T03:23:54.358Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
03:23:56 [2020-12-15T03:23:56.539Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
03:23:58 [2020-12-15T03:23:58.077Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestInspectUnknownObject
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinkShortDefinition
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksEnvs
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
03:24:00 [2020-12-15T03:24:00.258Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
03:24:00 [2020-12-15T03:24:00.719Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
03:24:02 [2020-12-15T03:24:02.257Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
03:24:03 [2020-12-15T03:24:03.796Z] === RUN   TestDockerSuite/TestLogsAPIUntil
03:24:09 [2020-12-15T03:24:09.628Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
03:24:11 [2020-12-15T03:24:11.809Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
03:24:11 [2020-12-15T03:24:11.809Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
03:24:13 [2020-12-15T03:24:13.348Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
03:24:13 [2020-12-15T03:24:13.348Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
03:24:20 [2020-12-15T03:24:20.426Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
03:24:26 [2020-12-15T03:24:26.233Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
03:24:33 [2020-12-15T03:24:33.314Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
03:24:34 [2020-12-15T03:24:34.987Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
03:24:37 [2020-12-15T03:24:37.199Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
03:24:37 [2020-12-15T03:24:37.199Z] === RUN   TestDockerSuite/TestLogsFollowStopped
03:24:39 [2020-12-15T03:24:39.380Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
03:24:40 [2020-12-15T03:24:40.919Z] === RUN   TestDockerSuite/TestLogsSince
03:24:51 [2020-12-15T03:24:51.251Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
03:24:51 [2020-12-15T03:24:51.251Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
03:24:51 [2020-12-15T03:24:51.251Z] === RUN   TestDockerSuite/TestLogsTail
03:24:52 [2020-12-15T03:24:52.219Z] === RUN   TestDockerSuite/TestLogsTimestamps
03:24:54 [2020-12-15T03:24:54.403Z] === RUN   TestDockerSuite/TestLogsWithDetails
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestMountIntoProc
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestMountIntoSys
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestNetHostname
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginActive
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginLogDriver
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPluginUpgrade
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPortHostBinding
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPortList
03:24:56 [2020-12-15T03:24:56.583Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersAttach
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
03:25:01 [2020-12-15T03:25:01.282Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
03:25:05 [2020-12-15T03:25:05.023Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
03:25:05 [2020-12-15T03:25:05.023Z] === RUN   TestDockerSuite/TestPsByOrder
03:25:13 [2020-12-15T03:25:13.605Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
03:25:13 [2020-12-15T03:25:13.605Z] === RUN   TestDockerSuite/TestPsListContainersBase
03:25:23 [2020-12-15T03:25:23.935Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
03:25:36 [2020-12-15T03:25:36.326Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
03:25:36 [2020-12-15T03:25:36.326Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
03:25:36 [2020-12-15T03:25:36.326Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
03:25:49 [2020-12-15T03:25:49.291Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
03:25:50 [2020-12-15T03:25:50.829Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
03:25:57 [2020-12-15T03:25:57.909Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
03:26:01 [2020-12-15T03:26:01.649Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
03:26:01 [2020-12-15T03:26:01.649Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
03:26:01 [2020-12-15T03:26:01.649Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
03:26:05 [2020-12-15T03:26:05.387Z] === RUN   TestDockerSuite/TestPsListContainersSize
03:26:05 [2020-12-15T03:26:05.387Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
03:26:05 [2020-12-15T03:26:05.387Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
03:26:05 [2020-12-15T03:26:05.387Z] === RUN   TestDockerSuite/TestPsRightTagName
03:26:05 [2020-12-15T03:26:05.387Z] === RUN   TestDockerSuite/TestPsShowMounts
03:26:12 [2020-12-15T03:26:12.466Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
03:26:12 [2020-12-15T03:26:12.466Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
03:26:13 [2020-12-15T03:26:13.438Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
03:26:13 [2020-12-15T03:26:13.438Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
03:26:14 [2020-12-15T03:26:14.975Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
03:26:15 [2020-12-15T03:26:15.944Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
03:26:15 [2020-12-15T03:26:15.944Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
03:26:19 [2020-12-15T03:26:19.683Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
03:26:23 [2020-12-15T03:26:23.424Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
03:26:24 [2020-12-15T03:26:24.965Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
03:26:42 [2020-12-15T03:26:42.667Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
03:26:42 [2020-12-15T03:26:42.667Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
03:26:46 [2020-12-15T03:26:46.410Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
03:26:46 [2020-12-15T03:26:46.410Z] === RUN   TestDockerSuite/TestRestartPolicyNO
03:26:46 [2020-12-15T03:26:46.869Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
03:26:47 [2020-12-15T03:26:47.330Z] === RUN   TestDockerSuite/TestRestartRunningContainer
03:26:51 [2020-12-15T03:26:51.071Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
03:26:55 [2020-12-15T03:26:55.785Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
03:26:55 [2020-12-15T03:26:55.785Z] === RUN   TestDockerSuite/TestRestartWithVolumes
03:26:59 [2020-12-15T03:26:59.527Z] === RUN   TestDockerSuite/TestRmiBlank
03:26:59 [2020-12-15T03:26:59.527Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
03:26:59 [2020-12-15T03:26:59.527Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
03:27:14 [2020-12-15T03:27:14.360Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
03:27:15 [2020-12-15T03:27:15.329Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
03:27:15 [2020-12-15T03:27:15.790Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
03:27:21 [2020-12-15T03:27:21.592Z] === RUN   TestDockerSuite/TestRmiImgIDForce
03:27:27 [2020-12-15T03:27:27.395Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
03:27:39 [2020-12-15T03:27:39.795Z] === RUN   TestDockerSuite/TestRmiParentImageFail
03:27:42 [2020-12-15T03:27:42.770Z] === RUN   TestDockerSuite/TestRmiTag
03:27:43 [2020-12-15T03:27:43.740Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
03:27:45 [2020-12-15T03:27:45.924Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
03:28:03 [2020-12-15T03:28:03.621Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
03:28:03 [2020-12-15T03:28:03.621Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
03:28:08 [2020-12-15T03:28:08.316Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
03:28:08 [2020-12-15T03:28:08.775Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
03:28:08 [2020-12-15T03:28:08.775Z] === RUN   TestDockerSuite/TestRunAddHost
03:28:08 [2020-12-15T03:28:08.775Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
03:28:08 [2020-12-15T03:28:08.775Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
03:28:09 [2020-12-15T03:28:09.235Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
03:28:09 [2020-12-15T03:28:09.235Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
03:28:09 [2020-12-15T03:28:09.235Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
03:28:09 [2020-12-15T03:28:09.235Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
03:28:10 [2020-12-15T03:28:10.772Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
03:28:10 [2020-12-15T03:28:10.772Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
03:28:10 [2020-12-15T03:28:10.772Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
03:28:15 [2020-12-15T03:28:15.466Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
03:28:17 [2020-12-15T03:28:17.645Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
03:28:19 [2020-12-15T03:28:19.185Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
03:28:21 [2020-12-15T03:28:21.365Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
03:28:22 [2020-12-15T03:28:22.903Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
03:28:22 [2020-12-15T03:28:22.903Z] === RUN   TestDockerSuite/TestRunBindMounts
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
03:28:27 [2020-12-15T03:28:27.598Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
03:28:29 [2020-12-15T03:28:29.135Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
03:28:29 [2020-12-15T03:28:29.135Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
03:28:32 [2020-12-15T03:28:32.042Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
03:28:32 [2020-12-15T03:28:32.042Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
03:28:32 [2020-12-15T03:28:32.042Z] === RUN   TestDockerSuite/TestRunContainerNetwork
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
03:28:33 [2020-12-15T03:28:33.579Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
03:28:35 [2020-12-15T03:28:35.761Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
03:28:37 [2020-12-15T03:28:37.298Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
03:28:39 [2020-12-15T03:28:39.477Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
03:28:39 [2020-12-15T03:28:39.477Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
03:28:39 [2020-12-15T03:28:39.477Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
03:28:39 [2020-12-15T03:28:39.477Z] === RUN   TestDockerSuite/TestRunCreateVolume
03:28:41 [2020-12-15T03:28:41.656Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
03:28:41 [2020-12-15T03:28:41.656Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
03:28:41 [2020-12-15T03:28:41.656Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
03:28:41 [2020-12-15T03:28:41.656Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
03:28:41 [2020-12-15T03:28:41.656Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
03:28:43 [2020-12-15T03:28:43.835Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
03:28:48 [2020-12-15T03:28:48.525Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
03:28:48 [2020-12-15T03:28:48.525Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
03:28:48 [2020-12-15T03:28:48.525Z] === RUN   TestDockerSuite/TestRunDNSOptions
03:28:48 [2020-12-15T03:28:48.525Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
03:28:48 [2020-12-15T03:28:48.525Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
03:28:48 [2020-12-15T03:28:48.525Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
03:28:48 [2020-12-15T03:28:48.525Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
03:28:50 [2020-12-15T03:28:50.703Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
03:28:50 [2020-12-15T03:28:50.703Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
03:28:50 [2020-12-15T03:28:50.703Z] === RUN   TestDockerSuite/TestRunDuplicateMount
03:28:50 [2020-12-15T03:28:50.703Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
03:28:52 [2020-12-15T03:28:52.881Z] === RUN   TestDockerSuite/TestRunEchoStdout
03:28:54 [2020-12-15T03:28:54.424Z] === RUN   TestDockerSuite/TestRunEmptyEnv
03:28:54 [2020-12-15T03:28:54.424Z] === RUN   TestDockerSuite/TestRunEntrypoint
03:28:56 [2020-12-15T03:28:56.603Z] === RUN   TestDockerSuite/TestRunEnvironment
03:28:56 [2020-12-15T03:28:56.603Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
03:28:56 [2020-12-15T03:28:56.603Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
03:28:56 [2020-12-15T03:28:56.603Z] === RUN   TestDockerSuite/TestRunExitCode
03:28:58 [2020-12-15T03:28:58.787Z] === RUN   TestDockerSuite/TestRunExitCodeOne
03:29:00 [2020-12-15T03:29:00.325Z] === RUN   TestDockerSuite/TestRunExitCodeZero
03:29:02 [2020-12-15T03:29:02.503Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunExposePort
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunGroupAdd
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
03:29:04 [2020-12-15T03:29:04.683Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
03:29:08 [2020-12-15T03:29:08.419Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
03:29:08 [2020-12-15T03:29:08.419Z] === RUN   TestDockerSuite/TestRunInvalidReference
03:29:08 [2020-12-15T03:29:08.419Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
03:29:08 [2020-12-15T03:29:08.419Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
03:29:08 [2020-12-15T03:29:08.419Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
03:29:08 [2020-12-15T03:29:08.419Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
03:29:08 [2020-12-15T03:29:08.419Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
03:29:15 [2020-12-15T03:29:15.506Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
03:29:15 [2020-12-15T03:29:15.506Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModeHostname
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModeIpcHost
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModePIDContainer
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
03:29:17 [2020-12-15T03:29:17.044Z] === RUN   TestDockerSuite/TestRunModePIDHost
03:29:17 [2020-12-15T03:29:17.505Z] === RUN   TestDockerSuite/TestRunModeUTSHost
03:29:17 [2020-12-15T03:29:17.505Z] === RUN   TestDockerSuite/TestRunMount
03:29:17 [2020-12-15T03:29:17.505Z] === RUN   TestDockerSuite/TestRunMountOrdering
03:29:17 [2020-12-15T03:29:17.505Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
03:29:17 [2020-12-15T03:29:17.505Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
03:29:17 [2020-12-15T03:29:17.505Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
03:29:24 [2020-12-15T03:29:24.585Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
03:29:24 [2020-12-15T03:29:24.585Z] === RUN   TestDockerSuite/TestRunNamedVolume
03:29:24 [2020-12-15T03:29:24.585Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
03:29:24 [2020-12-15T03:29:24.585Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
03:29:28 [2020-12-15T03:29:28.321Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetHost
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
03:29:32 [2020-12-15T03:29:32.062Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
03:29:33 [2020-12-15T03:29:33.604Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
03:29:35 [2020-12-15T03:29:35.143Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
03:29:37 [2020-12-15T03:29:37.322Z] === RUN   TestDockerSuite/TestRunNonExistingImage
03:29:38 [2020-12-15T03:29:38.292Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunPortInUse
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
03:29:41 [2020-12-15T03:29:41.200Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
03:29:44 [2020-12-15T03:29:44.107Z] === RUN   TestDockerSuite/TestRunPublishPort
03:29:44 [2020-12-15T03:29:44.107Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
03:29:44 [2020-12-15T03:29:44.107Z] === RUN   TestDockerSuite/TestRunReadProcLatency
03:29:44 [2020-12-15T03:29:44.107Z] === RUN   TestDockerSuite/TestRunReadProcTimer
03:29:44 [2020-12-15T03:29:44.107Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
03:29:44 [2020-12-15T03:29:44.107Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
03:30:01 [2020-12-15T03:30:01.796Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
03:30:01 [2020-12-15T03:30:01.796Z] === RUN   TestDockerSuite/TestRunRm
03:30:02 [2020-12-15T03:30:02.769Z] === RUN   TestDockerSuite/TestRunRmAndWait
03:30:07 [2020-12-15T03:30:07.461Z] === RUN   TestDockerSuite/TestRunRmPre125Api
03:30:09 [2020-12-15T03:30:09.641Z] === RUN   TestDockerSuite/TestRunRootWorkdir
03:30:16 [2020-12-15T03:30:16.721Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
03:30:17 [2020-12-15T03:30:17.689Z] === RUN   TestDockerSuite/TestRunSetMacAddress
03:30:19 [2020-12-15T03:30:19.870Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
03:30:19 [2020-12-15T03:30:19.870Z] === RUN   TestDockerSuite/TestRunState
03:30:19 [2020-12-15T03:30:19.870Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
03:30:22 [2020-12-15T03:30:22.050Z] === RUN   TestDockerSuite/TestRunStdinPipe
03:30:22 [2020-12-15T03:30:22.050Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
03:30:23 [2020-12-15T03:30:23.588Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
03:30:23 [2020-12-15T03:30:23.588Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
03:30:23 [2020-12-15T03:30:23.588Z] === RUN   TestDockerSuite/TestRunTLSVerify
03:30:23 [2020-12-15T03:30:23.588Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
03:30:23 [2020-12-15T03:30:23.588Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
03:30:23 [2020-12-15T03:30:23.588Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUnshareProc
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUserByID
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUserByIDBig
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUserByIDZero
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUserByName
03:30:28 [2020-12-15T03:30:28.286Z] === RUN   TestDockerSuite/TestRunUserDefaults
03:30:30 [2020-12-15T03:30:30.470Z] === RUN   TestDockerSuite/TestRunUserNotFound
03:30:30 [2020-12-15T03:30:30.470Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
03:30:32 [2020-12-15T03:30:32.650Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
03:30:32 [2020-12-15T03:30:32.650Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
03:30:32 [2020-12-15T03:30:32.650Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
03:30:39 [2020-12-15T03:30:39.734Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
03:30:46 [2020-12-15T03:30:46.835Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
03:30:49 [2020-12-15T03:30:49.744Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
03:30:55 [2020-12-15T03:30:55.552Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
03:30:55 [2020-12-15T03:30:55.552Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
03:30:55 [2020-12-15T03:30:55.552Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
03:30:58 [2020-12-15T03:30:58.461Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
03:31:00 [2020-12-15T03:31:00.655Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithBadDevice
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithUlimits
03:31:02 [2020-12-15T03:31:02.838Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
03:31:06 [2020-12-15T03:31:06.581Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
03:31:08 [2020-12-15T03:31:08.119Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
03:31:09 [2020-12-15T03:31:09.658Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
03:31:13 [2020-12-15T03:31:13.397Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
03:31:13 [2020-12-15T03:31:13.397Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
03:31:13 [2020-12-15T03:31:13.397Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
03:31:13 [2020-12-15T03:31:13.397Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveCheckTimes
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveImageId
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveLoadParents
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveMultipleNames
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveSingleTag
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
03:31:13 [2020-12-15T03:31:13.857Z] === RUN   TestDockerSuite/TestSearchCmdOptions
03:31:16 [2020-12-15T03:31:16.037Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
03:31:16 [2020-12-15T03:31:16.496Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
03:31:16 [2020-12-15T03:31:16.956Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
03:31:17 [2020-12-15T03:31:17.415Z] === RUN   TestDockerSuite/TestSearchWithLimit
03:31:18 [2020-12-15T03:31:18.955Z] === RUN   TestDockerSuite/TestSlowStdinClosing
03:31:24 [2020-12-15T03:31:24.751Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
03:31:24 [2020-12-15T03:31:24.751Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
03:31:31 [2020-12-15T03:31:31.832Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
03:31:31 [2020-12-15T03:31:31.832Z] === RUN   TestDockerSuite/TestStartAttachSilent
03:31:35 [2020-12-15T03:31:35.571Z] === RUN   TestDockerSuite/TestStartAttachWithRename
03:31:35 [2020-12-15T03:31:35.571Z] === RUN   TestDockerSuite/TestStartMultipleContainers
03:31:35 [2020-12-15T03:31:35.571Z] === RUN   TestDockerSuite/TestStartPausedContainer
03:31:35 [2020-12-15T03:31:35.571Z] === RUN   TestDockerSuite/TestStartRecordError
03:31:35 [2020-12-15T03:31:35.571Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
03:31:44 [2020-12-15T03:31:44.147Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
03:31:44 [2020-12-15T03:31:44.147Z] === RUN   TestDockerSuite/TestStatsAllNoStream
03:31:44 [2020-12-15T03:31:44.147Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
03:31:44 [2020-12-15T03:31:44.147Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
03:31:44 [2020-12-15T03:31:44.147Z] === RUN   TestDockerSuite/TestStatsFormatAll
03:31:44 [2020-12-15T03:31:44.147Z] === RUN   TestDockerSuite/TestStatsNoStream
03:31:44 [2020-12-15T03:31:44.147Z] === RUN   TestDockerSuite/TestTopMultipleArgs
03:31:46 [2020-12-15T03:31:46.462Z] === RUN   TestDockerSuite/TestTopNonPrivileged
03:31:48 [2020-12-15T03:31:48.643Z] === RUN   TestDockerSuite/TestTopPrivileged
03:31:48 [2020-12-15T03:31:48.643Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
03:31:50 [2020-12-15T03:31:50.182Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
03:31:50 [2020-12-15T03:31:50.182Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
03:31:50 [2020-12-15T03:31:50.182Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
03:31:50 [2020-12-15T03:31:50.182Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
03:31:50 [2020-12-15T03:31:50.182Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
03:31:50 [2020-12-15T03:31:50.182Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
03:31:50 [2020-12-15T03:31:50.182Z] === RUN   TestDockerSuite/TestVolumeCLICreate
03:32:07 [2020-12-15T03:32:07.881Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
03:32:07 [2020-12-15T03:32:07.881Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
03:32:07 [2020-12-15T03:32:07.881Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
03:32:07 [2020-12-15T03:32:07.881Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
03:32:07 [2020-12-15T03:32:07.881Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
03:32:07 [2020-12-15T03:32:07.881Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
03:32:07 [2020-12-15T03:32:07.881Z] === RUN   TestDockerSuite/TestVolumeCLILs
03:32:08 [2020-12-15T03:32:08.852Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
03:32:08 [2020-12-15T03:32:08.852Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
03:32:11 [2020-12-15T03:32:11.759Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
03:32:11 [2020-12-15T03:32:11.759Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
03:32:12 [2020-12-15T03:32:12.218Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
03:32:12 [2020-12-15T03:32:12.678Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
03:32:12 [2020-12-15T03:32:12.678Z] === RUN   TestDockerSuite/TestVolumeCLIRm
03:32:19 [2020-12-15T03:32:19.756Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
03:32:19 [2020-12-15T03:32:19.756Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
03:32:20 [2020-12-15T03:32:20.215Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
03:32:20 [2020-12-15T03:32:20.215Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
03:32:20 [2020-12-15T03:32:20.215Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
03:32:27 [2020-12-15T03:32:27.302Z] === RUN   TestDockerSuite/TestVolumeLsFormat
03:32:27 [2020-12-15T03:32:27.302Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
03:32:27 [2020-12-15T03:32:27.302Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
03:32:34 [2020-12-15T03:32:34.387Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
03:32:34 [2020-12-15T03:32:34.387Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
03:32:35 [2020-12-15T03:32:35.955Z] --- PASS: TestDockerSuite (2292.30s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.80s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.41s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (152.40s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.78s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.70s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.92s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (6.83s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.92s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.54s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (98.73s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.70s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.07s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.68s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.66s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.86s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.22s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.26s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.13s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.58s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.93s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.03s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.34s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.72s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.38s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddTar (35.89s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.39s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (17.04s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.53s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.08s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.95s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.83s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.27s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.63s)
03:32:35 [2020-12-15T03:32:35.955Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s)
03:32:35 [2020-12-15T03:32:35.955Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.64s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.17s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.48s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (27.16s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.65s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.66s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.12s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.56s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.10s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.14s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.86s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.48s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.49s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.09s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.81s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.00s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.03s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.76s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.66s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.65s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.32s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (33.42s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.49s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.31s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.34s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.52s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.65s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (22.36s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.37s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.76s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.91s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.43s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.53s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (51.03s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.43s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.40s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (62.14s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.44s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.67s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (19.09s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.46s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.52s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (31.86s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.24s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (10.12s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (80.36s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.51s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.47s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.95s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.39s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.44s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.65s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.64s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.65s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.85s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.83s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.67s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (15.57s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.67s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFails (2.01s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.17s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.60s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.61s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.20s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFromGit (5.58s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.30s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.55s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.76s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.49s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.84s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildHistory (8.98s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.87s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.00s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.72s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.51s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.80s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.55s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.78s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.50s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.84s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.39s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.61s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.48s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.66s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.82s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.93s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.59s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (30.09s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.30s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.62s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.07s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.00s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (15.74s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.89s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.59s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.35s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (9.18s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.38s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.79s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.06s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.04s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (8.75s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.26s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.07s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.01s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.37s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.91s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.70s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.94s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.99s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (38.55s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (22.68s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildRm (13.39s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.82s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.30s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.00s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.09s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.23s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (14.77s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.69s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.92s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.27s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.77s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.54s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.59s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.64s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.03s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (4.54s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.22s)
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
03:32:35 [2020-12-15T03:32:35.956Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.956Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.14s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.50s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.05s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.53s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.83s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (9.19s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (12.37s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.54s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.64s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.41s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.39s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.70s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.03s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.33s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.61s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_sni_test.go:18: Flakey test
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.88s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.43s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCommitChange (4.68s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.41s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.16s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCommitTTY (6.51s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.39s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (11.29s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (11.20s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.87s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (1.94s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.13s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.29s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.77s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.87s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.06s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.95s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.18s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.66s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.21s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (1.92s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.49s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.50s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.04s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.85s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.11s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.77s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.06s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.68s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.82s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.47s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.18s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.20s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.15s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.19s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0007b8080_<nil>} (7.28s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1925776634_c:\foo_false__<nil>_<nil>_<nil>} (2.26s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1925776634_c:\foo_true__<nil>_<nil>_<nil>} (7.17s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.16s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
03:32:35 [2020-12-15T03:32:35.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.03s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.11s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.08s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.09s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.13s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.01s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpToCaseE (7.78s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpToCaseH (8.10s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpToDot (2.09s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.25s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.16s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateByImageID (1.92s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (1.98s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.23s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.87s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.51s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.18s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.957Z]     --- PASS: TestDockerSuite/TestCreateRM (0.31s)
03:32:35 [2020-12-15T03:32:35.957Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
03:32:35 [2020-12-15T03:32:35.957Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.30s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.93s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.18s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.40s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.16s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (6.80s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.10s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestDockerFails (0.07s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.04s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.09s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.16s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (8.62s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsCopy (4.92s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.51s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.02s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.71s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (6.72s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.32s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.90s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.12s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFormat (3.99s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.18s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsRename (2.59s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsResize (2.54s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.88s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.36s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.47s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.77s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.29s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.70s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.72s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.74s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.87s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.86s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.78s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.06s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.12s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecInspectID (5.35s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.26s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.05s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.38s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
03:32:35 [2020-12-15T03:32:35.958Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.76s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.75s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.68s)
03:32:35 [2020-12-15T03:32:35.958Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.66s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.10s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.42s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.34s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.56s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.84s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.42s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.29s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.84s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.27s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.21s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.44s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.44s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.86s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.09s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.13s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.97s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.92s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.06s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.54s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.19s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (3.87s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.15s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.94s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.95s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.70s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.37s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.76s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (1.99s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (6.76s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.73s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.04s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.94s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.89s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.64s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.74s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.43s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.10s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
03:32:36 [2020-12-15T03:32:36.421Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.83s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.42s)
03:32:36 [2020-12-15T03:32:36.421Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.45s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.24s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.30s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.31s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.05s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.92s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsSince (8.76s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsTail (2.49s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.16s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.00s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.91s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.85s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsByOrder (8.81s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (9.35s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.34s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.69s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (2.82s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.53s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.64s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.12s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPsShowMounts (6.26s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.73s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.36s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.61s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.75s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.10s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.77s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.41s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.65s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (3.80s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.96s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (3.84s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.07s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.32s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.39s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.61s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.03s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.93s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (11.99s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.24s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiTag (0.69s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.10s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.56s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.12s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.64s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.94s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.90s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.91s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.40s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.91s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.86s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.90s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunBindMounts (3.96s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.87s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.57s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.94s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.89s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.96s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.97s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.03s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.98s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.97s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.96s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.08s)
03:32:36 [2020-12-15T03:32:36.422Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
03:32:36 [2020-12-15T03:32:36.422Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.422Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.90s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (1.95s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (1.98s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.01s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (1.93s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (1.87s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.01s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.07s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.57s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.26s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.56s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.34s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.27s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.70s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.28s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.94s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.89s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.51s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.33s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (16.87s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunRm (1.96s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.03s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (1.96s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (6.61s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.67s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.13s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.89s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.63s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.20s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.42s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (1.97s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.89s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (7.56s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.06s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.86s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.82s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.09s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.64s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.11s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.01s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.67s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.54s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.85s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.84s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
03:32:36 [2020-12-15T03:32:36.423Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.35s)
03:32:36 [2020-12-15T03:32:36.423Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.45s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.65s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (5.82s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.85s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.66s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (8.85s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.94s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.08s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.72s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.16s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.26s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.61s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.39s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (6.82s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.58s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.21s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.07s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.31s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.66s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
03:32:36 [2020-12-15T03:32:36.424Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.36s)
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerRegistrySuite/TestV2Only
03:32:36 [2020-12-15T03:32:36.424Z] --- PASS: TestDockerRegistrySuite (0.14s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
03:32:36 [2020-12-15T03:32:36.424Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
03:32:36 [2020-12-15T03:32:36.424Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
03:32:36 [2020-12-15T03:32:36.424Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.424Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
03:32:36 [2020-12-15T03:32:36.425Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthTokenSuite
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
03:32:36 [2020-12-15T03:32:36.425Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerDaemonSuite
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
03:32:36 [2020-12-15T03:32:36.425Z] --- PASS: TestDockerDaemonSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:302: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:302: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:302: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerSwarmSuite
03:32:36 [2020-12-15T03:32:36.425Z] --- PASS: TestDockerSwarmSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginCreate
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginInspect
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerPluginSuite/TestPluginSet
03:32:36 [2020-12-15T03:32:36.425Z] --- PASS: TestDockerPluginSuite (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerExternalVolumeSuite
03:32:36 [2020-12-15T03:32:36.425Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]     check_test.go:128: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerNetworkSuite
03:32:36 [2020-12-15T03:32:36.425Z] --- SKIP: TestDockerNetworkSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]     check_test.go:134: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] === RUN   TestDockerHubPullSuite
03:32:36 [2020-12-15T03:32:36.425Z] --- SKIP: TestDockerHubPullSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.425Z]     check_test.go:142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] PASS
03:32:36 [2020-12-15T03:32:36.425Z] ok  	github.com/docker/docker/integration-cli	2293.043s
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === Skipped
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_test.go:77: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_run_test.go:3179: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_run_test.go:3157: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_attach_test.go:170: unmatched requirement IsPausable
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_api_build_test.go:177: unmatched requirement UnixCli
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s)
03:32:36 [2020-12-15T03:32:36.425Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s)
03:32:36 [2020-12-15T03:32:36.425Z]         docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.425Z] 
03:32:36 [2020-12-15T03:32:36.425Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.39s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.39s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.64s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.95s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.95s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.33s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.66s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.66s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.32s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.32s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3571: unmatched requirement UnixCli
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.31s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.40s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.40s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.30s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.30s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.28s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.28s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3698: unmatched requirement UnixCli
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.30s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.30s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.33s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.33s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s)
03:32:36 [2020-12-15T03:32:36.426Z]         docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.426Z] 
03:32:36 [2020-12-15T03:32:36.426Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.34s)
03:32:36 [2020-12-15T03:32:36.426Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.34s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.27s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.27s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.31s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.31s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_sni_test.go:18: Flakey test
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
03:32:36 [2020-12-15T03:32:36.427Z]         docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.427Z] 
03:32:36 [2020-12-15T03:32:36.427Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
03:32:36 [2020-12-15T03:32:36.892Z]         docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.892Z] 
03:32:36 [2020-12-15T03:32:36.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
03:32:36 [2020-12-15T03:32:36.892Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_create_test.go:71: unmatched requirement Devicemapper
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:133: unmatched requirement IsPausable
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.03s)
03:32:36 [2020-12-15T03:32:36.893Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.03s)
03:32:36 [2020-12-15T03:32:36.893Z]         docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.893Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_info_test.go:70: unmatched requirement IsPausable
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPortList (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
03:32:36 [2020-12-15T03:32:36.894Z]         docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.894Z] 
03:32:36 [2020-12-15T03:32:36.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.895Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.895Z]         docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.895Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2884: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]         docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.896Z] 
03:32:36 [2020-12-15T03:32:36.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
03:32:36 [2020-12-15T03:32:36.896Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:2923: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3040: unmatched requirement Apparmor
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_start_test.go:99: unmatched requirement IsPausable
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
03:32:36 [2020-12-15T03:32:36.897Z]         docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
03:32:36 [2020-12-15T03:32:36.897Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.897Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:185: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:212: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
03:32:36 [2020-12-15T03:32:36.898Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.898Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:239: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:268: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:302: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:302: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:302: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]         check_test.go:407: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     check_test.go:128: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     check_test.go:134: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
03:32:36 [2020-12-15T03:32:36.899Z]     check_test.go:142: unmatched requirement DaemonIsLinux
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:36 [2020-12-15T03:32:36.899Z] DONE 1093 tests, 547 skipped in 2301.691s
03:32:36 [2020-12-15T03:32:36.899Z] INFO: Integration tests ended at 12/15/2020 03:32:36. Duration:00:38:21.9413847
03:32:36 [2020-12-15T03:32:36.899Z] INFO: Docker info of the daemon under test at end of run
03:32:36 [2020-12-15T03:32:36.899Z] 
03:32:37 [2020-12-15T03:32:37.358Z] Containers: 2
03:32:37 [2020-12-15T03:32:37.358Z]  Running: 0
03:32:37 [2020-12-15T03:32:37.359Z]  Paused: 0
03:32:37 [2020-12-15T03:32:37.359Z]  Stopped: 2
03:32:37 [2020-12-15T03:32:37.359Z] Images: 18
03:32:37 [2020-12-15T03:32:37.359Z] Server Version: 0.0.0-dev
03:32:37 [2020-12-15T03:32:37.359Z] Storage Driver: windowsfilter
03:32:37 [2020-12-15T03:32:37.359Z]  Windows: 
03:32:37 [2020-12-15T03:32:37.359Z] Logging Driver: json-file
03:32:37 [2020-12-15T03:32:37.359Z] Plugins: 
03:32:37 [2020-12-15T03:32:37.359Z]  Volume: local
03:32:37 [2020-12-15T03:32:37.359Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
03:32:37 [2020-12-15T03:32:37.359Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
03:32:37 [2020-12-15T03:32:37.359Z] Swarm: inactive
03:32:37 [2020-12-15T03:32:37.359Z] Default Isolation: process
03:32:37 [2020-12-15T03:32:37.359Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
03:32:37 [2020-12-15T03:32:37.359Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1577)
03:32:37 [2020-12-15T03:32:37.359Z] OSType: windows
03:32:37 [2020-12-15T03:32:37.359Z] Architecture: x86_64
03:32:37 [2020-12-15T03:32:37.359Z] CPUs: 4
03:32:37 [2020-12-15T03:32:37.359Z] Total Memory: 32GiB
03:32:37 [2020-12-15T03:32:37.359Z] Name: azwin-2-de3d30
03:32:37 [2020-12-15T03:32:37.359Z] ID: W7FV:5KZ4:LP3L:4DAX:CM3U:UQS4:PTY4:CRUM:B33E:N63V:JJ4G:AAMW
03:32:37 [2020-12-15T03:32:37.359Z] Docker Root Dir: D:\CI\PR-41793\1\daemon
03:32:37 [2020-12-15T03:32:37.359Z] Debug Mode (client): false
03:32:37 [2020-12-15T03:32:37.359Z] Debug Mode (server): true
03:32:37 [2020-12-15T03:32:37.359Z]  File Descriptors: -1
03:32:37 [2020-12-15T03:32:37.359Z]  Goroutines: 17
03:32:37 [2020-12-15T03:32:37.359Z]  System Time: 2020-12-15T03:32:36.844621Z
03:32:37 [2020-12-15T03:32:37.359Z]  EventsListeners: 0
03:32:37 [2020-12-15T03:32:37.359Z] Registry: https://index.docker.io/v1/
03:32:37 [2020-12-15T03:32:37.359Z] Labels:
03:32:37 [2020-12-15T03:32:37.359Z] Experimental: false
03:32:37 [2020-12-15T03:32:37.359Z] Insecure Registries:
03:32:37 [2020-12-15T03:32:37.359Z]  127.0.0.0/8
03:32:37 [2020-12-15T03:32:37.359Z] Live Restore Enabled: false
03:32:37 [2020-12-15T03:32:37.359Z] 
03:32:37 [2020-12-15T03:32:37.359Z] 
03:32:37 [2020-12-15T03:32:37.359Z] INFO: Stopping daemon under test
03:32:37 [2020-12-15T03:32:37.819Z] SUCCESS: The process with PID 5656 (child process of PID 5756) has been terminated.
03:32:37 [2020-12-15T03:32:37.819Z] SUCCESS: The process with PID 5756 (child process of PID 4348) has been terminated.
03:32:37 [2020-12-15T03:32:37.819Z] INFO: Stop tailing logs of the daemon under tests
03:32:37 [2020-12-15T03:32:37.819Z] INFO: executeCI.ps1 Completed successfully at 12/15/2020 03:32:37.
03:32:37 [2020-12-15T03:32:37.819Z] INFO: Tidying up at end of run
03:32:37 [2020-12-15T03:32:37.819Z] INFO: Saving daemon under test log (d:\CI\PR-41793\1\dut.out) to bundles\CIDUT.out
03:32:37 [2020-12-15T03:32:37.819Z] INFO: Saving daemon under test log (d:\CI\PR-41793\1\dut.err) to bundles\CIDUT.err
03:32:37 [2020-12-15T03:32:37.819Z] INFO: Nuke-Everything...
03:32:37 [2020-12-15T03:32:37.819Z] INFO: Container count on control daemon to delete is 2
03:32:38 [2020-12-15T03:32:38.279Z] 8268994e0a0d
03:32:38 [2020-12-15T03:32:38.279Z] 958e7240536f
03:32:38 [2020-12-15T03:32:38.279Z] INFO: Tidying pidfile d:\CI\PR-41793\1\docker.pid
03:32:38 [2020-12-15T03:32:38.739Z] INFO: Nuking d:\CI
03:33:08 [2020-12-15T03:33:08.708Z] INFO: Zapped successfully
03:33:08 [2020-12-15T03:33:08.708Z] 
03:33:08 [2020-12-15T03:33:08.708Z] INFO: executeCI.ps1 exiting at Tue Dec 15 03:33:05 CUT 2020. Duration 01:04:31.7672748
03:33:08 [2020-12-15T03:33:08.708Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
03:33:08 [2020-12-15T03:33:08.950Z] Recording test results
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
03:33:17 [2020-12-15T03:33:17.678Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] step
03:33:19 [2020-12-15T03:33:19.431Z] Archiving artifacts
03:33:33 [2020-12-15T03:33:33.343Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41793/1/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
03:33:34 [2020-12-15T03:33:34.274Z] + make clean
03:33:35 [2020-12-15T03:33:35.814Z] docker volume rm -f docker-dev-cache
03:33:35 [2020-12-15T03:33:35.814Z] 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